File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,8 @@ describe('EndToEnd', () => {
173
173
await tracerProvider . shutdown ( ) ;
174
174
traceExporter . reset ( ) ;
175
175
spannerMock . resetRequests ( ) ;
176
- spanner . close ( ) ;
176
+ // Hot-fix, do not close spanner.
177
+ // spanner.close();
177
178
server . tryShutdown ( ( ) => { } ) ;
178
179
} ) ;
179
180
Original file line number Diff line number Diff line change 35
35
"system-test" : " mocha build/system-test --timeout 1600000" ,
36
36
"observability-test" : " mocha build/observability-test --timeout 1600000" ,
37
37
"cleanup" : " mocha scripts/cleanup.js --timeout 30000" ,
38
- "test" : " mocha build/test build/test/common build/observability-test --trace-warnings --timeout 1600000 " ,
38
+ "test" : " mocha build/test build/test/common build/observability-test" ,
39
39
"ycsb" : " node ./benchmark/ycsb.js run -P ./benchmark/workloada -p table=usertable -p cloudspanner.instance=ycsb-instance -p operationcount=100 -p cloudspanner.database=ycsb" ,
40
40
"fix" : " gts fix" ,
41
41
"clean" : " gts clean" ,
You can’t perform that action at this time.
0 commit comments