-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
chore(test): flakiness caused by assuming order Generally, if the API definition does not require data ordering, we should not make assumptions about the ordering. Otherwise, the test could be flaky. fix(test): flakiness due to time We should always update the time before a time-sensitive test. sleep implicitly updates time, but we need an accurate start time before sleep. Thanks to @ADD-SP's help. Fix KAG-2417 (cherry picked from commit cef643f) Co-authored-by: Xumin <[email protected]>
- Loading branch information
1 parent
359cd0a
commit 6badeb8
Showing
2 changed files
with
21 additions
and
11 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
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