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

TestGrpcGetEvaluationsValidation is flaky #1023

Open
kentakozuka opened this issue Jun 14, 2024 · 0 comments
Open

TestGrpcGetEvaluationsValidation is flaky #1023

kentakozuka opened this issue Jun 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kentakozuka
Copy link
Contributor

kentakozuka commented Jun 14, 2024

Version

main

Describe the bug

=== RUN   TestGrpcGetEvaluationsValidation/success
    api_grpc_test.go:1906: 
        	Error Trace:	/home/runner/work/bucketeer/bucketeer/pkg/gateway/api/api_grpc_test.go:1906
        	Error:      	Not equal: 
        	            	expected: &gateway.GetEvaluationsResponse{state:impl.MessageState{NoUnkeyedLiterals:pragma.NoUnkeyedLiterals{}, DoNotCompare:pragma.DoNotCompare{}, DoNotCopy:pragma.DoNotCopy{}, atomicMessageInfo:(*impl.MessageInfo)(nil)}, sizeCache:0, unknownFields:[]uint8(nil), State:2, Evaluations:(*feature.UserEvaluations)(0xc000023680), UserEvaluationsId:"no_evaluations"}
        	            	actual  : &gateway.GetEvaluationsResponse{state:impl.MessageState{NoUnkeyedLiterals:pragma.NoUnkeyedLiterals{}, DoNotCompare:pragma.DoNotCompare{}, DoNotCopy:pragma.DoNotCopy{}, atomicMessageInfo:(*impl.MessageInfo)(nil)}, sizeCache:0, unknownFields:[]uint8(nil), State:2, Evaluations:(*feature.UserEvaluations)(0xc0006cc600), UserEvaluationsId:"no_evaluations"}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -28,3 +28,3 @@
        	            	   },
        	            	-  CreatedAt: (int64) 1718339983,
        	            	+  CreatedAt: (int64) 1718339984,
        	            	   ArchivedFeatureIds: ([]string) {
        	Test:       	TestGrpcGetEvaluationsValidation/success
        	Messages:   	success

Steps to reproduce the bug

No response

Expected behavior

No response

Relevant log output

No response

Additional information

No response

@kentakozuka kentakozuka added the bug Something isn't working label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant