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 for events unit tests failing in CI #36

Merged
merged 2 commits into from
Jun 19, 2019

Conversation

SenRamakri
Copy link
Contributor

We were seeing events unit tests failing in CI and on debugging we found that to be test implementation issue as tests use too many parallel tests when not supported by the runtime. The current set of changes minimizes the required procs to be able to run CI.

@SenRamakri
Copy link
Contributor Author

It appears there are still few tests failing on events_test due to same issue. I'm looking more into that.

@cmonr
Copy link
Contributor

cmonr commented Jun 18, 2019

https://travis-ci.org/armPelionEdge/maestro/builds/547370122 passed in the first run.
Restarted a second time to see if anything different happens.

This needs a rebase since another PR came in, fixing newline inconsistencies.

@SenRamakri
Copy link
Contributor Author

Pushed new commits rebased to master, also squashed few commits..

@cmonr cmonr merged commit e8ff544 into PelionIoT:master Jun 19, 2019
johnmichaelwelsh pushed a commit that referenced this pull request Mar 5, 2020
Fix for events unit tests failing in CI
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.

3 participants