-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
test: some integration tests fail when using simulated time #10568
Comments
This blocks #4160 |
with #10551 , test/extensions/filters/http/cache:cache_filter_integration_test passes consistently, but only with a real-time polling delay of 50ms (+ or -) which I believe should not be necessary. |
More details on the cache_filter_integration_test.
The code in question is here:
It appears to me that response->headers() is populated, or at least std::moved in the main thread, so I am not understanding how there can be a race here, but adding the real-time delay appears to be needed. |
It's not clear if these are all due to the same issue or not.
e.g.
test/integration:filter_manager_integration_test hangs when run under sim-time.
The text was updated successfully, but these errors were encountered: