-
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
[connector/failoverconnector] Failing unit test: TestTracesWithFailoverRecovery #31005
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Possible duplicate, but different test failing:
It might be worth opening a separate issue for this, but since they look so similar we'll keep together for now. |
Yep thats a duplicate, let me remove those tests temporarily while I mock out the time dependency, looks like its failing on certain runs |
This appears fixed by #31006 |
That fixed the traces failure, but the logs failure still needs addressed:
It looks like the same solution can be used there. |
Opening a PR |
Thanks @akats7 |
Fixed in #31007 |
The referenced PR only skips the tests, we probably want to leave this issue open until there's an opportunity to fully resolve the issue, or fix the test. Let me know if I missed something, or if that's not the right process. 👍 |
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Fixes flaky failover recovery unit test bug and expands on failover recovery test cases to test for more complicated failover scenarios. **Link to tracking Issue:** Resolves #31005 **Testing:** <Describe what testing was performed and which tests were added.> Additional tests created for traces, metrics, logs. Tests added for pipeline_selector component @djaglowski Is there anything specific we want to do before including the component in the distro and/or putting it in alpha? **Documentation:** <Describe the documentation added.>
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Fixes flaky failover recovery unit test bug and expands on failover recovery test cases to test for more complicated failover scenarios. **Link to tracking Issue:** Resolves open-telemetry#31005 **Testing:** <Describe what testing was performed and which tests were added.> Additional tests created for traces, metrics, logs. Tests added for pipeline_selector component @djaglowski Is there anything specific we want to do before including the component in the distro and/or putting it in alpha? **Documentation:** <Describe the documentation added.>
Component(s)
connector/failover
Describe the issue you're reporting
CI/CD failing on unrelated PR
Failure output:
The text was updated successfully, but these errors were encountered: