tigris icon indicating copy to clipboard operation
tigris copied to clipboard

ci: Intermittent test failure - TestImport

Open adilansari opened this issue 1 year ago • 0 comments

Describe the bug

--- FAIL: TestImport (0.23s)
tigris_test  |     --- FAIL: TestImport/evolve_schema_in_separate_batch (0.02s)
tigris_test  |         reporter.go:39: 
tigris_test  |             	Error Trace:	/root/go/pkg/mod/gopkg.in/gavv/[email protected]/reporter.go:39
tigris_test  |             	            				/root/go/pkg/mod/gopkg.in/gavv/[email protected]/chain.go:21
tigris_test  |             	            				/root/go/pkg/mod/gopkg.in/gavv/[email protected]/response.go:516
tigris_test  |             	            				/root/go/pkg/mod/gopkg.in/gavv/[email protected]/response.go:134
tigris_test  |             	            				/go/src/tigris/test/v1/server/document_test.go:4681
tigris_test  |             	Error:      	
tigris_test  |             	            	expected status equal to:
tigris_test  |             	            	 "200 OK"
tigris_test  |             	            	
tigris_test  |             	            	but got:
tigris_test  |             	            	 "400 Bad Request"
tigris_test  |             	Test:       	TestImport/evolve_schema_in_separate_batch
tigris_test  | FAIL

Link to build

  • https://github.com/tigrisdata/tigris/actions/runs/4735919813/jobs/8406898399?pr=1058

To Reproduce

Intermittent failure on CI run

Expected behavior

Tests should always pass

adilansari avatar Apr 18 '23 19:04 adilansari