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

Fix DiskQueue bugs #1356

Merged
merged 2 commits into from
Dec 20, 2024
Merged

Fix DiskQueue bugs #1356

merged 2 commits into from
Dec 20, 2024

Conversation

reidsunderland
Copy link
Member

This seems to make the flakey test somewhat reliable again, even without the poll changes that I'm still experimenting with separately.

@reidsunderland reidsunderland added the NextRelease Feature Targeted for Next Release label Dec 20, 2024
Copy link

github-actions bot commented Dec 20, 2024

Test Results

239 tests   234 ✅  1m 40s ⏱️
  1 suites    1 💤
  1 files      4 ❌

For more details on these failures, see this check.

Results for commit 727bbe4.

♻️ This comment has been updated with latest results.

@reidsunderland
Copy link
Member Author

i also changed the unit test github actions to run on Ubuntu 24.04. This fixed these errors: AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'. Did you mean: 'X509_V_FLAG_EXPLICIT_POLICY'?

But the unit tests are failing (not related to the diskqueue)

Copy link
Contributor

@petersilva petersilva left a comment

Choose a reason for hiding this comment

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

I ran the flakey_test on ubuntu 24, ubuntu18.04, and redhat8 and it passed perfectly on all of them.

I love the unit tests...

@petersilva petersilva merged commit e01127e into development Dec 20, 2024
0 of 2 checks passed
@reidsunderland
Copy link
Member Author

I made the unit tests work with the old pre-June code, then checked out the June changes and confirmed that it broke my new tests, then fixed the diskqueue code until the unit tests passed again :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NextRelease Feature Targeted for Next Release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants