Skip to content

Fix issue with in complete unittest runs. - #17313

Merged
Karthik Nadig (karthiknadig) merged 1 commit into
microsoft:mainfrom
karthiknadig:issue17282
Sep 8, 2021
Merged

Fix issue with in complete unittest runs.#17313
Karthik Nadig (karthiknadig) merged 1 commit into
microsoft:mainfrom
karthiknadig:issue17282

Conversation

@karthiknadig

@karthiknadig Karthik Nadig (karthiknadig) commented Sep 7, 2021

Copy link
Copy Markdown
Member

Closes #17282
Closes #17267
Closes #17295
Closes #17308

This is a temporary solution. We are in the process of re-writing the test code runner to provide better progress and status updates.

@karthiknadig Karthik Nadig (karthiknadig) added the skip tests Updates to tests unnecessary label Sep 7, 2021
@karthiknadig
Karthik Nadig (karthiknadig) merged commit 4c3e243 into microsoft:main Sep 8, 2021
Karthik Nadig (karthiknadig) added a commit to karthiknadig/vscode-python that referenced this pull request Sep 8, 2021
Ghost Aka G7h7 (G7h7) added a commit to G7h7/vscode-python that referenced this pull request Sep 8, 2021
Karthik Nadig (karthiknadig) added a commit that referenced this pull request Sep 22, 2021
* Update version and change log (#17170)

* Ensure default python executable to use is 'python' instead of '' (#17161)

* Fix Pop-up The argument 'file' cannot be empty. Received '' appears when no Python is installed or when default python is selected

* News entry

* Ensure workspace interpreters are discovered and watched (#17144)

* Cherry pick discovery related fixes to release (#17310)

* Do path comparisons appropriately in the discovery component (#17244)

* Do path comparisons appropriately in the discovery component

* News entry

* Fix some tests

* Some more fixes

* Fix poetry unit tests

* Ensure we trigger discovery for the first time as part of extension activation (#17304)

* Ensure we trigger discovery for the first time as part of extension activation

* Oops

* Fix parent path check (#17274)

* Fix parent path check

* only buiild vsix

* More verbose logging

* Revert "only buiild vsix"

This reverts commit b601e59.

* Fix for multiple directories in pytest args. (#17306)

* Fix for a bunch of test issues. (#17311)

* Fix for a bunch of test issues.

* Lint python files.

* Fix issue with in complete unittest runs. (#17313)

* Fix27ci (#17327) (#17328)

* Ensure tensorboard is not installed for python 2.7

* Add news item

* Point release version, change log, and TPN updates (#17333)

* Update version

* Change log updates for point release

* Third part notice update

* Correctly indicate when a refresh has finished (#17336)

* Cherry pick fixes from main (#17348)

* Fix for filenames starting with py. (#17275)

* Fix for filenames starting with py.

* Add news item.

* Update change logs for cherry pick

* Update run failed tests icon (#17271) (#17349)

Co-authored-by: Luciana Abud <45497113+luabud@users.noreply.github.com>

* Cherry pick debug caching fix to release (#17355)

* Fix for cached debug configuration (#17354)

* Update change log for cherry pick

* Ensure we block getting active interpreter on auto-selection (#17370) (#17372)

* Ensure we block getting active interpreter on autoselection

* News entry

* Fix single workspace tests

* Fix lint

* Fix for `unittest` ModuleNotFoundError when discovering tests (#17369)

* Fix for ModuleNotFoundError

* Add news

* Ensure we use cwd

* linting

* Improve display of lines in test output. (#17373)

* Improve display of lines in test output.

* Add news item

* Handle debug in terminai with undefined uri (#17375)

* Fix for buttons not showing up for test items. (#17402)

* Update change log and version.

* DS Product names were inadvertently removed (#17434)

* Fix `Python extension loading...` issue for users who have disabled telemetry (#17448)

* Enable discovery experiments for all users including those who have opted out of telemetry

* News entry

* Oops

* Ensure we still respect optInto/optOutFrom setting for discovery experiment

* Update change log and version (#17450)

* Ensure TPN is up to date

Co-authored-by: Kartik Raj <karraj@microsoft.com>
Co-authored-by: Luciana Abud <45497113+luabud@users.noreply.github.com>
Co-authored-by: Don Jayamanne <don.jayamanne@outlook.com>
@pewscorner

Copy link
Copy Markdown

Any update on the mentioned "process of re-writing"? It is still failing for me, and has been since I reported #17282. Shouldn't we be keeping at least one of these issues open to reflect reality?

@brettcannon

Copy link
Copy Markdown
Member

pewscorner It's being actively worked on, but because of how things got structured it has to be turned on simultaneously with the pytest rewrite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip tests Updates to tests unnecessary

Projects

None yet

3 participants