You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not any changes. But we can use this command to test the functionality without cached:
go test -timeout 30s -run ^TestSubscriptionMessageOrdering$ cloud.google.com/go/pubsub/pstest -count=1
Expected behavior
Message ordering test must pass.
Actual behavior
Message ordering unit test fails. Not always but sometimes.
Screenshots
Additional context
I printed the time of published messages and the received messages, and there's an issue with the time accuracy.
Publish Time of published messages are time.Time, but for received messages, It's protobuf *timestamppb.Timestamp
Client
pstest
Environment
Code and Dependencies
Not any changes. But we can use this command to test the functionality without cached:
go test -timeout 30s -run ^TestSubscriptionMessageOrdering$ cloud.google.com/go/pubsub/pstest -count=1
Expected behavior
Message ordering test must pass.
Actual behavior
Message ordering unit test fails. Not always but sometimes.
Screenshots
Additional context
I printed the time of published messages and the received messages, and there's an issue with the time accuracy.
Publish Time of published messages are
time.Time
, but for received messages, It's protobuf*timestamppb.Timestamp
The text was updated successfully, but these errors were encountered: