-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: pubsubIssues related to the googleapis/java-pubsub API.Issues related to the googleapis/java-pubsub API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Note: #364 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 14ac8d7
buildURL: Build Status, Sponge
status: failed
Test output
expected to contain:
Hello 0
but was:
[ack_id: "IT4wPkVTRFAGFixdRkhRNxkIaFEOT14jPzUgKEUQBwgUBXx9cFtXdV5fGgdRDRlyfGZwOVsXAQJCAX5VWR8HaE5tdSVxDB5wemd9Yl0RBwRBUH1aWjP4h5iojt7pPgNORfeI45cmIfOw66BtZiU9XxJLLD5-NSxFQV5AEkw-GURJUytDCypYEU4EIQ"
message {
data: "Hello 1"
attributes {
key: "author"
value: "unknown"
}
attributes {
key: "year"
value: "2020"
}
message_id: "1727688726643351"
publish_time {
seconds: 1605265061
nanos: 360000000
}
}
, ack_id: "IT4wPkVTRFAGFixdRkhRNxkIaFEOT14jPzUgKEUQBwgUBXx9cFtXdV5fGgdRDRlyfGZwOVsXAQJCAX5VWR8HaU5tdSVxDB5wemd9Yl0RBwRBUH1aWTP4h5iojt7pPgNORfeI45cmIfOw66BtZiU9XxJLLD5-NSxFQV5AEkw-GURJUytDCypYEU4EIQ"
message {
data: "Hello 2"
attributes {
key: "author"
value: "unknown"
}
attributes {
key: "year"
value: "2020"
}
message_id: "1727688726643352"
publish_time {
seconds: 1605265061
nanos: 360000000
}
}
]
at pubsub.SubscriberIT.testSubscriber(SubscriberIT.java:173)
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: pubsubIssues related to the googleapis/java-pubsub API.Issues related to the googleapis/java-pubsub API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.