-
Notifications
You must be signed in to change notification settings - Fork 154
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
add logging to flakey test case #5316
add logging to flakey test case #5316
Conversation
This pull request does not have a backport label. Could you fix it @michel-laterman? 🙏
NOTE: |
7fe59e9
to
457b858
Compare
0fef738
to
725cd15
Compare
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
|
|
buuildkite test this |
Co-authored-by: Paolo Chilà <paolo.chila@elastic.co> Co-authored-by: Andrzej Stencel <andrzej.stencel@elastic.co>
9d395f7
to
05b3b30
Compare
buildkite test this |
|
* wip: add logging to flakey test case * log fleet-server port and proxy requests for all tests * change fake fleet-server requestID handling, track response bytes, always dump procs * Apply suggestions from code review Co-authored-by: Paolo Chilà <paolo.chila@elastic.co> Co-authored-by: Andrzej Stencel <andrzej.stencel@elastic.co> * change to atomic.Uint64 --------- Co-authored-by: Paolo Chilà <paolo.chila@elastic.co> Co-authored-by: Andrzej Stencel <andrzej.stencel@elastic.co> (cherry picked from commit 99c7e1e)
* wip: add logging to flakey test case * log fleet-server port and proxy requests for all tests * change fake fleet-server requestID handling, track response bytes, always dump procs * Apply suggestions from code review Co-authored-by: Paolo Chilà <paolo.chila@elastic.co> Co-authored-by: Andrzej Stencel <andrzej.stencel@elastic.co> * change to atomic.Uint64 --------- Co-authored-by: Paolo Chilà <paolo.chila@elastic.co> Co-authored-by: Andrzej Stencel <andrzej.stencel@elastic.co> (cherry picked from commit 99c7e1e) Co-authored-by: Michel Laterman <82832767+michel-laterman@users.noreply.github.com>
Add logging around the proxy integration tests to hopefully make failures easier to diagnose
Related issues