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

Problem: #209 and monitor_t tests not event driven #255

Merged
merged 2 commits into from
Jul 5, 2018

Conversation

kurdybacha
Copy link
Contributor

Problem: #209 cppzmq fails with cmake 3.6.3 and above
Solution: remove problematic cmake lines as they seem to be not necessary.

Problem: monitor_t tests not event driven
Solution: instead of waiting for fixed amount of time for events, react
as soon as events are triggered.

  • Total running time of unittest reduced 10x (from ~300ms to 30ms).
  • Reduced code duplication by reusing testutil's constructs.

Solution: remove problematic cmake lines as they seem to be not necessary.
Solution: instead of waiting for fixed amount of time for events, react
as soon as events are triggered.

- Total running time of unittest reduced 10x (from ~300ms to 30ms).
- Reduced code duplication by reusing testutil's constructs.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 124

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 77.706%

Totals Coverage Status
Change from base Build 123: 0.0%
Covered Lines: 359
Relevant Lines: 462

💛 - Coveralls

@bluca bluca merged commit 73f171a into zeromq:master Jul 5, 2018
@kurdybacha kurdybacha deleted the issue_fix branch July 5, 2018 08:32
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.

None yet

3 participants