google-cloud-go icon indicating copy to clipboard operation
google-cloud-go copied to clipboard

bigtable: TestIntegration_DataAuthorizedView failed

Open flaky-bot[bot] opened this issue 11 months ago • 4 comments

Note: #10830 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 7abfaaa715f9c84f69af32ef3981abf234f8eb90 buildURL: Build Status, Sponge status: failed

flaky-bot[bot] avatar Jan 08 '25 19:01 flaky-bot[bot]

Error from logs:

=== RUN   TestIntegration_DataAuthorizedView
    integration_test.go:4180: Creating authorized view: rpc error: code = Unavailable desc = The service is currently unavailable.
--- FAIL: TestIntegration_DataAuthorizedView (2.09s)

bhshkh avatar Jan 08 '25 20:01 bhshkh

Test passed for commit 893d27a0b6eb65652ceae79e6ac4497797b52e75 (Build Status, Sponge)! Closing this issue.

flaky-bot[bot] avatar Jan 08 '25 21:01 flaky-bot[bot]

Looks like this issue is flaky. :worried:

I'm going to leave this open and stop commenting.

A human should fix and close this.


commit: aa54375c195b1bf8653de26400f342438a8d6f85 buildURL: Build Status, Sponge status: failed

flaky-bot[bot] avatar Jan 17 '25 23:01 flaky-bot[bot]

Error from logs

=== RUN   TestIntegration_DataAuthorizedView
panic: test timed out after 45m0s
	running tests:
		TestIntegration_DataAuthorizedView (40s)

goroutine 6449 [running]:
testing.(*M).startAlarm.func1()
	/usr/local/go/src/testing/testing.go:2373 +0x265
created by time.goFunc
	/usr/local/go/src/time/sleep.go:215 +0x45

goroutine 1 [chan receive, 2 minutes]:
testing.(*T).Run(0xc00045d520, {0x1d79241, 0x22}, 0x1dc93a0)
	/usr/local/go/src/testing/testing.go:1751 +0x851
testing.runTests.func1(0xc00045d520)
	/usr/local/go/src/testing/testing.go:2168 +0x86
testing.tRunner(0xc00045d520, 0xc00059f808)
	/usr/local/go/src/testing/testing.go:1690 +0x227
testing.runTests(0xc0001aa468, {0x2c08c60, 0x82, 0x82}, {0x4bb93b?, 0xc000138060?, 0x2c124c0?})
	/usr/local/go/src/testing/testing.go:2166 +0x8bf
testing.(*M).Run(0xc00019ef00)
	/usr/local/go/src/testing/testing.go:2034 +0xf18
cloud.google.com/go/bigtable.TestMain(0xc00019ef00)
	/tmpfs/src/google-cloud-go/bigtable/integration_test.go:128 +0x2d2
main.main()
	_testmain.go:305 +0x172

goroutine 5 [select]:
go.opencensus.io/stats/view.(*worker).start(0xc0000fe500)
	/go/pkg/mod/[email protected]/stats/view/worker.go:292 +0x1a5
created by go.opencensus.io/stats/view.init.0 in goroutine 1
	/go/pkg/mod/[email protected]/stats/view/worker.go:34 +0xfd

goroutine 10 [select, 45 minutes]:
google.golang.org/grpc/internal/grpcsync.(*CallbackSerializer).run(0xc0001932e0, {0x1f81808, 0xc00013ad20})
	/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:88 +0x1eb
created by google.golang.org/grpc/internal/grpcsync.NewCallbackSerializer in goroutine 9
	/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:52 +0x207

goroutine 5757 [select, 16 minutes]:
google.golang.org/grpc/internal/grpcsync.(*CallbackSerializer).run(0xc0009c6cb0, {0x1f81808, 0xc0010c0730})
	/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:88 +0x1eb
created by google.golang.org/grpc/internal/grpcsync.NewCallbackSerializer in goroutine 5756
	/go/pkg/mod/google.golang.org/[email protected]/internal/grpcsync/callback_serializer.go:52 +0x207

bhshkh avatar May 19 '25 22:05 bhshkh