server icon indicating copy to clipboard operation
server copied to clipboard

Remove the loop of calendars when only one is needed

Open miaulalala opened this issue 3 years ago • 6 comments

Fixes #33599

miaulalala avatar Aug 18 '22 12:08 miaulalala

Testing trashbin should work the same btw, through a TrashbinSupport interface.

tcitworld avatar Aug 23 '22 13:08 tcitworld

Still some failures in drone

CarlSchwan avatar Aug 25 '22 12:08 CarlSchwan

Drone failures with file sharing acceptance tests (unrelated?)

miaulalala avatar Sep 05 '22 15:09 miaulalala

Maybe a rebase can tell?

nickvergessen avatar Sep 12 '22 15:09 nickvergessen

Rebased to (hopefully) fix tests.

st3iny avatar Sep 13 '22 12:09 st3iny

Drone restarted

ChristophWurst avatar Sep 21 '22 07:09 ChristophWurst

Linter is unhappy

blizzz avatar Oct 01 '22 19:10 blizzz

Drone failure due to:



latest: Pulling from nextcloud/continuous-integration-php8.0
--
2 | Digest: sha256:3708f22218d6e3b8477d653fd83bf75230b8b61f0be9c25c162d96a14e89661f
3 | Status: Image is up to date for ghcr.io/nextcloud/continuous-integration-php8.0:latest
4 | + bash tests/drone-run-php-tests.sh \|\| exit 0
5 | =========================
6 | = List of changed files =
7 | =========================
8 | apps/dav/lib/CalDAV/CalendarHome.php
9 | apps/dav/tests/unit/CalDAV/CalendarHomeTest.php
10 | =========================
11 | PHP files are modified
12 | + NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
13 | Using PHP executable /usr/bin/php
14 | Using database oc_autotest
15 | Setup environment for mariadb testing on local storage ...
16 | Waiting for MariaDB initialisation ...
17 | ............................................................................................................................................................................................................................................................................................................
18 | [ERROR] Waited 300 seconds, no response


miaulalala avatar Oct 01 '22 22:10 miaulalala