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

Acceptance tests fail on GitHub Actions due to mtime truncation #3689

Closed
vascoguita opened this issue Feb 27, 2023 · 2 comments · Fixed by #3640
Closed

Acceptance tests fail on GitHub Actions due to mtime truncation #3689

vascoguita opened this issue Feb 27, 2023 · 2 comments · Fixed by #3640
Assignees

Comments

@vascoguita
Copy link
Contributor

vascoguita commented Feb 27, 2023

The coreApiWebdavUploadTUS/uploadFileMtime features of the acceptance tests are failing since the epoch 5036789893 is being truncated to 2147483647.
This is a problem that occurs with Docker on Centos8/Alma8 but not on Centos7 nor on Alma9.

@vascoguita
Copy link
Contributor Author

The solution is to migrate the cluster to Alma9.
Although there is still a TLS problem with it: actions/runner#1902

@vascoguita
Copy link
Contributor Author

vascoguita commented Mar 1, 2023

Upgrading to Alma9 fixed the problem. I'm closing this issue

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 a pull request may close this issue.

1 participant