We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02458a5 commit 4af2602Copy full SHA for 4af2602
spanner/metrics_test.go
@@ -41,7 +41,6 @@ func TestNewBuiltinMetricsTracerFactory(t *testing.T) {
41
if testing.Short() {
42
t.Skip("TestNewBuiltinMetricsTracerFactory tests skipped in -short mode.")
43
}
44
- t.Parallel()
45
46
ctx := context.Background()
47
clientUID := "test-uid"
@@ -121,7 +120,12 @@ func TestNewBuiltinMetricsTracerFactory(t *testing.T) {
121
120
{
122
desc: "should create a new tracer factory with default meter provider",
123
runOnlyInEmulator: isEmulatorEnvSet(),
124
- config: ClientConfig{},
+ config: ClientConfig{
+ SessionPoolConfig: SessionPoolConfig{
125
+ MinOpened: 0,
126
+ MaxOpened: 1,
127
+ },
128
129
130
wantBuiltinEnabled: true,
131
wantCreateTSCallsCount: 2,
0 commit comments