Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upMultiple linter support failing #2571
Comments
DonJayamanne
assigned
d3r3kk
Sep 13, 2018
DonJayamanne
added
type-bug
needs PR
labels
Sep 13, 2018
This comment has been minimized.
This comment has been minimized.
d3r3kk
commented
Sep 18, 2018
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 |
brettcannon
added
the
feature-*
label
Sep 18, 2018
DonJayamanne
added
the
P1
label
Dec 13, 2018
This comment has been minimized.
This comment has been minimized.
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 |
brettcannon
added
feature-linting
and removed
feature-*
labels
Dec 13, 2018
brettcannon
changed the title
Azure CI Test failure for Multiple Linters
Multiple linter support failing
Dec 13, 2018
brettcannon
unassigned
d3r3kk
Dec 13, 2018
brettcannon
referenced this issue
Dec 13, 2018
Closed
Check if running two linters simultaneously still works #3618
This comment has been minimized.
This comment has been minimized.
nullie
commented
Dec 14, 2018
•
https://github.com/Microsoft/vscode-python/blob/master/src/client/common/process/proc.ts#L172 method calls |
added a commit
to nullie/vscode-python
that referenced
this issue
Dec 14, 2018
d3r3kk
added this to the 2018, week 50 - Dec sprint 2 milestone
Dec 14, 2018
d3r3kk
added
unplanned
P0
and removed
P1
labels
Dec 14, 2018
This comment has been minimized.
This comment has been minimized.
d3r3kk
commented
Dec 14, 2018
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. |
d3r3kk
self-assigned this
Dec 14, 2018
added a commit
that referenced
this issue
Dec 14, 2018
added a commit
that referenced
this issue
Dec 14, 2018
added a commit
that referenced
this issue
Dec 14, 2018
brettcannon
added
the
external contributor
label
Dec 17, 2018
This comment has been minimized.
This comment has been minimized.
nullie
commented
Dec 19, 2018
Is the tests issue reproducible locally? |
This comment has been minimized.
This comment has been minimized.
@nullie yes |
added a commit
that referenced
this issue
Dec 20, 2018
DonJayamanne
assigned
DonJayamanne and
d3r3kk
and unassigned
d3r3kk and
DonJayamanne
Dec 31, 2018
added a commit
to d3r3kk/vscode-python
that referenced
this issue
Dec 31, 2018
added a commit
to d3r3kk/vscode-python
that referenced
this issue
Jan 1, 2019
DonJayamanne
modified the milestones:
2018, week 50 - Dec sprint 2,
2019, week 1 - Jan Sprint 1
Jan 2, 2019
added a commit
to d3r3kk/vscode-python
that referenced
this issue
Jan 4, 2019
added a commit
to d3r3kk/vscode-python
that referenced
this issue
Jan 4, 2019
d3r3kk
referenced this issue
Jan 4, 2019
Merged
Move 'Multiple linters' system test into its own file #3866
added a commit
that referenced
this issue
Jan 4, 2019
ericsnowcurrently
self-assigned this
Jan 7, 2019
This comment has been minimized.
This comment has been minimized.
I'm going to validate this. |
This comment has been minimized.
This comment has been minimized.
@d3r3kk what are the steps to reproduce this? I'm not seeing the problem under the |
This comment has been minimized.
This comment has been minimized.
tests are passing now |
DonJayamanne commentedSep 13, 2018
Here's the output from the logs: