Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Fix flaky SpoutInstanceTest #1263

Merged
merged 1 commit into from
Aug 16, 2016
Merged

Fix flaky SpoutInstanceTest #1263

merged 1 commit into from
Aug 16, 2016

Conversation

windie
Copy link
Contributor

@windie windie commented Aug 16, 2016

SpoutInstanceTest should register the singleton objects before offering the message. Otherwise, TestBolt maybe has already processed several tuples before the singleton objects are registered.

We should register the singleton objects before offering the message. Otherwise, TestBolt maybe has already processed several tuples before the singleton objects are registered.
@kramasamy
Copy link
Contributor

@maosongfu - can you please take a look at this?

@maosongfu
Copy link
Contributor

👍 looks good to me

@kramasamy kramasamy merged commit f0196c5 into apache:master Aug 16, 2016
@windie windie deleted the fix-flaky-test branch August 16, 2016 05:11
nicknezis pushed a commit that referenced this pull request Sep 14, 2020
We should register the singleton objects before offering the message. Otherwise, TestBolt maybe has already processed several tuples before the singleton objects are registered.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants