-
Notifications
You must be signed in to change notification settings - Fork 72
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: enable CompactionServiceTest.RemoteEventListener #314
Comments
running the test separately passes. error is: |
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.
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.
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.
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.
CompactionServiceTest.RemoteEventListener was disabled since it failed on several branches and wasnt considered a serious issue. fix the unit test correctly
The text was updated successfully, but these errors were encountered: