Skip to content

Commit

Permalink
Update query_frontend_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav <[email protected]>
  • Loading branch information
pawarpranav83 authored Dec 22, 2023
1 parent 85f6f8e commit 6860358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/query_frontend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func TestQueryFrontend(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
t.Cleanup(cancel)

testutil.Ok(t, RemoteWrite(ctx, samplesrw, q.InternalEndpoint("http")))
testutil.Ok(t, RemoteWrite(ctx, samplesrw, i.InternalEndpoint("remote-write")))

Check failure on line 88 in test/e2e/query_frontend_test.go

View workflow job for this annotation

GitHub Actions / Thanos end-to-end tests (8, 0)

multiple-value RemoteWrite(ctx, samplesrw, i.InternalEndpoint("remote-write")) (value of type (*"net/http".Response, error)) in single-value context

Check failure on line 88 in test/e2e/query_frontend_test.go

View workflow job for this annotation

GitHub Actions / Thanos end-to-end tests (8, 1)

multiple-value RemoteWrite(ctx, samplesrw, i.InternalEndpoint("remote-write")) (value of type (*"net/http".Response, error)) in single-value context

Check failure on line 88 in test/e2e/query_frontend_test.go

View workflow job for this annotation

GitHub Actions / Thanos end-to-end tests (8, 2)

multiple-value RemoteWrite(ctx, samplesrw, i.InternalEndpoint("remote-write")) (value of type (*"net/http".Response, error)) in single-value context

Check failure on line 88 in test/e2e/query_frontend_test.go

View workflow job for this annotation

GitHub Actions / Thanos end-to-end tests (8, 3)

multiple-value RemoteWrite(ctx, samplesrw, i.InternalEndpoint("remote-write")) (value of type (*"net/http".Response, error)) in single-value context

Check failure on line 88 in test/e2e/query_frontend_test.go

View workflow job for this annotation

GitHub Actions / Thanos end-to-end tests (8, 4)

multiple-value RemoteWrite(ctx, samplesrw, i.InternalEndpoint("remote-write")) (value of type (*"net/http".Response, error)) in single-value context

Check failure on line 88 in test/e2e/query_frontend_test.go

View workflow job for this annotation

GitHub Actions / Thanos end-to-end tests (8, 5)

multiple-value RemoteWrite(ctx, samplesrw, i.InternalEndpoint("remote-write")) (value of type (*"net/http".Response, error)) in single-value context

Check failure on line 88 in test/e2e/query_frontend_test.go

View workflow job for this annotation

GitHub Actions / Thanos end-to-end tests (8, 6)

multiple-value RemoteWrite(ctx, samplesrw, i.InternalEndpoint("remote-write")) (value of type (*"net/http".Response, error)) in single-value context

Check failure on line 88 in test/e2e/query_frontend_test.go

View workflow job for this annotation

GitHub Actions / Thanos end-to-end tests (8, 7)

multiple-value RemoteWrite(ctx, samplesrw, i.InternalEndpoint("remote-write")) (value of type (*"net/http".Response, error)) in single-value context

testutil.Ok(t, q.WaitSumMetricsWithOptions(e2emon.Equals(1), []string{"thanos_store_nodes_grpc_connections"}, e2emon.WaitMissingMetrics()))

Expand Down

0 comments on commit 6860358

Please sign in to comment.