more random query id in tests

This commit is contained in:
Alexander Tokmakov 2023-03-17 22:12:34 +01:00
parent b96ab51f94
commit 5034449d56
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ function thread_insert
{
# supress "Killed" messages from bash
while true; do
export ID="$TEST_MARK$RANDOM"
export ID="$TEST_MARK$RANDOM-$RANDOM-$RANDOM"
bash -c insert_data 2>&1| grep -Fav "Killed"
done
}

View File

@ -61,7 +61,7 @@ function thread_insert
{
# supress "Killed" messages from bash
while true; do
export ID="$TEST_MARK$RANDOM"
export ID="$TEST_MARK$RANDOM-$RANDOM-$RANDOM"
bash -c insert_data 2>&1| grep -Fav "Killed" | grep -Fav "SESSION_IS_LOCKED" | grep -Fav "SESSION_NOT_FOUND"
done
}