-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pipeline fails with EVENTHISTORY_STORE=nats-js-kv
#9448
Comments
Failing gdpr e2e test: Scenario: User should be able to create and download a GDPR export (attempt 2) # tests/e2e/cucumber/features/user-settings/gdprExport.feature:11
✔ Before # tests/e2e/cucumber/environment/index.ts:43
✔ Given "Admin" creates following users using API # tests/e2e/cucumber/steps/api.ts:7
| id |
| Alice |
✔ And "Alice" logs in # tests/e2e/cucumber/steps/ui/session.ts:45
✔ And "Alice" opens the user menu # tests/e2e/cucumber/steps/ui/accountMenu.ts:27
✔ And "Alice" requests a new GDPR export # tests/e2e/cucumber/steps/ui/accountMenu.ts:33
✖ And "Alice" downloads the GDPR export # tests/e2e/cucumber/steps/ui/accountMenu.ts:42
page.waitForEvent: Timeout 30000ms exceeded while waiting for event "download"
=========================== logs ===========================
waiting for event "download"
============================================================
at Object.downloadGdprExport (/drone/src/webTestRunner/tests/e2e/support/objects/account/actions.ts:70:10)
at Account.downloadGdprExport (/drone/src/webTestRunner/tests/e2e/support/objects/account/index.ts:28:15)
at World.<anonymous> (/drone/src/webTestRunner/tests/e2e/cucumber/steps/ui/accountMenu.ts:47:52)
- And "Alice" logs out # tests/e2e/cucumber/steps/ui/session.ts:58
✔ After # tests/e2e/cucumber/environment/index.ts:111
we will have a first look on e2e test side. |
@S-Panta will investigate into it! |
On testing locally, this seems to be flaky . |
The main problem was because of the server responding with |
Mmh. This is not supposed to happen. |
No, I mean the HEAD request |
In #9361 I switched the default store type for the eventhistory service to
nats-js-kv
. This is needed to make the use of the activity feature.However the pipeline fails because of this. Specifically the
gdpr export
test is failing every time. Needs investigation if this a code or test problem.The text was updated successfully, but these errors were encountered: