Commit 33a692e
ci: fix scheduling tests in GitHub CI for Nextcloud and Cyrus
Nextcloud: add email addresses for scheduling test users (user1-user3).
Without email addresses, calendar-user-address-set lacks the mailto: entry
required for iTIP invite delivery to work via CalDAV.
Cyrus: copy imapd.conf with virtdomains: off before waiting for CalDAV.
The default virtdomains: userid causes caladdress_lookup() to retain the
full email form (user2@example.com) as the userid, but mailbox ACLs use
the short form (user2), causing 403 when delivering iTIP invites. The
local docker-compose setup mounts the custom imapd.conf at startup; in CI
we copy it to the running service container and restart it.
Also fix two test failures unrelated to scheduling:
Nextcloud cleanup-regime: calendar deletion goes to a trashbin, so
delete-and-recreate does not produce a fresh empty calendar. Use
"cleanup-regime: wipe-calendar" to wipe objects instead.
Cyrus testRecurringDateWithExceptionSearch: Cyrus stores exception VEVENTs
as separate calendar object resources, so client-side expansion cannot
produce correct RECURRENCE-ID values. Mark the feature unsupported and
gate the assertion on it.
prompt: fix the github ci failures for scheduling tests (nextcloud email
addresses for scheduling users, cyrus virtdomains setting); commit all
pending changes together
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 04f4072 commit 33a692e
3 files changed
Lines changed: 30 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
157 | 162 | | |
158 | 163 | | |
159 | 164 | | |
| |||
180 | 185 | | |
181 | 186 | | |
182 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
183 | 199 | | |
184 | 200 | | |
185 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
959 | 959 | | |
960 | 960 | | |
961 | 961 | | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
962 | 965 | | |
963 | 966 | | |
964 | 967 | | |
| |||
1145 | 1148 | | |
1146 | 1149 | | |
1147 | 1150 | | |
1148 | | - | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
1149 | 1156 | | |
1150 | 1157 | | |
1151 | 1158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3969 | 3969 | | |
3970 | 3970 | | |
3971 | 3971 | | |
3972 | | - | |
| 3972 | + | |
| 3973 | + | |
| 3974 | + | |
| 3975 | + | |
| 3976 | + | |
| 3977 | + | |
3973 | 3978 | | |
3974 | 3979 | | |
3975 | 3980 | | |
| |||
0 commit comments