We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afea33 commit 54976deCopy full SHA for 54976de
container_registry/container_analysis/samples_test.py
@@ -163,8 +163,8 @@ def test_pubsub(self):
163
samples.delete_occurrence(basename(occ.name), PROJECT_ID)
164
sleep(SLEEP_TIME)
165
final_count = receiver.msg_count
166
- print('done. msg_count = {}'.format(final_count))
167
- success = final_count == total_created
+ print('try {} done. msg_count = {}'.format(tries, final_count))
+ success = (final_count == total_created)
168
assert final_count == total_created
169
# clean up
170
client.delete_subscription(subscription_name)
0 commit comments