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 748a0dd commit f3eef20Copy full SHA for f3eef20
internal/stages_test.go
@@ -115,6 +115,7 @@ func normalizeTesterOutput(testerOutput []byte) []byte {
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 .*`)},
118
+ "hexdump": {regexp.MustCompile(`[0-9a-fA-F]{4} \| [0-9a-fA-F ]{47} \| .{0,16}`)},
119
}
120
121
for replacement, regexes := range replacements {
0 commit comments