Ralf Haferkamp
f0e9e10fa7
Revert "wrapper fix: kill all opencloud and nats processes"
...
This reverts commit 62674c71cf .
2026-04-28 17:24:06 +02:00
Ralf Haferkamp
32549ae0e1
Revert "use process group kill"
...
This reverts commit 7374ae61a9 .
2026-04-28 17:24:06 +02:00
Ralf Haferkamp
f70ce6d8a8
Revert "return waitAllServices"
...
This reverts commit 3434f55c78 .
2026-04-28 17:24:06 +02:00
v.scharf
3434f55c78
return waitAllServices
2026-04-24 12:21:20 +02:00
v.scharf
7374ae61a9
use process group kill
2026-04-24 12:21:20 +02:00
v.scharf
62674c71cf
wrapper fix: kill all opencloud and nats processes
2026-04-24 12:21:20 +02:00
Sawjan Gurung
98b6c53270
ci: fix unwanted workflow skip in the cron pipelines ( #2117 )
...
* ci: run workflow if not found in the list
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: suffix event in cache key to separate cron and push pipelines
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: prefix test workflow with test
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: create empty cache dir for unit tests
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
---------
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
2026-02-12 17:49:21 +05:45
Sawjan Gurung
fe84d0dec4
[POC] ci: skip previously passed workflows on pipeline restart ( #2099 )
...
* ci: add pipeline info check scripts
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: prefix test pipelines with test
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: implement skip-on-pass for test workflows
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: add cache purge workflow
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
---------
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
2026-02-12 17:49:07 +05:45
Viktor Scharf
ed285049dc
[tests-only] port tests to stable #2087 #2039 ( #2185 )
...
* [tests-only] test: fix API tests (#2087 )
* test: use placeholder value
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* test: fix antivirus test expectations
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
---------
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* skip collaborativePosix tests in CI (#2039 )
---------
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
Co-authored-by: Sawjan Gurung <saw.jan.grg3e@gmail.com >
2026-01-21 07:25:05 +01:00
Sawjan Gurung
867da079a8
[full-ci][tests-only] test: fix some test flakiness ( #2003 )
...
* test: check content after upload
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
test: check content with retry
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* test: check empty body before json decoding
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* test: wait post-processing for webdav requests if applicable
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* test: check token before doing request
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
test: check body before json decoding
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
test: add wait step
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
---------
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
2025-12-16 14:43:39 +05:45
Saw-jan
949f14a278
test: add test to check mismatch offset during TUS upload
...
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
2025-12-16 14:43:39 +05:45
Saw-jan
27450c97bb
test: proper resource existence check
...
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
2025-12-16 14:43:39 +05:45
Florian Schade
d19968bec7
enhancement: introduce build time edition channels
...
be careful, the env:OC_EDITION, env:FRONTEND_EDITION, and conf:edition got removed as part of this commit, no deprecation because the flag is build time only!
(cherry picked from commit 40d8aacea4 )
2025-12-11 11:52:57 +01:00
Viktor Scharf
5390322e38
[stable-4.0] replace golang image ( #1955 ) ( #1972 )
...
* replace golang image (#1955 )
(cherry picked from commit 6ce0cc6b1f )
* fix test
* Update CliContext.php
2025-12-05 10:39:02 +01:00
Viktor Scharf
2bdd98f5cf
[full-ci] revaBump-v2.40.1 ( #1927 )
...
* revaBump-v2.40.0
* adapt tests
* bring-#442
* adapt tests
* bring-#444
* ocm fixes
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* adapt tests
* adapt unit tests
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* revaUpdate-2.40.1
* update opencloud-version-4.0.0-rc.3
---------
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-11-28 17:34:12 +01:00
Ralf Haferkamp
aa44a5f6ed
tests: Wait for post-processing to finish before editing the file
...
Otherwise the test is racy. The file might still be stuck in
post-processing so the admin would update an empty file.
2025-11-26 17:03:39 +01:00
Benedikt Kulmann
487a2a0aa6
fix: add update server to default csp rules ( #1875 )
...
* fix: add update server to default csp rules
* adapt tests
---------
Co-authored-by: Viktor Scharf <v.scharf@opencloud.eu >
2025-11-21 17:13:22 +01:00
Viktor Scharf
9d173f0ea6
api-tests: delete spaces before users ( #1877 )
...
* delete spaces before users
* delete users after deleting spaces
* fix
2025-11-20 09:12:48 +01:00
Viktor Scharf
aa2ff8bdc6
update tika version
2025-11-18 17:37:46 +01:00
Viktor Scharf
60dfc95130
adapt tests
2025-11-13 18:03:03 +01:00
Viktor Scharf
b73353ef9b
fix flaky test
2025-11-13 09:32:07 +01:00
Viktor Scharf
0b2e0fb124
add share sync to collaborativePosix suite
2025-11-12 10:38:35 +01:00
Viktor Scharf
93d84478a4
removed test virus files from repo ( #1812 )
...
* remove virus file from repo
* doenload zip file
* adjust tests
2025-11-10 09:38:51 +01:00
Artur Neumann
29661cfa0b
Merge pull request #1802 from opencloud-eu/increaseTimeoutForNotification
...
increase timeouts waiting for notification & search
2025-11-07 14:15:27 +05:45
Artur Neumann
76713480e3
increase wait for seach index
2025-11-07 13:23:55 +05:45
Artur Neumann
b783059846
increase timeout waiting for notification
2025-11-07 13:20:10 +05:45
Viktor Scharf
4ffb79b680
lint fix
2025-11-06 16:31:21 +01:00
Viktor Scharf
a0f90fee1a
Sync share before action
2025-11-06 16:31:21 +01:00
Ralf Haferkamp
500487f2fa
test: fix a few more collaborative posixfs test ( #1777 )
...
wait for postprocessing to complete before accessing files on disk
Related: #1747
2025-11-04 16:46:34 +01:00
Viktor Scharf
59eb411024
correct STORAGE_USERS_POSIX_WATCH_FS env typo in CI ( #1746 )
...
* correct env typo
* set STORAGE_USERS_POSIX_SCAN_DEBOUNCE_DELAY=0
* tests: wait for postprocessing to finish before accessing files
---------
Co-authored-by: Ralf Haferkamp <r.haferkamp@opencloud.eu >
2025-11-04 10:22:06 +01:00
Artur Neumann
5b98860585
check status of postprocessing before accesing the file ( #1762 )
2025-11-03 14:13:46 +01:00
Florian Schade
fb8af22073
chore: bump reva ( #1701 )
...
* chore: bump reva
* enhancement(test): add postprocessing wait helper
2025-10-27 12:01:27 +01:00
Viktor Scharf
f04f6ad470
[full-ci] feat: implement OIDC authentication option ( #1676 )
...
* feat: implement Bearer Token authentication option
* fix
2025-10-27 11:17:44 +01:00
Viktor Scharf
44ee182aa3
apiTest-coverage for #1523 ( #1660 )
...
* apiTest-coverage for #1523
* check propfind contans correct files name
* bump reva for getting #381
2025-10-24 09:45:03 +02:00
Viktor Scharf
c916528788
[full-ci] deleted unused step definitions ( #1639 )
...
* deleted unused step definitions
* fix flaky tests. rearange ine numbers
2025-10-10 11:34:43 +02:00
Viktor Scharf
07a8fef80e
fix clicommand test
2025-10-08 16:45:16 +02:00
Viktor Scharf
0399398bc8
do not save edited users
2025-10-08 16:45:16 +02:00
Viktor Scharf
681ed49dc4
deleting user by userId in test
2025-10-08 16:45:16 +02:00
Viktor Scharf
2fba3c5cdd
check thumbnails in the share with me response ( #1605 )
...
* check thumbnails in the share with me response
* check preview in report response
2025-10-07 07:43:46 +02:00
Viktor Scharf
25246782b2
[full-ci] Enhance getSpaceByName: check local cache before Graph API calls ( #1574 )
...
* Enhance getSpaceByName: check local cache before Graph API calls
* Update API endpoint for regular user drives
2025-09-30 13:08:21 +02:00
Viktor Scharf
723340dba6
[full-ci] getting personal space by userId instead of userName ( #1553 )
...
* getting personal space by userId instead of userName
* delete geting userId via api call
* add new created user id to user list
* fix after review
2025-09-26 10:51:41 +02:00
Jörn Friedrich Dreyer
93b02c204f
Merge pull request #1550 from opencloud-eu/fix-flaky-api-tests
...
apiTest-flaky: sync share before checking
2025-09-24 14:52:22 +02:00
Viktor Scharf
5751d1e2a0
[decomposed] use Alpine for opencloud starting ( #1547 )
...
* use Alpine for opencloud starting
* Update opencloud.Dockerfile
* fix
2025-09-24 14:31:05 +02:00
Viktor Scharf
0c45e74785
apiTest-flaky: stnc share before checking
2025-09-24 11:29:53 +02:00
Jörn Friedrich Dreyer
2cef3682f3
adjust expected failures
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-09-22 16:48:55 +02:00
prashant-gurung899
32f35f7b29
revert behat version and fix regex on test script
...
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com >
2025-09-16 11:29:22 +05:45
Artur Neumann
5f269185bc
Merge pull request #1482 from opencloud-eu/file-extension-rename-test
...
Apitest. file extension change
2025-09-10 13:13:51 +05:45
Ralf Haferkamp
b9a0bb034c
fix: multi-tenant tests: admin had no tenantId
2025-09-09 15:10:28 +02:00
Viktor Scharf
aba3a29e8e
Apitest. file extension change
...
git checkout -b file-extension-rename-test
2025-09-09 12:28:39 +02:00
Artur Neumann
81bbb5c4cb
[full-ci] run tests with VIPS enabled ( #1420 )
...
* [full-ci] run tests with VIPS enabled
* fix
* fix
---------
Co-authored-by: Viktor Scharf <v.scharf@opencloud.eu >
2025-09-05 10:55:35 +02:00