Skip to content

Commit a2fbc3f

Browse files
committed
fix: replace responses from the KEYS * stage
1 parent 4a37edb commit a2fbc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/stages_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func normalizeTesterOutput(testerOutput []byte) []byte {
114114
"xadd_id": {regexp.MustCompile(`\d{13}-\d+`)},
115115
"rdb_bytes": {regexp.MustCompile(`"\$[0-9]+\\r\\nREDIS.*"`)},
116116
"info_replication_bytes": {regexp.MustCompile(`"\$[0-9]+\\r\\n# Replication\\r\\n[^"]+"`)},
117-
"rdb_keys": {regexp.MustCompile(`\[stage-11\] .*Received .*`)},
117+
"rdb_keys": {regexp.MustCompile(`\[tester::#JW4\] .*Received .*`)},
118118
"hexdump": {regexp.MustCompile(`[0-9a-fA-F]{4} \| [0-9a-fA-F ]{47} \| .{0,16}`)},
119119
}
120120

0 commit comments

Comments
 (0)