[CI] Reduce Flakiness For test_spec_decode.py::test_suffix_decoding_acceptance #30367
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
v1/e2e/test_spec_decode.py::test_suffix_decoding_acceptancehas been a bit flaky, failing about 5.6% of the time for almost the same exact reason each time despite passing after a retry. The final acceptance threshold is currentlylast_accept_rate > 0.825. Here are some examples of recent failures in buildkite for this test:Build 42551:
FAILED v1/e2e/test_spec_decode.py::test_suffix_decoding_acceptance - assert 0.8142514011208967 > 0.825Build 42535
FAILED v1/e2e/test_spec_decode.py::test_suffix_decoding_acceptance - assert 0.8142514011208967 > 0.825Build 42714:
FAILED v1/e2e/test_spec_decode.py::test_suffix_decoding_acceptance - assert 0.8105515587529976 > 0.825I believe I looked through almost all of the failures from the past week and all of them were 0.81 or above. I think if we can just set the threshold to 0.80, the success rate over the past week would have been 100%