Skip to content

ci: initial acceptance test workflow#41552

Draft
phil-davis wants to merge 15 commits into
masterfrom
acceptance-workflow-20260519
Draft

ci: initial acceptance test workflow#41552
phil-davis wants to merge 15 commits into
masterfrom
acceptance-workflow-20260519

Conversation

@phil-davis
Copy link
Copy Markdown
Contributor

TBD

phil-davis added 14 commits May 20, 2026 22:21
This fixes log file messages like

{"reqId":"rRziQ2UaFono1r96TEdK","level":3,"time":"2026-05-19T12:44:35+00:00","remoteAddr":"::1",
"user":"Brian","app":"PHP","method":"PUT",
"url":"\/server\/remote.php\/webdav\/textfile0.txt-chunking-42-3-2",
"message":"Trying to access array offset on false at
\/var\/www\/html\/server\/lib\/private\/Files\/Storage\/Wrapper\/Encryption.php#475"}
This will fix log file messages like

{"reqId":"oAKAHIupnZUz4ujYoFqY","level":3,"time":"2026-05-19T12:46:31+00:00","remoteAddr":"::1",
"user":"--","app":"PHP","method":"POST",
"url":"\/server\/ocs\/v1.php\/apps\/federation\/api\/v1\/request-shared-secret",
"message":"strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
at \/var\/www\/html\/server\/apps\/federation\/lib\/DbHandler.php#298"}
testRemoteUrl was only checking for a responding ownCloud at the
provided host. But if the server is installed in a subdirectory
then the requests were not sent there. For example:
- the cloud server is at http://mydomain.com/cloud
- testRemoteUrl checked for a repsonse from http://mydomain.com/status.php

Now it checks for a response from http://mydomain.com/cloud/status.php
Bump to the current minor releases. This is what is used in reality
in CI, so record that here to make sure that everyone is using at
least these versions.
Because 7.4.12 has a limit of 128 on the number of collection aliases.
And we need over 200.
A way to configure this may be needed.
@phil-davis phil-davis force-pushed the acceptance-workflow-20260519 branch from 69a480d to a92e629 Compare May 20, 2026 12:51
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.

1 participant