We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a37edb commit a2fbc3fCopy full SHA for a2fbc3f
internal/stages_test.go
@@ -114,7 +114,7 @@ func normalizeTesterOutput(testerOutput []byte) []byte {
114
"xadd_id": {regexp.MustCompile(`\d{13}-\d+`)},
115
"rdb_bytes": {regexp.MustCompile(`"\$[0-9]+\\r\\nREDIS.*"`)},
116
"info_replication_bytes": {regexp.MustCompile(`"\$[0-9]+\\r\\n# Replication\\r\\n[^"]+"`)},
117
- "rdb_keys": {regexp.MustCompile(`\[stage-11\] .*Received .*`)},
+ "rdb_keys": {regexp.MustCompile(`\[tester::#JW4\] .*Received .*`)},
118
"hexdump": {regexp.MustCompile(`[0-9a-fA-F]{4} \| [0-9a-fA-F ]{47} \| .{0,16}`)},
119
}
120
0 commit comments