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

Improve the stability of preserve ordering test in L0_batcher #4117

Merged
merged 1 commit into from
Mar 28, 2022

Conversation

tanmayv25
Copy link
Contributor

This PR fixes the intermittent failure on L0_batcher preserve ordering subtest.

Notice how just capturing the timestamp just before:

evthr_defer(infer_request->thread_, OKReplyCallback, infer_request);

Fixes the issue. Using HTTP_SEND_START itself did not fix the issue. Need to study libevhttp library to figure out why the order gets broken.

With INFER_RESPONSE_COMPLETE trace point the order is as expected.

@tanmayv25 tanmayv25 merged commit 380b88a into main Mar 28, 2022
@tanmayv25 tanmayv25 deleted the tanmayv-preserve-order branch March 28, 2022 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants