-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Restoring a file with Oracle, checksum is not restored #37026
Comments
I added QA-team label for us to first investigate this failure a bit and provide more feedback on what happens. |
I suggest that we add some acceptance tests with Oracle to the drone CI. Then I think we can have 1 pipeline that runs And another pipeline that runs (or some other idea for how to have this running in CI) |
Acceptance test scenario has been added to CI in PR #37296 |
The scenario that runs on Oracle to demonstrate the problem seems to be "failing" intermittently. Sometimes the checksums returned are actually the correct checksums of the restored file - i.e. the bug is not there. So maybe this "bug" is actually a timing thing and happens on Oracle because Oracle is slow? or? e.g. https://drone.owncloud.com/owncloud/core/24495/83/13
The scenario is being removed from regular CI runs - PR #37312 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed. |
This was auto-closed. Opening again. I will check if this is still a problem with Oracle... |
I made PR #39755 to double-check current test results on Oracle. |
https://drone.owncloud.com/owncloud/core/34552/85/13
The version-restore scenario passes on Oracle nowadays. This issue has been fixed at some time. The test refactoring has been merged to master in PR #39757 |
Run the acceptance tests with Oracle database. (see PR #37025 )
https://drone.owncloud.com/owncloud/core/23587/57/13
Nothing is seen in
owncloud.log
This scenario passes with other databases (MySQL, MariaDB and PostgreSQL of all supported versions) Investigate...
The text was updated successfully, but these errors were encountered: