-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to fix CT intermittent failures
Continuous testing tests can fail sometimes as an additional unexpected run is triggered. This is because a write is actually two seperate operations, a truncate followed by a write, so the update processor can see this as two seperate changes and trigger two seperate test runs (depending on the timing). This fixes it by re-checking the timestamps after compilation, and also attempting to re-compile if they don't match.
- Loading branch information
1 parent
de502dc
commit 0e7f21d
Showing
1 changed file
with
71 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