mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
Test suite - make the ctdb_fetch test cope with "Reqid wrap!" messages.
Recent CTDB notice the wrap and print this message. The test needs to cope. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit b93b60ec96d02ce4f54921e85a5c5554d1fc0c55)
This commit is contained in:
parent
dff9282917
commit
774582c360
@ -40,7 +40,7 @@ num_nodes=$(echo "$out" | wc -l)
|
||||
echo "Running ctdb_fetch on all $num_nodes nodes."
|
||||
try_command_on_node -v -pq all $CTDB_TEST_WRAPPER $VALGRIND ctdb_fetch -n $num_nodes
|
||||
|
||||
pat='^(Fetch: [[:digit:]]+(\.[[:digit:]]+)? msgs/sec[[:space:]]?|msg_count=[[:digit:]]+ on node [[:digit:]]|Fetching final record|DATA:|Test data|Waiting for cluster[[:space:]]?|)+$'
|
||||
pat='^(Fetch: [[:digit:]]+(\.[[:digit:]]+)? msgs/sec[[:space:]]?|msg_count=[[:digit:]]+ on node [[:digit:]]|Fetching final record|DATA:|Test data|Waiting for cluster[[:space:]]?|.*: Reqid wrap!|)+$'
|
||||
sanity_check_output 1 "$pat" "$out"
|
||||
|
||||
# Filter out the performance figures:
|
||||
|
Loading…
x
Reference in New Issue
Block a user