Skip to content

Commit 16386f5

Browse files
Modify slightly the comments.
1 parent c67b481 commit 16386f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration_test/gce-testing-internal/gce/gce_testing.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ func AssertMetricMissing(ctx context.Context, logger *log.Logger, vm *VM, metric
604604
return nil
605605
}
606606

607-
// findMatchingLogs looks in the logging backend for a log matching the given query,
607+
// findMatchingLogs looks in the logging backend for logs matching the given query,
608608
// over the trailing time interval specified by the given window.
609609
// Returns all the matching log entries found, or an error if the lookup failed.
610610
func findMatchingLogs(ctx context.Context, logger *log.Logger, vm *VM, logNameRegex string, window time.Duration, query string) ([]*cloudlogging.Entry, error) {
@@ -655,7 +655,7 @@ func shouldRetryHasMatchingLog(err error) bool {
655655
strings.Contains(err.Error(), "Internal error encountered")
656656
}
657657

658-
// QueryLog looks in the logging backend for a log matching the given query,
658+
// QueryLog looks in the logging backend for logs matching the given query,
659659
// over the trailing time interval specified by the given window.
660660
// Returns the first log entry found, or an error if the log could not be
661661
// found after some retries.

0 commit comments

Comments
 (0)