-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Fix flaky test AzureBlobStoreRepositoryTests #17905
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
Fix flaky test AzureBlobStoreRepositoryTests #17905
Conversation
Signed-off-by: Sachin Kale <[email protected]>
❌ Gradle check result for a3af3b9: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Sachin Kale <[email protected]>
❌ Gradle check result for 8189f5e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❕ Gradle check result for 8189f5e: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17905 +/- ##
============================================
+ Coverage 72.43% 72.47% +0.03%
- Complexity 66789 66790 +1
============================================
Files 5449 5452 +3
Lines 309085 309210 +125
Branches 44979 44991 +12
============================================
+ Hits 223899 224085 +186
+ Misses 66906 66767 -139
- Partials 18280 18358 +78 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* Fix flaky test AzureBlobStoreRepositoryTests Signed-off-by: Sachin Kale <[email protected]> * Fix spotless errors Signed-off-by: Sachin Kale <[email protected]> --------- Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Sriram Ganesh <[email protected]>
* Fix flaky test AzureBlobStoreRepositoryTests Signed-off-by: Sachin Kale <[email protected]> * Fix spotless errors Signed-off-by: Sachin Kale <[email protected]> --------- Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Harsh Kothari <[email protected]>
* Fix flaky test AzureBlobStoreRepositoryTests Signed-off-by: Sachin Kale <[email protected]> * Fix spotless errors Signed-off-by: Sachin Kale <[email protected]> --------- Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Harsh Kothari <[email protected]>
Description
SUITE
scope on AzureBlobStoreRepositoryTests, the number of documents indexed with each test gets added and huge number of documents and segments created as part of this takes time for snapshot to create and eventually times out the test suite.TEST
.Related Issues
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.