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

fix: don't use overlapping session ids in MqttFlowTest #732

Merged
merged 1 commit into from
Jul 7, 2024

Conversation

raboof
Copy link
Member

@raboof raboof commented Jul 7, 2024

While looking into #468, I noticed the two failing tests were sharing the same session id, which reminded of #456.

While in this case the two tests aren't sharing the same session, and I haven't investigated the details of this codebase further, I'm curious to see if the problem remains when we use unique session ids.

While looking into apache#468, I noticed the two failing tests were
sharing the same session id, which reminded of apache#456.

While in this case the two tests aren't sharing the same
session, and I haven't investigated the details of this
codebase further, I'm curious to see if the problem remains
when we use unique session ids.
@raboof raboof force-pushed the fix-flaky-MqttFlowTest branch from 3ded0c6 to 01e48e0 Compare July 7, 2024 08:19
Copy link
Contributor

@pjfanning pjfanning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@raboof raboof merged commit b19e38e into apache:main Jul 7, 2024
52 checks passed
@raboof
Copy link
Member Author

raboof commented Jul 8, 2024

While in this case the two tests aren't sharing the same session, and I haven't investigated the details of this codebase further, I'm curious to see if the problem remains when we use unique session ids.

Unfortunately, it turns out this was not the problem (https://github.com/apache/pekko-connectors/actions/runs/9827053364/job/27129293765)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants