Skip to content

Commit

Permalink
Ignore caller in ring tests
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Jul 17, 2024
1 parent 2415cd0 commit 54ea07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ring/replication_set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2124,7 +2124,7 @@ func (l *testLogger) Log(keyvals ...interface{}) error {
key := keyvals[i]
value := keyvals[i+1]

if key == "user" || key == "method" {
if key == "user" || key == "method" || key == "caller" {
// These keys are added automatically by spanlogger, but they're not interesting for our tests.
continue
}
Expand Down

0 comments on commit 54ea07b

Please sign in to comment.