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

unit tests: fix CompactionServiceTest.RemoteEventListener (#314) #354

Conversation

Yuval-Ariel
Copy link
Contributor

the test assumes that each compaction job_id from the remote compaction is unique but in fact all the job_ids are 1.
the test passed thus far since there was just 1 bg compaction by default. once we increased it to 8, there could be concurrent remote compactions which led to this error.

the test assumes that each compaction job_id from the remote compaction
is unique but in fact all the job_ids are 1.
the test passed thus far since there was just 1 bg compaction by default.
once we increased it to 8, there could be concurrent remote compactions
which led to this error.
@Yuval-Ariel Yuval-Ariel requested a review from ayulas January 6, 2023 13:00
@Yuval-Ariel Yuval-Ariel self-assigned this Jan 6, 2023
@Yuval-Ariel Yuval-Ariel linked an issue Jan 6, 2023 that may be closed by this pull request
@Yuval-Ariel Yuval-Ariel merged commit ba4939d into main Jan 9, 2023
@Yuval-Ariel Yuval-Ariel deleted the 314-unit-tests-enable-compactionservicetestremoteeventlistener branch January 9, 2023 12:55
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.

unit tests: enable CompactionServiceTest.RemoteEventListener
2 participants