Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove debug message
  • Loading branch information
mrodm committed Feb 26, 2025
commit 58b4ca3f467d9bc2c3277ec1bd1d7a62cd0c376e
3 changes: 1 addition & 2 deletions internal/testrunner/runners/system/tester.go
Original file line number Diff line number Diff line change
Expand Up @@ -1616,10 +1616,9 @@ func (r *tester) waitForDocs(ctx context.Context, config *testConfig, dataStream
}
}
if !found {
logger.Debugf("Not found field %q in hits", f)
return false
}
logger.Debugf("> Found field %q in hits", f)
logger.Debugf("Found field %q in hits", f)
foundFields[f] = struct{}{}
}
return true
Expand Down