-
Notifications
You must be signed in to change notification settings - Fork 64
chore(tests): Cleanup bootstrap.php to be forward-compatible #2352
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
Conversation
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
🐢 Performance warning. |
I suppose this is from not clearing hooks? I’ve put the hook thing in its own commit so it can be reverted if suited. |
I'll debug this week. Also possible that someone changed server in a way that it adds 300 requests. |
|
Jup, seems unrelated: |
|
Created #2353 for tracking |
|
/backport to stable31 |
|
/backport to stable30 |
This uses the new tests/autoload.php from nextcloud/server instead of messing directly with OC private autoloader.
See nextcloud/server#52951 and nextcloud/server#52945 for context.