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

Unskip several tests #4

Conversation

kertal
Copy link

@kertal kertal commented Dec 29, 2023

Summary

This PR unskips several tests broken due to concurrent ingestion, causing problems with sorting when timestamps were the same. I've added another field to sort by (order_id) to fix this, and the snapshot tests then had to be fixed.

Checklist

Comment on lines +95 to +98
],
[
"order_id",
"desc"
Copy link
Author

Choose a reason for hiding this comment

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

@wayneseymour with this change the sort order is now stable, however, it's different than before, so snapshots had to be re-generated

Copy link
Owner

@wayneseymour wayneseymour left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the effort mate!

@wayneseymour
Copy link
Owner

/ci

@wayneseymour wayneseymour merged commit 88ee17d into wayneseymour:esarch-fixed-higher-watermark-impl-minimal-code-chages-without-benchmark-tool Dec 29, 2023
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants