Skip to content

Commit a84a1ee

Browse files
expected failures of favorites tests (#1288)
1 parent 6ea69cb commit a84a1ee

File tree

3 files changed

+92
-14
lines changed

3 files changed

+92
-14
lines changed

.drone.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ steps:
446446
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
447447
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
448448
- cd /drone/src/tmp/testrunner
449-
- git checkout 42bbbb604ca439ea61b872ec88151a71fa270c2e
449+
- git checkout 47365d22af95d90fcbd7705572f715a7b93d31b6
450450

451451
- name: localAPIAcceptanceTestsOwncloudStorage
452452
image: owncloudci/php:7.2
@@ -521,7 +521,7 @@ steps:
521521
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
522522
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
523523
- cd /drone/src/tmp/testrunner
524-
- git checkout 42bbbb604ca439ea61b872ec88151a71fa270c2e
524+
- git checkout 47365d22af95d90fcbd7705572f715a7b93d31b6
525525

526526
- name: localAPIAcceptanceTestsOcisStorage
527527
image: owncloudci/php:7.2
@@ -591,7 +591,7 @@ steps:
591591
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
592592
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
593593
- cd /drone/src/tmp/testrunner
594-
- git checkout 42bbbb604ca439ea61b872ec88151a71fa270c2e
594+
- git checkout 47365d22af95d90fcbd7705572f715a7b93d31b6
595595

596596
- name: oC10APIAcceptanceTestsOcisStorage
597597
image: owncloudci/php:7.2
@@ -664,7 +664,7 @@ steps:
664664
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
665665
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
666666
- cd /drone/src/tmp/testrunner
667-
- git checkout 42bbbb604ca439ea61b872ec88151a71fa270c2e
667+
- git checkout 47365d22af95d90fcbd7705572f715a7b93d31b6
668668

669669
- name: oC10APIAcceptanceTestsOcisStorage
670670
image: owncloudci/php:7.2
@@ -737,7 +737,7 @@ steps:
737737
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
738738
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
739739
- cd /drone/src/tmp/testrunner
740-
- git checkout 42bbbb604ca439ea61b872ec88151a71fa270c2e
740+
- git checkout 47365d22af95d90fcbd7705572f715a7b93d31b6
741741

742742
- name: oC10APIAcceptanceTestsOcisStorage
743743
image: owncloudci/php:7.2
@@ -810,7 +810,7 @@ steps:
810810
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
811811
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
812812
- cd /drone/src/tmp/testrunner
813-
- git checkout 42bbbb604ca439ea61b872ec88151a71fa270c2e
813+
- git checkout 47365d22af95d90fcbd7705572f715a7b93d31b6
814814

815815
- name: oC10APIAcceptanceTestsOcisStorage
816816
image: owncloudci/php:7.2
@@ -883,7 +883,7 @@ steps:
883883
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
884884
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
885885
- cd /drone/src/tmp/testrunner
886-
- git checkout 42bbbb604ca439ea61b872ec88151a71fa270c2e
886+
- git checkout 47365d22af95d90fcbd7705572f715a7b93d31b6
887887

888888
- name: oC10APIAcceptanceTestsOcisStorage
889889
image: owncloudci/php:7.2
@@ -956,7 +956,7 @@ steps:
956956
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
957957
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
958958
- cd /drone/src/tmp/testrunner
959-
- git checkout 42bbbb604ca439ea61b872ec88151a71fa270c2e
959+
- git checkout 47365d22af95d90fcbd7705572f715a7b93d31b6
960960

961961
- name: oC10APIAcceptanceTestsOcisStorage
962962
image: owncloudci/php:7.2
@@ -1029,7 +1029,7 @@ steps:
10291029
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
10301030
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
10311031
- cd /drone/src/tmp/testrunner
1032-
- git checkout 42bbbb604ca439ea61b872ec88151a71fa270c2e
1032+
- git checkout 47365d22af95d90fcbd7705572f715a7b93d31b6
10331033

10341034
- name: oC10APIAcceptanceTestsOwncloudStorage
10351035
image: owncloudci/php:7.2
@@ -1107,7 +1107,7 @@ steps:
11071107
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
11081108
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
11091109
- cd /drone/src/tmp/testrunner
1110-
- git checkout 42bbbb604ca439ea61b872ec88151a71fa270c2e
1110+
- git checkout 47365d22af95d90fcbd7705572f715a7b93d31b6
11111111

11121112
- name: oC10APIAcceptanceTestsOwncloudStorage
11131113
image: owncloudci/php:7.2
@@ -1185,7 +1185,7 @@ steps:
11851185
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
11861186
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
11871187
- cd /drone/src/tmp/testrunner
1188-
- git checkout 42bbbb604ca439ea61b872ec88151a71fa270c2e
1188+
- git checkout 47365d22af95d90fcbd7705572f715a7b93d31b6
11891189

11901190
- name: oC10APIAcceptanceTestsOwncloudStorage
11911191
image: owncloudci/php:7.2
@@ -1263,7 +1263,7 @@ steps:
12631263
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
12641264
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
12651265
- cd /drone/src/tmp/testrunner
1266-
- git checkout 42bbbb604ca439ea61b872ec88151a71fa270c2e
1266+
- git checkout 47365d22af95d90fcbd7705572f715a7b93d31b6
12671267

12681268
- name: oC10APIAcceptanceTestsOwncloudStorage
12691269
image: owncloudci/php:7.2
@@ -1341,7 +1341,7 @@ steps:
13411341
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
13421342
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
13431343
- cd /drone/src/tmp/testrunner
1344-
- git checkout 42bbbb604ca439ea61b872ec88151a71fa270c2e
1344+
- git checkout 47365d22af95d90fcbd7705572f715a7b93d31b6
13451345

13461346
- name: oC10APIAcceptanceTestsOwncloudStorage
13471347
image: owncloudci/php:7.2
@@ -1419,7 +1419,7 @@ steps:
14191419
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
14201420
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
14211421
- cd /drone/src/tmp/testrunner
1422-
- git checkout 42bbbb604ca439ea61b872ec88151a71fa270c2e
1422+
- git checkout 47365d22af95d90fcbd7705572f715a7b93d31b6
14231423

14241424
- name: oC10APIAcceptanceTestsOwncloudStorage
14251425
image: owncloudci/php:7.2

tests/acceptance/expected-failures-on-OCIS-storage.txt

+42
Original file line numberDiff line numberDiff line change
@@ -1440,3 +1440,45 @@ apiShareOperationsToShares/changingFilesShare.feature:40
14401440
apiShareOperationsToShares/changingFilesShare.feature:41
14411441
apiShareOperationsToShares/changingFilesShare.feature:59
14421442
apiShareOperationsToShares/changingFilesShare.feature:60
1443+
#
1444+
# [OCIS-storage] overwriting a file as share receiver, does not create a new file version for the sharer https://github.com/owncloud/ocis/issues/766
1445+
#
1446+
apiVersions/fileVersionsSharingToShares.feature:33
1447+
apiVersions/fileVersionsSharingToShares.feature:56
1448+
#
1449+
# restoring an older version of a shared file deletes the share https://github.com/owncloud/ocis/issues/765
1450+
#
1451+
apiVersions/fileVersionsSharingToShares.feature:44
1452+
#
1453+
# [OCIS-storage] reading a file that a collaborator uploaded is impossible https://github.com/owncloud/ocis/issues/763
1454+
#
1455+
apiVersions/fileVersionsSharingToShares.feature:82
1456+
apiVersions/fileVersionsSharingToShares.feature:95
1457+
apiVersions/fileVersionsSharingToShares.feature:108
1458+
#
1459+
# https://github.com/owncloud/ocis/issues/560 cannot move from Shares folder
1460+
#
1461+
apiVersions/fileVersionsSharingToShares.feature:134
1462+
apiVersions/fileVersionsSharingToShares.feature:149
1463+
apiVersions/fileVersionsSharingToShares.feature:163
1464+
apiVersions/fileVersionsSharingToShares.feature:250
1465+
apiVersions/fileVersionsSharingToShares.feature:251
1466+
#
1467+
# https://github.com/owncloud/ocis-reva/issues/34 groups endpoint does not exist
1468+
# https://github.com/owncloud/ocis-ocs/issues/35 group support is not yet implemented
1469+
#
1470+
apiVersions/fileVersionsSharingToShares.feature:179
1471+
#
1472+
# not possible to move file into a received folder https://github.com/owncloud/ocis/issues/764
1473+
#
1474+
apiVersions/fileVersionsSharingToShares.feature:222
1475+
apiVersions/fileVersionsSharingToShares.feature:223
1476+
apiVersions/fileVersionsSharingToShares.feature:224
1477+
apiVersions/fileVersionsSharingToShares.feature:225
1478+
# getting the metadata without permission results in a 403 error https://github.com/owncloud/ocis/issues/773
1479+
#
1480+
apiVersions/fileVersionsSharingToShares.feature:256
1481+
#
1482+
# The version number of a file is incorrect because of the incorrect number of <d:getetag> and <d:getlastmodified> element https://github.com/owncloud/ocis-reva/issues/376
1483+
#
1484+
apiVersions/fileVersionsSharingToShares.feature:267

tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt

+36
Original file line numberDiff line numberDiff line change
@@ -1342,3 +1342,39 @@ apiShareOperationsToShares/changingFilesShare.feature:40
13421342
apiShareOperationsToShares/changingFilesShare.feature:41
13431343
apiShareOperationsToShares/changingFilesShare.feature:59
13441344
apiShareOperationsToShares/changingFilesShare.feature:60
1345+
#
1346+
# restoring an older version of a shared file deletes the share https://github.com/owncloud/ocis/issues/765
1347+
#
1348+
apiVersions/fileVersionsSharingToShares.feature:44
1349+
#
1350+
# https://github.com/owncloud/ocis/issues/560 cannot move from Shares folder
1351+
#
1352+
apiVersions/fileVersionsSharingToShares.feature:134
1353+
apiVersions/fileVersionsSharingToShares.feature:149
1354+
apiVersions/fileVersionsSharingToShares.feature:163
1355+
apiVersions/fileVersionsSharingToShares.feature:250
1356+
apiVersions/fileVersionsSharingToShares.feature:251
1357+
#
1358+
# https://github.com/owncloud/ocis-reva/issues/34 groups endpoint does not exist
1359+
# https://github.com/owncloud/ocis-ocs/issues/35 group support is not yet implemented
1360+
#
1361+
apiVersions/fileVersionsSharingToShares.feature:179
1362+
#
1363+
# not possible to move file into a received folder https://github.com/owncloud/ocis/issues/764
1364+
#
1365+
apiVersions/fileVersionsSharingToShares.feature:222
1366+
apiVersions/fileVersionsSharingToShares.feature:223
1367+
apiVersions/fileVersionsSharingToShares.feature:224
1368+
apiVersions/fileVersionsSharingToShares.feature:225
1369+
# getting the metadata without permission results in a 403 error https://github.com/owncloud/ocis/issues/773
1370+
#
1371+
apiVersions/fileVersionsSharingToShares.feature:256
1372+
#
1373+
# The version number of a file is incorrect because of the incorrect number of <d:getetag> and <d:getlastmodified> element https://github.com/owncloud/ocis-reva/issues/376
1374+
#
1375+
apiVersions/fileVersionsSharingToShares.feature:267
1376+
#
1377+
# [OC-Storage] moving a file out of folder removes the versions https://github.com/owncloud/ocis/issues/777
1378+
#
1379+
apiVersions/fileVersionsSharingToShares.feature:252
1380+
apiVersions/fileVersionsSharingToShares.feature:253

0 commit comments

Comments
 (0)