From a3d9271f3d834c7078be0f0cfc36f48a28b2e3e7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 16 Sep 2024 16:20:26 +0200 Subject: [PATCH 1/2] ci(performance): Make performance test more reliable by disabling cron and an app Signed-off-by: Joas Schilling --- .github/workflows/performance.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 667a05d5..a738b412 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -121,6 +121,8 @@ jobs: mkdir data ./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin ./occ app:enable --force ${{ env.APP_NAME }} + ./occ app:disable webhoook_listeners + ./occ background:cron ./occ config:system:set query_log_file --value "$PWD/query.log" # - name: Check PHPUnit script is defined From 77c89b3b60562251e867a20d35124d3fc1562be4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 23 Sep 2024 10:48:16 +0200 Subject: [PATCH 2/2] fix(tests): Update baseline due to added tests and server features Signed-off-by: Joas Schilling --- tests/Integration/base-query-count.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Integration/base-query-count.txt b/tests/Integration/base-query-count.txt index 5ac85f4c..196a7941 100644 --- a/tests/Integration/base-query-count.txt +++ b/tests/Integration/base-query-count.txt @@ -1 +1 @@ -8200 +8700