Skip to content
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

test(e2e): Fix event buffering #13233

Merged
merged 8 commits into from
Aug 5, 2024
Merged

Conversation

lforst
Copy link
Member

@lforst lforst commented Aug 5, 2024

To eliminate sources of flakiness from our e2e tests, this PR does two things:

  • Fixes a bug where we were not adding events to the event buffer that is responsible for passing past events through the event listeners.
  • Removes the forwardToSentry option which was not used anymore since we are not using prod Sentry anymore.
  • Also parallelizes the verdaccio uploading script.

@lforst lforst marked this pull request as ready for review August 5, 2024 14:43
@lforst lforst requested a review from nicohrubec August 5, 2024 14:58
dev-packages/e2e-tests/publish-packages.ts Dismissed Show dismissed Hide dismissed
@lforst lforst changed the title test(e2e): Route all buffered events through listeners test(e2e): Fix event buffering Aug 5, 2024
Copy link
Contributor

@nicohrubec nicohrubec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

nit: maybe its worth updating the pr description to include that the verdaccio publishing is parallelized now so we have it in the history

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants