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 Randomly Failing Tests in PowerShell Core #176

Closed
PlagueHO opened this issue Sep 11, 2018 · 0 comments · Fixed by #185
Closed

Fix Randomly Failing Tests in PowerShell Core #176

PlagueHO opened this issue Sep 11, 2018 · 0 comments · Fixed by #185
Labels
bug The issue is a bug. in progress The issue is being actively worked on by someone.

Comments

@PlagueHO
Copy link
Owner

Tests randomly fail because ConvertTo-Json is non-deterministic and will produce JSON text where properties in the object are ordered differently in each call. This causes the parameter filter comparison in the mocks to fail frequently.

@PlagueHO PlagueHO added bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community. labels Sep 11, 2018
@PlagueHO PlagueHO added in progress The issue is being actively worked on by someone. and removed help wanted The issue is up for grabs for anyone in the community. labels Oct 13, 2018
PlagueHO added a commit that referenced this issue Oct 14, 2018
#176 (#185)

* Modified Unit Tests to Hopefully work reliably in MacOS and Linux

* Rework Collection Unit Test Parameter Filters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug. in progress The issue is being actively worked on by someone.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant