-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spanner: many tests failed #4156
Comments
119 tests failed in this package for commit f9cda8f (Build Status, Sponge). commit: f9cda8f |
Looking at the most recent post from flaky-bot it looks like there is really only one test failure left: --- FAIL: TestSessionCreationIsDistributedOverChannels (0.03s)
panic: reflect: call of reflect.Value.Elem on zero Value [recovered]
panic: reflect: call of reflect.Value.Elem on zero Value
goroutine 6803 [running]:
testing.tRunner.func1(0xc002cfb200)
/usr/local/go/src/testing/testing.go:792 +0x6a7
panic(0x10573c0, 0xc000440560)
/usr/local/go/src/runtime/panic.go:513 +0x1b9
reflect.Value.Elem(0x0, 0x0, 0x0, 0x116e41a, 0x8, 0x0)
/usr/local/go/src/reflect/value.go:805 +0x39c
cloud.google.com/go/spanner.getSessionsPerChannel(0xc0039bad00, 0x0)
/tmpfs/src/google-cloud-go/spanner/session_test.go:1981 +0x1f5
cloud.google.com/go/spanner.TestSessionCreationIsDistributedOverChannels(0xc002cfb200)
/tmpfs/src/google-cloud-go/spanner/session_test.go:1935 +0x24f
testing.tRunner(0xc002cfb200, 0x11a4c18)
/usr/local/go/src/testing/testing.go:827 +0x163
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x65a
FAIL cloud.google.com/go/spanner 114.275s I think this is unrelated from the backend changes in the gapic layer, please let me know if I am wrong though! |
@olavloite Do you have any idea about this failed test? |
The refactoring of the generated gapic client had broken a test case that used reflection to get an internal value. This fixes the test by first getting the (new) internalClient, and then getting the value from the internal client. Fixes #4156
Yes, this test case uses reflection to get to an internal value, and the refactoring of the generated client had changed the internal structure of the client and the fields that it was getting. I've updated the test case to reflect the new structure in #4169. |
The refactoring of the generated gapic client had broken a test case that used reflection to get an internal value. This fixes the test by first getting the (new) internalClient, and then getting the value from the internal client. Fixes #4156
Many tests failed at the same time in this package.
there is at least one pass.
the corresponding test passes. You can close them earlier, if you prefer, and
I won't reopen them while this issue is still open.
Here are the tests that failed:
commit: d5e59f1
buildURL: Build Status, Sponge
status: failed
The text was updated successfully, but these errors were encountered: