You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
This enhancement proposes a series of improvements aimed at increasing the stability and reliability of our CI pipelines. The changes include enhancements to test reporting and resolution of issues related to test stability.
Motivation
Added a step to upload test reports in the integration pipeline due to large log files that required manual downloads for review.
Resolved issues causing instability in unit tests on macOS CI environments.
Describe the Solution You'd Like
Ensure that all test logs are automatically uploaded to facilitate easier access and review.
Implement fixes and adjustments to reduce test flakiness and ensure consistent behavior across different CI environments.
Describe Alternatives You've Considered
Manual Log Management: Continuing with the current manual process for log handling, which is less efficient and prone to errors.
Partial Fixes: Addressing only specific issues without a comprehensive approach to improve overall pipeline stability.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
… and test fixes (#8667)
* Add sleep 3s after consumer shutdown to ensure queue rebanlance
* Add a step to upload test report
* Unified code style
* Unified mockito runner configuration to suppress UnnecessaryStubbingException
Before Creating the Enhancement Request
Summary
This enhancement proposes a series of improvements aimed at increasing the stability and reliability of our CI pipelines. The changes include enhancements to test reporting and resolution of issues related to test stability.
Motivation
Added a step to upload test reports in the integration pipeline due to large log files that required manual downloads for review.
Resolved issues causing instability in unit tests on macOS CI environments.
Describe the Solution You'd Like
Describe Alternatives You've Considered
Additional Context
No response
The text was updated successfully, but these errors were encountered: