-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix flaky resource cache test case (#3124)
* clean cache after each test case * add changeset * reduce test case ttl * repating tests 20x for CI testing purposes * use long ttl on test cases * update test case * add debug logs * remove .only * use beforeEach instead of afterEach * increase repeats * reduce ttl * update test case * add CI buffer to sleep * use time mock instead of buffer * restore all mocks * use proper hook * remove repeats 100 --------- Co-authored-by: Anderson Arboleya <[email protected]>
- Loading branch information
1 parent
fb4815e
commit b4772ab
Showing
2 changed files
with
36 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
--- | ||
|
||
chore: fix flaky resource cache test case |
This file contains 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