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

Beam Failure for Test on Windows #32

Open
evan-gordon opened this issue Jun 27, 2024 · 0 comments
Open

Beam Failure for Test on Windows #32

evan-gordon opened this issue Jun 27, 2024 · 0 comments

Comments

@evan-gordon
Copy link
Collaborator

Currently when trying to run the GitHub action for tests on windows the BEAM pipeline is failing with:

...
--- FAIL: TestPipeline (2.09s)
    testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\RUNNER~1\AppData\Local\Temp\TestPipeline1150232497\001\fhirBundleDir\bundle-0.json: The process cannot access the file because it is being used by another process.
...

This error is usually caused by failing to close the file after a file.Open(). However we did some preliminary investigations and haven't found an obvious cause.

Since this is only happening for the bundle-0.json the suspicion is that perhaps there could be a bug in the beam libraries. For now we are going to skip the BEAM tests for windows until this issue can be resolved and add a warning in the BEAM README.

copybara-service bot pushed a commit that referenced this issue Jun 27, 2024
Also added skip and a warning for using Beam on windows related to:
#32

PiperOrigin-RevId: 647445493
copybara-service bot pushed a commit that referenced this issue Jun 27, 2024
Also added skip and a warning for using Beam on windows related to:
#32

PiperOrigin-RevId: 647448179
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant