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

[BUG] weird / flaky behavior in the Python CIs #12151

Closed
iscai-msft opened this issue Jun 22, 2020 · 2 comments
Closed

[BUG] weird / flaky behavior in the Python CIs #12151

iscai-msft opened this issue Jun 22, 2020 · 2 comments
Assignees
Labels
EngSys This issue is impacting the engineering system.

Comments

@iscai-msft
Copy link
Contributor

Running into flaky failures that I can't repro locally. The failures are different across the different matrices:

  1. for linux 2.7 I had coverage errors like this (sdist and whl commands passed for mgmt, but then I got a ton of Coverage.py warnings for data plane and the whole command ended up failing)
  2. for linux 3.8 I ran into "Visible uncombined .coverage files"
  3. for windows 3.5 I ran into a permission error of "the process cannot access the file because it is being used by another process"

I've tried re-running, and some errors no longer occur. I've seen this behavior in three of my key vault PRs, but it seems like it's happening in pretty much all of the python pipelines (here's a failing core PR, thanks Charles!)

@iscai-msft iscai-msft added the EngSys This issue is impacting the engineering system. label Jun 22, 2020
@scbedd
Copy link
Member

scbedd commented Jun 24, 2020

This ALL boils down to virtualenv updates that break us. Temporarily pinning to 20.0.23 to more fully understand why 20.0.25 doesn't work for us.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
EngSys This issue is impacting the engineering system.
Projects
None yet
Development

No branches or pull requests

3 participants