-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Multiple linter support failing #2571
Comments
I've skipped this test for now, as there needs to be some real work done to sort out the root cause. The branch Essentially the trouble is that the |
Attached is my log. If I have just flake8 on it's fine, and if I just have pep8 turned on it's, fine. But as soon as I have both on I get a message saying pep8 isn't installed and an error about |
https://github.com/Microsoft/vscode-python/blob/master/src/client/common/process/proc.ts#L172 method calls |
We took a fix (#3702) that corrects the behaviour in the runtime, but now we need to actually fix the failure occurring in the tests. This is p0 for this release. |
- tracked by #2571 - correct news entry to address the appropriate issue
Is the tests issue reproducible locally? |
@nullie yes |
Failing test is no longer able to repro locally. For #2571
- notorious for time-outs - we will mock linting output up instead - microsoft#2571
- notorious for time-outs - we will mock linting output up instead - microsoft#2571
Fix for microsoft#2571 - Multiple linters test just uses the app, no mocking necessary. - Thus it did not truly belong in linter.test.ts - Only needed mocked linter output stub to be a good system test
Fix for microsoft#2571 - Multiple linters test just uses the app, no mocking necessary. - Thus it did not truly belong in linter.test.ts - Only needed mocked linter output stub to be a good system test
* Move 'Multiple linters' system test into its own file. Fix for #2571 - Multiple linters test just uses the app, no mocking necessary. - Thus it did not truly belong in linter.test.ts - Only needed mocked linter output stub to be a good system test
I'm going to validate this. |
@d3r3kk what are the steps to reproduce this? I'm not seeing the problem under the |
tests are passing now |
Here's the output from the logs:
The text was updated successfully, but these errors were encountered: