-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Bundle_extraction_is_reused failed in CI #33675
Comments
Seems to be a one-off failure, where a copy/execute have collided. I'm not sure whether this is within the product, or a test-fixture copy step that raced with the test execution. I was unable to reproduce the failure in master or |
I believe this is like a file-in-use situation on Linux. Does the test or product code need to account for such a file-in-use? Often times these are one-off but common enough to require mitigations (virus scanners, search indexers). |
@ericstj I completely agree with your assessment; I'm just trying to get a repro for this failure to see where the race could have happened. The AppHost creation involves a few edits of the executable, and has had a few runins with anti-virus scanners. But I don't know of any AVs running on the linux test machines. The proposed fix for the AppHost issue is: #3829 and #3828. But at least on the surface, this doesn't look like the same problem:
This stack trace may indicate a race in the test-infrastructure -- ex: between writing the single-file app and running it. But we need more repros to be actionable. |
See #33563 (comment)
Build failure https://dev.azure.com/dnceng/public/_build/results?buildId=561783&view=ms.vss-test-web.build-test-results-tab&runId=17679122&resultId=100000&paneView=debug
Platform: linux-x64
Error:
/cc @swaroop-sridhar
The text was updated successfully, but these errors were encountered: