Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
services/ticker: add test logs to identify inputs that make test flaky (
#2064) Add logs to the `TestInsertOrUpdateAsset` that print out the exact times that are being used. The test has been reported as flaky a couple times, first in #1733 then in #2063. There was an imperfect fix put in place in 3e23070 but we've seen another test failure. Previously when I debugged this I wrote some test cases to try long series of inputs to find an input that caused a failure. This time I think it will be a better use of our time if we improve the test logs in this test so that the next time it fails we know exactly what inputs are being used for time and then we can address the continued flakyness. This doesn't fix the issue reported, just gives us more visibility into a set of inputs we can reproduce with so that when we spend time fixing it we can be confident if we have fixed it or not.
- Loading branch information