Skip to content
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

Intermittent test - TestSpanReader_multiRead_followUp_query #1703

Closed
jpkrohling opened this issue Aug 1, 2019 · 1 comment · Fixed by #1707
Closed

Intermittent test - TestSpanReader_multiRead_followUp_query #1703

jpkrohling opened this issue Aug 1, 2019 · 1 comment · Fixed by #1707

Comments

@jpkrohling
Copy link
Contributor

The test TestSpanReader_multiRead_followUp_query is intermittently failing. I spotted this for the PR #1668, which isn't touching any Go code at all.

--- FAIL: TestSpanReader_multiRead_followUp_query (0.00s)
    reader_test.go:279: 
        	Error Trace:	reader_test.go:279
        	            				reader_test.go:105
        	            				reader_test.go:209
        	Error:      	Not equal: 
        	            	expected: &model.Span{TraceID:model.TraceID{Low:0x2, High:0x0}, SpanID:0x0, OperationName:"", References:[]model.SpanRef{}, Flags:0x0, StartTime:time.Time{wall:0x3b93dc90, ext:63700183028, loc:(*time.Location)(nil)}, Duration:0, Tags:[]model.KeyValue{}, Logs:[]model.Log{}, Process:(*model.Process)(0xc000141770), ProcessID:"", Warnings:[]string(nil), XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}
        	            	actual  : &model.Span{TraceID:model.TraceID{Low:0x1, High:0x0}, SpanID:0x0, OperationName:"", References:[]model.SpanRef{}, Flags:0x0, StartTime:time.Time{wall:0x3b93dc90, ext:63700183028, loc:(*time.Location)(nil)}, Duration:0, Tags:[]model.KeyValue{}, Logs:[]model.Log{}, Process:(*model.Process)(0xc0001417c0), ProcessID:"", Warnings:[]string(nil), XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}
        	            	
        	            	Diff:
        	Test:       	TestSpanReader_multiRead_followUp_query
    reader_test.go:280: 
        	Error Trace:	reader_test.go:280
        	            				reader_test.go:105
        	            				reader_test.go:209
        	Error:      	Not equal: 
        	            	expected: &model.Span{TraceID:model.TraceID{Low:0x1, High:0x0}, SpanID:0x0, OperationName:"", References:[]model.SpanRef{}, Flags:0x0, StartTime:time.Time{wall:0x3b93dc90, ext:63700183028, loc:(*time.Location)(nil)}, Duration:0, Tags:[]model.KeyValue{}, Logs:[]model.Log{}, Process:(*model.Process)(0xc000141360), ProcessID:"", Warnings:[]string(nil), XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}
        	            	actual  : &model.Span{TraceID:model.TraceID{Low:0x2, High:0x0}, SpanID:0x0, OperationName:"", References:[]model.SpanRef{}, Flags:0x0, StartTime:time.Time{wall:0x3b93dc90, ext:63700183028, loc:(*time.Location)(nil)}, Duration:0, Tags:[]model.KeyValue{}, Logs:[]model.Log{}, Process:(*model.Process)(0xc000141810), ProcessID:"", Warnings:[]string(nil), XXX_NoUnkeyedLiteral:struct {}{}, XXX_unrecognized:[]uint8(nil), XXX_sizecache:0}
        	            	
        	            	Diff:
        	Test:       	TestSpanReader_multiRead_followUp_query
@jpkrohling
Copy link
Contributor Author

Also happened with #1701

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant