Skip to content

Commit e316f67

Browse files
Better
1 parent 9f30053 commit e316f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/01509_check_many_parallel_quorum_inserts_long.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for i in $(seq 1 $NUM_REPLICAS); do
3232

3333
# Note: making 30 connections simultaneously is a mini-DoS when server is build with sanitizers and CI environment is overloaded.
3434
# That's why we repeat "socket timeout" errors.
35-
thread $i $a 2>&1 | tr '\n' ' ' | grep -v -P 'SOCKET_TIMEOUT|NETWORK_ERROR|^$' &
35+
thread $i $a 2>&1 | tr '\n' ' ' | grep -v -P 'SOCKET_TIMEOUT|NETWORK_ERROR|Timeout while waiting for quorum|^$' &
3636
done
3737
done
3838

0 commit comments

Comments
 (0)