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 flaky test WriteFeatureValueMetricsDoFnTest #534

Conversation

davidheryanto
Copy link
Collaborator

@davidheryanto davidheryanto commented Mar 13, 2020

By making the sleep duration for the thread listening for UDP messages shorter than the thread delivering the UDP messages.

This seems to make the test passes more deterministically.
If this value is higher than the one used for sending output (50ms) some messages are sometimes lost leading to failed (flaky) test.

I'm not sure why yet

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?:


@feast-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: davidheryanto

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

This seems to make the test pass more deterministically
If this value is higher than the one used for sending output (50ms) some messages may be lost
leading to failed test
@davidheryanto davidheryanto force-pushed the shouldSendCorrectStatsDMetrics-flaky-test branch from 61dad4c to 24d47cb Compare March 13, 2020 08:27
@khorshuheng
Copy link
Collaborator

/lgtm

@feast-ci-bot feast-ci-bot merged commit afe9542 into feast-dev:master Mar 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants