-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[exporter/signalfx] TestCorrelationClient unit test failure #27059
Comments
I'm looking into this. I can't reproduce locally and it's only failing sometimes so it seems environment dependent somehow. I did find during debugging that the actual response count can end up being much lower if the program is paused during the timeout window, so there's at least some way to change resulting behavior here. |
Adding more context: This test was introduced with the deprecation of the Signalfx Agent. A lot of code was moved over for #27040, which was merged the day before this issue was filed. |
I believe I've found the issue here:
The test sets up a client for correlating dimensions on data. Deduplication is done on the client side as a performance enhancement to make fewer update requests to the server. Deduplication on data is done within a given time context, so the client is deduplicating any data seen within the |
**Description:** The APM correlation test is failing with too many retry updates. The solution is to increase the `CleanupInterval` to allow the test time to make multiple correlation calls within the same dedup cleanup interval. I posted the full description in [this issue comment.](#27059 (comment)) Before this fix this test would fail _almost_ every time since it was introduced into this repo, I haven't seen any failure since this update (9 successful runs). **Link to tracking Issue:** Resolves #27059
…metry#27608) **Description:** The APM correlation test is failing with too many retry updates. The solution is to increase the `CleanupInterval` to allow the test time to make multiple correlation calls within the same dedup cleanup interval. I posted the full description in [this issue comment.](open-telemetry#27059 (comment)) Before this fix this test would fail _almost_ every time since it was introduced into this repo, I haven't seen any failure since this update (9 successful runs). **Link to tracking Issue:** Resolves open-telemetry#27059
…metry#27608) **Description:** The APM correlation test is failing with too many retry updates. The solution is to increase the `CleanupInterval` to allow the test time to make multiple correlation calls within the same dedup cleanup interval. I posted the full description in [this issue comment.](open-telemetry#27059 (comment)) Before this fix this test would fail _almost_ every time since it was introduced into this repo, I haven't seen any failure since this update (9 successful runs). **Link to tracking Issue:** Resolves open-telemetry#27059
Component(s)
exporter/signalfx
Describe the issue you're reporting
CI action failure
The text was updated successfully, but these errors were encountered: