2018-09-29 21:48:29 +08:00
|
|
|
tests:
|
|
|
|
- path: backend
|
2018-10-24 00:31:11 +08:00
|
|
|
addbackend: true
|
|
|
|
nobinary: true
|
2019-08-29 13:10:10 +08:00
|
|
|
short: true
|
2018-09-29 21:48:29 +08:00
|
|
|
- path: fs/operations
|
|
|
|
fastlist: true
|
|
|
|
- path: fs/sync
|
|
|
|
fastlist: true
|
2019-02-28 01:14:32 +08:00
|
|
|
- path: vfs
|
2019-05-01 18:46:42 +08:00
|
|
|
- path: cmd/serve/restic
|
|
|
|
localonly: true
|
2018-09-29 21:48:29 +08:00
|
|
|
backends:
|
|
|
|
# - backend: "amazonclouddrive"
|
|
|
|
# remote: "TestAmazonCloudDrive:"
|
|
|
|
# fastlist: false
|
2019-05-01 18:46:42 +08:00
|
|
|
- backend: "local"
|
|
|
|
remote: ""
|
|
|
|
fastlist: false
|
2018-09-29 21:48:29 +08:00
|
|
|
- backend: "b2"
|
|
|
|
remote: "TestB2:"
|
|
|
|
fastlist: true
|
2020-10-26 00:15:41 +08:00
|
|
|
listretries: 5
|
2018-09-29 21:48:29 +08:00
|
|
|
- backend: "crypt"
|
|
|
|
remote: "TestCryptDrive:"
|
|
|
|
fastlist: true
|
2021-10-20 16:11:09 +08:00
|
|
|
ignore:
|
|
|
|
- TestCopyFileMaxTransfer
|
2018-09-29 21:48:29 +08:00
|
|
|
- backend: "crypt"
|
|
|
|
remote: "TestCryptSwift:"
|
|
|
|
fastlist: false
|
2019-09-17 01:49:47 +08:00
|
|
|
## chunker
|
|
|
|
- backend: "chunker"
|
|
|
|
remote: "TestChunkerLocal:"
|
|
|
|
fastlist: true
|
|
|
|
- backend: "chunker"
|
|
|
|
remote: "TestChunkerNometaLocal:"
|
|
|
|
fastlist: true
|
|
|
|
- backend: "chunker"
|
|
|
|
remote: "TestChunkerChunk3bLocal:"
|
|
|
|
fastlist: true
|
|
|
|
maxfile: 6k
|
|
|
|
- backend: "chunker"
|
|
|
|
remote: "TestChunkerChunk3bNometaLocal:"
|
|
|
|
fastlist: true
|
|
|
|
maxfile: 6k
|
2020-10-31 04:30:04 +08:00
|
|
|
- backend: "chunker"
|
|
|
|
remote: "TestChunkerChunk3bNoRenameLocal:"
|
|
|
|
fastlist: true
|
|
|
|
maxfile: 6k
|
2020-09-18 03:44:03 +08:00
|
|
|
- backend: "chunker"
|
|
|
|
remote: "TestChunkerMailru:"
|
|
|
|
fastlist: true
|
|
|
|
- backend: "chunker"
|
|
|
|
remote: "TestChunkerChunk50bMailru:"
|
|
|
|
fastlist: true
|
|
|
|
maxfile: 10k
|
2019-09-17 01:49:47 +08:00
|
|
|
- backend: "chunker"
|
|
|
|
remote: "TestChunkerChunk50bYandex:"
|
|
|
|
fastlist: true
|
|
|
|
maxfile: 1k
|
|
|
|
- backend: "chunker"
|
|
|
|
remote: "TestChunkerChunk50bBox:"
|
|
|
|
fastlist: true
|
|
|
|
maxfile: 1k
|
|
|
|
- backend: "chunker"
|
|
|
|
remote: "TestChunkerS3:"
|
|
|
|
fastlist: true
|
|
|
|
- backend: "chunker"
|
|
|
|
remote: "TestChunkerChunk50bS3:"
|
|
|
|
fastlist: true
|
|
|
|
maxfile: 1k
|
2019-09-25 07:18:30 +08:00
|
|
|
- backend: "chunker"
|
|
|
|
remote: "TestChunkerChunk50bMD5HashS3:"
|
|
|
|
fastlist: true
|
|
|
|
maxfile: 1k
|
|
|
|
- backend: "chunker"
|
|
|
|
remote: "TestChunkerChunk50bSHA1HashS3:"
|
|
|
|
fastlist: true
|
|
|
|
maxfile: 1k
|
2020-09-18 22:58:44 +08:00
|
|
|
- backend: "chunker"
|
|
|
|
remote: "TestChunkerOverCrypt:"
|
|
|
|
fastlist: true
|
|
|
|
maxfile: 6k
|
2019-09-25 07:18:30 +08:00
|
|
|
- backend: "chunker"
|
|
|
|
remote: "TestChunkerChunk50bMD5QuickS3:"
|
|
|
|
fastlist: true
|
|
|
|
maxfile: 1k
|
|
|
|
- backend: "chunker"
|
|
|
|
remote: "TestChunkerChunk50bSHA1QuickS3:"
|
|
|
|
fastlist: true
|
|
|
|
maxfile: 1k
|
2019-09-17 01:49:47 +08:00
|
|
|
## end chunker
|
2022-04-21 00:57:43 +08:00
|
|
|
- backend: "combine"
|
|
|
|
remote: "TestCombine:dir1"
|
|
|
|
fastlist: false
|
2021-01-17 09:21:33 +08:00
|
|
|
## begin compress
|
2020-11-24 02:00:42 +08:00
|
|
|
- backend: "compress"
|
|
|
|
remote: "TestCompress:"
|
|
|
|
fastlist: false
|
2021-01-17 09:21:33 +08:00
|
|
|
- backend: "compress"
|
|
|
|
remote: "TestCompressSwift:"
|
|
|
|
fastlist: false
|
|
|
|
- backend: "compress"
|
|
|
|
remote: "TestCompressDrive:"
|
|
|
|
fastlist: false
|
|
|
|
- backend: "compress"
|
|
|
|
remote: "TestCompressS3:"
|
|
|
|
fastlist: false
|
|
|
|
## end compress
|
2018-09-29 21:48:29 +08:00
|
|
|
- backend: "drive"
|
|
|
|
remote: "TestDrive:"
|
|
|
|
fastlist: true
|
2021-10-20 16:11:09 +08:00
|
|
|
ignore:
|
|
|
|
# Test with CutoffModeHard does not result in ErrorMaxTransferLimitReachedFatal
|
|
|
|
# because googleapi replaces it with a non-fatal error
|
|
|
|
- TestCopyFileMaxTransfer
|
2018-09-29 21:48:29 +08:00
|
|
|
- backend: "dropbox"
|
|
|
|
remote: "TestDropbox:"
|
|
|
|
fastlist: false
|
2021-10-21 00:10:46 +08:00
|
|
|
ignore:
|
|
|
|
# This test doesn't work on a standard dropbox account because it
|
|
|
|
# tries to set the expiry of the link
|
|
|
|
- TestIntegration/FsMkdir/FsPutFiles/PublicLink
|
2020-08-11 22:09:00 +08:00
|
|
|
- backend: "filefabric"
|
|
|
|
remote: "TestFileFabric:"
|
|
|
|
fastlist: false
|
2021-10-21 16:54:16 +08:00
|
|
|
extratime: 2.0
|
2018-09-29 21:48:29 +08:00
|
|
|
- backend: "googlecloudstorage"
|
|
|
|
remote: "TestGoogleCloudStorage:"
|
|
|
|
fastlist: true
|
2019-06-18 00:50:58 +08:00
|
|
|
- backend: "googlephotos"
|
|
|
|
remote: "TestGooglePhotos:"
|
|
|
|
tests:
|
|
|
|
- backend
|
2022-07-08 01:58:22 +08:00
|
|
|
- backend: "hidrive"
|
|
|
|
remote: "TestHiDrive:"
|
|
|
|
fastlist: false
|
2022-04-12 17:38:44 +08:00
|
|
|
- backend: "internetarchive"
|
2022-05-13 03:37:36 +08:00
|
|
|
remote: "TestIA:rclone-integration-test"
|
2022-04-12 17:38:44 +08:00
|
|
|
fastlist: true
|
2022-06-17 22:02:49 +08:00
|
|
|
tests:
|
|
|
|
- backend
|
2022-06-18 22:13:18 +08:00
|
|
|
extratime: 2.0
|
2018-09-29 21:48:29 +08:00
|
|
|
- backend: "jottacloud"
|
|
|
|
remote: "TestJottacloud:"
|
|
|
|
fastlist: true
|
2018-05-03 23:31:06 +08:00
|
|
|
- backend: "memory"
|
|
|
|
remote: ":memory:"
|
|
|
|
fastlist: true
|
2021-10-15 06:01:46 +08:00
|
|
|
- backend: "netstorage"
|
|
|
|
remote: "TestnStorage:"
|
|
|
|
fastlist: true
|
2018-09-29 21:48:29 +08:00
|
|
|
- backend: "onedrive"
|
|
|
|
remote: "TestOneDrive:"
|
|
|
|
fastlist: false
|
2021-10-21 00:14:44 +08:00
|
|
|
ignore:
|
|
|
|
# This test doesn't work on a standard Onedrive account returning
|
|
|
|
# accessDenied: accountUpgradeRequired: Account Upgrade is required for this operation.
|
|
|
|
- TestIntegration/FsMkdir/FsPutFiles/PublicLink
|
2021-01-31 00:32:32 +08:00
|
|
|
- backend: "onedrive"
|
|
|
|
remote: "TestOneDriveBusiness:"
|
|
|
|
fastlist: false
|
2022-04-16 00:44:29 +08:00
|
|
|
# - backend: "onedrive"
|
|
|
|
# remote: "TestOneDriveCn:"
|
|
|
|
# fastlist: false
|
2018-09-29 21:48:29 +08:00
|
|
|
- backend: "s3"
|
|
|
|
remote: "TestS3:"
|
|
|
|
fastlist: true
|
2019-01-13 02:33:31 +08:00
|
|
|
- backend: "s3"
|
|
|
|
remote: "TestS3Minio:"
|
|
|
|
fastlist: true
|
2019-09-15 20:16:15 +08:00
|
|
|
ignore:
|
|
|
|
- TestIntegration/FsMkdir/FsPutFiles/SetTier
|
2019-10-01 22:40:32 +08:00
|
|
|
- TestIntegration/FsMkdir/FsEncoding/control_chars
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/leading_LF
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/leading_VT
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/punctuation
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/trailing_LF
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/trailing_VT
|
2020-02-13 18:55:05 +08:00
|
|
|
- backend: "s3"
|
|
|
|
remote: "TestS3MinioEdge:"
|
|
|
|
fastlist: true
|
|
|
|
ignore:
|
|
|
|
- TestIntegration/FsMkdir/FsPutFiles/SetTier
|
2019-01-13 02:33:31 +08:00
|
|
|
- backend: "s3"
|
|
|
|
remote: "TestS3Wasabi:"
|
|
|
|
fastlist: true
|
2019-10-01 22:40:32 +08:00
|
|
|
ignore:
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/leading_CR
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/leading_LF
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/leading_HT
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/leading_VT
|
2020-01-13 17:47:11 +08:00
|
|
|
- TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0
|
2020-08-20 19:43:43 +08:00
|
|
|
# Disabled due to excessive rate limiting at DO which cause the tests never to pass
|
|
|
|
# This hits the rate limit as documented here: https://www.digitalocean.com/docs/spaces/#limits
|
|
|
|
# 2 COPYs per 5 minutes on any individual object in a Space
|
|
|
|
# - backend: "s3"
|
|
|
|
# remote: "TestS3DigitalOcean:"
|
|
|
|
# fastlist: true
|
|
|
|
# ignore:
|
|
|
|
# - TestIntegration/FsMkdir/FsPutFiles/FsCopy
|
|
|
|
# - TestIntegration/FsMkdir/FsPutFiles/SetTier
|
2020-10-25 16:48:23 +08:00
|
|
|
# - backend: "s3"
|
|
|
|
# remote: "TestS3Ceph:"
|
|
|
|
# fastlist: true
|
|
|
|
# ignore:
|
|
|
|
# - TestIntegration/FsMkdir/FsPutFiles/FsCopy
|
|
|
|
# - TestIntegration/FsMkdir/FsPutFiles/SetTier
|
2019-01-13 04:41:47 +08:00
|
|
|
- backend: "s3"
|
|
|
|
remote: "TestS3Alibaba:"
|
|
|
|
fastlist: true
|
2022-10-13 22:49:22 +08:00
|
|
|
# - backend: "s3"
|
|
|
|
# remote: "TestS3Qiniu:"
|
|
|
|
# fastlist: true
|
|
|
|
# ignore:
|
|
|
|
# - TestIntegration/FsMkdir/FsEncoding/control_chars
|
|
|
|
# - TestIntegration/FsMkdir/FsEncoding/leading_VT
|
|
|
|
# - TestIntegration/FsMkdir/FsEncoding/trailing_VT
|
|
|
|
# - TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR
|
|
|
|
# - TestIntegration/FsMkdir/FsPutFiles/SetTier
|
|
|
|
# - TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0
|
|
|
|
# - TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata
|
2022-05-06 19:09:29 +08:00
|
|
|
- backend: "s3"
|
|
|
|
remote: "TestS3R2:"
|
|
|
|
fastlist: true
|
|
|
|
ignore:
|
|
|
|
- TestIntegration/FsMkdir/FsPutFiles/SetTier
|
2018-09-29 21:48:29 +08:00
|
|
|
- backend: "sftp"
|
2019-10-04 23:51:07 +08:00
|
|
|
remote: "TestSFTPOpenssh:"
|
|
|
|
fastlist: false
|
|
|
|
- backend: "sftp"
|
|
|
|
remote: "TestSFTPRclone:"
|
2018-09-29 21:48:29 +08:00
|
|
|
fastlist: false
|
2021-04-12 22:51:42 +08:00
|
|
|
- backend: "sftp"
|
|
|
|
remote: "TestSFTPRsyncNet:"
|
|
|
|
fastlist: false
|
2022-04-16 00:43:10 +08:00
|
|
|
ignore:
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/trailing_space
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/trailing_CR
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/trailing_LF
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/trailing_HT
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/trailing_VT
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/trailing_dot
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/URL_encoding
|
2019-10-24 19:35:50 +08:00
|
|
|
- backend: "sugarsync"
|
|
|
|
remote: "TestSugarSync:Test"
|
|
|
|
fastlist: false
|
|
|
|
ignore:
|
|
|
|
- TestIntegration/FsMkdir/FsPutFiles/PublicLink
|
2019-10-04 23:51:07 +08:00
|
|
|
- backend: "swift"
|
|
|
|
remote: "TestSwiftAIO:"
|
|
|
|
fastlist: true
|
2018-09-29 21:48:29 +08:00
|
|
|
- backend: "swift"
|
|
|
|
remote: "TestSwift:"
|
|
|
|
fastlist: true
|
2020-10-25 16:48:23 +08:00
|
|
|
# - backend: "swift"
|
|
|
|
# remote: "TestSwiftCeph:"
|
|
|
|
# fastlist: true
|
|
|
|
# ignore:
|
|
|
|
# - TestIntegration/FsMkdir/FsPutFiles/FsCopy
|
2018-09-29 21:48:29 +08:00
|
|
|
- backend: "yandex"
|
|
|
|
remote: "TestYandex:"
|
|
|
|
fastlist: false
|
|
|
|
- backend: "ftp"
|
2019-10-04 23:51:07 +08:00
|
|
|
remote: "TestFTPProftpd:"
|
2018-09-29 21:48:29 +08:00
|
|
|
fastlist: false
|
2019-10-04 23:51:07 +08:00
|
|
|
- backend: "ftp"
|
|
|
|
remote: "TestFTPPureftpd:"
|
2021-10-03 23:15:45 +08:00
|
|
|
fastlist: false
|
|
|
|
- backend: "ftp"
|
|
|
|
remote: "TestFTPVsftpd:"
|
2019-10-04 23:51:07 +08:00
|
|
|
fastlist: false
|
|
|
|
- backend: "ftp"
|
|
|
|
remote: "TestFTPRclone:"
|
|
|
|
ignore:
|
|
|
|
- "TestMultithreadCopy/{size:131071_streams:2}"
|
|
|
|
- "TestMultithreadCopy/{size:131072_streams:2}"
|
|
|
|
- "TestMultithreadCopy/{size:131073_streams:2}"
|
|
|
|
fastlist: false
|
2018-09-29 21:48:29 +08:00
|
|
|
- backend: "box"
|
|
|
|
remote: "TestBox:"
|
|
|
|
fastlist: false
|
2019-06-27 02:39:01 +08:00
|
|
|
- backend: "fichier"
|
|
|
|
remote: "TestFichier:"
|
|
|
|
fastlist: false
|
2021-10-21 00:45:54 +08:00
|
|
|
listretries: 5
|
2020-09-01 23:13:47 +08:00
|
|
|
tests:
|
|
|
|
- backend
|
2018-09-29 21:48:29 +08:00
|
|
|
- backend: "qingstor"
|
|
|
|
remote: "TestQingStor:"
|
|
|
|
fastlist: false
|
2018-10-23 18:44:56 +08:00
|
|
|
oneonly: true
|
2020-03-31 22:56:58 +08:00
|
|
|
cleanup: true
|
2021-10-21 00:51:06 +08:00
|
|
|
ignore:
|
|
|
|
# This test fails because of a broken bucket in the account!
|
|
|
|
- TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR
|
2018-09-29 21:48:29 +08:00
|
|
|
- backend: "azureblob"
|
|
|
|
remote: "TestAzureBlob:"
|
|
|
|
fastlist: true
|
|
|
|
- backend: "pcloud"
|
|
|
|
remote: "TestPcloud:"
|
2021-11-27 03:55:50 +08:00
|
|
|
fastlist: true
|
2018-09-29 21:48:29 +08:00
|
|
|
- backend: "webdav"
|
2019-10-04 23:51:07 +08:00
|
|
|
remote: "TestWebdavNextcloud:"
|
|
|
|
ignore:
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/punctuation
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
|
|
|
|
fastlist: false
|
|
|
|
- backend: "webdav"
|
|
|
|
remote: "TestWebdavOwncloud:"
|
2019-10-02 18:33:53 +08:00
|
|
|
ignore:
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/punctuation
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
|
2019-10-04 23:51:07 +08:00
|
|
|
- TestIntegration/FsMkdir/FsPutFiles/FsCopy
|
|
|
|
- TestCopyFileCopyDest
|
|
|
|
- TestServerSideCopy
|
|
|
|
- TestSyncCopyDest
|
|
|
|
fastlist: false
|
|
|
|
- backend: "webdav"
|
|
|
|
remote: "TestWebdavRclone:"
|
|
|
|
ignore:
|
|
|
|
- TestFileReadAtZeroLength
|
2018-09-29 21:48:29 +08:00
|
|
|
fastlist: false
|
|
|
|
- backend: "cache"
|
|
|
|
remote: "TestCache:"
|
|
|
|
fastlist: false
|
|
|
|
- backend: "mega"
|
|
|
|
remote: "TestMega:"
|
|
|
|
fastlist: false
|
2019-01-13 04:18:05 +08:00
|
|
|
ignore:
|
|
|
|
- TestIntegration/FsMkdir/FsPutFiles/PublicLink
|
2019-09-15 20:16:15 +08:00
|
|
|
- TestDirRename
|
2018-09-29 21:48:29 +08:00
|
|
|
- backend: "opendrive"
|
|
|
|
remote: "TestOpenDrive:"
|
|
|
|
fastlist: false
|
|
|
|
- backend: "union"
|
|
|
|
remote: "TestUnion:"
|
|
|
|
fastlist: false
|
2019-02-22 23:50:04 +08:00
|
|
|
- backend: "koofr"
|
|
|
|
remote: "TestKoofr:"
|
|
|
|
fastlist: false
|
2022-04-16 00:48:44 +08:00
|
|
|
# - backend: "koofr"
|
|
|
|
# remote: "TestDigiStorage:"
|
|
|
|
# fastlist: false
|
2019-07-06 07:16:57 +08:00
|
|
|
- backend: "premiumizeme"
|
|
|
|
remote: "TestPremiumizeMe:"
|
|
|
|
fastlist: false
|
2019-08-06 20:47:52 +08:00
|
|
|
- backend: "putio"
|
|
|
|
remote: "TestPutio:"
|
2019-08-28 05:50:07 +08:00
|
|
|
fastlist: false
|
2021-10-21 00:35:16 +08:00
|
|
|
extratime: 2.0
|
2022-04-16 00:55:43 +08:00
|
|
|
ignore:
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/URL_encoding
|
2019-08-28 05:50:07 +08:00
|
|
|
- backend: "sharefile"
|
|
|
|
remote: "TestSharefile:"
|
2019-08-06 20:47:52 +08:00
|
|
|
fastlist: false
|
2019-10-03 08:02:44 +08:00
|
|
|
- backend: "sia"
|
|
|
|
remote: "TestSia:"
|
|
|
|
fastlist: false
|
2019-09-10 04:56:16 +08:00
|
|
|
- backend: "mailru"
|
|
|
|
remote: "TestMailru:"
|
|
|
|
subdir: false
|
|
|
|
fastlist: false
|
2020-04-26 01:55:18 +08:00
|
|
|
- backend: "seafile"
|
|
|
|
remote: "TestSeafileV6:"
|
|
|
|
fastlist: false
|
|
|
|
ignore:
|
|
|
|
- TestIntegration/FsMkdir/FsPutFiles/FsDirMove
|
|
|
|
- backend: "seafile"
|
|
|
|
remote: "TestSeafile:"
|
|
|
|
fastlist: true
|
|
|
|
- backend: "seafile"
|
|
|
|
remote: "TestSeafileEncrypted:"
|
|
|
|
fastlist: true
|
2021-02-15 06:29:28 +08:00
|
|
|
- backend: "sia"
|
|
|
|
remote: "TestSia:"
|
|
|
|
fastlist: false
|
2022-09-30 23:10:57 +08:00
|
|
|
- backend: "smb"
|
|
|
|
remote: "TestSMB:rclone"
|
|
|
|
fastlist: false
|
2022-02-05 01:58:04 +08:00
|
|
|
- backend: "storj"
|
|
|
|
remote: "TestStorj:"
|
2020-05-12 02:56:41 +08:00
|
|
|
fastlist: true
|
2020-10-08 06:17:50 +08:00
|
|
|
- backend: "zoho"
|
|
|
|
remote: "TestZoho:"
|
|
|
|
fastlist: false
|
2020-09-29 01:29:44 +08:00
|
|
|
- backend: "hdfs"
|
|
|
|
remote: "TestHdfs:"
|
|
|
|
fastlist: false
|
|
|
|
ignore:
|
|
|
|
- TestSyncUTFNorm
|
2021-04-13 23:07:07 +08:00
|
|
|
- backend: "uptobox"
|
|
|
|
remote: "TestUptobox:"
|
|
|
|
fastlist: false
|
|
|
|
ignore:
|
|
|
|
- TestRWFileHandleWriteNoWrite
|
2022-10-13 20:04:56 +08:00
|
|
|
- backend: "oracleobjectstorage"
|
|
|
|
remote: "TestOracleObjectStorage:"
|
|
|
|
fastlist: true
|
|
|
|
ignore:
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/control_chars
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/leading_CR
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/leading_LF
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/trailing_CR
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/trailing_LF
|
|
|
|
- TestIntegration/FsMkdir/FsEncoding/leading_HT
|