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

Speed up and fix flaky integration test #23

Merged
merged 1 commit into from
May 5, 2017
Merged

Speed up and fix flaky integration test #23

merged 1 commit into from
May 5, 2017

Conversation

C0urante
Copy link
Contributor

@C0urante C0urante commented May 5, 2017

There was no check to make sure that the produced records for the aggregate test were actually within the window specified, and the test failed a few times on my machine as a result. This change should address that, by guaranteeing that expected records are only actually expected if they were produced within the same window.

Also, calls to Thread.sleep() were removed, as they appeared to be unnecessary and only increase runtime.

@hjafarpour
Copy link
Contributor

Approved! Please merge.

@C0urante C0urante merged commit 4481fd5 into confluentinc:master May 5, 2017
@C0urante C0urante deleted the fix-flaky-integration-test branch May 5, 2017 20:08
VedarthConfluent added a commit that referenced this pull request Aug 8, 2024
* [KSQL-12378] | Vedarth Sharma | Update classgraph to 4.8.174 (#19)

* Switch to older classgraph version (#20)

* [KSQL-12378] | Vedarth Sharma | Update classgraph to 4.8.174

* [KSQL-12378] | Vedarth Sharma | Switch to older classgraph version

* Ignore test in 7.1.x (#23)

* [KSQL-12378] | Vedarth Sharma | Update classgraph to 4.8.174

* [KSQL-12378] | Vedarth Sharma | Switch to older classgraph version

* [KSQL-12378] | Vedarth Sharma | Ignore test

* [KSQL-12378] | Vedarth Sharma | Ignore single test

* Add a comment (#30)

* [KSQL-12378] | Vedarth Sharma | Update classgraph to 4.8.174

* [KSQL-12378] | Vedarth Sharma | Switch to older classgraph version

* [KSQL-12378] | Vedarth Sharma | Ignore test

* [KSQL-12378] | Vedarth Sharma | Ignore single test

* [KSQL-12378] | Vedarth Sharma | Add a comment
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