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 failing MvxIocPropertyInjectionTest #3069

Merged
merged 1 commit into from
Aug 14, 2018
Merged

Conversation

Cheesebaron
Copy link
Member

The [Collection] attribute was missing leading to race against
other tests using the IoC, which is a singleton.

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

bug fix

⤵️ What is the current behavior?

tests fail sometimes due to race condition

🆕 What is the new behavior (if this is a feature change)?

hopefully fixes the test

💥 Does this PR introduce a breaking change?

nope

🐛 Recommendations for testing

run unit test suite a couple of times

📝 Links to relevant issues/docs

🤔 Checklist before submitting

The [Collection] attribute was missing leading to race against
other tests using the IoC, which is a singleton.
@Cheesebaron Cheesebaron added the p/ci Continuous Integration platform label Aug 14, 2018
@martijn00 martijn00 merged commit b2f6a36 into develop Aug 14, 2018
@Cheesebaron Cheesebaron deleted the bugfix/failing-tests branch August 15, 2018 05:20
@martijn00 martijn00 added this to the 6.2.0 milestone Sep 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p/ci Continuous Integration platform
Development

Successfully merging this pull request may close these issues.

None yet

2 participants