[CLIENT-4645] Unmark background query test that applies TTL to all records and address test issues that caused it to fail intermittently - #1193
Open
diparthaspike wants to merge 11 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## stage #1193 +/- ##
=======================================
Coverage 85.64% 85.64%
=======================================
Files 102 102
Lines 14888 14888
=======================================
Hits 12751 12751
Misses 2137 2137 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…oes, and the test fails, we might have to increase the time limit
… digests for that repo.
…ectly-to-TEST to address manylinux test failures
…he right tests if the test file has brace expansion syntax
…rectly-to-TEST to address macos self hosted arm64 jobs failing to find pip
…es in test_query_execute_background.py finish their background queries before new tests can run. This is to prevent a race condition where background queries from previous test cases must finish before test_background_with_ttl asserts the record's ttl
Collaborator
|
Don't merge until this PR has been merged: #1186 I'm 🤞 it will be merged by tomorrow. Also once it is merged, this PR should target |
Collaborator
|
TODO: also noticing test failures in test-ce |
… during the fixture's setup phase instead of during teardown, we have to clean the database afterward in any following tests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extra changes