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

Kokoro fix #1068

Merged
merged 14 commits into from Apr 20, 2023
Merged

Kokoro fix #1068

merged 14 commits into from Apr 20, 2023

Conversation

Tulsishah
Copy link
Collaborator

@Tulsishah Tulsishah commented Apr 20, 2023

Description

Before with this command GODEBUG=asyncpreemptoff=1 go test ./tools/integration_tests/... --integrationTest -v --testbucket=gcsfuse-integration-tests all the tests in integrationTest directory were running parallell. due to that, when readonly_test was cleaning the bucket, implicit_dir files were lost, and tests failed. Adding -p 1 flag to run only one test at a time.

Link to the issue in case of a bug fix.

Testing details

  1. Manual - I tried on the VM config exactly as Kokoro has. The issue was reproducible on that. After this solution, it is working fine.
  2. Unit tests - N/A
  3. Integration tests - N/A

@Tulsishah Tulsishah merged commit da0799f into GoogleCloudPlatform:master Apr 20, 2023
4 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants