Testing 6.6.0-rc1 on 5506 tests suite #2781
kborowinski
started this conversation in
General
Replies: 3 comments 9 replies
|
Thanks, that is great news. The error could suggest also the global option. |
2 replies
|
Quick update. I've ran complete test suite at work this morning, on |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
So I have this rather big tests suite for my PS modules at work. About ~5500 tests. I gave it a go on a
6.6.0-rc1release and initially saw a sea of red 😬.But 99% was due to one documented breaking change:
So this one change fixed it for me:
or even a simpler way:
The other problem I had was due to a new behavior of
Should -HaveCounton dictionary types:So far so good. I'll run more tests Monday morning, since I couldn't run all the integration tests yet.
All reactions