You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for servers not supporting combined search (plus radicale), we should ask for all tasks and do client-side filtering. Also found a weird bug in the test code
"description": "Needless to say, search on any future date range, no matter how far out in the future, should yield the recurring object"
120
123
},
124
+
"search.combined-is-logical-and": {
125
+
"description": "Multiple search filters should yield only those that passes all filters"
126
+
## For "unsupported", we could also add a "behaviour" (returns everything, returns nothing, returns logical OR, etc).
127
+
},
121
128
"search.recurrences.expanded": {
122
129
"description": "According to RFC 4791, the server MUST expand recurrence objects if asked for it - but many server doesn't do that. Some servers don't do expand at all, others deliver broken data, typically missing RECURRENCE-ID. The python caldav client library (from 2.0) does the expand-operation client-side no matter if it's supported or not",
"no-principal-search-self", ## this may be because we haven't set up any users or authentication - so the display name of the current user principal is None
## TODO: this applies only to test runs, not to ordinary usage
673
678
'rate-limit': {
674
679
'enable': True,
675
680
'interval': 10,
676
681
'count': 1,
677
682
'description': "It's needed to manually empty trashbin frequently when running tests. Since this oepration takes some time and/or there are some caches, it's needed to run tests slowly, even when hammering the 'empty thrashbin' frequently"},
0 commit comments