-
Notifications
You must be signed in to change notification settings - Fork 5
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
Adding missing assemblies. #39
Conversation
This reverts commit ec8d7e7.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic. Thx for the quick analysis and fix. You are the hero of the day! 🤘
@UL-ChrisGlew When you played with it locally, have you observed any issues with the |
I hadn't initially - have re-run the unit tests a few times and had one test fail in that time due to #40 - so does seem to be a flaky error. |
Hm... that is something else. From the "Specs" project there might be such errors sometimes - not good, but that are integration tests. But the worrying about the logger tests that they are unit tests, and (at least on the CI) more often happen. Just to double check: When you used "run until failure" have you done that for the One more: Could you please try to upgrade the |
Yes, I've been running the whole Have just updated the |
I think it's just coincidence, but who knows... |
This particular error I have seen already a few times already in SpecFlow times... |
Hm... Maybe these are also more frequent now. Anyhow. It seems we have quite some flakiness in our tests, so we will need to dig into these one after the other... Maybe what happened is that the unit test framework has been improved to run the test parallel slightly differently, and now more of these come up. |
The question is whether we should wait with releasing the fixed dependencies. Because these seem to be more of testing issues and not related to the product itself. |
OK. Could you please copy this last comment to #40 and let's track the flaky problems there. |
🤔 What's changed?
Adding missing dependency files:
That are now required due to an update in the System.IO.Abstractions package. I have tested this on an envrionment where #37 could be replicated. Tested both the broken VSIX file and one created with the lines ammended, which seems to function correctly.
⚡️ What's your motivation?
To fix #37
🏷️ What kind of change is this?
♻️ Anything particular you want feedback on?
N/A
📋 Checklist:
This text was originally taken from the template of the Cucumber project, then edited by hand. You can modify the template here.