You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to parallel test execution the ordering of the tests can sometimes cause failure because the container registry was never being cleared between tests.
The text was updated successfully, but these errors were encountered:
registry:
- Add clearRegistry to remove all container registrations
- Change internal list of containerRegistrations to a Map
registry.spec:
- Add teardown after each test to clear the registry so side effects of registrations from other tests can not impact subsequent tests
Fixes#146
registry:
- Add clearRegistry to remove all container registrations
- Change internal list of containerRegistrations to a Map
registry.spec:
- Add teardown after each test to clear the registry so side effects of registrations from other tests can not impact subsequent tests
Fixes#146
Due to parallel test execution the ordering of the tests can sometimes cause failure because the container registry was never being cleared between tests.
The text was updated successfully, but these errors were encountered: