mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-26 03:30:09 -05:00
Merge pull request #10106 from dolthub/macneale4/flaky-fix
[no-release-notes] Fix flaky test on branch activity
This commit is contained in:
@@ -158,6 +158,7 @@ var BranchActivityTests = []queries.ScriptTest{
|
||||
"SELECT last_write INTO @lw FROM dolt_branch_activity WHERE branch = 'other_branch'",
|
||||
"SELECT SLEEP(2)", // Ensure time stamp difference is noticeable
|
||||
"UPDATE `mydb/other_branch`.t SET v='baz' WHERE id=1",
|
||||
"SELECT SLEEP(0.5)", // branch activity update is async, give it a moment.
|
||||
},
|
||||
Assertions: []queries.ScriptTestAssertion{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user