github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/cmd/bisync/testdata/bisync_vscode_debuggers_launch.json (about) 1 { 2 "version": "0.2.0", 3 "configurations": [ 4 { 5 "name": "Test local test_all_changed RemoteRemote", 6 "type": "go", 7 "request": "launch", 8 "mode": "test", 9 "program": "./cmd/bisync", 10 "args": ["-remote", "local", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 11 }, 12 { 13 "name": "Test local test_backupdir RemoteRemote", 14 "type": "go", 15 "request": "launch", 16 "mode": "test", 17 "program": "./cmd/bisync", 18 "args": ["-remote", "local", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 19 }, 20 { 21 "name": "Test local test_basic RemoteRemote", 22 "type": "go", 23 "request": "launch", 24 "mode": "test", 25 "program": "./cmd/bisync", 26 "args": ["-remote", "local", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 27 }, 28 { 29 "name": "Test local test_changes RemoteRemote", 30 "type": "go", 31 "request": "launch", 32 "mode": "test", 33 "program": "./cmd/bisync", 34 "args": ["-remote", "local", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 35 }, 36 { 37 "name": "Test local test_check_access RemoteRemote", 38 "type": "go", 39 "request": "launch", 40 "mode": "test", 41 "program": "./cmd/bisync", 42 "args": ["-remote", "local", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 43 }, 44 { 45 "name": "Test local test_check_access_filters RemoteRemote", 46 "type": "go", 47 "request": "launch", 48 "mode": "test", 49 "program": "./cmd/bisync", 50 "args": ["-remote", "local", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 51 }, 52 { 53 "name": "Test local test_check_filename RemoteRemote", 54 "type": "go", 55 "request": "launch", 56 "mode": "test", 57 "program": "./cmd/bisync", 58 "args": ["-remote", "local", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 59 }, 60 { 61 "name": "Test local test_check_sync RemoteRemote", 62 "type": "go", 63 "request": "launch", 64 "mode": "test", 65 "program": "./cmd/bisync", 66 "args": ["-remote", "local", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 67 }, 68 { 69 "name": "Test local test_compare_all RemoteRemote", 70 "type": "go", 71 "request": "launch", 72 "mode": "test", 73 "program": "./cmd/bisync", 74 "args": ["-remote", "local", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 75 }, 76 { 77 "name": "Test local test_createemptysrcdirs RemoteRemote", 78 "type": "go", 79 "request": "launch", 80 "mode": "test", 81 "program": "./cmd/bisync", 82 "args": ["-remote", "local", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 83 }, 84 { 85 "name": "Test local test_dry_run RemoteRemote", 86 "type": "go", 87 "request": "launch", 88 "mode": "test", 89 "program": "./cmd/bisync", 90 "args": ["-remote", "local", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 91 }, 92 { 93 "name": "Test local test_equal RemoteRemote", 94 "type": "go", 95 "request": "launch", 96 "mode": "test", 97 "program": "./cmd/bisync", 98 "args": ["-remote", "local", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 99 }, 100 { 101 "name": "Test local test_ext_paths RemoteRemote", 102 "type": "go", 103 "request": "launch", 104 "mode": "test", 105 "program": "./cmd/bisync", 106 "args": ["-remote", "local", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 107 }, 108 { 109 "name": "Test local test_extended_filenames RemoteRemote", 110 "type": "go", 111 "request": "launch", 112 "mode": "test", 113 "program": "./cmd/bisync", 114 "args": ["-remote", "local", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 115 }, 116 { 117 "name": "Test local test_filters RemoteRemote", 118 "type": "go", 119 "request": "launch", 120 "mode": "test", 121 "program": "./cmd/bisync", 122 "args": ["-remote", "local", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 123 }, 124 { 125 "name": "Test local test_filtersfile_checks RemoteRemote", 126 "type": "go", 127 "request": "launch", 128 "mode": "test", 129 "program": "./cmd/bisync", 130 "args": ["-remote", "local", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 131 }, 132 { 133 "name": "Test local test_ignorelistingchecksum RemoteRemote", 134 "type": "go", 135 "request": "launch", 136 "mode": "test", 137 "program": "./cmd/bisync", 138 "args": ["-remote", "local", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 139 }, 140 { 141 "name": "Test local test_max_delete_path1 RemoteRemote", 142 "type": "go", 143 "request": "launch", 144 "mode": "test", 145 "program": "./cmd/bisync", 146 "args": ["-remote", "local", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 147 }, 148 { 149 "name": "Test local test_max_delete_path2_force RemoteRemote", 150 "type": "go", 151 "request": "launch", 152 "mode": "test", 153 "program": "./cmd/bisync", 154 "args": ["-remote", "local", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 155 }, 156 { 157 "name": "Test local test_nomodtime RemoteRemote", 158 "type": "go", 159 "request": "launch", 160 "mode": "test", 161 "program": "./cmd/bisync", 162 "args": ["-remote", "local", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 163 }, 164 { 165 "name": "Test local test_normalization RemoteRemote", 166 "type": "go", 167 "request": "launch", 168 "mode": "test", 169 "program": "./cmd/bisync", 170 "args": ["-remote", "local", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 171 }, 172 { 173 "name": "Test local test_rclone_args RemoteRemote", 174 "type": "go", 175 "request": "launch", 176 "mode": "test", 177 "program": "./cmd/bisync", 178 "args": ["-remote", "local", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 179 }, 180 { 181 "name": "Test local test_resolve RemoteRemote", 182 "type": "go", 183 "request": "launch", 184 "mode": "test", 185 "program": "./cmd/bisync", 186 "args": ["-remote", "local", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 187 }, 188 { 189 "name": "Test local test_resync RemoteRemote", 190 "type": "go", 191 "request": "launch", 192 "mode": "test", 193 "program": "./cmd/bisync", 194 "args": ["-remote", "local", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 195 }, 196 { 197 "name": "Test local test_resync_modes RemoteRemote", 198 "type": "go", 199 "request": "launch", 200 "mode": "test", 201 "program": "./cmd/bisync", 202 "args": ["-remote", "local", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 203 }, 204 { 205 "name": "Test local test_rmdirs RemoteRemote", 206 "type": "go", 207 "request": "launch", 208 "mode": "test", 209 "program": "./cmd/bisync", 210 "args": ["-remote", "local", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 211 }, 212 { 213 "name": "Test local test_volatile RemoteRemote", 214 "type": "go", 215 "request": "launch", 216 "mode": "test", 217 "program": "./cmd/bisync", 218 "args": ["-remote", "local", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 219 }, 220 { 221 "name": "Test TestB2: test_all_changed LocalRemote", 222 "type": "go", 223 "request": "launch", 224 "mode": "test", 225 "program": "./cmd/bisync", 226 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_all_changed", "-no-cleanup"] 227 }, 228 { 229 "name": "Test TestB2: test_all_changed RemoteLocal", 230 "type": "go", 231 "request": "launch", 232 "mode": "test", 233 "program": "./cmd/bisync", 234 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 235 }, 236 { 237 "name": "Test TestB2: test_all_changed RemoteRemote", 238 "type": "go", 239 "request": "launch", 240 "mode": "test", 241 "program": "./cmd/bisync", 242 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_all_changed", "-no-cleanup"] 243 }, 244 { 245 "name": "Test TestB2: test_backupdir LocalRemote", 246 "type": "go", 247 "request": "launch", 248 "mode": "test", 249 "program": "./cmd/bisync", 250 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_backupdir", "-no-cleanup"] 251 }, 252 { 253 "name": "Test TestB2: test_backupdir RemoteLocal", 254 "type": "go", 255 "request": "launch", 256 "mode": "test", 257 "program": "./cmd/bisync", 258 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 259 }, 260 { 261 "name": "Test TestB2: test_backupdir RemoteRemote", 262 "type": "go", 263 "request": "launch", 264 "mode": "test", 265 "program": "./cmd/bisync", 266 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_backupdir", "-no-cleanup"] 267 }, 268 { 269 "name": "Test TestB2: test_basic LocalRemote", 270 "type": "go", 271 "request": "launch", 272 "mode": "test", 273 "program": "./cmd/bisync", 274 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_basic", "-no-cleanup"] 275 }, 276 { 277 "name": "Test TestB2: test_basic RemoteLocal", 278 "type": "go", 279 "request": "launch", 280 "mode": "test", 281 "program": "./cmd/bisync", 282 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 283 }, 284 { 285 "name": "Test TestB2: test_basic RemoteRemote", 286 "type": "go", 287 "request": "launch", 288 "mode": "test", 289 "program": "./cmd/bisync", 290 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_basic", "-no-cleanup"] 291 }, 292 { 293 "name": "Test TestB2: test_changes LocalRemote", 294 "type": "go", 295 "request": "launch", 296 "mode": "test", 297 "program": "./cmd/bisync", 298 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_changes", "-no-cleanup"] 299 }, 300 { 301 "name": "Test TestB2: test_changes RemoteLocal", 302 "type": "go", 303 "request": "launch", 304 "mode": "test", 305 "program": "./cmd/bisync", 306 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 307 }, 308 { 309 "name": "Test TestB2: test_changes RemoteRemote", 310 "type": "go", 311 "request": "launch", 312 "mode": "test", 313 "program": "./cmd/bisync", 314 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_changes", "-no-cleanup"] 315 }, 316 { 317 "name": "Test TestB2: test_check_access LocalRemote", 318 "type": "go", 319 "request": "launch", 320 "mode": "test", 321 "program": "./cmd/bisync", 322 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_check_access", "-no-cleanup"] 323 }, 324 { 325 "name": "Test TestB2: test_check_access RemoteLocal", 326 "type": "go", 327 "request": "launch", 328 "mode": "test", 329 "program": "./cmd/bisync", 330 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 331 }, 332 { 333 "name": "Test TestB2: test_check_access RemoteRemote", 334 "type": "go", 335 "request": "launch", 336 "mode": "test", 337 "program": "./cmd/bisync", 338 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_check_access", "-no-cleanup"] 339 }, 340 { 341 "name": "Test TestB2: test_check_access_filters LocalRemote", 342 "type": "go", 343 "request": "launch", 344 "mode": "test", 345 "program": "./cmd/bisync", 346 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_check_access_filters", "-no-cleanup"] 347 }, 348 { 349 "name": "Test TestB2: test_check_access_filters RemoteLocal", 350 "type": "go", 351 "request": "launch", 352 "mode": "test", 353 "program": "./cmd/bisync", 354 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 355 }, 356 { 357 "name": "Test TestB2: test_check_access_filters RemoteRemote", 358 "type": "go", 359 "request": "launch", 360 "mode": "test", 361 "program": "./cmd/bisync", 362 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_check_access_filters", "-no-cleanup"] 363 }, 364 { 365 "name": "Test TestB2: test_check_filename LocalRemote", 366 "type": "go", 367 "request": "launch", 368 "mode": "test", 369 "program": "./cmd/bisync", 370 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_check_filename", "-no-cleanup"] 371 }, 372 { 373 "name": "Test TestB2: test_check_filename RemoteLocal", 374 "type": "go", 375 "request": "launch", 376 "mode": "test", 377 "program": "./cmd/bisync", 378 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 379 }, 380 { 381 "name": "Test TestB2: test_check_filename RemoteRemote", 382 "type": "go", 383 "request": "launch", 384 "mode": "test", 385 "program": "./cmd/bisync", 386 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_check_filename", "-no-cleanup"] 387 }, 388 { 389 "name": "Test TestB2: test_check_sync LocalRemote", 390 "type": "go", 391 "request": "launch", 392 "mode": "test", 393 "program": "./cmd/bisync", 394 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_check_sync", "-no-cleanup"] 395 }, 396 { 397 "name": "Test TestB2: test_check_sync RemoteLocal", 398 "type": "go", 399 "request": "launch", 400 "mode": "test", 401 "program": "./cmd/bisync", 402 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 403 }, 404 { 405 "name": "Test TestB2: test_check_sync RemoteRemote", 406 "type": "go", 407 "request": "launch", 408 "mode": "test", 409 "program": "./cmd/bisync", 410 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_check_sync", "-no-cleanup"] 411 }, 412 { 413 "name": "Test TestB2: test_compare_all LocalRemote", 414 "type": "go", 415 "request": "launch", 416 "mode": "test", 417 "program": "./cmd/bisync", 418 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_compare_all", "-no-cleanup"] 419 }, 420 { 421 "name": "Test TestB2: test_compare_all RemoteLocal", 422 "type": "go", 423 "request": "launch", 424 "mode": "test", 425 "program": "./cmd/bisync", 426 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 427 }, 428 { 429 "name": "Test TestB2: test_compare_all RemoteRemote", 430 "type": "go", 431 "request": "launch", 432 "mode": "test", 433 "program": "./cmd/bisync", 434 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_compare_all", "-no-cleanup"] 435 }, 436 { 437 "name": "Test TestB2: test_createemptysrcdirs LocalRemote", 438 "type": "go", 439 "request": "launch", 440 "mode": "test", 441 "program": "./cmd/bisync", 442 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 443 }, 444 { 445 "name": "Test TestB2: test_createemptysrcdirs RemoteLocal", 446 "type": "go", 447 "request": "launch", 448 "mode": "test", 449 "program": "./cmd/bisync", 450 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 451 }, 452 { 453 "name": "Test TestB2: test_createemptysrcdirs RemoteRemote", 454 "type": "go", 455 "request": "launch", 456 "mode": "test", 457 "program": "./cmd/bisync", 458 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 459 }, 460 { 461 "name": "Test TestB2: test_dry_run LocalRemote", 462 "type": "go", 463 "request": "launch", 464 "mode": "test", 465 "program": "./cmd/bisync", 466 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_dry_run", "-no-cleanup"] 467 }, 468 { 469 "name": "Test TestB2: test_dry_run RemoteLocal", 470 "type": "go", 471 "request": "launch", 472 "mode": "test", 473 "program": "./cmd/bisync", 474 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 475 }, 476 { 477 "name": "Test TestB2: test_dry_run RemoteRemote", 478 "type": "go", 479 "request": "launch", 480 "mode": "test", 481 "program": "./cmd/bisync", 482 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_dry_run", "-no-cleanup"] 483 }, 484 { 485 "name": "Test TestB2: test_equal LocalRemote", 486 "type": "go", 487 "request": "launch", 488 "mode": "test", 489 "program": "./cmd/bisync", 490 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_equal", "-no-cleanup"] 491 }, 492 { 493 "name": "Test TestB2: test_equal RemoteLocal", 494 "type": "go", 495 "request": "launch", 496 "mode": "test", 497 "program": "./cmd/bisync", 498 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 499 }, 500 { 501 "name": "Test TestB2: test_equal RemoteRemote", 502 "type": "go", 503 "request": "launch", 504 "mode": "test", 505 "program": "./cmd/bisync", 506 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_equal", "-no-cleanup"] 507 }, 508 { 509 "name": "Test TestB2: test_ext_paths LocalRemote", 510 "type": "go", 511 "request": "launch", 512 "mode": "test", 513 "program": "./cmd/bisync", 514 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_ext_paths", "-no-cleanup"] 515 }, 516 { 517 "name": "Test TestB2: test_ext_paths RemoteLocal", 518 "type": "go", 519 "request": "launch", 520 "mode": "test", 521 "program": "./cmd/bisync", 522 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 523 }, 524 { 525 "name": "Test TestB2: test_ext_paths RemoteRemote", 526 "type": "go", 527 "request": "launch", 528 "mode": "test", 529 "program": "./cmd/bisync", 530 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_ext_paths", "-no-cleanup"] 531 }, 532 { 533 "name": "Test TestB2: test_extended_filenames LocalRemote", 534 "type": "go", 535 "request": "launch", 536 "mode": "test", 537 "program": "./cmd/bisync", 538 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_extended_filenames", "-no-cleanup"] 539 }, 540 { 541 "name": "Test TestB2: test_extended_filenames RemoteLocal", 542 "type": "go", 543 "request": "launch", 544 "mode": "test", 545 "program": "./cmd/bisync", 546 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 547 }, 548 { 549 "name": "Test TestB2: test_extended_filenames RemoteRemote", 550 "type": "go", 551 "request": "launch", 552 "mode": "test", 553 "program": "./cmd/bisync", 554 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_extended_filenames", "-no-cleanup"] 555 }, 556 { 557 "name": "Test TestB2: test_filters LocalRemote", 558 "type": "go", 559 "request": "launch", 560 "mode": "test", 561 "program": "./cmd/bisync", 562 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_filters", "-no-cleanup"] 563 }, 564 { 565 "name": "Test TestB2: test_filters RemoteLocal", 566 "type": "go", 567 "request": "launch", 568 "mode": "test", 569 "program": "./cmd/bisync", 570 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 571 }, 572 { 573 "name": "Test TestB2: test_filters RemoteRemote", 574 "type": "go", 575 "request": "launch", 576 "mode": "test", 577 "program": "./cmd/bisync", 578 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_filters", "-no-cleanup"] 579 }, 580 { 581 "name": "Test TestB2: test_filtersfile_checks LocalRemote", 582 "type": "go", 583 "request": "launch", 584 "mode": "test", 585 "program": "./cmd/bisync", 586 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_filtersfile_checks", "-no-cleanup"] 587 }, 588 { 589 "name": "Test TestB2: test_filtersfile_checks RemoteLocal", 590 "type": "go", 591 "request": "launch", 592 "mode": "test", 593 "program": "./cmd/bisync", 594 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 595 }, 596 { 597 "name": "Test TestB2: test_filtersfile_checks RemoteRemote", 598 "type": "go", 599 "request": "launch", 600 "mode": "test", 601 "program": "./cmd/bisync", 602 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_filtersfile_checks", "-no-cleanup"] 603 }, 604 { 605 "name": "Test TestB2: test_ignorelistingchecksum LocalRemote", 606 "type": "go", 607 "request": "launch", 608 "mode": "test", 609 "program": "./cmd/bisync", 610 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 611 }, 612 { 613 "name": "Test TestB2: test_ignorelistingchecksum RemoteLocal", 614 "type": "go", 615 "request": "launch", 616 "mode": "test", 617 "program": "./cmd/bisync", 618 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 619 }, 620 { 621 "name": "Test TestB2: test_ignorelistingchecksum RemoteRemote", 622 "type": "go", 623 "request": "launch", 624 "mode": "test", 625 "program": "./cmd/bisync", 626 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 627 }, 628 { 629 "name": "Test TestB2: test_max_delete_path1 LocalRemote", 630 "type": "go", 631 "request": "launch", 632 "mode": "test", 633 "program": "./cmd/bisync", 634 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_max_delete_path1", "-no-cleanup"] 635 }, 636 { 637 "name": "Test TestB2: test_max_delete_path1 RemoteLocal", 638 "type": "go", 639 "request": "launch", 640 "mode": "test", 641 "program": "./cmd/bisync", 642 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 643 }, 644 { 645 "name": "Test TestB2: test_max_delete_path1 RemoteRemote", 646 "type": "go", 647 "request": "launch", 648 "mode": "test", 649 "program": "./cmd/bisync", 650 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_max_delete_path1", "-no-cleanup"] 651 }, 652 { 653 "name": "Test TestB2: test_max_delete_path2_force LocalRemote", 654 "type": "go", 655 "request": "launch", 656 "mode": "test", 657 "program": "./cmd/bisync", 658 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 659 }, 660 { 661 "name": "Test TestB2: test_max_delete_path2_force RemoteLocal", 662 "type": "go", 663 "request": "launch", 664 "mode": "test", 665 "program": "./cmd/bisync", 666 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 667 }, 668 { 669 "name": "Test TestB2: test_max_delete_path2_force RemoteRemote", 670 "type": "go", 671 "request": "launch", 672 "mode": "test", 673 "program": "./cmd/bisync", 674 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 675 }, 676 { 677 "name": "Test TestB2: test_nomodtime LocalRemote", 678 "type": "go", 679 "request": "launch", 680 "mode": "test", 681 "program": "./cmd/bisync", 682 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_nomodtime", "-no-cleanup"] 683 }, 684 { 685 "name": "Test TestB2: test_nomodtime RemoteLocal", 686 "type": "go", 687 "request": "launch", 688 "mode": "test", 689 "program": "./cmd/bisync", 690 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 691 }, 692 { 693 "name": "Test TestB2: test_nomodtime RemoteRemote", 694 "type": "go", 695 "request": "launch", 696 "mode": "test", 697 "program": "./cmd/bisync", 698 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_nomodtime", "-no-cleanup"] 699 }, 700 { 701 "name": "Test TestB2: test_normalization LocalRemote", 702 "type": "go", 703 "request": "launch", 704 "mode": "test", 705 "program": "./cmd/bisync", 706 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_normalization", "-no-cleanup"] 707 }, 708 { 709 "name": "Test TestB2: test_normalization RemoteLocal", 710 "type": "go", 711 "request": "launch", 712 "mode": "test", 713 "program": "./cmd/bisync", 714 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 715 }, 716 { 717 "name": "Test TestB2: test_normalization RemoteRemote", 718 "type": "go", 719 "request": "launch", 720 "mode": "test", 721 "program": "./cmd/bisync", 722 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_normalization", "-no-cleanup"] 723 }, 724 { 725 "name": "Test TestB2: test_rclone_args LocalRemote", 726 "type": "go", 727 "request": "launch", 728 "mode": "test", 729 "program": "./cmd/bisync", 730 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_rclone_args", "-no-cleanup"] 731 }, 732 { 733 "name": "Test TestB2: test_rclone_args RemoteLocal", 734 "type": "go", 735 "request": "launch", 736 "mode": "test", 737 "program": "./cmd/bisync", 738 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 739 }, 740 { 741 "name": "Test TestB2: test_rclone_args RemoteRemote", 742 "type": "go", 743 "request": "launch", 744 "mode": "test", 745 "program": "./cmd/bisync", 746 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_rclone_args", "-no-cleanup"] 747 }, 748 { 749 "name": "Test TestB2: test_resolve LocalRemote", 750 "type": "go", 751 "request": "launch", 752 "mode": "test", 753 "program": "./cmd/bisync", 754 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_resolve", "-no-cleanup"] 755 }, 756 { 757 "name": "Test TestB2: test_resolve RemoteLocal", 758 "type": "go", 759 "request": "launch", 760 "mode": "test", 761 "program": "./cmd/bisync", 762 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 763 }, 764 { 765 "name": "Test TestB2: test_resolve RemoteRemote", 766 "type": "go", 767 "request": "launch", 768 "mode": "test", 769 "program": "./cmd/bisync", 770 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_resolve", "-no-cleanup"] 771 }, 772 { 773 "name": "Test TestB2: test_resync LocalRemote", 774 "type": "go", 775 "request": "launch", 776 "mode": "test", 777 "program": "./cmd/bisync", 778 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_resync", "-no-cleanup"] 779 }, 780 { 781 "name": "Test TestB2: test_resync RemoteLocal", 782 "type": "go", 783 "request": "launch", 784 "mode": "test", 785 "program": "./cmd/bisync", 786 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 787 }, 788 { 789 "name": "Test TestB2: test_resync RemoteRemote", 790 "type": "go", 791 "request": "launch", 792 "mode": "test", 793 "program": "./cmd/bisync", 794 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_resync", "-no-cleanup"] 795 }, 796 { 797 "name": "Test TestB2: test_resync_modes LocalRemote", 798 "type": "go", 799 "request": "launch", 800 "mode": "test", 801 "program": "./cmd/bisync", 802 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_resync_modes", "-no-cleanup"] 803 }, 804 { 805 "name": "Test TestB2: test_resync_modes RemoteLocal", 806 "type": "go", 807 "request": "launch", 808 "mode": "test", 809 "program": "./cmd/bisync", 810 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 811 }, 812 { 813 "name": "Test TestB2: test_resync_modes RemoteRemote", 814 "type": "go", 815 "request": "launch", 816 "mode": "test", 817 "program": "./cmd/bisync", 818 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_resync_modes", "-no-cleanup"] 819 }, 820 { 821 "name": "Test TestB2: test_rmdirs LocalRemote", 822 "type": "go", 823 "request": "launch", 824 "mode": "test", 825 "program": "./cmd/bisync", 826 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_rmdirs", "-no-cleanup"] 827 }, 828 { 829 "name": "Test TestB2: test_rmdirs RemoteLocal", 830 "type": "go", 831 "request": "launch", 832 "mode": "test", 833 "program": "./cmd/bisync", 834 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 835 }, 836 { 837 "name": "Test TestB2: test_rmdirs RemoteRemote", 838 "type": "go", 839 "request": "launch", 840 "mode": "test", 841 "program": "./cmd/bisync", 842 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_rmdirs", "-no-cleanup"] 843 }, 844 { 845 "name": "Test TestB2: test_volatile LocalRemote", 846 "type": "go", 847 "request": "launch", 848 "mode": "test", 849 "program": "./cmd/bisync", 850 "args": ["-remote", "local", "-remote2", "TestB2:", "-case", "test_volatile", "-no-cleanup"] 851 }, 852 { 853 "name": "Test TestB2: test_volatile RemoteLocal", 854 "type": "go", 855 "request": "launch", 856 "mode": "test", 857 "program": "./cmd/bisync", 858 "args": ["-remote", "TestB2:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 859 }, 860 { 861 "name": "Test TestB2: test_volatile RemoteRemote", 862 "type": "go", 863 "request": "launch", 864 "mode": "test", 865 "program": "./cmd/bisync", 866 "args": ["-remote", "TestB2:", "-remote2", "TestB2:", "-case", "test_volatile", "-no-cleanup"] 867 }, 868 { 869 "name": "Test TestCryptDrive: test_all_changed LocalRemote", 870 "type": "go", 871 "request": "launch", 872 "mode": "test", 873 "program": "./cmd/bisync", 874 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_all_changed", "-no-cleanup"] 875 }, 876 { 877 "name": "Test TestCryptDrive: test_all_changed RemoteLocal", 878 "type": "go", 879 "request": "launch", 880 "mode": "test", 881 "program": "./cmd/bisync", 882 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 883 }, 884 { 885 "name": "Test TestCryptDrive: test_all_changed RemoteRemote", 886 "type": "go", 887 "request": "launch", 888 "mode": "test", 889 "program": "./cmd/bisync", 890 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_all_changed", "-no-cleanup"] 891 }, 892 { 893 "name": "Test TestCryptDrive: test_backupdir LocalRemote", 894 "type": "go", 895 "request": "launch", 896 "mode": "test", 897 "program": "./cmd/bisync", 898 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_backupdir", "-no-cleanup"] 899 }, 900 { 901 "name": "Test TestCryptDrive: test_backupdir RemoteLocal", 902 "type": "go", 903 "request": "launch", 904 "mode": "test", 905 "program": "./cmd/bisync", 906 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 907 }, 908 { 909 "name": "Test TestCryptDrive: test_backupdir RemoteRemote", 910 "type": "go", 911 "request": "launch", 912 "mode": "test", 913 "program": "./cmd/bisync", 914 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_backupdir", "-no-cleanup"] 915 }, 916 { 917 "name": "Test TestCryptDrive: test_basic LocalRemote", 918 "type": "go", 919 "request": "launch", 920 "mode": "test", 921 "program": "./cmd/bisync", 922 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_basic", "-no-cleanup"] 923 }, 924 { 925 "name": "Test TestCryptDrive: test_basic RemoteLocal", 926 "type": "go", 927 "request": "launch", 928 "mode": "test", 929 "program": "./cmd/bisync", 930 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 931 }, 932 { 933 "name": "Test TestCryptDrive: test_basic RemoteRemote", 934 "type": "go", 935 "request": "launch", 936 "mode": "test", 937 "program": "./cmd/bisync", 938 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_basic", "-no-cleanup"] 939 }, 940 { 941 "name": "Test TestCryptDrive: test_changes LocalRemote", 942 "type": "go", 943 "request": "launch", 944 "mode": "test", 945 "program": "./cmd/bisync", 946 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_changes", "-no-cleanup"] 947 }, 948 { 949 "name": "Test TestCryptDrive: test_changes RemoteLocal", 950 "type": "go", 951 "request": "launch", 952 "mode": "test", 953 "program": "./cmd/bisync", 954 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 955 }, 956 { 957 "name": "Test TestCryptDrive: test_changes RemoteRemote", 958 "type": "go", 959 "request": "launch", 960 "mode": "test", 961 "program": "./cmd/bisync", 962 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_changes", "-no-cleanup"] 963 }, 964 { 965 "name": "Test TestCryptDrive: test_check_access LocalRemote", 966 "type": "go", 967 "request": "launch", 968 "mode": "test", 969 "program": "./cmd/bisync", 970 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_check_access", "-no-cleanup"] 971 }, 972 { 973 "name": "Test TestCryptDrive: test_check_access RemoteLocal", 974 "type": "go", 975 "request": "launch", 976 "mode": "test", 977 "program": "./cmd/bisync", 978 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 979 }, 980 { 981 "name": "Test TestCryptDrive: test_check_access RemoteRemote", 982 "type": "go", 983 "request": "launch", 984 "mode": "test", 985 "program": "./cmd/bisync", 986 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_check_access", "-no-cleanup"] 987 }, 988 { 989 "name": "Test TestCryptDrive: test_check_access_filters LocalRemote", 990 "type": "go", 991 "request": "launch", 992 "mode": "test", 993 "program": "./cmd/bisync", 994 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_check_access_filters", "-no-cleanup"] 995 }, 996 { 997 "name": "Test TestCryptDrive: test_check_access_filters RemoteLocal", 998 "type": "go", 999 "request": "launch", 1000 "mode": "test", 1001 "program": "./cmd/bisync", 1002 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 1003 }, 1004 { 1005 "name": "Test TestCryptDrive: test_check_access_filters RemoteRemote", 1006 "type": "go", 1007 "request": "launch", 1008 "mode": "test", 1009 "program": "./cmd/bisync", 1010 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_check_access_filters", "-no-cleanup"] 1011 }, 1012 { 1013 "name": "Test TestCryptDrive: test_check_filename LocalRemote", 1014 "type": "go", 1015 "request": "launch", 1016 "mode": "test", 1017 "program": "./cmd/bisync", 1018 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_check_filename", "-no-cleanup"] 1019 }, 1020 { 1021 "name": "Test TestCryptDrive: test_check_filename RemoteLocal", 1022 "type": "go", 1023 "request": "launch", 1024 "mode": "test", 1025 "program": "./cmd/bisync", 1026 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 1027 }, 1028 { 1029 "name": "Test TestCryptDrive: test_check_filename RemoteRemote", 1030 "type": "go", 1031 "request": "launch", 1032 "mode": "test", 1033 "program": "./cmd/bisync", 1034 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_check_filename", "-no-cleanup"] 1035 }, 1036 { 1037 "name": "Test TestCryptDrive: test_check_sync LocalRemote", 1038 "type": "go", 1039 "request": "launch", 1040 "mode": "test", 1041 "program": "./cmd/bisync", 1042 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_check_sync", "-no-cleanup"] 1043 }, 1044 { 1045 "name": "Test TestCryptDrive: test_check_sync RemoteLocal", 1046 "type": "go", 1047 "request": "launch", 1048 "mode": "test", 1049 "program": "./cmd/bisync", 1050 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 1051 }, 1052 { 1053 "name": "Test TestCryptDrive: test_check_sync RemoteRemote", 1054 "type": "go", 1055 "request": "launch", 1056 "mode": "test", 1057 "program": "./cmd/bisync", 1058 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_check_sync", "-no-cleanup"] 1059 }, 1060 { 1061 "name": "Test TestCryptDrive: test_compare_all LocalRemote", 1062 "type": "go", 1063 "request": "launch", 1064 "mode": "test", 1065 "program": "./cmd/bisync", 1066 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_compare_all", "-no-cleanup"] 1067 }, 1068 { 1069 "name": "Test TestCryptDrive: test_compare_all RemoteLocal", 1070 "type": "go", 1071 "request": "launch", 1072 "mode": "test", 1073 "program": "./cmd/bisync", 1074 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 1075 }, 1076 { 1077 "name": "Test TestCryptDrive: test_compare_all RemoteRemote", 1078 "type": "go", 1079 "request": "launch", 1080 "mode": "test", 1081 "program": "./cmd/bisync", 1082 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_compare_all", "-no-cleanup"] 1083 }, 1084 { 1085 "name": "Test TestCryptDrive: test_createemptysrcdirs LocalRemote", 1086 "type": "go", 1087 "request": "launch", 1088 "mode": "test", 1089 "program": "./cmd/bisync", 1090 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 1091 }, 1092 { 1093 "name": "Test TestCryptDrive: test_createemptysrcdirs RemoteLocal", 1094 "type": "go", 1095 "request": "launch", 1096 "mode": "test", 1097 "program": "./cmd/bisync", 1098 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 1099 }, 1100 { 1101 "name": "Test TestCryptDrive: test_createemptysrcdirs RemoteRemote", 1102 "type": "go", 1103 "request": "launch", 1104 "mode": "test", 1105 "program": "./cmd/bisync", 1106 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 1107 }, 1108 { 1109 "name": "Test TestCryptDrive: test_dry_run LocalRemote", 1110 "type": "go", 1111 "request": "launch", 1112 "mode": "test", 1113 "program": "./cmd/bisync", 1114 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_dry_run", "-no-cleanup"] 1115 }, 1116 { 1117 "name": "Test TestCryptDrive: test_dry_run RemoteLocal", 1118 "type": "go", 1119 "request": "launch", 1120 "mode": "test", 1121 "program": "./cmd/bisync", 1122 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 1123 }, 1124 { 1125 "name": "Test TestCryptDrive: test_dry_run RemoteRemote", 1126 "type": "go", 1127 "request": "launch", 1128 "mode": "test", 1129 "program": "./cmd/bisync", 1130 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_dry_run", "-no-cleanup"] 1131 }, 1132 { 1133 "name": "Test TestCryptDrive: test_equal LocalRemote", 1134 "type": "go", 1135 "request": "launch", 1136 "mode": "test", 1137 "program": "./cmd/bisync", 1138 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_equal", "-no-cleanup"] 1139 }, 1140 { 1141 "name": "Test TestCryptDrive: test_equal RemoteLocal", 1142 "type": "go", 1143 "request": "launch", 1144 "mode": "test", 1145 "program": "./cmd/bisync", 1146 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 1147 }, 1148 { 1149 "name": "Test TestCryptDrive: test_equal RemoteRemote", 1150 "type": "go", 1151 "request": "launch", 1152 "mode": "test", 1153 "program": "./cmd/bisync", 1154 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_equal", "-no-cleanup"] 1155 }, 1156 { 1157 "name": "Test TestCryptDrive: test_ext_paths LocalRemote", 1158 "type": "go", 1159 "request": "launch", 1160 "mode": "test", 1161 "program": "./cmd/bisync", 1162 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_ext_paths", "-no-cleanup"] 1163 }, 1164 { 1165 "name": "Test TestCryptDrive: test_ext_paths RemoteLocal", 1166 "type": "go", 1167 "request": "launch", 1168 "mode": "test", 1169 "program": "./cmd/bisync", 1170 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 1171 }, 1172 { 1173 "name": "Test TestCryptDrive: test_ext_paths RemoteRemote", 1174 "type": "go", 1175 "request": "launch", 1176 "mode": "test", 1177 "program": "./cmd/bisync", 1178 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_ext_paths", "-no-cleanup"] 1179 }, 1180 { 1181 "name": "Test TestCryptDrive: test_extended_filenames LocalRemote", 1182 "type": "go", 1183 "request": "launch", 1184 "mode": "test", 1185 "program": "./cmd/bisync", 1186 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_extended_filenames", "-no-cleanup"] 1187 }, 1188 { 1189 "name": "Test TestCryptDrive: test_extended_filenames RemoteLocal", 1190 "type": "go", 1191 "request": "launch", 1192 "mode": "test", 1193 "program": "./cmd/bisync", 1194 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 1195 }, 1196 { 1197 "name": "Test TestCryptDrive: test_extended_filenames RemoteRemote", 1198 "type": "go", 1199 "request": "launch", 1200 "mode": "test", 1201 "program": "./cmd/bisync", 1202 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_extended_filenames", "-no-cleanup"] 1203 }, 1204 { 1205 "name": "Test TestCryptDrive: test_filters LocalRemote", 1206 "type": "go", 1207 "request": "launch", 1208 "mode": "test", 1209 "program": "./cmd/bisync", 1210 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_filters", "-no-cleanup"] 1211 }, 1212 { 1213 "name": "Test TestCryptDrive: test_filters RemoteLocal", 1214 "type": "go", 1215 "request": "launch", 1216 "mode": "test", 1217 "program": "./cmd/bisync", 1218 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 1219 }, 1220 { 1221 "name": "Test TestCryptDrive: test_filters RemoteRemote", 1222 "type": "go", 1223 "request": "launch", 1224 "mode": "test", 1225 "program": "./cmd/bisync", 1226 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_filters", "-no-cleanup"] 1227 }, 1228 { 1229 "name": "Test TestCryptDrive: test_filtersfile_checks LocalRemote", 1230 "type": "go", 1231 "request": "launch", 1232 "mode": "test", 1233 "program": "./cmd/bisync", 1234 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_filtersfile_checks", "-no-cleanup"] 1235 }, 1236 { 1237 "name": "Test TestCryptDrive: test_filtersfile_checks RemoteLocal", 1238 "type": "go", 1239 "request": "launch", 1240 "mode": "test", 1241 "program": "./cmd/bisync", 1242 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 1243 }, 1244 { 1245 "name": "Test TestCryptDrive: test_filtersfile_checks RemoteRemote", 1246 "type": "go", 1247 "request": "launch", 1248 "mode": "test", 1249 "program": "./cmd/bisync", 1250 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_filtersfile_checks", "-no-cleanup"] 1251 }, 1252 { 1253 "name": "Test TestCryptDrive: test_ignorelistingchecksum LocalRemote", 1254 "type": "go", 1255 "request": "launch", 1256 "mode": "test", 1257 "program": "./cmd/bisync", 1258 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 1259 }, 1260 { 1261 "name": "Test TestCryptDrive: test_ignorelistingchecksum RemoteLocal", 1262 "type": "go", 1263 "request": "launch", 1264 "mode": "test", 1265 "program": "./cmd/bisync", 1266 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 1267 }, 1268 { 1269 "name": "Test TestCryptDrive: test_ignorelistingchecksum RemoteRemote", 1270 "type": "go", 1271 "request": "launch", 1272 "mode": "test", 1273 "program": "./cmd/bisync", 1274 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 1275 }, 1276 { 1277 "name": "Test TestCryptDrive: test_max_delete_path1 LocalRemote", 1278 "type": "go", 1279 "request": "launch", 1280 "mode": "test", 1281 "program": "./cmd/bisync", 1282 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_max_delete_path1", "-no-cleanup"] 1283 }, 1284 { 1285 "name": "Test TestCryptDrive: test_max_delete_path1 RemoteLocal", 1286 "type": "go", 1287 "request": "launch", 1288 "mode": "test", 1289 "program": "./cmd/bisync", 1290 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 1291 }, 1292 { 1293 "name": "Test TestCryptDrive: test_max_delete_path1 RemoteRemote", 1294 "type": "go", 1295 "request": "launch", 1296 "mode": "test", 1297 "program": "./cmd/bisync", 1298 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_max_delete_path1", "-no-cleanup"] 1299 }, 1300 { 1301 "name": "Test TestCryptDrive: test_max_delete_path2_force LocalRemote", 1302 "type": "go", 1303 "request": "launch", 1304 "mode": "test", 1305 "program": "./cmd/bisync", 1306 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 1307 }, 1308 { 1309 "name": "Test TestCryptDrive: test_max_delete_path2_force RemoteLocal", 1310 "type": "go", 1311 "request": "launch", 1312 "mode": "test", 1313 "program": "./cmd/bisync", 1314 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 1315 }, 1316 { 1317 "name": "Test TestCryptDrive: test_max_delete_path2_force RemoteRemote", 1318 "type": "go", 1319 "request": "launch", 1320 "mode": "test", 1321 "program": "./cmd/bisync", 1322 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 1323 }, 1324 { 1325 "name": "Test TestCryptDrive: test_nomodtime LocalRemote", 1326 "type": "go", 1327 "request": "launch", 1328 "mode": "test", 1329 "program": "./cmd/bisync", 1330 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_nomodtime", "-no-cleanup"] 1331 }, 1332 { 1333 "name": "Test TestCryptDrive: test_nomodtime RemoteLocal", 1334 "type": "go", 1335 "request": "launch", 1336 "mode": "test", 1337 "program": "./cmd/bisync", 1338 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 1339 }, 1340 { 1341 "name": "Test TestCryptDrive: test_nomodtime RemoteRemote", 1342 "type": "go", 1343 "request": "launch", 1344 "mode": "test", 1345 "program": "./cmd/bisync", 1346 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_nomodtime", "-no-cleanup"] 1347 }, 1348 { 1349 "name": "Test TestCryptDrive: test_normalization LocalRemote", 1350 "type": "go", 1351 "request": "launch", 1352 "mode": "test", 1353 "program": "./cmd/bisync", 1354 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_normalization", "-no-cleanup"] 1355 }, 1356 { 1357 "name": "Test TestCryptDrive: test_normalization RemoteLocal", 1358 "type": "go", 1359 "request": "launch", 1360 "mode": "test", 1361 "program": "./cmd/bisync", 1362 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 1363 }, 1364 { 1365 "name": "Test TestCryptDrive: test_normalization RemoteRemote", 1366 "type": "go", 1367 "request": "launch", 1368 "mode": "test", 1369 "program": "./cmd/bisync", 1370 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_normalization", "-no-cleanup"] 1371 }, 1372 { 1373 "name": "Test TestCryptDrive: test_rclone_args LocalRemote", 1374 "type": "go", 1375 "request": "launch", 1376 "mode": "test", 1377 "program": "./cmd/bisync", 1378 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_rclone_args", "-no-cleanup"] 1379 }, 1380 { 1381 "name": "Test TestCryptDrive: test_rclone_args RemoteLocal", 1382 "type": "go", 1383 "request": "launch", 1384 "mode": "test", 1385 "program": "./cmd/bisync", 1386 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 1387 }, 1388 { 1389 "name": "Test TestCryptDrive: test_rclone_args RemoteRemote", 1390 "type": "go", 1391 "request": "launch", 1392 "mode": "test", 1393 "program": "./cmd/bisync", 1394 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_rclone_args", "-no-cleanup"] 1395 }, 1396 { 1397 "name": "Test TestCryptDrive: test_resolve LocalRemote", 1398 "type": "go", 1399 "request": "launch", 1400 "mode": "test", 1401 "program": "./cmd/bisync", 1402 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_resolve", "-no-cleanup"] 1403 }, 1404 { 1405 "name": "Test TestCryptDrive: test_resolve RemoteLocal", 1406 "type": "go", 1407 "request": "launch", 1408 "mode": "test", 1409 "program": "./cmd/bisync", 1410 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 1411 }, 1412 { 1413 "name": "Test TestCryptDrive: test_resolve RemoteRemote", 1414 "type": "go", 1415 "request": "launch", 1416 "mode": "test", 1417 "program": "./cmd/bisync", 1418 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_resolve", "-no-cleanup"] 1419 }, 1420 { 1421 "name": "Test TestCryptDrive: test_resync LocalRemote", 1422 "type": "go", 1423 "request": "launch", 1424 "mode": "test", 1425 "program": "./cmd/bisync", 1426 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_resync", "-no-cleanup"] 1427 }, 1428 { 1429 "name": "Test TestCryptDrive: test_resync RemoteLocal", 1430 "type": "go", 1431 "request": "launch", 1432 "mode": "test", 1433 "program": "./cmd/bisync", 1434 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 1435 }, 1436 { 1437 "name": "Test TestCryptDrive: test_resync RemoteRemote", 1438 "type": "go", 1439 "request": "launch", 1440 "mode": "test", 1441 "program": "./cmd/bisync", 1442 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_resync", "-no-cleanup"] 1443 }, 1444 { 1445 "name": "Test TestCryptDrive: test_resync_modes LocalRemote", 1446 "type": "go", 1447 "request": "launch", 1448 "mode": "test", 1449 "program": "./cmd/bisync", 1450 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_resync_modes", "-no-cleanup"] 1451 }, 1452 { 1453 "name": "Test TestCryptDrive: test_resync_modes RemoteLocal", 1454 "type": "go", 1455 "request": "launch", 1456 "mode": "test", 1457 "program": "./cmd/bisync", 1458 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 1459 }, 1460 { 1461 "name": "Test TestCryptDrive: test_resync_modes RemoteRemote", 1462 "type": "go", 1463 "request": "launch", 1464 "mode": "test", 1465 "program": "./cmd/bisync", 1466 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_resync_modes", "-no-cleanup"] 1467 }, 1468 { 1469 "name": "Test TestCryptDrive: test_rmdirs LocalRemote", 1470 "type": "go", 1471 "request": "launch", 1472 "mode": "test", 1473 "program": "./cmd/bisync", 1474 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_rmdirs", "-no-cleanup"] 1475 }, 1476 { 1477 "name": "Test TestCryptDrive: test_rmdirs RemoteLocal", 1478 "type": "go", 1479 "request": "launch", 1480 "mode": "test", 1481 "program": "./cmd/bisync", 1482 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 1483 }, 1484 { 1485 "name": "Test TestCryptDrive: test_rmdirs RemoteRemote", 1486 "type": "go", 1487 "request": "launch", 1488 "mode": "test", 1489 "program": "./cmd/bisync", 1490 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_rmdirs", "-no-cleanup"] 1491 }, 1492 { 1493 "name": "Test TestCryptDrive: test_volatile LocalRemote", 1494 "type": "go", 1495 "request": "launch", 1496 "mode": "test", 1497 "program": "./cmd/bisync", 1498 "args": ["-remote", "local", "-remote2", "TestCryptDrive:", "-case", "test_volatile", "-no-cleanup"] 1499 }, 1500 { 1501 "name": "Test TestCryptDrive: test_volatile RemoteLocal", 1502 "type": "go", 1503 "request": "launch", 1504 "mode": "test", 1505 "program": "./cmd/bisync", 1506 "args": ["-remote", "TestCryptDrive:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 1507 }, 1508 { 1509 "name": "Test TestCryptDrive: test_volatile RemoteRemote", 1510 "type": "go", 1511 "request": "launch", 1512 "mode": "test", 1513 "program": "./cmd/bisync", 1514 "args": ["-remote", "TestCryptDrive:", "-remote2", "TestCryptDrive:", "-case", "test_volatile", "-no-cleanup"] 1515 }, 1516 { 1517 "name": "Test TestCryptSwift: test_all_changed LocalRemote", 1518 "type": "go", 1519 "request": "launch", 1520 "mode": "test", 1521 "program": "./cmd/bisync", 1522 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_all_changed", "-no-cleanup"] 1523 }, 1524 { 1525 "name": "Test TestCryptSwift: test_all_changed RemoteLocal", 1526 "type": "go", 1527 "request": "launch", 1528 "mode": "test", 1529 "program": "./cmd/bisync", 1530 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 1531 }, 1532 { 1533 "name": "Test TestCryptSwift: test_all_changed RemoteRemote", 1534 "type": "go", 1535 "request": "launch", 1536 "mode": "test", 1537 "program": "./cmd/bisync", 1538 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_all_changed", "-no-cleanup"] 1539 }, 1540 { 1541 "name": "Test TestCryptSwift: test_backupdir LocalRemote", 1542 "type": "go", 1543 "request": "launch", 1544 "mode": "test", 1545 "program": "./cmd/bisync", 1546 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_backupdir", "-no-cleanup"] 1547 }, 1548 { 1549 "name": "Test TestCryptSwift: test_backupdir RemoteLocal", 1550 "type": "go", 1551 "request": "launch", 1552 "mode": "test", 1553 "program": "./cmd/bisync", 1554 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 1555 }, 1556 { 1557 "name": "Test TestCryptSwift: test_backupdir RemoteRemote", 1558 "type": "go", 1559 "request": "launch", 1560 "mode": "test", 1561 "program": "./cmd/bisync", 1562 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_backupdir", "-no-cleanup"] 1563 }, 1564 { 1565 "name": "Test TestCryptSwift: test_basic LocalRemote", 1566 "type": "go", 1567 "request": "launch", 1568 "mode": "test", 1569 "program": "./cmd/bisync", 1570 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_basic", "-no-cleanup"] 1571 }, 1572 { 1573 "name": "Test TestCryptSwift: test_basic RemoteLocal", 1574 "type": "go", 1575 "request": "launch", 1576 "mode": "test", 1577 "program": "./cmd/bisync", 1578 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 1579 }, 1580 { 1581 "name": "Test TestCryptSwift: test_basic RemoteRemote", 1582 "type": "go", 1583 "request": "launch", 1584 "mode": "test", 1585 "program": "./cmd/bisync", 1586 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_basic", "-no-cleanup"] 1587 }, 1588 { 1589 "name": "Test TestCryptSwift: test_changes LocalRemote", 1590 "type": "go", 1591 "request": "launch", 1592 "mode": "test", 1593 "program": "./cmd/bisync", 1594 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_changes", "-no-cleanup"] 1595 }, 1596 { 1597 "name": "Test TestCryptSwift: test_changes RemoteLocal", 1598 "type": "go", 1599 "request": "launch", 1600 "mode": "test", 1601 "program": "./cmd/bisync", 1602 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 1603 }, 1604 { 1605 "name": "Test TestCryptSwift: test_changes RemoteRemote", 1606 "type": "go", 1607 "request": "launch", 1608 "mode": "test", 1609 "program": "./cmd/bisync", 1610 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_changes", "-no-cleanup"] 1611 }, 1612 { 1613 "name": "Test TestCryptSwift: test_check_access LocalRemote", 1614 "type": "go", 1615 "request": "launch", 1616 "mode": "test", 1617 "program": "./cmd/bisync", 1618 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_check_access", "-no-cleanup"] 1619 }, 1620 { 1621 "name": "Test TestCryptSwift: test_check_access RemoteLocal", 1622 "type": "go", 1623 "request": "launch", 1624 "mode": "test", 1625 "program": "./cmd/bisync", 1626 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 1627 }, 1628 { 1629 "name": "Test TestCryptSwift: test_check_access RemoteRemote", 1630 "type": "go", 1631 "request": "launch", 1632 "mode": "test", 1633 "program": "./cmd/bisync", 1634 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_check_access", "-no-cleanup"] 1635 }, 1636 { 1637 "name": "Test TestCryptSwift: test_check_access_filters LocalRemote", 1638 "type": "go", 1639 "request": "launch", 1640 "mode": "test", 1641 "program": "./cmd/bisync", 1642 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_check_access_filters", "-no-cleanup"] 1643 }, 1644 { 1645 "name": "Test TestCryptSwift: test_check_access_filters RemoteLocal", 1646 "type": "go", 1647 "request": "launch", 1648 "mode": "test", 1649 "program": "./cmd/bisync", 1650 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 1651 }, 1652 { 1653 "name": "Test TestCryptSwift: test_check_access_filters RemoteRemote", 1654 "type": "go", 1655 "request": "launch", 1656 "mode": "test", 1657 "program": "./cmd/bisync", 1658 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_check_access_filters", "-no-cleanup"] 1659 }, 1660 { 1661 "name": "Test TestCryptSwift: test_check_filename LocalRemote", 1662 "type": "go", 1663 "request": "launch", 1664 "mode": "test", 1665 "program": "./cmd/bisync", 1666 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_check_filename", "-no-cleanup"] 1667 }, 1668 { 1669 "name": "Test TestCryptSwift: test_check_filename RemoteLocal", 1670 "type": "go", 1671 "request": "launch", 1672 "mode": "test", 1673 "program": "./cmd/bisync", 1674 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 1675 }, 1676 { 1677 "name": "Test TestCryptSwift: test_check_filename RemoteRemote", 1678 "type": "go", 1679 "request": "launch", 1680 "mode": "test", 1681 "program": "./cmd/bisync", 1682 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_check_filename", "-no-cleanup"] 1683 }, 1684 { 1685 "name": "Test TestCryptSwift: test_check_sync LocalRemote", 1686 "type": "go", 1687 "request": "launch", 1688 "mode": "test", 1689 "program": "./cmd/bisync", 1690 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_check_sync", "-no-cleanup"] 1691 }, 1692 { 1693 "name": "Test TestCryptSwift: test_check_sync RemoteLocal", 1694 "type": "go", 1695 "request": "launch", 1696 "mode": "test", 1697 "program": "./cmd/bisync", 1698 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 1699 }, 1700 { 1701 "name": "Test TestCryptSwift: test_check_sync RemoteRemote", 1702 "type": "go", 1703 "request": "launch", 1704 "mode": "test", 1705 "program": "./cmd/bisync", 1706 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_check_sync", "-no-cleanup"] 1707 }, 1708 { 1709 "name": "Test TestCryptSwift: test_compare_all LocalRemote", 1710 "type": "go", 1711 "request": "launch", 1712 "mode": "test", 1713 "program": "./cmd/bisync", 1714 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_compare_all", "-no-cleanup"] 1715 }, 1716 { 1717 "name": "Test TestCryptSwift: test_compare_all RemoteLocal", 1718 "type": "go", 1719 "request": "launch", 1720 "mode": "test", 1721 "program": "./cmd/bisync", 1722 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 1723 }, 1724 { 1725 "name": "Test TestCryptSwift: test_compare_all RemoteRemote", 1726 "type": "go", 1727 "request": "launch", 1728 "mode": "test", 1729 "program": "./cmd/bisync", 1730 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_compare_all", "-no-cleanup"] 1731 }, 1732 { 1733 "name": "Test TestCryptSwift: test_createemptysrcdirs LocalRemote", 1734 "type": "go", 1735 "request": "launch", 1736 "mode": "test", 1737 "program": "./cmd/bisync", 1738 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 1739 }, 1740 { 1741 "name": "Test TestCryptSwift: test_createemptysrcdirs RemoteLocal", 1742 "type": "go", 1743 "request": "launch", 1744 "mode": "test", 1745 "program": "./cmd/bisync", 1746 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 1747 }, 1748 { 1749 "name": "Test TestCryptSwift: test_createemptysrcdirs RemoteRemote", 1750 "type": "go", 1751 "request": "launch", 1752 "mode": "test", 1753 "program": "./cmd/bisync", 1754 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 1755 }, 1756 { 1757 "name": "Test TestCryptSwift: test_dry_run LocalRemote", 1758 "type": "go", 1759 "request": "launch", 1760 "mode": "test", 1761 "program": "./cmd/bisync", 1762 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_dry_run", "-no-cleanup"] 1763 }, 1764 { 1765 "name": "Test TestCryptSwift: test_dry_run RemoteLocal", 1766 "type": "go", 1767 "request": "launch", 1768 "mode": "test", 1769 "program": "./cmd/bisync", 1770 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 1771 }, 1772 { 1773 "name": "Test TestCryptSwift: test_dry_run RemoteRemote", 1774 "type": "go", 1775 "request": "launch", 1776 "mode": "test", 1777 "program": "./cmd/bisync", 1778 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_dry_run", "-no-cleanup"] 1779 }, 1780 { 1781 "name": "Test TestCryptSwift: test_equal LocalRemote", 1782 "type": "go", 1783 "request": "launch", 1784 "mode": "test", 1785 "program": "./cmd/bisync", 1786 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_equal", "-no-cleanup"] 1787 }, 1788 { 1789 "name": "Test TestCryptSwift: test_equal RemoteLocal", 1790 "type": "go", 1791 "request": "launch", 1792 "mode": "test", 1793 "program": "./cmd/bisync", 1794 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 1795 }, 1796 { 1797 "name": "Test TestCryptSwift: test_equal RemoteRemote", 1798 "type": "go", 1799 "request": "launch", 1800 "mode": "test", 1801 "program": "./cmd/bisync", 1802 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_equal", "-no-cleanup"] 1803 }, 1804 { 1805 "name": "Test TestCryptSwift: test_ext_paths LocalRemote", 1806 "type": "go", 1807 "request": "launch", 1808 "mode": "test", 1809 "program": "./cmd/bisync", 1810 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_ext_paths", "-no-cleanup"] 1811 }, 1812 { 1813 "name": "Test TestCryptSwift: test_ext_paths RemoteLocal", 1814 "type": "go", 1815 "request": "launch", 1816 "mode": "test", 1817 "program": "./cmd/bisync", 1818 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 1819 }, 1820 { 1821 "name": "Test TestCryptSwift: test_ext_paths RemoteRemote", 1822 "type": "go", 1823 "request": "launch", 1824 "mode": "test", 1825 "program": "./cmd/bisync", 1826 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_ext_paths", "-no-cleanup"] 1827 }, 1828 { 1829 "name": "Test TestCryptSwift: test_extended_filenames LocalRemote", 1830 "type": "go", 1831 "request": "launch", 1832 "mode": "test", 1833 "program": "./cmd/bisync", 1834 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_extended_filenames", "-no-cleanup"] 1835 }, 1836 { 1837 "name": "Test TestCryptSwift: test_extended_filenames RemoteLocal", 1838 "type": "go", 1839 "request": "launch", 1840 "mode": "test", 1841 "program": "./cmd/bisync", 1842 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 1843 }, 1844 { 1845 "name": "Test TestCryptSwift: test_extended_filenames RemoteRemote", 1846 "type": "go", 1847 "request": "launch", 1848 "mode": "test", 1849 "program": "./cmd/bisync", 1850 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_extended_filenames", "-no-cleanup"] 1851 }, 1852 { 1853 "name": "Test TestCryptSwift: test_filters LocalRemote", 1854 "type": "go", 1855 "request": "launch", 1856 "mode": "test", 1857 "program": "./cmd/bisync", 1858 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_filters", "-no-cleanup"] 1859 }, 1860 { 1861 "name": "Test TestCryptSwift: test_filters RemoteLocal", 1862 "type": "go", 1863 "request": "launch", 1864 "mode": "test", 1865 "program": "./cmd/bisync", 1866 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 1867 }, 1868 { 1869 "name": "Test TestCryptSwift: test_filters RemoteRemote", 1870 "type": "go", 1871 "request": "launch", 1872 "mode": "test", 1873 "program": "./cmd/bisync", 1874 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_filters", "-no-cleanup"] 1875 }, 1876 { 1877 "name": "Test TestCryptSwift: test_filtersfile_checks LocalRemote", 1878 "type": "go", 1879 "request": "launch", 1880 "mode": "test", 1881 "program": "./cmd/bisync", 1882 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_filtersfile_checks", "-no-cleanup"] 1883 }, 1884 { 1885 "name": "Test TestCryptSwift: test_filtersfile_checks RemoteLocal", 1886 "type": "go", 1887 "request": "launch", 1888 "mode": "test", 1889 "program": "./cmd/bisync", 1890 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 1891 }, 1892 { 1893 "name": "Test TestCryptSwift: test_filtersfile_checks RemoteRemote", 1894 "type": "go", 1895 "request": "launch", 1896 "mode": "test", 1897 "program": "./cmd/bisync", 1898 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_filtersfile_checks", "-no-cleanup"] 1899 }, 1900 { 1901 "name": "Test TestCryptSwift: test_ignorelistingchecksum LocalRemote", 1902 "type": "go", 1903 "request": "launch", 1904 "mode": "test", 1905 "program": "./cmd/bisync", 1906 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 1907 }, 1908 { 1909 "name": "Test TestCryptSwift: test_ignorelistingchecksum RemoteLocal", 1910 "type": "go", 1911 "request": "launch", 1912 "mode": "test", 1913 "program": "./cmd/bisync", 1914 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 1915 }, 1916 { 1917 "name": "Test TestCryptSwift: test_ignorelistingchecksum RemoteRemote", 1918 "type": "go", 1919 "request": "launch", 1920 "mode": "test", 1921 "program": "./cmd/bisync", 1922 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 1923 }, 1924 { 1925 "name": "Test TestCryptSwift: test_max_delete_path1 LocalRemote", 1926 "type": "go", 1927 "request": "launch", 1928 "mode": "test", 1929 "program": "./cmd/bisync", 1930 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_max_delete_path1", "-no-cleanup"] 1931 }, 1932 { 1933 "name": "Test TestCryptSwift: test_max_delete_path1 RemoteLocal", 1934 "type": "go", 1935 "request": "launch", 1936 "mode": "test", 1937 "program": "./cmd/bisync", 1938 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 1939 }, 1940 { 1941 "name": "Test TestCryptSwift: test_max_delete_path1 RemoteRemote", 1942 "type": "go", 1943 "request": "launch", 1944 "mode": "test", 1945 "program": "./cmd/bisync", 1946 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_max_delete_path1", "-no-cleanup"] 1947 }, 1948 { 1949 "name": "Test TestCryptSwift: test_max_delete_path2_force LocalRemote", 1950 "type": "go", 1951 "request": "launch", 1952 "mode": "test", 1953 "program": "./cmd/bisync", 1954 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 1955 }, 1956 { 1957 "name": "Test TestCryptSwift: test_max_delete_path2_force RemoteLocal", 1958 "type": "go", 1959 "request": "launch", 1960 "mode": "test", 1961 "program": "./cmd/bisync", 1962 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 1963 }, 1964 { 1965 "name": "Test TestCryptSwift: test_max_delete_path2_force RemoteRemote", 1966 "type": "go", 1967 "request": "launch", 1968 "mode": "test", 1969 "program": "./cmd/bisync", 1970 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 1971 }, 1972 { 1973 "name": "Test TestCryptSwift: test_nomodtime LocalRemote", 1974 "type": "go", 1975 "request": "launch", 1976 "mode": "test", 1977 "program": "./cmd/bisync", 1978 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_nomodtime", "-no-cleanup"] 1979 }, 1980 { 1981 "name": "Test TestCryptSwift: test_nomodtime RemoteLocal", 1982 "type": "go", 1983 "request": "launch", 1984 "mode": "test", 1985 "program": "./cmd/bisync", 1986 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 1987 }, 1988 { 1989 "name": "Test TestCryptSwift: test_nomodtime RemoteRemote", 1990 "type": "go", 1991 "request": "launch", 1992 "mode": "test", 1993 "program": "./cmd/bisync", 1994 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_nomodtime", "-no-cleanup"] 1995 }, 1996 { 1997 "name": "Test TestCryptSwift: test_normalization LocalRemote", 1998 "type": "go", 1999 "request": "launch", 2000 "mode": "test", 2001 "program": "./cmd/bisync", 2002 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_normalization", "-no-cleanup"] 2003 }, 2004 { 2005 "name": "Test TestCryptSwift: test_normalization RemoteLocal", 2006 "type": "go", 2007 "request": "launch", 2008 "mode": "test", 2009 "program": "./cmd/bisync", 2010 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 2011 }, 2012 { 2013 "name": "Test TestCryptSwift: test_normalization RemoteRemote", 2014 "type": "go", 2015 "request": "launch", 2016 "mode": "test", 2017 "program": "./cmd/bisync", 2018 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_normalization", "-no-cleanup"] 2019 }, 2020 { 2021 "name": "Test TestCryptSwift: test_rclone_args LocalRemote", 2022 "type": "go", 2023 "request": "launch", 2024 "mode": "test", 2025 "program": "./cmd/bisync", 2026 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_rclone_args", "-no-cleanup"] 2027 }, 2028 { 2029 "name": "Test TestCryptSwift: test_rclone_args RemoteLocal", 2030 "type": "go", 2031 "request": "launch", 2032 "mode": "test", 2033 "program": "./cmd/bisync", 2034 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 2035 }, 2036 { 2037 "name": "Test TestCryptSwift: test_rclone_args RemoteRemote", 2038 "type": "go", 2039 "request": "launch", 2040 "mode": "test", 2041 "program": "./cmd/bisync", 2042 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_rclone_args", "-no-cleanup"] 2043 }, 2044 { 2045 "name": "Test TestCryptSwift: test_resolve LocalRemote", 2046 "type": "go", 2047 "request": "launch", 2048 "mode": "test", 2049 "program": "./cmd/bisync", 2050 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_resolve", "-no-cleanup"] 2051 }, 2052 { 2053 "name": "Test TestCryptSwift: test_resolve RemoteLocal", 2054 "type": "go", 2055 "request": "launch", 2056 "mode": "test", 2057 "program": "./cmd/bisync", 2058 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 2059 }, 2060 { 2061 "name": "Test TestCryptSwift: test_resolve RemoteRemote", 2062 "type": "go", 2063 "request": "launch", 2064 "mode": "test", 2065 "program": "./cmd/bisync", 2066 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_resolve", "-no-cleanup"] 2067 }, 2068 { 2069 "name": "Test TestCryptSwift: test_resync LocalRemote", 2070 "type": "go", 2071 "request": "launch", 2072 "mode": "test", 2073 "program": "./cmd/bisync", 2074 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_resync", "-no-cleanup"] 2075 }, 2076 { 2077 "name": "Test TestCryptSwift: test_resync RemoteLocal", 2078 "type": "go", 2079 "request": "launch", 2080 "mode": "test", 2081 "program": "./cmd/bisync", 2082 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 2083 }, 2084 { 2085 "name": "Test TestCryptSwift: test_resync RemoteRemote", 2086 "type": "go", 2087 "request": "launch", 2088 "mode": "test", 2089 "program": "./cmd/bisync", 2090 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_resync", "-no-cleanup"] 2091 }, 2092 { 2093 "name": "Test TestCryptSwift: test_resync_modes LocalRemote", 2094 "type": "go", 2095 "request": "launch", 2096 "mode": "test", 2097 "program": "./cmd/bisync", 2098 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_resync_modes", "-no-cleanup"] 2099 }, 2100 { 2101 "name": "Test TestCryptSwift: test_resync_modes RemoteLocal", 2102 "type": "go", 2103 "request": "launch", 2104 "mode": "test", 2105 "program": "./cmd/bisync", 2106 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 2107 }, 2108 { 2109 "name": "Test TestCryptSwift: test_resync_modes RemoteRemote", 2110 "type": "go", 2111 "request": "launch", 2112 "mode": "test", 2113 "program": "./cmd/bisync", 2114 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_resync_modes", "-no-cleanup"] 2115 }, 2116 { 2117 "name": "Test TestCryptSwift: test_rmdirs LocalRemote", 2118 "type": "go", 2119 "request": "launch", 2120 "mode": "test", 2121 "program": "./cmd/bisync", 2122 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_rmdirs", "-no-cleanup"] 2123 }, 2124 { 2125 "name": "Test TestCryptSwift: test_rmdirs RemoteLocal", 2126 "type": "go", 2127 "request": "launch", 2128 "mode": "test", 2129 "program": "./cmd/bisync", 2130 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 2131 }, 2132 { 2133 "name": "Test TestCryptSwift: test_rmdirs RemoteRemote", 2134 "type": "go", 2135 "request": "launch", 2136 "mode": "test", 2137 "program": "./cmd/bisync", 2138 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_rmdirs", "-no-cleanup"] 2139 }, 2140 { 2141 "name": "Test TestCryptSwift: test_volatile LocalRemote", 2142 "type": "go", 2143 "request": "launch", 2144 "mode": "test", 2145 "program": "./cmd/bisync", 2146 "args": ["-remote", "local", "-remote2", "TestCryptSwift:", "-case", "test_volatile", "-no-cleanup"] 2147 }, 2148 { 2149 "name": "Test TestCryptSwift: test_volatile RemoteLocal", 2150 "type": "go", 2151 "request": "launch", 2152 "mode": "test", 2153 "program": "./cmd/bisync", 2154 "args": ["-remote", "TestCryptSwift:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 2155 }, 2156 { 2157 "name": "Test TestCryptSwift: test_volatile RemoteRemote", 2158 "type": "go", 2159 "request": "launch", 2160 "mode": "test", 2161 "program": "./cmd/bisync", 2162 "args": ["-remote", "TestCryptSwift:", "-remote2", "TestCryptSwift:", "-case", "test_volatile", "-no-cleanup"] 2163 }, 2164 { 2165 "name": "Test TestChunkerLocal: test_all_changed LocalRemote", 2166 "type": "go", 2167 "request": "launch", 2168 "mode": "test", 2169 "program": "./cmd/bisync", 2170 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_all_changed", "-no-cleanup"] 2171 }, 2172 { 2173 "name": "Test TestChunkerLocal: test_all_changed RemoteLocal", 2174 "type": "go", 2175 "request": "launch", 2176 "mode": "test", 2177 "program": "./cmd/bisync", 2178 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 2179 }, 2180 { 2181 "name": "Test TestChunkerLocal: test_all_changed RemoteRemote", 2182 "type": "go", 2183 "request": "launch", 2184 "mode": "test", 2185 "program": "./cmd/bisync", 2186 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_all_changed", "-no-cleanup"] 2187 }, 2188 { 2189 "name": "Test TestChunkerLocal: test_backupdir LocalRemote", 2190 "type": "go", 2191 "request": "launch", 2192 "mode": "test", 2193 "program": "./cmd/bisync", 2194 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_backupdir", "-no-cleanup"] 2195 }, 2196 { 2197 "name": "Test TestChunkerLocal: test_backupdir RemoteLocal", 2198 "type": "go", 2199 "request": "launch", 2200 "mode": "test", 2201 "program": "./cmd/bisync", 2202 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 2203 }, 2204 { 2205 "name": "Test TestChunkerLocal: test_backupdir RemoteRemote", 2206 "type": "go", 2207 "request": "launch", 2208 "mode": "test", 2209 "program": "./cmd/bisync", 2210 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_backupdir", "-no-cleanup"] 2211 }, 2212 { 2213 "name": "Test TestChunkerLocal: test_basic LocalRemote", 2214 "type": "go", 2215 "request": "launch", 2216 "mode": "test", 2217 "program": "./cmd/bisync", 2218 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_basic", "-no-cleanup"] 2219 }, 2220 { 2221 "name": "Test TestChunkerLocal: test_basic RemoteLocal", 2222 "type": "go", 2223 "request": "launch", 2224 "mode": "test", 2225 "program": "./cmd/bisync", 2226 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 2227 }, 2228 { 2229 "name": "Test TestChunkerLocal: test_basic RemoteRemote", 2230 "type": "go", 2231 "request": "launch", 2232 "mode": "test", 2233 "program": "./cmd/bisync", 2234 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_basic", "-no-cleanup"] 2235 }, 2236 { 2237 "name": "Test TestChunkerLocal: test_changes LocalRemote", 2238 "type": "go", 2239 "request": "launch", 2240 "mode": "test", 2241 "program": "./cmd/bisync", 2242 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_changes", "-no-cleanup"] 2243 }, 2244 { 2245 "name": "Test TestChunkerLocal: test_changes RemoteLocal", 2246 "type": "go", 2247 "request": "launch", 2248 "mode": "test", 2249 "program": "./cmd/bisync", 2250 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 2251 }, 2252 { 2253 "name": "Test TestChunkerLocal: test_changes RemoteRemote", 2254 "type": "go", 2255 "request": "launch", 2256 "mode": "test", 2257 "program": "./cmd/bisync", 2258 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_changes", "-no-cleanup"] 2259 }, 2260 { 2261 "name": "Test TestChunkerLocal: test_check_access LocalRemote", 2262 "type": "go", 2263 "request": "launch", 2264 "mode": "test", 2265 "program": "./cmd/bisync", 2266 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_check_access", "-no-cleanup"] 2267 }, 2268 { 2269 "name": "Test TestChunkerLocal: test_check_access RemoteLocal", 2270 "type": "go", 2271 "request": "launch", 2272 "mode": "test", 2273 "program": "./cmd/bisync", 2274 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 2275 }, 2276 { 2277 "name": "Test TestChunkerLocal: test_check_access RemoteRemote", 2278 "type": "go", 2279 "request": "launch", 2280 "mode": "test", 2281 "program": "./cmd/bisync", 2282 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_check_access", "-no-cleanup"] 2283 }, 2284 { 2285 "name": "Test TestChunkerLocal: test_check_access_filters LocalRemote", 2286 "type": "go", 2287 "request": "launch", 2288 "mode": "test", 2289 "program": "./cmd/bisync", 2290 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_check_access_filters", "-no-cleanup"] 2291 }, 2292 { 2293 "name": "Test TestChunkerLocal: test_check_access_filters RemoteLocal", 2294 "type": "go", 2295 "request": "launch", 2296 "mode": "test", 2297 "program": "./cmd/bisync", 2298 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 2299 }, 2300 { 2301 "name": "Test TestChunkerLocal: test_check_access_filters RemoteRemote", 2302 "type": "go", 2303 "request": "launch", 2304 "mode": "test", 2305 "program": "./cmd/bisync", 2306 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_check_access_filters", "-no-cleanup"] 2307 }, 2308 { 2309 "name": "Test TestChunkerLocal: test_check_filename LocalRemote", 2310 "type": "go", 2311 "request": "launch", 2312 "mode": "test", 2313 "program": "./cmd/bisync", 2314 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_check_filename", "-no-cleanup"] 2315 }, 2316 { 2317 "name": "Test TestChunkerLocal: test_check_filename RemoteLocal", 2318 "type": "go", 2319 "request": "launch", 2320 "mode": "test", 2321 "program": "./cmd/bisync", 2322 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 2323 }, 2324 { 2325 "name": "Test TestChunkerLocal: test_check_filename RemoteRemote", 2326 "type": "go", 2327 "request": "launch", 2328 "mode": "test", 2329 "program": "./cmd/bisync", 2330 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_check_filename", "-no-cleanup"] 2331 }, 2332 { 2333 "name": "Test TestChunkerLocal: test_check_sync LocalRemote", 2334 "type": "go", 2335 "request": "launch", 2336 "mode": "test", 2337 "program": "./cmd/bisync", 2338 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_check_sync", "-no-cleanup"] 2339 }, 2340 { 2341 "name": "Test TestChunkerLocal: test_check_sync RemoteLocal", 2342 "type": "go", 2343 "request": "launch", 2344 "mode": "test", 2345 "program": "./cmd/bisync", 2346 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 2347 }, 2348 { 2349 "name": "Test TestChunkerLocal: test_check_sync RemoteRemote", 2350 "type": "go", 2351 "request": "launch", 2352 "mode": "test", 2353 "program": "./cmd/bisync", 2354 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_check_sync", "-no-cleanup"] 2355 }, 2356 { 2357 "name": "Test TestChunkerLocal: test_compare_all LocalRemote", 2358 "type": "go", 2359 "request": "launch", 2360 "mode": "test", 2361 "program": "./cmd/bisync", 2362 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_compare_all", "-no-cleanup"] 2363 }, 2364 { 2365 "name": "Test TestChunkerLocal: test_compare_all RemoteLocal", 2366 "type": "go", 2367 "request": "launch", 2368 "mode": "test", 2369 "program": "./cmd/bisync", 2370 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 2371 }, 2372 { 2373 "name": "Test TestChunkerLocal: test_compare_all RemoteRemote", 2374 "type": "go", 2375 "request": "launch", 2376 "mode": "test", 2377 "program": "./cmd/bisync", 2378 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_compare_all", "-no-cleanup"] 2379 }, 2380 { 2381 "name": "Test TestChunkerLocal: test_createemptysrcdirs LocalRemote", 2382 "type": "go", 2383 "request": "launch", 2384 "mode": "test", 2385 "program": "./cmd/bisync", 2386 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 2387 }, 2388 { 2389 "name": "Test TestChunkerLocal: test_createemptysrcdirs RemoteLocal", 2390 "type": "go", 2391 "request": "launch", 2392 "mode": "test", 2393 "program": "./cmd/bisync", 2394 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 2395 }, 2396 { 2397 "name": "Test TestChunkerLocal: test_createemptysrcdirs RemoteRemote", 2398 "type": "go", 2399 "request": "launch", 2400 "mode": "test", 2401 "program": "./cmd/bisync", 2402 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 2403 }, 2404 { 2405 "name": "Test TestChunkerLocal: test_dry_run LocalRemote", 2406 "type": "go", 2407 "request": "launch", 2408 "mode": "test", 2409 "program": "./cmd/bisync", 2410 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_dry_run", "-no-cleanup"] 2411 }, 2412 { 2413 "name": "Test TestChunkerLocal: test_dry_run RemoteLocal", 2414 "type": "go", 2415 "request": "launch", 2416 "mode": "test", 2417 "program": "./cmd/bisync", 2418 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 2419 }, 2420 { 2421 "name": "Test TestChunkerLocal: test_dry_run RemoteRemote", 2422 "type": "go", 2423 "request": "launch", 2424 "mode": "test", 2425 "program": "./cmd/bisync", 2426 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_dry_run", "-no-cleanup"] 2427 }, 2428 { 2429 "name": "Test TestChunkerLocal: test_equal LocalRemote", 2430 "type": "go", 2431 "request": "launch", 2432 "mode": "test", 2433 "program": "./cmd/bisync", 2434 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_equal", "-no-cleanup"] 2435 }, 2436 { 2437 "name": "Test TestChunkerLocal: test_equal RemoteLocal", 2438 "type": "go", 2439 "request": "launch", 2440 "mode": "test", 2441 "program": "./cmd/bisync", 2442 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 2443 }, 2444 { 2445 "name": "Test TestChunkerLocal: test_equal RemoteRemote", 2446 "type": "go", 2447 "request": "launch", 2448 "mode": "test", 2449 "program": "./cmd/bisync", 2450 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_equal", "-no-cleanup"] 2451 }, 2452 { 2453 "name": "Test TestChunkerLocal: test_ext_paths LocalRemote", 2454 "type": "go", 2455 "request": "launch", 2456 "mode": "test", 2457 "program": "./cmd/bisync", 2458 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_ext_paths", "-no-cleanup"] 2459 }, 2460 { 2461 "name": "Test TestChunkerLocal: test_ext_paths RemoteLocal", 2462 "type": "go", 2463 "request": "launch", 2464 "mode": "test", 2465 "program": "./cmd/bisync", 2466 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 2467 }, 2468 { 2469 "name": "Test TestChunkerLocal: test_ext_paths RemoteRemote", 2470 "type": "go", 2471 "request": "launch", 2472 "mode": "test", 2473 "program": "./cmd/bisync", 2474 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_ext_paths", "-no-cleanup"] 2475 }, 2476 { 2477 "name": "Test TestChunkerLocal: test_extended_filenames LocalRemote", 2478 "type": "go", 2479 "request": "launch", 2480 "mode": "test", 2481 "program": "./cmd/bisync", 2482 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_extended_filenames", "-no-cleanup"] 2483 }, 2484 { 2485 "name": "Test TestChunkerLocal: test_extended_filenames RemoteLocal", 2486 "type": "go", 2487 "request": "launch", 2488 "mode": "test", 2489 "program": "./cmd/bisync", 2490 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 2491 }, 2492 { 2493 "name": "Test TestChunkerLocal: test_extended_filenames RemoteRemote", 2494 "type": "go", 2495 "request": "launch", 2496 "mode": "test", 2497 "program": "./cmd/bisync", 2498 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_extended_filenames", "-no-cleanup"] 2499 }, 2500 { 2501 "name": "Test TestChunkerLocal: test_filters LocalRemote", 2502 "type": "go", 2503 "request": "launch", 2504 "mode": "test", 2505 "program": "./cmd/bisync", 2506 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_filters", "-no-cleanup"] 2507 }, 2508 { 2509 "name": "Test TestChunkerLocal: test_filters RemoteLocal", 2510 "type": "go", 2511 "request": "launch", 2512 "mode": "test", 2513 "program": "./cmd/bisync", 2514 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 2515 }, 2516 { 2517 "name": "Test TestChunkerLocal: test_filters RemoteRemote", 2518 "type": "go", 2519 "request": "launch", 2520 "mode": "test", 2521 "program": "./cmd/bisync", 2522 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_filters", "-no-cleanup"] 2523 }, 2524 { 2525 "name": "Test TestChunkerLocal: test_filtersfile_checks LocalRemote", 2526 "type": "go", 2527 "request": "launch", 2528 "mode": "test", 2529 "program": "./cmd/bisync", 2530 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_filtersfile_checks", "-no-cleanup"] 2531 }, 2532 { 2533 "name": "Test TestChunkerLocal: test_filtersfile_checks RemoteLocal", 2534 "type": "go", 2535 "request": "launch", 2536 "mode": "test", 2537 "program": "./cmd/bisync", 2538 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 2539 }, 2540 { 2541 "name": "Test TestChunkerLocal: test_filtersfile_checks RemoteRemote", 2542 "type": "go", 2543 "request": "launch", 2544 "mode": "test", 2545 "program": "./cmd/bisync", 2546 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_filtersfile_checks", "-no-cleanup"] 2547 }, 2548 { 2549 "name": "Test TestChunkerLocal: test_ignorelistingchecksum LocalRemote", 2550 "type": "go", 2551 "request": "launch", 2552 "mode": "test", 2553 "program": "./cmd/bisync", 2554 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 2555 }, 2556 { 2557 "name": "Test TestChunkerLocal: test_ignorelistingchecksum RemoteLocal", 2558 "type": "go", 2559 "request": "launch", 2560 "mode": "test", 2561 "program": "./cmd/bisync", 2562 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 2563 }, 2564 { 2565 "name": "Test TestChunkerLocal: test_ignorelistingchecksum RemoteRemote", 2566 "type": "go", 2567 "request": "launch", 2568 "mode": "test", 2569 "program": "./cmd/bisync", 2570 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 2571 }, 2572 { 2573 "name": "Test TestChunkerLocal: test_max_delete_path1 LocalRemote", 2574 "type": "go", 2575 "request": "launch", 2576 "mode": "test", 2577 "program": "./cmd/bisync", 2578 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_max_delete_path1", "-no-cleanup"] 2579 }, 2580 { 2581 "name": "Test TestChunkerLocal: test_max_delete_path1 RemoteLocal", 2582 "type": "go", 2583 "request": "launch", 2584 "mode": "test", 2585 "program": "./cmd/bisync", 2586 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 2587 }, 2588 { 2589 "name": "Test TestChunkerLocal: test_max_delete_path1 RemoteRemote", 2590 "type": "go", 2591 "request": "launch", 2592 "mode": "test", 2593 "program": "./cmd/bisync", 2594 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_max_delete_path1", "-no-cleanup"] 2595 }, 2596 { 2597 "name": "Test TestChunkerLocal: test_max_delete_path2_force LocalRemote", 2598 "type": "go", 2599 "request": "launch", 2600 "mode": "test", 2601 "program": "./cmd/bisync", 2602 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 2603 }, 2604 { 2605 "name": "Test TestChunkerLocal: test_max_delete_path2_force RemoteLocal", 2606 "type": "go", 2607 "request": "launch", 2608 "mode": "test", 2609 "program": "./cmd/bisync", 2610 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 2611 }, 2612 { 2613 "name": "Test TestChunkerLocal: test_max_delete_path2_force RemoteRemote", 2614 "type": "go", 2615 "request": "launch", 2616 "mode": "test", 2617 "program": "./cmd/bisync", 2618 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 2619 }, 2620 { 2621 "name": "Test TestChunkerLocal: test_nomodtime LocalRemote", 2622 "type": "go", 2623 "request": "launch", 2624 "mode": "test", 2625 "program": "./cmd/bisync", 2626 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_nomodtime", "-no-cleanup"] 2627 }, 2628 { 2629 "name": "Test TestChunkerLocal: test_nomodtime RemoteLocal", 2630 "type": "go", 2631 "request": "launch", 2632 "mode": "test", 2633 "program": "./cmd/bisync", 2634 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 2635 }, 2636 { 2637 "name": "Test TestChunkerLocal: test_nomodtime RemoteRemote", 2638 "type": "go", 2639 "request": "launch", 2640 "mode": "test", 2641 "program": "./cmd/bisync", 2642 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_nomodtime", "-no-cleanup"] 2643 }, 2644 { 2645 "name": "Test TestChunkerLocal: test_normalization LocalRemote", 2646 "type": "go", 2647 "request": "launch", 2648 "mode": "test", 2649 "program": "./cmd/bisync", 2650 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_normalization", "-no-cleanup"] 2651 }, 2652 { 2653 "name": "Test TestChunkerLocal: test_normalization RemoteLocal", 2654 "type": "go", 2655 "request": "launch", 2656 "mode": "test", 2657 "program": "./cmd/bisync", 2658 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 2659 }, 2660 { 2661 "name": "Test TestChunkerLocal: test_normalization RemoteRemote", 2662 "type": "go", 2663 "request": "launch", 2664 "mode": "test", 2665 "program": "./cmd/bisync", 2666 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_normalization", "-no-cleanup"] 2667 }, 2668 { 2669 "name": "Test TestChunkerLocal: test_rclone_args LocalRemote", 2670 "type": "go", 2671 "request": "launch", 2672 "mode": "test", 2673 "program": "./cmd/bisync", 2674 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_rclone_args", "-no-cleanup"] 2675 }, 2676 { 2677 "name": "Test TestChunkerLocal: test_rclone_args RemoteLocal", 2678 "type": "go", 2679 "request": "launch", 2680 "mode": "test", 2681 "program": "./cmd/bisync", 2682 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 2683 }, 2684 { 2685 "name": "Test TestChunkerLocal: test_rclone_args RemoteRemote", 2686 "type": "go", 2687 "request": "launch", 2688 "mode": "test", 2689 "program": "./cmd/bisync", 2690 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_rclone_args", "-no-cleanup"] 2691 }, 2692 { 2693 "name": "Test TestChunkerLocal: test_resolve LocalRemote", 2694 "type": "go", 2695 "request": "launch", 2696 "mode": "test", 2697 "program": "./cmd/bisync", 2698 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_resolve", "-no-cleanup"] 2699 }, 2700 { 2701 "name": "Test TestChunkerLocal: test_resolve RemoteLocal", 2702 "type": "go", 2703 "request": "launch", 2704 "mode": "test", 2705 "program": "./cmd/bisync", 2706 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 2707 }, 2708 { 2709 "name": "Test TestChunkerLocal: test_resolve RemoteRemote", 2710 "type": "go", 2711 "request": "launch", 2712 "mode": "test", 2713 "program": "./cmd/bisync", 2714 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_resolve", "-no-cleanup"] 2715 }, 2716 { 2717 "name": "Test TestChunkerLocal: test_resync LocalRemote", 2718 "type": "go", 2719 "request": "launch", 2720 "mode": "test", 2721 "program": "./cmd/bisync", 2722 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_resync", "-no-cleanup"] 2723 }, 2724 { 2725 "name": "Test TestChunkerLocal: test_resync RemoteLocal", 2726 "type": "go", 2727 "request": "launch", 2728 "mode": "test", 2729 "program": "./cmd/bisync", 2730 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 2731 }, 2732 { 2733 "name": "Test TestChunkerLocal: test_resync RemoteRemote", 2734 "type": "go", 2735 "request": "launch", 2736 "mode": "test", 2737 "program": "./cmd/bisync", 2738 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_resync", "-no-cleanup"] 2739 }, 2740 { 2741 "name": "Test TestChunkerLocal: test_resync_modes LocalRemote", 2742 "type": "go", 2743 "request": "launch", 2744 "mode": "test", 2745 "program": "./cmd/bisync", 2746 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_resync_modes", "-no-cleanup"] 2747 }, 2748 { 2749 "name": "Test TestChunkerLocal: test_resync_modes RemoteLocal", 2750 "type": "go", 2751 "request": "launch", 2752 "mode": "test", 2753 "program": "./cmd/bisync", 2754 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 2755 }, 2756 { 2757 "name": "Test TestChunkerLocal: test_resync_modes RemoteRemote", 2758 "type": "go", 2759 "request": "launch", 2760 "mode": "test", 2761 "program": "./cmd/bisync", 2762 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_resync_modes", "-no-cleanup"] 2763 }, 2764 { 2765 "name": "Test TestChunkerLocal: test_rmdirs LocalRemote", 2766 "type": "go", 2767 "request": "launch", 2768 "mode": "test", 2769 "program": "./cmd/bisync", 2770 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_rmdirs", "-no-cleanup"] 2771 }, 2772 { 2773 "name": "Test TestChunkerLocal: test_rmdirs RemoteLocal", 2774 "type": "go", 2775 "request": "launch", 2776 "mode": "test", 2777 "program": "./cmd/bisync", 2778 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 2779 }, 2780 { 2781 "name": "Test TestChunkerLocal: test_rmdirs RemoteRemote", 2782 "type": "go", 2783 "request": "launch", 2784 "mode": "test", 2785 "program": "./cmd/bisync", 2786 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_rmdirs", "-no-cleanup"] 2787 }, 2788 { 2789 "name": "Test TestChunkerLocal: test_volatile LocalRemote", 2790 "type": "go", 2791 "request": "launch", 2792 "mode": "test", 2793 "program": "./cmd/bisync", 2794 "args": ["-remote", "local", "-remote2", "TestChunkerLocal:", "-case", "test_volatile", "-no-cleanup"] 2795 }, 2796 { 2797 "name": "Test TestChunkerLocal: test_volatile RemoteLocal", 2798 "type": "go", 2799 "request": "launch", 2800 "mode": "test", 2801 "program": "./cmd/bisync", 2802 "args": ["-remote", "TestChunkerLocal:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 2803 }, 2804 { 2805 "name": "Test TestChunkerLocal: test_volatile RemoteRemote", 2806 "type": "go", 2807 "request": "launch", 2808 "mode": "test", 2809 "program": "./cmd/bisync", 2810 "args": ["-remote", "TestChunkerLocal:", "-remote2", "TestChunkerLocal:", "-case", "test_volatile", "-no-cleanup"] 2811 }, 2812 { 2813 "name": "Test TestChunkerNometaLocal: test_all_changed LocalRemote", 2814 "type": "go", 2815 "request": "launch", 2816 "mode": "test", 2817 "program": "./cmd/bisync", 2818 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_all_changed", "-no-cleanup"] 2819 }, 2820 { 2821 "name": "Test TestChunkerNometaLocal: test_all_changed RemoteLocal", 2822 "type": "go", 2823 "request": "launch", 2824 "mode": "test", 2825 "program": "./cmd/bisync", 2826 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 2827 }, 2828 { 2829 "name": "Test TestChunkerNometaLocal: test_all_changed RemoteRemote", 2830 "type": "go", 2831 "request": "launch", 2832 "mode": "test", 2833 "program": "./cmd/bisync", 2834 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_all_changed", "-no-cleanup"] 2835 }, 2836 { 2837 "name": "Test TestChunkerNometaLocal: test_backupdir LocalRemote", 2838 "type": "go", 2839 "request": "launch", 2840 "mode": "test", 2841 "program": "./cmd/bisync", 2842 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_backupdir", "-no-cleanup"] 2843 }, 2844 { 2845 "name": "Test TestChunkerNometaLocal: test_backupdir RemoteLocal", 2846 "type": "go", 2847 "request": "launch", 2848 "mode": "test", 2849 "program": "./cmd/bisync", 2850 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 2851 }, 2852 { 2853 "name": "Test TestChunkerNometaLocal: test_backupdir RemoteRemote", 2854 "type": "go", 2855 "request": "launch", 2856 "mode": "test", 2857 "program": "./cmd/bisync", 2858 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_backupdir", "-no-cleanup"] 2859 }, 2860 { 2861 "name": "Test TestChunkerNometaLocal: test_basic LocalRemote", 2862 "type": "go", 2863 "request": "launch", 2864 "mode": "test", 2865 "program": "./cmd/bisync", 2866 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_basic", "-no-cleanup"] 2867 }, 2868 { 2869 "name": "Test TestChunkerNometaLocal: test_basic RemoteLocal", 2870 "type": "go", 2871 "request": "launch", 2872 "mode": "test", 2873 "program": "./cmd/bisync", 2874 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 2875 }, 2876 { 2877 "name": "Test TestChunkerNometaLocal: test_basic RemoteRemote", 2878 "type": "go", 2879 "request": "launch", 2880 "mode": "test", 2881 "program": "./cmd/bisync", 2882 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_basic", "-no-cleanup"] 2883 }, 2884 { 2885 "name": "Test TestChunkerNometaLocal: test_changes LocalRemote", 2886 "type": "go", 2887 "request": "launch", 2888 "mode": "test", 2889 "program": "./cmd/bisync", 2890 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_changes", "-no-cleanup"] 2891 }, 2892 { 2893 "name": "Test TestChunkerNometaLocal: test_changes RemoteLocal", 2894 "type": "go", 2895 "request": "launch", 2896 "mode": "test", 2897 "program": "./cmd/bisync", 2898 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 2899 }, 2900 { 2901 "name": "Test TestChunkerNometaLocal: test_changes RemoteRemote", 2902 "type": "go", 2903 "request": "launch", 2904 "mode": "test", 2905 "program": "./cmd/bisync", 2906 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_changes", "-no-cleanup"] 2907 }, 2908 { 2909 "name": "Test TestChunkerNometaLocal: test_check_access LocalRemote", 2910 "type": "go", 2911 "request": "launch", 2912 "mode": "test", 2913 "program": "./cmd/bisync", 2914 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_check_access", "-no-cleanup"] 2915 }, 2916 { 2917 "name": "Test TestChunkerNometaLocal: test_check_access RemoteLocal", 2918 "type": "go", 2919 "request": "launch", 2920 "mode": "test", 2921 "program": "./cmd/bisync", 2922 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 2923 }, 2924 { 2925 "name": "Test TestChunkerNometaLocal: test_check_access RemoteRemote", 2926 "type": "go", 2927 "request": "launch", 2928 "mode": "test", 2929 "program": "./cmd/bisync", 2930 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_check_access", "-no-cleanup"] 2931 }, 2932 { 2933 "name": "Test TestChunkerNometaLocal: test_check_access_filters LocalRemote", 2934 "type": "go", 2935 "request": "launch", 2936 "mode": "test", 2937 "program": "./cmd/bisync", 2938 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_check_access_filters", "-no-cleanup"] 2939 }, 2940 { 2941 "name": "Test TestChunkerNometaLocal: test_check_access_filters RemoteLocal", 2942 "type": "go", 2943 "request": "launch", 2944 "mode": "test", 2945 "program": "./cmd/bisync", 2946 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 2947 }, 2948 { 2949 "name": "Test TestChunkerNometaLocal: test_check_access_filters RemoteRemote", 2950 "type": "go", 2951 "request": "launch", 2952 "mode": "test", 2953 "program": "./cmd/bisync", 2954 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_check_access_filters", "-no-cleanup"] 2955 }, 2956 { 2957 "name": "Test TestChunkerNometaLocal: test_check_filename LocalRemote", 2958 "type": "go", 2959 "request": "launch", 2960 "mode": "test", 2961 "program": "./cmd/bisync", 2962 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_check_filename", "-no-cleanup"] 2963 }, 2964 { 2965 "name": "Test TestChunkerNometaLocal: test_check_filename RemoteLocal", 2966 "type": "go", 2967 "request": "launch", 2968 "mode": "test", 2969 "program": "./cmd/bisync", 2970 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 2971 }, 2972 { 2973 "name": "Test TestChunkerNometaLocal: test_check_filename RemoteRemote", 2974 "type": "go", 2975 "request": "launch", 2976 "mode": "test", 2977 "program": "./cmd/bisync", 2978 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_check_filename", "-no-cleanup"] 2979 }, 2980 { 2981 "name": "Test TestChunkerNometaLocal: test_check_sync LocalRemote", 2982 "type": "go", 2983 "request": "launch", 2984 "mode": "test", 2985 "program": "./cmd/bisync", 2986 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_check_sync", "-no-cleanup"] 2987 }, 2988 { 2989 "name": "Test TestChunkerNometaLocal: test_check_sync RemoteLocal", 2990 "type": "go", 2991 "request": "launch", 2992 "mode": "test", 2993 "program": "./cmd/bisync", 2994 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 2995 }, 2996 { 2997 "name": "Test TestChunkerNometaLocal: test_check_sync RemoteRemote", 2998 "type": "go", 2999 "request": "launch", 3000 "mode": "test", 3001 "program": "./cmd/bisync", 3002 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_check_sync", "-no-cleanup"] 3003 }, 3004 { 3005 "name": "Test TestChunkerNometaLocal: test_compare_all LocalRemote", 3006 "type": "go", 3007 "request": "launch", 3008 "mode": "test", 3009 "program": "./cmd/bisync", 3010 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_compare_all", "-no-cleanup"] 3011 }, 3012 { 3013 "name": "Test TestChunkerNometaLocal: test_compare_all RemoteLocal", 3014 "type": "go", 3015 "request": "launch", 3016 "mode": "test", 3017 "program": "./cmd/bisync", 3018 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 3019 }, 3020 { 3021 "name": "Test TestChunkerNometaLocal: test_compare_all RemoteRemote", 3022 "type": "go", 3023 "request": "launch", 3024 "mode": "test", 3025 "program": "./cmd/bisync", 3026 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_compare_all", "-no-cleanup"] 3027 }, 3028 { 3029 "name": "Test TestChunkerNometaLocal: test_createemptysrcdirs LocalRemote", 3030 "type": "go", 3031 "request": "launch", 3032 "mode": "test", 3033 "program": "./cmd/bisync", 3034 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 3035 }, 3036 { 3037 "name": "Test TestChunkerNometaLocal: test_createemptysrcdirs RemoteLocal", 3038 "type": "go", 3039 "request": "launch", 3040 "mode": "test", 3041 "program": "./cmd/bisync", 3042 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 3043 }, 3044 { 3045 "name": "Test TestChunkerNometaLocal: test_createemptysrcdirs RemoteRemote", 3046 "type": "go", 3047 "request": "launch", 3048 "mode": "test", 3049 "program": "./cmd/bisync", 3050 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 3051 }, 3052 { 3053 "name": "Test TestChunkerNometaLocal: test_dry_run LocalRemote", 3054 "type": "go", 3055 "request": "launch", 3056 "mode": "test", 3057 "program": "./cmd/bisync", 3058 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_dry_run", "-no-cleanup"] 3059 }, 3060 { 3061 "name": "Test TestChunkerNometaLocal: test_dry_run RemoteLocal", 3062 "type": "go", 3063 "request": "launch", 3064 "mode": "test", 3065 "program": "./cmd/bisync", 3066 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 3067 }, 3068 { 3069 "name": "Test TestChunkerNometaLocal: test_dry_run RemoteRemote", 3070 "type": "go", 3071 "request": "launch", 3072 "mode": "test", 3073 "program": "./cmd/bisync", 3074 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_dry_run", "-no-cleanup"] 3075 }, 3076 { 3077 "name": "Test TestChunkerNometaLocal: test_equal LocalRemote", 3078 "type": "go", 3079 "request": "launch", 3080 "mode": "test", 3081 "program": "./cmd/bisync", 3082 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_equal", "-no-cleanup"] 3083 }, 3084 { 3085 "name": "Test TestChunkerNometaLocal: test_equal RemoteLocal", 3086 "type": "go", 3087 "request": "launch", 3088 "mode": "test", 3089 "program": "./cmd/bisync", 3090 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 3091 }, 3092 { 3093 "name": "Test TestChunkerNometaLocal: test_equal RemoteRemote", 3094 "type": "go", 3095 "request": "launch", 3096 "mode": "test", 3097 "program": "./cmd/bisync", 3098 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_equal", "-no-cleanup"] 3099 }, 3100 { 3101 "name": "Test TestChunkerNometaLocal: test_ext_paths LocalRemote", 3102 "type": "go", 3103 "request": "launch", 3104 "mode": "test", 3105 "program": "./cmd/bisync", 3106 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_ext_paths", "-no-cleanup"] 3107 }, 3108 { 3109 "name": "Test TestChunkerNometaLocal: test_ext_paths RemoteLocal", 3110 "type": "go", 3111 "request": "launch", 3112 "mode": "test", 3113 "program": "./cmd/bisync", 3114 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 3115 }, 3116 { 3117 "name": "Test TestChunkerNometaLocal: test_ext_paths RemoteRemote", 3118 "type": "go", 3119 "request": "launch", 3120 "mode": "test", 3121 "program": "./cmd/bisync", 3122 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_ext_paths", "-no-cleanup"] 3123 }, 3124 { 3125 "name": "Test TestChunkerNometaLocal: test_extended_filenames LocalRemote", 3126 "type": "go", 3127 "request": "launch", 3128 "mode": "test", 3129 "program": "./cmd/bisync", 3130 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_extended_filenames", "-no-cleanup"] 3131 }, 3132 { 3133 "name": "Test TestChunkerNometaLocal: test_extended_filenames RemoteLocal", 3134 "type": "go", 3135 "request": "launch", 3136 "mode": "test", 3137 "program": "./cmd/bisync", 3138 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 3139 }, 3140 { 3141 "name": "Test TestChunkerNometaLocal: test_extended_filenames RemoteRemote", 3142 "type": "go", 3143 "request": "launch", 3144 "mode": "test", 3145 "program": "./cmd/bisync", 3146 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_extended_filenames", "-no-cleanup"] 3147 }, 3148 { 3149 "name": "Test TestChunkerNometaLocal: test_filters LocalRemote", 3150 "type": "go", 3151 "request": "launch", 3152 "mode": "test", 3153 "program": "./cmd/bisync", 3154 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_filters", "-no-cleanup"] 3155 }, 3156 { 3157 "name": "Test TestChunkerNometaLocal: test_filters RemoteLocal", 3158 "type": "go", 3159 "request": "launch", 3160 "mode": "test", 3161 "program": "./cmd/bisync", 3162 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 3163 }, 3164 { 3165 "name": "Test TestChunkerNometaLocal: test_filters RemoteRemote", 3166 "type": "go", 3167 "request": "launch", 3168 "mode": "test", 3169 "program": "./cmd/bisync", 3170 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_filters", "-no-cleanup"] 3171 }, 3172 { 3173 "name": "Test TestChunkerNometaLocal: test_filtersfile_checks LocalRemote", 3174 "type": "go", 3175 "request": "launch", 3176 "mode": "test", 3177 "program": "./cmd/bisync", 3178 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_filtersfile_checks", "-no-cleanup"] 3179 }, 3180 { 3181 "name": "Test TestChunkerNometaLocal: test_filtersfile_checks RemoteLocal", 3182 "type": "go", 3183 "request": "launch", 3184 "mode": "test", 3185 "program": "./cmd/bisync", 3186 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 3187 }, 3188 { 3189 "name": "Test TestChunkerNometaLocal: test_filtersfile_checks RemoteRemote", 3190 "type": "go", 3191 "request": "launch", 3192 "mode": "test", 3193 "program": "./cmd/bisync", 3194 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_filtersfile_checks", "-no-cleanup"] 3195 }, 3196 { 3197 "name": "Test TestChunkerNometaLocal: test_ignorelistingchecksum LocalRemote", 3198 "type": "go", 3199 "request": "launch", 3200 "mode": "test", 3201 "program": "./cmd/bisync", 3202 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 3203 }, 3204 { 3205 "name": "Test TestChunkerNometaLocal: test_ignorelistingchecksum RemoteLocal", 3206 "type": "go", 3207 "request": "launch", 3208 "mode": "test", 3209 "program": "./cmd/bisync", 3210 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 3211 }, 3212 { 3213 "name": "Test TestChunkerNometaLocal: test_ignorelistingchecksum RemoteRemote", 3214 "type": "go", 3215 "request": "launch", 3216 "mode": "test", 3217 "program": "./cmd/bisync", 3218 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 3219 }, 3220 { 3221 "name": "Test TestChunkerNometaLocal: test_max_delete_path1 LocalRemote", 3222 "type": "go", 3223 "request": "launch", 3224 "mode": "test", 3225 "program": "./cmd/bisync", 3226 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_max_delete_path1", "-no-cleanup"] 3227 }, 3228 { 3229 "name": "Test TestChunkerNometaLocal: test_max_delete_path1 RemoteLocal", 3230 "type": "go", 3231 "request": "launch", 3232 "mode": "test", 3233 "program": "./cmd/bisync", 3234 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 3235 }, 3236 { 3237 "name": "Test TestChunkerNometaLocal: test_max_delete_path1 RemoteRemote", 3238 "type": "go", 3239 "request": "launch", 3240 "mode": "test", 3241 "program": "./cmd/bisync", 3242 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_max_delete_path1", "-no-cleanup"] 3243 }, 3244 { 3245 "name": "Test TestChunkerNometaLocal: test_max_delete_path2_force LocalRemote", 3246 "type": "go", 3247 "request": "launch", 3248 "mode": "test", 3249 "program": "./cmd/bisync", 3250 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 3251 }, 3252 { 3253 "name": "Test TestChunkerNometaLocal: test_max_delete_path2_force RemoteLocal", 3254 "type": "go", 3255 "request": "launch", 3256 "mode": "test", 3257 "program": "./cmd/bisync", 3258 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 3259 }, 3260 { 3261 "name": "Test TestChunkerNometaLocal: test_max_delete_path2_force RemoteRemote", 3262 "type": "go", 3263 "request": "launch", 3264 "mode": "test", 3265 "program": "./cmd/bisync", 3266 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 3267 }, 3268 { 3269 "name": "Test TestChunkerNometaLocal: test_nomodtime LocalRemote", 3270 "type": "go", 3271 "request": "launch", 3272 "mode": "test", 3273 "program": "./cmd/bisync", 3274 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_nomodtime", "-no-cleanup"] 3275 }, 3276 { 3277 "name": "Test TestChunkerNometaLocal: test_nomodtime RemoteLocal", 3278 "type": "go", 3279 "request": "launch", 3280 "mode": "test", 3281 "program": "./cmd/bisync", 3282 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 3283 }, 3284 { 3285 "name": "Test TestChunkerNometaLocal: test_nomodtime RemoteRemote", 3286 "type": "go", 3287 "request": "launch", 3288 "mode": "test", 3289 "program": "./cmd/bisync", 3290 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_nomodtime", "-no-cleanup"] 3291 }, 3292 { 3293 "name": "Test TestChunkerNometaLocal: test_normalization LocalRemote", 3294 "type": "go", 3295 "request": "launch", 3296 "mode": "test", 3297 "program": "./cmd/bisync", 3298 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_normalization", "-no-cleanup"] 3299 }, 3300 { 3301 "name": "Test TestChunkerNometaLocal: test_normalization RemoteLocal", 3302 "type": "go", 3303 "request": "launch", 3304 "mode": "test", 3305 "program": "./cmd/bisync", 3306 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 3307 }, 3308 { 3309 "name": "Test TestChunkerNometaLocal: test_normalization RemoteRemote", 3310 "type": "go", 3311 "request": "launch", 3312 "mode": "test", 3313 "program": "./cmd/bisync", 3314 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_normalization", "-no-cleanup"] 3315 }, 3316 { 3317 "name": "Test TestChunkerNometaLocal: test_rclone_args LocalRemote", 3318 "type": "go", 3319 "request": "launch", 3320 "mode": "test", 3321 "program": "./cmd/bisync", 3322 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_rclone_args", "-no-cleanup"] 3323 }, 3324 { 3325 "name": "Test TestChunkerNometaLocal: test_rclone_args RemoteLocal", 3326 "type": "go", 3327 "request": "launch", 3328 "mode": "test", 3329 "program": "./cmd/bisync", 3330 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 3331 }, 3332 { 3333 "name": "Test TestChunkerNometaLocal: test_rclone_args RemoteRemote", 3334 "type": "go", 3335 "request": "launch", 3336 "mode": "test", 3337 "program": "./cmd/bisync", 3338 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_rclone_args", "-no-cleanup"] 3339 }, 3340 { 3341 "name": "Test TestChunkerNometaLocal: test_resolve LocalRemote", 3342 "type": "go", 3343 "request": "launch", 3344 "mode": "test", 3345 "program": "./cmd/bisync", 3346 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_resolve", "-no-cleanup"] 3347 }, 3348 { 3349 "name": "Test TestChunkerNometaLocal: test_resolve RemoteLocal", 3350 "type": "go", 3351 "request": "launch", 3352 "mode": "test", 3353 "program": "./cmd/bisync", 3354 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 3355 }, 3356 { 3357 "name": "Test TestChunkerNometaLocal: test_resolve RemoteRemote", 3358 "type": "go", 3359 "request": "launch", 3360 "mode": "test", 3361 "program": "./cmd/bisync", 3362 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_resolve", "-no-cleanup"] 3363 }, 3364 { 3365 "name": "Test TestChunkerNometaLocal: test_resync LocalRemote", 3366 "type": "go", 3367 "request": "launch", 3368 "mode": "test", 3369 "program": "./cmd/bisync", 3370 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_resync", "-no-cleanup"] 3371 }, 3372 { 3373 "name": "Test TestChunkerNometaLocal: test_resync RemoteLocal", 3374 "type": "go", 3375 "request": "launch", 3376 "mode": "test", 3377 "program": "./cmd/bisync", 3378 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 3379 }, 3380 { 3381 "name": "Test TestChunkerNometaLocal: test_resync RemoteRemote", 3382 "type": "go", 3383 "request": "launch", 3384 "mode": "test", 3385 "program": "./cmd/bisync", 3386 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_resync", "-no-cleanup"] 3387 }, 3388 { 3389 "name": "Test TestChunkerNometaLocal: test_resync_modes LocalRemote", 3390 "type": "go", 3391 "request": "launch", 3392 "mode": "test", 3393 "program": "./cmd/bisync", 3394 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_resync_modes", "-no-cleanup"] 3395 }, 3396 { 3397 "name": "Test TestChunkerNometaLocal: test_resync_modes RemoteLocal", 3398 "type": "go", 3399 "request": "launch", 3400 "mode": "test", 3401 "program": "./cmd/bisync", 3402 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 3403 }, 3404 { 3405 "name": "Test TestChunkerNometaLocal: test_resync_modes RemoteRemote", 3406 "type": "go", 3407 "request": "launch", 3408 "mode": "test", 3409 "program": "./cmd/bisync", 3410 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_resync_modes", "-no-cleanup"] 3411 }, 3412 { 3413 "name": "Test TestChunkerNometaLocal: test_rmdirs LocalRemote", 3414 "type": "go", 3415 "request": "launch", 3416 "mode": "test", 3417 "program": "./cmd/bisync", 3418 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_rmdirs", "-no-cleanup"] 3419 }, 3420 { 3421 "name": "Test TestChunkerNometaLocal: test_rmdirs RemoteLocal", 3422 "type": "go", 3423 "request": "launch", 3424 "mode": "test", 3425 "program": "./cmd/bisync", 3426 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 3427 }, 3428 { 3429 "name": "Test TestChunkerNometaLocal: test_rmdirs RemoteRemote", 3430 "type": "go", 3431 "request": "launch", 3432 "mode": "test", 3433 "program": "./cmd/bisync", 3434 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_rmdirs", "-no-cleanup"] 3435 }, 3436 { 3437 "name": "Test TestChunkerNometaLocal: test_volatile LocalRemote", 3438 "type": "go", 3439 "request": "launch", 3440 "mode": "test", 3441 "program": "./cmd/bisync", 3442 "args": ["-remote", "local", "-remote2", "TestChunkerNometaLocal:", "-case", "test_volatile", "-no-cleanup"] 3443 }, 3444 { 3445 "name": "Test TestChunkerNometaLocal: test_volatile RemoteLocal", 3446 "type": "go", 3447 "request": "launch", 3448 "mode": "test", 3449 "program": "./cmd/bisync", 3450 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 3451 }, 3452 { 3453 "name": "Test TestChunkerNometaLocal: test_volatile RemoteRemote", 3454 "type": "go", 3455 "request": "launch", 3456 "mode": "test", 3457 "program": "./cmd/bisync", 3458 "args": ["-remote", "TestChunkerNometaLocal:", "-remote2", "TestChunkerNometaLocal:", "-case", "test_volatile", "-no-cleanup"] 3459 }, 3460 { 3461 "name": "Test TestChunkerChunk3bLocal: test_all_changed LocalRemote", 3462 "type": "go", 3463 "request": "launch", 3464 "mode": "test", 3465 "program": "./cmd/bisync", 3466 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_all_changed", "-no-cleanup"] 3467 }, 3468 { 3469 "name": "Test TestChunkerChunk3bLocal: test_all_changed RemoteLocal", 3470 "type": "go", 3471 "request": "launch", 3472 "mode": "test", 3473 "program": "./cmd/bisync", 3474 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 3475 }, 3476 { 3477 "name": "Test TestChunkerChunk3bLocal: test_all_changed RemoteRemote", 3478 "type": "go", 3479 "request": "launch", 3480 "mode": "test", 3481 "program": "./cmd/bisync", 3482 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_all_changed", "-no-cleanup"] 3483 }, 3484 { 3485 "name": "Test TestChunkerChunk3bLocal: test_backupdir LocalRemote", 3486 "type": "go", 3487 "request": "launch", 3488 "mode": "test", 3489 "program": "./cmd/bisync", 3490 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_backupdir", "-no-cleanup"] 3491 }, 3492 { 3493 "name": "Test TestChunkerChunk3bLocal: test_backupdir RemoteLocal", 3494 "type": "go", 3495 "request": "launch", 3496 "mode": "test", 3497 "program": "./cmd/bisync", 3498 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 3499 }, 3500 { 3501 "name": "Test TestChunkerChunk3bLocal: test_backupdir RemoteRemote", 3502 "type": "go", 3503 "request": "launch", 3504 "mode": "test", 3505 "program": "./cmd/bisync", 3506 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_backupdir", "-no-cleanup"] 3507 }, 3508 { 3509 "name": "Test TestChunkerChunk3bLocal: test_basic LocalRemote", 3510 "type": "go", 3511 "request": "launch", 3512 "mode": "test", 3513 "program": "./cmd/bisync", 3514 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_basic", "-no-cleanup"] 3515 }, 3516 { 3517 "name": "Test TestChunkerChunk3bLocal: test_basic RemoteLocal", 3518 "type": "go", 3519 "request": "launch", 3520 "mode": "test", 3521 "program": "./cmd/bisync", 3522 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 3523 }, 3524 { 3525 "name": "Test TestChunkerChunk3bLocal: test_basic RemoteRemote", 3526 "type": "go", 3527 "request": "launch", 3528 "mode": "test", 3529 "program": "./cmd/bisync", 3530 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_basic", "-no-cleanup"] 3531 }, 3532 { 3533 "name": "Test TestChunkerChunk3bLocal: test_changes LocalRemote", 3534 "type": "go", 3535 "request": "launch", 3536 "mode": "test", 3537 "program": "./cmd/bisync", 3538 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_changes", "-no-cleanup"] 3539 }, 3540 { 3541 "name": "Test TestChunkerChunk3bLocal: test_changes RemoteLocal", 3542 "type": "go", 3543 "request": "launch", 3544 "mode": "test", 3545 "program": "./cmd/bisync", 3546 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 3547 }, 3548 { 3549 "name": "Test TestChunkerChunk3bLocal: test_changes RemoteRemote", 3550 "type": "go", 3551 "request": "launch", 3552 "mode": "test", 3553 "program": "./cmd/bisync", 3554 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_changes", "-no-cleanup"] 3555 }, 3556 { 3557 "name": "Test TestChunkerChunk3bLocal: test_check_access LocalRemote", 3558 "type": "go", 3559 "request": "launch", 3560 "mode": "test", 3561 "program": "./cmd/bisync", 3562 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_check_access", "-no-cleanup"] 3563 }, 3564 { 3565 "name": "Test TestChunkerChunk3bLocal: test_check_access RemoteLocal", 3566 "type": "go", 3567 "request": "launch", 3568 "mode": "test", 3569 "program": "./cmd/bisync", 3570 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 3571 }, 3572 { 3573 "name": "Test TestChunkerChunk3bLocal: test_check_access RemoteRemote", 3574 "type": "go", 3575 "request": "launch", 3576 "mode": "test", 3577 "program": "./cmd/bisync", 3578 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_check_access", "-no-cleanup"] 3579 }, 3580 { 3581 "name": "Test TestChunkerChunk3bLocal: test_check_access_filters LocalRemote", 3582 "type": "go", 3583 "request": "launch", 3584 "mode": "test", 3585 "program": "./cmd/bisync", 3586 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_check_access_filters", "-no-cleanup"] 3587 }, 3588 { 3589 "name": "Test TestChunkerChunk3bLocal: test_check_access_filters RemoteLocal", 3590 "type": "go", 3591 "request": "launch", 3592 "mode": "test", 3593 "program": "./cmd/bisync", 3594 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 3595 }, 3596 { 3597 "name": "Test TestChunkerChunk3bLocal: test_check_access_filters RemoteRemote", 3598 "type": "go", 3599 "request": "launch", 3600 "mode": "test", 3601 "program": "./cmd/bisync", 3602 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_check_access_filters", "-no-cleanup"] 3603 }, 3604 { 3605 "name": "Test TestChunkerChunk3bLocal: test_check_filename LocalRemote", 3606 "type": "go", 3607 "request": "launch", 3608 "mode": "test", 3609 "program": "./cmd/bisync", 3610 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_check_filename", "-no-cleanup"] 3611 }, 3612 { 3613 "name": "Test TestChunkerChunk3bLocal: test_check_filename RemoteLocal", 3614 "type": "go", 3615 "request": "launch", 3616 "mode": "test", 3617 "program": "./cmd/bisync", 3618 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 3619 }, 3620 { 3621 "name": "Test TestChunkerChunk3bLocal: test_check_filename RemoteRemote", 3622 "type": "go", 3623 "request": "launch", 3624 "mode": "test", 3625 "program": "./cmd/bisync", 3626 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_check_filename", "-no-cleanup"] 3627 }, 3628 { 3629 "name": "Test TestChunkerChunk3bLocal: test_check_sync LocalRemote", 3630 "type": "go", 3631 "request": "launch", 3632 "mode": "test", 3633 "program": "./cmd/bisync", 3634 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_check_sync", "-no-cleanup"] 3635 }, 3636 { 3637 "name": "Test TestChunkerChunk3bLocal: test_check_sync RemoteLocal", 3638 "type": "go", 3639 "request": "launch", 3640 "mode": "test", 3641 "program": "./cmd/bisync", 3642 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 3643 }, 3644 { 3645 "name": "Test TestChunkerChunk3bLocal: test_check_sync RemoteRemote", 3646 "type": "go", 3647 "request": "launch", 3648 "mode": "test", 3649 "program": "./cmd/bisync", 3650 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_check_sync", "-no-cleanup"] 3651 }, 3652 { 3653 "name": "Test TestChunkerChunk3bLocal: test_compare_all LocalRemote", 3654 "type": "go", 3655 "request": "launch", 3656 "mode": "test", 3657 "program": "./cmd/bisync", 3658 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_compare_all", "-no-cleanup"] 3659 }, 3660 { 3661 "name": "Test TestChunkerChunk3bLocal: test_compare_all RemoteLocal", 3662 "type": "go", 3663 "request": "launch", 3664 "mode": "test", 3665 "program": "./cmd/bisync", 3666 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 3667 }, 3668 { 3669 "name": "Test TestChunkerChunk3bLocal: test_compare_all RemoteRemote", 3670 "type": "go", 3671 "request": "launch", 3672 "mode": "test", 3673 "program": "./cmd/bisync", 3674 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_compare_all", "-no-cleanup"] 3675 }, 3676 { 3677 "name": "Test TestChunkerChunk3bLocal: test_createemptysrcdirs LocalRemote", 3678 "type": "go", 3679 "request": "launch", 3680 "mode": "test", 3681 "program": "./cmd/bisync", 3682 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 3683 }, 3684 { 3685 "name": "Test TestChunkerChunk3bLocal: test_createemptysrcdirs RemoteLocal", 3686 "type": "go", 3687 "request": "launch", 3688 "mode": "test", 3689 "program": "./cmd/bisync", 3690 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 3691 }, 3692 { 3693 "name": "Test TestChunkerChunk3bLocal: test_createemptysrcdirs RemoteRemote", 3694 "type": "go", 3695 "request": "launch", 3696 "mode": "test", 3697 "program": "./cmd/bisync", 3698 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 3699 }, 3700 { 3701 "name": "Test TestChunkerChunk3bLocal: test_dry_run LocalRemote", 3702 "type": "go", 3703 "request": "launch", 3704 "mode": "test", 3705 "program": "./cmd/bisync", 3706 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_dry_run", "-no-cleanup"] 3707 }, 3708 { 3709 "name": "Test TestChunkerChunk3bLocal: test_dry_run RemoteLocal", 3710 "type": "go", 3711 "request": "launch", 3712 "mode": "test", 3713 "program": "./cmd/bisync", 3714 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 3715 }, 3716 { 3717 "name": "Test TestChunkerChunk3bLocal: test_dry_run RemoteRemote", 3718 "type": "go", 3719 "request": "launch", 3720 "mode": "test", 3721 "program": "./cmd/bisync", 3722 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_dry_run", "-no-cleanup"] 3723 }, 3724 { 3725 "name": "Test TestChunkerChunk3bLocal: test_equal LocalRemote", 3726 "type": "go", 3727 "request": "launch", 3728 "mode": "test", 3729 "program": "./cmd/bisync", 3730 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_equal", "-no-cleanup"] 3731 }, 3732 { 3733 "name": "Test TestChunkerChunk3bLocal: test_equal RemoteLocal", 3734 "type": "go", 3735 "request": "launch", 3736 "mode": "test", 3737 "program": "./cmd/bisync", 3738 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 3739 }, 3740 { 3741 "name": "Test TestChunkerChunk3bLocal: test_equal RemoteRemote", 3742 "type": "go", 3743 "request": "launch", 3744 "mode": "test", 3745 "program": "./cmd/bisync", 3746 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_equal", "-no-cleanup"] 3747 }, 3748 { 3749 "name": "Test TestChunkerChunk3bLocal: test_ext_paths LocalRemote", 3750 "type": "go", 3751 "request": "launch", 3752 "mode": "test", 3753 "program": "./cmd/bisync", 3754 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_ext_paths", "-no-cleanup"] 3755 }, 3756 { 3757 "name": "Test TestChunkerChunk3bLocal: test_ext_paths RemoteLocal", 3758 "type": "go", 3759 "request": "launch", 3760 "mode": "test", 3761 "program": "./cmd/bisync", 3762 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 3763 }, 3764 { 3765 "name": "Test TestChunkerChunk3bLocal: test_ext_paths RemoteRemote", 3766 "type": "go", 3767 "request": "launch", 3768 "mode": "test", 3769 "program": "./cmd/bisync", 3770 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_ext_paths", "-no-cleanup"] 3771 }, 3772 { 3773 "name": "Test TestChunkerChunk3bLocal: test_extended_filenames LocalRemote", 3774 "type": "go", 3775 "request": "launch", 3776 "mode": "test", 3777 "program": "./cmd/bisync", 3778 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_extended_filenames", "-no-cleanup"] 3779 }, 3780 { 3781 "name": "Test TestChunkerChunk3bLocal: test_extended_filenames RemoteLocal", 3782 "type": "go", 3783 "request": "launch", 3784 "mode": "test", 3785 "program": "./cmd/bisync", 3786 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 3787 }, 3788 { 3789 "name": "Test TestChunkerChunk3bLocal: test_extended_filenames RemoteRemote", 3790 "type": "go", 3791 "request": "launch", 3792 "mode": "test", 3793 "program": "./cmd/bisync", 3794 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_extended_filenames", "-no-cleanup"] 3795 }, 3796 { 3797 "name": "Test TestChunkerChunk3bLocal: test_filters LocalRemote", 3798 "type": "go", 3799 "request": "launch", 3800 "mode": "test", 3801 "program": "./cmd/bisync", 3802 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_filters", "-no-cleanup"] 3803 }, 3804 { 3805 "name": "Test TestChunkerChunk3bLocal: test_filters RemoteLocal", 3806 "type": "go", 3807 "request": "launch", 3808 "mode": "test", 3809 "program": "./cmd/bisync", 3810 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 3811 }, 3812 { 3813 "name": "Test TestChunkerChunk3bLocal: test_filters RemoteRemote", 3814 "type": "go", 3815 "request": "launch", 3816 "mode": "test", 3817 "program": "./cmd/bisync", 3818 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_filters", "-no-cleanup"] 3819 }, 3820 { 3821 "name": "Test TestChunkerChunk3bLocal: test_filtersfile_checks LocalRemote", 3822 "type": "go", 3823 "request": "launch", 3824 "mode": "test", 3825 "program": "./cmd/bisync", 3826 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_filtersfile_checks", "-no-cleanup"] 3827 }, 3828 { 3829 "name": "Test TestChunkerChunk3bLocal: test_filtersfile_checks RemoteLocal", 3830 "type": "go", 3831 "request": "launch", 3832 "mode": "test", 3833 "program": "./cmd/bisync", 3834 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 3835 }, 3836 { 3837 "name": "Test TestChunkerChunk3bLocal: test_filtersfile_checks RemoteRemote", 3838 "type": "go", 3839 "request": "launch", 3840 "mode": "test", 3841 "program": "./cmd/bisync", 3842 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_filtersfile_checks", "-no-cleanup"] 3843 }, 3844 { 3845 "name": "Test TestChunkerChunk3bLocal: test_ignorelistingchecksum LocalRemote", 3846 "type": "go", 3847 "request": "launch", 3848 "mode": "test", 3849 "program": "./cmd/bisync", 3850 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 3851 }, 3852 { 3853 "name": "Test TestChunkerChunk3bLocal: test_ignorelistingchecksum RemoteLocal", 3854 "type": "go", 3855 "request": "launch", 3856 "mode": "test", 3857 "program": "./cmd/bisync", 3858 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 3859 }, 3860 { 3861 "name": "Test TestChunkerChunk3bLocal: test_ignorelistingchecksum RemoteRemote", 3862 "type": "go", 3863 "request": "launch", 3864 "mode": "test", 3865 "program": "./cmd/bisync", 3866 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 3867 }, 3868 { 3869 "name": "Test TestChunkerChunk3bLocal: test_max_delete_path1 LocalRemote", 3870 "type": "go", 3871 "request": "launch", 3872 "mode": "test", 3873 "program": "./cmd/bisync", 3874 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_max_delete_path1", "-no-cleanup"] 3875 }, 3876 { 3877 "name": "Test TestChunkerChunk3bLocal: test_max_delete_path1 RemoteLocal", 3878 "type": "go", 3879 "request": "launch", 3880 "mode": "test", 3881 "program": "./cmd/bisync", 3882 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 3883 }, 3884 { 3885 "name": "Test TestChunkerChunk3bLocal: test_max_delete_path1 RemoteRemote", 3886 "type": "go", 3887 "request": "launch", 3888 "mode": "test", 3889 "program": "./cmd/bisync", 3890 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_max_delete_path1", "-no-cleanup"] 3891 }, 3892 { 3893 "name": "Test TestChunkerChunk3bLocal: test_max_delete_path2_force LocalRemote", 3894 "type": "go", 3895 "request": "launch", 3896 "mode": "test", 3897 "program": "./cmd/bisync", 3898 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 3899 }, 3900 { 3901 "name": "Test TestChunkerChunk3bLocal: test_max_delete_path2_force RemoteLocal", 3902 "type": "go", 3903 "request": "launch", 3904 "mode": "test", 3905 "program": "./cmd/bisync", 3906 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 3907 }, 3908 { 3909 "name": "Test TestChunkerChunk3bLocal: test_max_delete_path2_force RemoteRemote", 3910 "type": "go", 3911 "request": "launch", 3912 "mode": "test", 3913 "program": "./cmd/bisync", 3914 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 3915 }, 3916 { 3917 "name": "Test TestChunkerChunk3bLocal: test_nomodtime LocalRemote", 3918 "type": "go", 3919 "request": "launch", 3920 "mode": "test", 3921 "program": "./cmd/bisync", 3922 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_nomodtime", "-no-cleanup"] 3923 }, 3924 { 3925 "name": "Test TestChunkerChunk3bLocal: test_nomodtime RemoteLocal", 3926 "type": "go", 3927 "request": "launch", 3928 "mode": "test", 3929 "program": "./cmd/bisync", 3930 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 3931 }, 3932 { 3933 "name": "Test TestChunkerChunk3bLocal: test_nomodtime RemoteRemote", 3934 "type": "go", 3935 "request": "launch", 3936 "mode": "test", 3937 "program": "./cmd/bisync", 3938 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_nomodtime", "-no-cleanup"] 3939 }, 3940 { 3941 "name": "Test TestChunkerChunk3bLocal: test_normalization LocalRemote", 3942 "type": "go", 3943 "request": "launch", 3944 "mode": "test", 3945 "program": "./cmd/bisync", 3946 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_normalization", "-no-cleanup"] 3947 }, 3948 { 3949 "name": "Test TestChunkerChunk3bLocal: test_normalization RemoteLocal", 3950 "type": "go", 3951 "request": "launch", 3952 "mode": "test", 3953 "program": "./cmd/bisync", 3954 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 3955 }, 3956 { 3957 "name": "Test TestChunkerChunk3bLocal: test_normalization RemoteRemote", 3958 "type": "go", 3959 "request": "launch", 3960 "mode": "test", 3961 "program": "./cmd/bisync", 3962 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_normalization", "-no-cleanup"] 3963 }, 3964 { 3965 "name": "Test TestChunkerChunk3bLocal: test_rclone_args LocalRemote", 3966 "type": "go", 3967 "request": "launch", 3968 "mode": "test", 3969 "program": "./cmd/bisync", 3970 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_rclone_args", "-no-cleanup"] 3971 }, 3972 { 3973 "name": "Test TestChunkerChunk3bLocal: test_rclone_args RemoteLocal", 3974 "type": "go", 3975 "request": "launch", 3976 "mode": "test", 3977 "program": "./cmd/bisync", 3978 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 3979 }, 3980 { 3981 "name": "Test TestChunkerChunk3bLocal: test_rclone_args RemoteRemote", 3982 "type": "go", 3983 "request": "launch", 3984 "mode": "test", 3985 "program": "./cmd/bisync", 3986 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_rclone_args", "-no-cleanup"] 3987 }, 3988 { 3989 "name": "Test TestChunkerChunk3bLocal: test_resolve LocalRemote", 3990 "type": "go", 3991 "request": "launch", 3992 "mode": "test", 3993 "program": "./cmd/bisync", 3994 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_resolve", "-no-cleanup"] 3995 }, 3996 { 3997 "name": "Test TestChunkerChunk3bLocal: test_resolve RemoteLocal", 3998 "type": "go", 3999 "request": "launch", 4000 "mode": "test", 4001 "program": "./cmd/bisync", 4002 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 4003 }, 4004 { 4005 "name": "Test TestChunkerChunk3bLocal: test_resolve RemoteRemote", 4006 "type": "go", 4007 "request": "launch", 4008 "mode": "test", 4009 "program": "./cmd/bisync", 4010 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_resolve", "-no-cleanup"] 4011 }, 4012 { 4013 "name": "Test TestChunkerChunk3bLocal: test_resync LocalRemote", 4014 "type": "go", 4015 "request": "launch", 4016 "mode": "test", 4017 "program": "./cmd/bisync", 4018 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_resync", "-no-cleanup"] 4019 }, 4020 { 4021 "name": "Test TestChunkerChunk3bLocal: test_resync RemoteLocal", 4022 "type": "go", 4023 "request": "launch", 4024 "mode": "test", 4025 "program": "./cmd/bisync", 4026 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 4027 }, 4028 { 4029 "name": "Test TestChunkerChunk3bLocal: test_resync RemoteRemote", 4030 "type": "go", 4031 "request": "launch", 4032 "mode": "test", 4033 "program": "./cmd/bisync", 4034 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_resync", "-no-cleanup"] 4035 }, 4036 { 4037 "name": "Test TestChunkerChunk3bLocal: test_resync_modes LocalRemote", 4038 "type": "go", 4039 "request": "launch", 4040 "mode": "test", 4041 "program": "./cmd/bisync", 4042 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_resync_modes", "-no-cleanup"] 4043 }, 4044 { 4045 "name": "Test TestChunkerChunk3bLocal: test_resync_modes RemoteLocal", 4046 "type": "go", 4047 "request": "launch", 4048 "mode": "test", 4049 "program": "./cmd/bisync", 4050 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 4051 }, 4052 { 4053 "name": "Test TestChunkerChunk3bLocal: test_resync_modes RemoteRemote", 4054 "type": "go", 4055 "request": "launch", 4056 "mode": "test", 4057 "program": "./cmd/bisync", 4058 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_resync_modes", "-no-cleanup"] 4059 }, 4060 { 4061 "name": "Test TestChunkerChunk3bLocal: test_rmdirs LocalRemote", 4062 "type": "go", 4063 "request": "launch", 4064 "mode": "test", 4065 "program": "./cmd/bisync", 4066 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_rmdirs", "-no-cleanup"] 4067 }, 4068 { 4069 "name": "Test TestChunkerChunk3bLocal: test_rmdirs RemoteLocal", 4070 "type": "go", 4071 "request": "launch", 4072 "mode": "test", 4073 "program": "./cmd/bisync", 4074 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 4075 }, 4076 { 4077 "name": "Test TestChunkerChunk3bLocal: test_rmdirs RemoteRemote", 4078 "type": "go", 4079 "request": "launch", 4080 "mode": "test", 4081 "program": "./cmd/bisync", 4082 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_rmdirs", "-no-cleanup"] 4083 }, 4084 { 4085 "name": "Test TestChunkerChunk3bLocal: test_volatile LocalRemote", 4086 "type": "go", 4087 "request": "launch", 4088 "mode": "test", 4089 "program": "./cmd/bisync", 4090 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_volatile", "-no-cleanup"] 4091 }, 4092 { 4093 "name": "Test TestChunkerChunk3bLocal: test_volatile RemoteLocal", 4094 "type": "go", 4095 "request": "launch", 4096 "mode": "test", 4097 "program": "./cmd/bisync", 4098 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 4099 }, 4100 { 4101 "name": "Test TestChunkerChunk3bLocal: test_volatile RemoteRemote", 4102 "type": "go", 4103 "request": "launch", 4104 "mode": "test", 4105 "program": "./cmd/bisync", 4106 "args": ["-remote", "TestChunkerChunk3bLocal:", "-remote2", "TestChunkerChunk3bLocal:", "-case", "test_volatile", "-no-cleanup"] 4107 }, 4108 { 4109 "name": "Test TestChunkerChunk3bNometaLocal: test_all_changed LocalRemote", 4110 "type": "go", 4111 "request": "launch", 4112 "mode": "test", 4113 "program": "./cmd/bisync", 4114 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_all_changed", "-no-cleanup"] 4115 }, 4116 { 4117 "name": "Test TestChunkerChunk3bNometaLocal: test_all_changed RemoteLocal", 4118 "type": "go", 4119 "request": "launch", 4120 "mode": "test", 4121 "program": "./cmd/bisync", 4122 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 4123 }, 4124 { 4125 "name": "Test TestChunkerChunk3bNometaLocal: test_all_changed RemoteRemote", 4126 "type": "go", 4127 "request": "launch", 4128 "mode": "test", 4129 "program": "./cmd/bisync", 4130 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_all_changed", "-no-cleanup"] 4131 }, 4132 { 4133 "name": "Test TestChunkerChunk3bNometaLocal: test_backupdir LocalRemote", 4134 "type": "go", 4135 "request": "launch", 4136 "mode": "test", 4137 "program": "./cmd/bisync", 4138 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_backupdir", "-no-cleanup"] 4139 }, 4140 { 4141 "name": "Test TestChunkerChunk3bNometaLocal: test_backupdir RemoteLocal", 4142 "type": "go", 4143 "request": "launch", 4144 "mode": "test", 4145 "program": "./cmd/bisync", 4146 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 4147 }, 4148 { 4149 "name": "Test TestChunkerChunk3bNometaLocal: test_backupdir RemoteRemote", 4150 "type": "go", 4151 "request": "launch", 4152 "mode": "test", 4153 "program": "./cmd/bisync", 4154 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_backupdir", "-no-cleanup"] 4155 }, 4156 { 4157 "name": "Test TestChunkerChunk3bNometaLocal: test_basic LocalRemote", 4158 "type": "go", 4159 "request": "launch", 4160 "mode": "test", 4161 "program": "./cmd/bisync", 4162 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_basic", "-no-cleanup"] 4163 }, 4164 { 4165 "name": "Test TestChunkerChunk3bNometaLocal: test_basic RemoteLocal", 4166 "type": "go", 4167 "request": "launch", 4168 "mode": "test", 4169 "program": "./cmd/bisync", 4170 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 4171 }, 4172 { 4173 "name": "Test TestChunkerChunk3bNometaLocal: test_basic RemoteRemote", 4174 "type": "go", 4175 "request": "launch", 4176 "mode": "test", 4177 "program": "./cmd/bisync", 4178 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_basic", "-no-cleanup"] 4179 }, 4180 { 4181 "name": "Test TestChunkerChunk3bNometaLocal: test_changes LocalRemote", 4182 "type": "go", 4183 "request": "launch", 4184 "mode": "test", 4185 "program": "./cmd/bisync", 4186 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_changes", "-no-cleanup"] 4187 }, 4188 { 4189 "name": "Test TestChunkerChunk3bNometaLocal: test_changes RemoteLocal", 4190 "type": "go", 4191 "request": "launch", 4192 "mode": "test", 4193 "program": "./cmd/bisync", 4194 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 4195 }, 4196 { 4197 "name": "Test TestChunkerChunk3bNometaLocal: test_changes RemoteRemote", 4198 "type": "go", 4199 "request": "launch", 4200 "mode": "test", 4201 "program": "./cmd/bisync", 4202 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_changes", "-no-cleanup"] 4203 }, 4204 { 4205 "name": "Test TestChunkerChunk3bNometaLocal: test_check_access LocalRemote", 4206 "type": "go", 4207 "request": "launch", 4208 "mode": "test", 4209 "program": "./cmd/bisync", 4210 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_check_access", "-no-cleanup"] 4211 }, 4212 { 4213 "name": "Test TestChunkerChunk3bNometaLocal: test_check_access RemoteLocal", 4214 "type": "go", 4215 "request": "launch", 4216 "mode": "test", 4217 "program": "./cmd/bisync", 4218 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 4219 }, 4220 { 4221 "name": "Test TestChunkerChunk3bNometaLocal: test_check_access RemoteRemote", 4222 "type": "go", 4223 "request": "launch", 4224 "mode": "test", 4225 "program": "./cmd/bisync", 4226 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_check_access", "-no-cleanup"] 4227 }, 4228 { 4229 "name": "Test TestChunkerChunk3bNometaLocal: test_check_access_filters LocalRemote", 4230 "type": "go", 4231 "request": "launch", 4232 "mode": "test", 4233 "program": "./cmd/bisync", 4234 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_check_access_filters", "-no-cleanup"] 4235 }, 4236 { 4237 "name": "Test TestChunkerChunk3bNometaLocal: test_check_access_filters RemoteLocal", 4238 "type": "go", 4239 "request": "launch", 4240 "mode": "test", 4241 "program": "./cmd/bisync", 4242 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 4243 }, 4244 { 4245 "name": "Test TestChunkerChunk3bNometaLocal: test_check_access_filters RemoteRemote", 4246 "type": "go", 4247 "request": "launch", 4248 "mode": "test", 4249 "program": "./cmd/bisync", 4250 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_check_access_filters", "-no-cleanup"] 4251 }, 4252 { 4253 "name": "Test TestChunkerChunk3bNometaLocal: test_check_filename LocalRemote", 4254 "type": "go", 4255 "request": "launch", 4256 "mode": "test", 4257 "program": "./cmd/bisync", 4258 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_check_filename", "-no-cleanup"] 4259 }, 4260 { 4261 "name": "Test TestChunkerChunk3bNometaLocal: test_check_filename RemoteLocal", 4262 "type": "go", 4263 "request": "launch", 4264 "mode": "test", 4265 "program": "./cmd/bisync", 4266 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 4267 }, 4268 { 4269 "name": "Test TestChunkerChunk3bNometaLocal: test_check_filename RemoteRemote", 4270 "type": "go", 4271 "request": "launch", 4272 "mode": "test", 4273 "program": "./cmd/bisync", 4274 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_check_filename", "-no-cleanup"] 4275 }, 4276 { 4277 "name": "Test TestChunkerChunk3bNometaLocal: test_check_sync LocalRemote", 4278 "type": "go", 4279 "request": "launch", 4280 "mode": "test", 4281 "program": "./cmd/bisync", 4282 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_check_sync", "-no-cleanup"] 4283 }, 4284 { 4285 "name": "Test TestChunkerChunk3bNometaLocal: test_check_sync RemoteLocal", 4286 "type": "go", 4287 "request": "launch", 4288 "mode": "test", 4289 "program": "./cmd/bisync", 4290 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 4291 }, 4292 { 4293 "name": "Test TestChunkerChunk3bNometaLocal: test_check_sync RemoteRemote", 4294 "type": "go", 4295 "request": "launch", 4296 "mode": "test", 4297 "program": "./cmd/bisync", 4298 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_check_sync", "-no-cleanup"] 4299 }, 4300 { 4301 "name": "Test TestChunkerChunk3bNometaLocal: test_compare_all LocalRemote", 4302 "type": "go", 4303 "request": "launch", 4304 "mode": "test", 4305 "program": "./cmd/bisync", 4306 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_compare_all", "-no-cleanup"] 4307 }, 4308 { 4309 "name": "Test TestChunkerChunk3bNometaLocal: test_compare_all RemoteLocal", 4310 "type": "go", 4311 "request": "launch", 4312 "mode": "test", 4313 "program": "./cmd/bisync", 4314 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 4315 }, 4316 { 4317 "name": "Test TestChunkerChunk3bNometaLocal: test_compare_all RemoteRemote", 4318 "type": "go", 4319 "request": "launch", 4320 "mode": "test", 4321 "program": "./cmd/bisync", 4322 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_compare_all", "-no-cleanup"] 4323 }, 4324 { 4325 "name": "Test TestChunkerChunk3bNometaLocal: test_createemptysrcdirs LocalRemote", 4326 "type": "go", 4327 "request": "launch", 4328 "mode": "test", 4329 "program": "./cmd/bisync", 4330 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 4331 }, 4332 { 4333 "name": "Test TestChunkerChunk3bNometaLocal: test_createemptysrcdirs RemoteLocal", 4334 "type": "go", 4335 "request": "launch", 4336 "mode": "test", 4337 "program": "./cmd/bisync", 4338 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 4339 }, 4340 { 4341 "name": "Test TestChunkerChunk3bNometaLocal: test_createemptysrcdirs RemoteRemote", 4342 "type": "go", 4343 "request": "launch", 4344 "mode": "test", 4345 "program": "./cmd/bisync", 4346 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 4347 }, 4348 { 4349 "name": "Test TestChunkerChunk3bNometaLocal: test_dry_run LocalRemote", 4350 "type": "go", 4351 "request": "launch", 4352 "mode": "test", 4353 "program": "./cmd/bisync", 4354 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_dry_run", "-no-cleanup"] 4355 }, 4356 { 4357 "name": "Test TestChunkerChunk3bNometaLocal: test_dry_run RemoteLocal", 4358 "type": "go", 4359 "request": "launch", 4360 "mode": "test", 4361 "program": "./cmd/bisync", 4362 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 4363 }, 4364 { 4365 "name": "Test TestChunkerChunk3bNometaLocal: test_dry_run RemoteRemote", 4366 "type": "go", 4367 "request": "launch", 4368 "mode": "test", 4369 "program": "./cmd/bisync", 4370 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_dry_run", "-no-cleanup"] 4371 }, 4372 { 4373 "name": "Test TestChunkerChunk3bNometaLocal: test_equal LocalRemote", 4374 "type": "go", 4375 "request": "launch", 4376 "mode": "test", 4377 "program": "./cmd/bisync", 4378 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_equal", "-no-cleanup"] 4379 }, 4380 { 4381 "name": "Test TestChunkerChunk3bNometaLocal: test_equal RemoteLocal", 4382 "type": "go", 4383 "request": "launch", 4384 "mode": "test", 4385 "program": "./cmd/bisync", 4386 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 4387 }, 4388 { 4389 "name": "Test TestChunkerChunk3bNometaLocal: test_equal RemoteRemote", 4390 "type": "go", 4391 "request": "launch", 4392 "mode": "test", 4393 "program": "./cmd/bisync", 4394 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_equal", "-no-cleanup"] 4395 }, 4396 { 4397 "name": "Test TestChunkerChunk3bNometaLocal: test_ext_paths LocalRemote", 4398 "type": "go", 4399 "request": "launch", 4400 "mode": "test", 4401 "program": "./cmd/bisync", 4402 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_ext_paths", "-no-cleanup"] 4403 }, 4404 { 4405 "name": "Test TestChunkerChunk3bNometaLocal: test_ext_paths RemoteLocal", 4406 "type": "go", 4407 "request": "launch", 4408 "mode": "test", 4409 "program": "./cmd/bisync", 4410 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 4411 }, 4412 { 4413 "name": "Test TestChunkerChunk3bNometaLocal: test_ext_paths RemoteRemote", 4414 "type": "go", 4415 "request": "launch", 4416 "mode": "test", 4417 "program": "./cmd/bisync", 4418 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_ext_paths", "-no-cleanup"] 4419 }, 4420 { 4421 "name": "Test TestChunkerChunk3bNometaLocal: test_extended_filenames LocalRemote", 4422 "type": "go", 4423 "request": "launch", 4424 "mode": "test", 4425 "program": "./cmd/bisync", 4426 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_extended_filenames", "-no-cleanup"] 4427 }, 4428 { 4429 "name": "Test TestChunkerChunk3bNometaLocal: test_extended_filenames RemoteLocal", 4430 "type": "go", 4431 "request": "launch", 4432 "mode": "test", 4433 "program": "./cmd/bisync", 4434 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 4435 }, 4436 { 4437 "name": "Test TestChunkerChunk3bNometaLocal: test_extended_filenames RemoteRemote", 4438 "type": "go", 4439 "request": "launch", 4440 "mode": "test", 4441 "program": "./cmd/bisync", 4442 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_extended_filenames", "-no-cleanup"] 4443 }, 4444 { 4445 "name": "Test TestChunkerChunk3bNometaLocal: test_filters LocalRemote", 4446 "type": "go", 4447 "request": "launch", 4448 "mode": "test", 4449 "program": "./cmd/bisync", 4450 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_filters", "-no-cleanup"] 4451 }, 4452 { 4453 "name": "Test TestChunkerChunk3bNometaLocal: test_filters RemoteLocal", 4454 "type": "go", 4455 "request": "launch", 4456 "mode": "test", 4457 "program": "./cmd/bisync", 4458 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 4459 }, 4460 { 4461 "name": "Test TestChunkerChunk3bNometaLocal: test_filters RemoteRemote", 4462 "type": "go", 4463 "request": "launch", 4464 "mode": "test", 4465 "program": "./cmd/bisync", 4466 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_filters", "-no-cleanup"] 4467 }, 4468 { 4469 "name": "Test TestChunkerChunk3bNometaLocal: test_filtersfile_checks LocalRemote", 4470 "type": "go", 4471 "request": "launch", 4472 "mode": "test", 4473 "program": "./cmd/bisync", 4474 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_filtersfile_checks", "-no-cleanup"] 4475 }, 4476 { 4477 "name": "Test TestChunkerChunk3bNometaLocal: test_filtersfile_checks RemoteLocal", 4478 "type": "go", 4479 "request": "launch", 4480 "mode": "test", 4481 "program": "./cmd/bisync", 4482 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 4483 }, 4484 { 4485 "name": "Test TestChunkerChunk3bNometaLocal: test_filtersfile_checks RemoteRemote", 4486 "type": "go", 4487 "request": "launch", 4488 "mode": "test", 4489 "program": "./cmd/bisync", 4490 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_filtersfile_checks", "-no-cleanup"] 4491 }, 4492 { 4493 "name": "Test TestChunkerChunk3bNometaLocal: test_ignorelistingchecksum LocalRemote", 4494 "type": "go", 4495 "request": "launch", 4496 "mode": "test", 4497 "program": "./cmd/bisync", 4498 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 4499 }, 4500 { 4501 "name": "Test TestChunkerChunk3bNometaLocal: test_ignorelistingchecksum RemoteLocal", 4502 "type": "go", 4503 "request": "launch", 4504 "mode": "test", 4505 "program": "./cmd/bisync", 4506 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 4507 }, 4508 { 4509 "name": "Test TestChunkerChunk3bNometaLocal: test_ignorelistingchecksum RemoteRemote", 4510 "type": "go", 4511 "request": "launch", 4512 "mode": "test", 4513 "program": "./cmd/bisync", 4514 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 4515 }, 4516 { 4517 "name": "Test TestChunkerChunk3bNometaLocal: test_max_delete_path1 LocalRemote", 4518 "type": "go", 4519 "request": "launch", 4520 "mode": "test", 4521 "program": "./cmd/bisync", 4522 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_max_delete_path1", "-no-cleanup"] 4523 }, 4524 { 4525 "name": "Test TestChunkerChunk3bNometaLocal: test_max_delete_path1 RemoteLocal", 4526 "type": "go", 4527 "request": "launch", 4528 "mode": "test", 4529 "program": "./cmd/bisync", 4530 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 4531 }, 4532 { 4533 "name": "Test TestChunkerChunk3bNometaLocal: test_max_delete_path1 RemoteRemote", 4534 "type": "go", 4535 "request": "launch", 4536 "mode": "test", 4537 "program": "./cmd/bisync", 4538 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_max_delete_path1", "-no-cleanup"] 4539 }, 4540 { 4541 "name": "Test TestChunkerChunk3bNometaLocal: test_max_delete_path2_force LocalRemote", 4542 "type": "go", 4543 "request": "launch", 4544 "mode": "test", 4545 "program": "./cmd/bisync", 4546 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 4547 }, 4548 { 4549 "name": "Test TestChunkerChunk3bNometaLocal: test_max_delete_path2_force RemoteLocal", 4550 "type": "go", 4551 "request": "launch", 4552 "mode": "test", 4553 "program": "./cmd/bisync", 4554 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 4555 }, 4556 { 4557 "name": "Test TestChunkerChunk3bNometaLocal: test_max_delete_path2_force RemoteRemote", 4558 "type": "go", 4559 "request": "launch", 4560 "mode": "test", 4561 "program": "./cmd/bisync", 4562 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 4563 }, 4564 { 4565 "name": "Test TestChunkerChunk3bNometaLocal: test_nomodtime LocalRemote", 4566 "type": "go", 4567 "request": "launch", 4568 "mode": "test", 4569 "program": "./cmd/bisync", 4570 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_nomodtime", "-no-cleanup"] 4571 }, 4572 { 4573 "name": "Test TestChunkerChunk3bNometaLocal: test_nomodtime RemoteLocal", 4574 "type": "go", 4575 "request": "launch", 4576 "mode": "test", 4577 "program": "./cmd/bisync", 4578 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 4579 }, 4580 { 4581 "name": "Test TestChunkerChunk3bNometaLocal: test_nomodtime RemoteRemote", 4582 "type": "go", 4583 "request": "launch", 4584 "mode": "test", 4585 "program": "./cmd/bisync", 4586 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_nomodtime", "-no-cleanup"] 4587 }, 4588 { 4589 "name": "Test TestChunkerChunk3bNometaLocal: test_normalization LocalRemote", 4590 "type": "go", 4591 "request": "launch", 4592 "mode": "test", 4593 "program": "./cmd/bisync", 4594 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_normalization", "-no-cleanup"] 4595 }, 4596 { 4597 "name": "Test TestChunkerChunk3bNometaLocal: test_normalization RemoteLocal", 4598 "type": "go", 4599 "request": "launch", 4600 "mode": "test", 4601 "program": "./cmd/bisync", 4602 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 4603 }, 4604 { 4605 "name": "Test TestChunkerChunk3bNometaLocal: test_normalization RemoteRemote", 4606 "type": "go", 4607 "request": "launch", 4608 "mode": "test", 4609 "program": "./cmd/bisync", 4610 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_normalization", "-no-cleanup"] 4611 }, 4612 { 4613 "name": "Test TestChunkerChunk3bNometaLocal: test_rclone_args LocalRemote", 4614 "type": "go", 4615 "request": "launch", 4616 "mode": "test", 4617 "program": "./cmd/bisync", 4618 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_rclone_args", "-no-cleanup"] 4619 }, 4620 { 4621 "name": "Test TestChunkerChunk3bNometaLocal: test_rclone_args RemoteLocal", 4622 "type": "go", 4623 "request": "launch", 4624 "mode": "test", 4625 "program": "./cmd/bisync", 4626 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 4627 }, 4628 { 4629 "name": "Test TestChunkerChunk3bNometaLocal: test_rclone_args RemoteRemote", 4630 "type": "go", 4631 "request": "launch", 4632 "mode": "test", 4633 "program": "./cmd/bisync", 4634 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_rclone_args", "-no-cleanup"] 4635 }, 4636 { 4637 "name": "Test TestChunkerChunk3bNometaLocal: test_resolve LocalRemote", 4638 "type": "go", 4639 "request": "launch", 4640 "mode": "test", 4641 "program": "./cmd/bisync", 4642 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_resolve", "-no-cleanup"] 4643 }, 4644 { 4645 "name": "Test TestChunkerChunk3bNometaLocal: test_resolve RemoteLocal", 4646 "type": "go", 4647 "request": "launch", 4648 "mode": "test", 4649 "program": "./cmd/bisync", 4650 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 4651 }, 4652 { 4653 "name": "Test TestChunkerChunk3bNometaLocal: test_resolve RemoteRemote", 4654 "type": "go", 4655 "request": "launch", 4656 "mode": "test", 4657 "program": "./cmd/bisync", 4658 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_resolve", "-no-cleanup"] 4659 }, 4660 { 4661 "name": "Test TestChunkerChunk3bNometaLocal: test_resync LocalRemote", 4662 "type": "go", 4663 "request": "launch", 4664 "mode": "test", 4665 "program": "./cmd/bisync", 4666 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_resync", "-no-cleanup"] 4667 }, 4668 { 4669 "name": "Test TestChunkerChunk3bNometaLocal: test_resync RemoteLocal", 4670 "type": "go", 4671 "request": "launch", 4672 "mode": "test", 4673 "program": "./cmd/bisync", 4674 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 4675 }, 4676 { 4677 "name": "Test TestChunkerChunk3bNometaLocal: test_resync RemoteRemote", 4678 "type": "go", 4679 "request": "launch", 4680 "mode": "test", 4681 "program": "./cmd/bisync", 4682 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_resync", "-no-cleanup"] 4683 }, 4684 { 4685 "name": "Test TestChunkerChunk3bNometaLocal: test_resync_modes LocalRemote", 4686 "type": "go", 4687 "request": "launch", 4688 "mode": "test", 4689 "program": "./cmd/bisync", 4690 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_resync_modes", "-no-cleanup"] 4691 }, 4692 { 4693 "name": "Test TestChunkerChunk3bNometaLocal: test_resync_modes RemoteLocal", 4694 "type": "go", 4695 "request": "launch", 4696 "mode": "test", 4697 "program": "./cmd/bisync", 4698 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 4699 }, 4700 { 4701 "name": "Test TestChunkerChunk3bNometaLocal: test_resync_modes RemoteRemote", 4702 "type": "go", 4703 "request": "launch", 4704 "mode": "test", 4705 "program": "./cmd/bisync", 4706 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_resync_modes", "-no-cleanup"] 4707 }, 4708 { 4709 "name": "Test TestChunkerChunk3bNometaLocal: test_rmdirs LocalRemote", 4710 "type": "go", 4711 "request": "launch", 4712 "mode": "test", 4713 "program": "./cmd/bisync", 4714 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_rmdirs", "-no-cleanup"] 4715 }, 4716 { 4717 "name": "Test TestChunkerChunk3bNometaLocal: test_rmdirs RemoteLocal", 4718 "type": "go", 4719 "request": "launch", 4720 "mode": "test", 4721 "program": "./cmd/bisync", 4722 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 4723 }, 4724 { 4725 "name": "Test TestChunkerChunk3bNometaLocal: test_rmdirs RemoteRemote", 4726 "type": "go", 4727 "request": "launch", 4728 "mode": "test", 4729 "program": "./cmd/bisync", 4730 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_rmdirs", "-no-cleanup"] 4731 }, 4732 { 4733 "name": "Test TestChunkerChunk3bNometaLocal: test_volatile LocalRemote", 4734 "type": "go", 4735 "request": "launch", 4736 "mode": "test", 4737 "program": "./cmd/bisync", 4738 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_volatile", "-no-cleanup"] 4739 }, 4740 { 4741 "name": "Test TestChunkerChunk3bNometaLocal: test_volatile RemoteLocal", 4742 "type": "go", 4743 "request": "launch", 4744 "mode": "test", 4745 "program": "./cmd/bisync", 4746 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 4747 }, 4748 { 4749 "name": "Test TestChunkerChunk3bNometaLocal: test_volatile RemoteRemote", 4750 "type": "go", 4751 "request": "launch", 4752 "mode": "test", 4753 "program": "./cmd/bisync", 4754 "args": ["-remote", "TestChunkerChunk3bNometaLocal:", "-remote2", "TestChunkerChunk3bNometaLocal:", "-case", "test_volatile", "-no-cleanup"] 4755 }, 4756 { 4757 "name": "Test TestChunkerChunk3bNoRenameLocal: test_all_changed LocalRemote", 4758 "type": "go", 4759 "request": "launch", 4760 "mode": "test", 4761 "program": "./cmd/bisync", 4762 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_all_changed", "-no-cleanup"] 4763 }, 4764 { 4765 "name": "Test TestChunkerChunk3bNoRenameLocal: test_all_changed RemoteLocal", 4766 "type": "go", 4767 "request": "launch", 4768 "mode": "test", 4769 "program": "./cmd/bisync", 4770 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 4771 }, 4772 { 4773 "name": "Test TestChunkerChunk3bNoRenameLocal: test_all_changed RemoteRemote", 4774 "type": "go", 4775 "request": "launch", 4776 "mode": "test", 4777 "program": "./cmd/bisync", 4778 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_all_changed", "-no-cleanup"] 4779 }, 4780 { 4781 "name": "Test TestChunkerChunk3bNoRenameLocal: test_backupdir LocalRemote", 4782 "type": "go", 4783 "request": "launch", 4784 "mode": "test", 4785 "program": "./cmd/bisync", 4786 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_backupdir", "-no-cleanup"] 4787 }, 4788 { 4789 "name": "Test TestChunkerChunk3bNoRenameLocal: test_backupdir RemoteLocal", 4790 "type": "go", 4791 "request": "launch", 4792 "mode": "test", 4793 "program": "./cmd/bisync", 4794 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 4795 }, 4796 { 4797 "name": "Test TestChunkerChunk3bNoRenameLocal: test_backupdir RemoteRemote", 4798 "type": "go", 4799 "request": "launch", 4800 "mode": "test", 4801 "program": "./cmd/bisync", 4802 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_backupdir", "-no-cleanup"] 4803 }, 4804 { 4805 "name": "Test TestChunkerChunk3bNoRenameLocal: test_basic LocalRemote", 4806 "type": "go", 4807 "request": "launch", 4808 "mode": "test", 4809 "program": "./cmd/bisync", 4810 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_basic", "-no-cleanup"] 4811 }, 4812 { 4813 "name": "Test TestChunkerChunk3bNoRenameLocal: test_basic RemoteLocal", 4814 "type": "go", 4815 "request": "launch", 4816 "mode": "test", 4817 "program": "./cmd/bisync", 4818 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 4819 }, 4820 { 4821 "name": "Test TestChunkerChunk3bNoRenameLocal: test_basic RemoteRemote", 4822 "type": "go", 4823 "request": "launch", 4824 "mode": "test", 4825 "program": "./cmd/bisync", 4826 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_basic", "-no-cleanup"] 4827 }, 4828 { 4829 "name": "Test TestChunkerChunk3bNoRenameLocal: test_changes LocalRemote", 4830 "type": "go", 4831 "request": "launch", 4832 "mode": "test", 4833 "program": "./cmd/bisync", 4834 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_changes", "-no-cleanup"] 4835 }, 4836 { 4837 "name": "Test TestChunkerChunk3bNoRenameLocal: test_changes RemoteLocal", 4838 "type": "go", 4839 "request": "launch", 4840 "mode": "test", 4841 "program": "./cmd/bisync", 4842 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 4843 }, 4844 { 4845 "name": "Test TestChunkerChunk3bNoRenameLocal: test_changes RemoteRemote", 4846 "type": "go", 4847 "request": "launch", 4848 "mode": "test", 4849 "program": "./cmd/bisync", 4850 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_changes", "-no-cleanup"] 4851 }, 4852 { 4853 "name": "Test TestChunkerChunk3bNoRenameLocal: test_check_access LocalRemote", 4854 "type": "go", 4855 "request": "launch", 4856 "mode": "test", 4857 "program": "./cmd/bisync", 4858 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_check_access", "-no-cleanup"] 4859 }, 4860 { 4861 "name": "Test TestChunkerChunk3bNoRenameLocal: test_check_access RemoteLocal", 4862 "type": "go", 4863 "request": "launch", 4864 "mode": "test", 4865 "program": "./cmd/bisync", 4866 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 4867 }, 4868 { 4869 "name": "Test TestChunkerChunk3bNoRenameLocal: test_check_access RemoteRemote", 4870 "type": "go", 4871 "request": "launch", 4872 "mode": "test", 4873 "program": "./cmd/bisync", 4874 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_check_access", "-no-cleanup"] 4875 }, 4876 { 4877 "name": "Test TestChunkerChunk3bNoRenameLocal: test_check_access_filters LocalRemote", 4878 "type": "go", 4879 "request": "launch", 4880 "mode": "test", 4881 "program": "./cmd/bisync", 4882 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_check_access_filters", "-no-cleanup"] 4883 }, 4884 { 4885 "name": "Test TestChunkerChunk3bNoRenameLocal: test_check_access_filters RemoteLocal", 4886 "type": "go", 4887 "request": "launch", 4888 "mode": "test", 4889 "program": "./cmd/bisync", 4890 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 4891 }, 4892 { 4893 "name": "Test TestChunkerChunk3bNoRenameLocal: test_check_access_filters RemoteRemote", 4894 "type": "go", 4895 "request": "launch", 4896 "mode": "test", 4897 "program": "./cmd/bisync", 4898 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_check_access_filters", "-no-cleanup"] 4899 }, 4900 { 4901 "name": "Test TestChunkerChunk3bNoRenameLocal: test_check_filename LocalRemote", 4902 "type": "go", 4903 "request": "launch", 4904 "mode": "test", 4905 "program": "./cmd/bisync", 4906 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_check_filename", "-no-cleanup"] 4907 }, 4908 { 4909 "name": "Test TestChunkerChunk3bNoRenameLocal: test_check_filename RemoteLocal", 4910 "type": "go", 4911 "request": "launch", 4912 "mode": "test", 4913 "program": "./cmd/bisync", 4914 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 4915 }, 4916 { 4917 "name": "Test TestChunkerChunk3bNoRenameLocal: test_check_filename RemoteRemote", 4918 "type": "go", 4919 "request": "launch", 4920 "mode": "test", 4921 "program": "./cmd/bisync", 4922 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_check_filename", "-no-cleanup"] 4923 }, 4924 { 4925 "name": "Test TestChunkerChunk3bNoRenameLocal: test_check_sync LocalRemote", 4926 "type": "go", 4927 "request": "launch", 4928 "mode": "test", 4929 "program": "./cmd/bisync", 4930 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_check_sync", "-no-cleanup"] 4931 }, 4932 { 4933 "name": "Test TestChunkerChunk3bNoRenameLocal: test_check_sync RemoteLocal", 4934 "type": "go", 4935 "request": "launch", 4936 "mode": "test", 4937 "program": "./cmd/bisync", 4938 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 4939 }, 4940 { 4941 "name": "Test TestChunkerChunk3bNoRenameLocal: test_check_sync RemoteRemote", 4942 "type": "go", 4943 "request": "launch", 4944 "mode": "test", 4945 "program": "./cmd/bisync", 4946 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_check_sync", "-no-cleanup"] 4947 }, 4948 { 4949 "name": "Test TestChunkerChunk3bNoRenameLocal: test_compare_all LocalRemote", 4950 "type": "go", 4951 "request": "launch", 4952 "mode": "test", 4953 "program": "./cmd/bisync", 4954 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_compare_all", "-no-cleanup"] 4955 }, 4956 { 4957 "name": "Test TestChunkerChunk3bNoRenameLocal: test_compare_all RemoteLocal", 4958 "type": "go", 4959 "request": "launch", 4960 "mode": "test", 4961 "program": "./cmd/bisync", 4962 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 4963 }, 4964 { 4965 "name": "Test TestChunkerChunk3bNoRenameLocal: test_compare_all RemoteRemote", 4966 "type": "go", 4967 "request": "launch", 4968 "mode": "test", 4969 "program": "./cmd/bisync", 4970 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_compare_all", "-no-cleanup"] 4971 }, 4972 { 4973 "name": "Test TestChunkerChunk3bNoRenameLocal: test_createemptysrcdirs LocalRemote", 4974 "type": "go", 4975 "request": "launch", 4976 "mode": "test", 4977 "program": "./cmd/bisync", 4978 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 4979 }, 4980 { 4981 "name": "Test TestChunkerChunk3bNoRenameLocal: test_createemptysrcdirs RemoteLocal", 4982 "type": "go", 4983 "request": "launch", 4984 "mode": "test", 4985 "program": "./cmd/bisync", 4986 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 4987 }, 4988 { 4989 "name": "Test TestChunkerChunk3bNoRenameLocal: test_createemptysrcdirs RemoteRemote", 4990 "type": "go", 4991 "request": "launch", 4992 "mode": "test", 4993 "program": "./cmd/bisync", 4994 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 4995 }, 4996 { 4997 "name": "Test TestChunkerChunk3bNoRenameLocal: test_dry_run LocalRemote", 4998 "type": "go", 4999 "request": "launch", 5000 "mode": "test", 5001 "program": "./cmd/bisync", 5002 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_dry_run", "-no-cleanup"] 5003 }, 5004 { 5005 "name": "Test TestChunkerChunk3bNoRenameLocal: test_dry_run RemoteLocal", 5006 "type": "go", 5007 "request": "launch", 5008 "mode": "test", 5009 "program": "./cmd/bisync", 5010 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 5011 }, 5012 { 5013 "name": "Test TestChunkerChunk3bNoRenameLocal: test_dry_run RemoteRemote", 5014 "type": "go", 5015 "request": "launch", 5016 "mode": "test", 5017 "program": "./cmd/bisync", 5018 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_dry_run", "-no-cleanup"] 5019 }, 5020 { 5021 "name": "Test TestChunkerChunk3bNoRenameLocal: test_equal LocalRemote", 5022 "type": "go", 5023 "request": "launch", 5024 "mode": "test", 5025 "program": "./cmd/bisync", 5026 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_equal", "-no-cleanup"] 5027 }, 5028 { 5029 "name": "Test TestChunkerChunk3bNoRenameLocal: test_equal RemoteLocal", 5030 "type": "go", 5031 "request": "launch", 5032 "mode": "test", 5033 "program": "./cmd/bisync", 5034 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 5035 }, 5036 { 5037 "name": "Test TestChunkerChunk3bNoRenameLocal: test_equal RemoteRemote", 5038 "type": "go", 5039 "request": "launch", 5040 "mode": "test", 5041 "program": "./cmd/bisync", 5042 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_equal", "-no-cleanup"] 5043 }, 5044 { 5045 "name": "Test TestChunkerChunk3bNoRenameLocal: test_ext_paths LocalRemote", 5046 "type": "go", 5047 "request": "launch", 5048 "mode": "test", 5049 "program": "./cmd/bisync", 5050 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_ext_paths", "-no-cleanup"] 5051 }, 5052 { 5053 "name": "Test TestChunkerChunk3bNoRenameLocal: test_ext_paths RemoteLocal", 5054 "type": "go", 5055 "request": "launch", 5056 "mode": "test", 5057 "program": "./cmd/bisync", 5058 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 5059 }, 5060 { 5061 "name": "Test TestChunkerChunk3bNoRenameLocal: test_ext_paths RemoteRemote", 5062 "type": "go", 5063 "request": "launch", 5064 "mode": "test", 5065 "program": "./cmd/bisync", 5066 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_ext_paths", "-no-cleanup"] 5067 }, 5068 { 5069 "name": "Test TestChunkerChunk3bNoRenameLocal: test_extended_filenames LocalRemote", 5070 "type": "go", 5071 "request": "launch", 5072 "mode": "test", 5073 "program": "./cmd/bisync", 5074 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_extended_filenames", "-no-cleanup"] 5075 }, 5076 { 5077 "name": "Test TestChunkerChunk3bNoRenameLocal: test_extended_filenames RemoteLocal", 5078 "type": "go", 5079 "request": "launch", 5080 "mode": "test", 5081 "program": "./cmd/bisync", 5082 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 5083 }, 5084 { 5085 "name": "Test TestChunkerChunk3bNoRenameLocal: test_extended_filenames RemoteRemote", 5086 "type": "go", 5087 "request": "launch", 5088 "mode": "test", 5089 "program": "./cmd/bisync", 5090 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_extended_filenames", "-no-cleanup"] 5091 }, 5092 { 5093 "name": "Test TestChunkerChunk3bNoRenameLocal: test_filters LocalRemote", 5094 "type": "go", 5095 "request": "launch", 5096 "mode": "test", 5097 "program": "./cmd/bisync", 5098 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_filters", "-no-cleanup"] 5099 }, 5100 { 5101 "name": "Test TestChunkerChunk3bNoRenameLocal: test_filters RemoteLocal", 5102 "type": "go", 5103 "request": "launch", 5104 "mode": "test", 5105 "program": "./cmd/bisync", 5106 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 5107 }, 5108 { 5109 "name": "Test TestChunkerChunk3bNoRenameLocal: test_filters RemoteRemote", 5110 "type": "go", 5111 "request": "launch", 5112 "mode": "test", 5113 "program": "./cmd/bisync", 5114 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_filters", "-no-cleanup"] 5115 }, 5116 { 5117 "name": "Test TestChunkerChunk3bNoRenameLocal: test_filtersfile_checks LocalRemote", 5118 "type": "go", 5119 "request": "launch", 5120 "mode": "test", 5121 "program": "./cmd/bisync", 5122 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_filtersfile_checks", "-no-cleanup"] 5123 }, 5124 { 5125 "name": "Test TestChunkerChunk3bNoRenameLocal: test_filtersfile_checks RemoteLocal", 5126 "type": "go", 5127 "request": "launch", 5128 "mode": "test", 5129 "program": "./cmd/bisync", 5130 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 5131 }, 5132 { 5133 "name": "Test TestChunkerChunk3bNoRenameLocal: test_filtersfile_checks RemoteRemote", 5134 "type": "go", 5135 "request": "launch", 5136 "mode": "test", 5137 "program": "./cmd/bisync", 5138 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_filtersfile_checks", "-no-cleanup"] 5139 }, 5140 { 5141 "name": "Test TestChunkerChunk3bNoRenameLocal: test_ignorelistingchecksum LocalRemote", 5142 "type": "go", 5143 "request": "launch", 5144 "mode": "test", 5145 "program": "./cmd/bisync", 5146 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 5147 }, 5148 { 5149 "name": "Test TestChunkerChunk3bNoRenameLocal: test_ignorelistingchecksum RemoteLocal", 5150 "type": "go", 5151 "request": "launch", 5152 "mode": "test", 5153 "program": "./cmd/bisync", 5154 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 5155 }, 5156 { 5157 "name": "Test TestChunkerChunk3bNoRenameLocal: test_ignorelistingchecksum RemoteRemote", 5158 "type": "go", 5159 "request": "launch", 5160 "mode": "test", 5161 "program": "./cmd/bisync", 5162 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 5163 }, 5164 { 5165 "name": "Test TestChunkerChunk3bNoRenameLocal: test_max_delete_path1 LocalRemote", 5166 "type": "go", 5167 "request": "launch", 5168 "mode": "test", 5169 "program": "./cmd/bisync", 5170 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_max_delete_path1", "-no-cleanup"] 5171 }, 5172 { 5173 "name": "Test TestChunkerChunk3bNoRenameLocal: test_max_delete_path1 RemoteLocal", 5174 "type": "go", 5175 "request": "launch", 5176 "mode": "test", 5177 "program": "./cmd/bisync", 5178 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 5179 }, 5180 { 5181 "name": "Test TestChunkerChunk3bNoRenameLocal: test_max_delete_path1 RemoteRemote", 5182 "type": "go", 5183 "request": "launch", 5184 "mode": "test", 5185 "program": "./cmd/bisync", 5186 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_max_delete_path1", "-no-cleanup"] 5187 }, 5188 { 5189 "name": "Test TestChunkerChunk3bNoRenameLocal: test_max_delete_path2_force LocalRemote", 5190 "type": "go", 5191 "request": "launch", 5192 "mode": "test", 5193 "program": "./cmd/bisync", 5194 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 5195 }, 5196 { 5197 "name": "Test TestChunkerChunk3bNoRenameLocal: test_max_delete_path2_force RemoteLocal", 5198 "type": "go", 5199 "request": "launch", 5200 "mode": "test", 5201 "program": "./cmd/bisync", 5202 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 5203 }, 5204 { 5205 "name": "Test TestChunkerChunk3bNoRenameLocal: test_max_delete_path2_force RemoteRemote", 5206 "type": "go", 5207 "request": "launch", 5208 "mode": "test", 5209 "program": "./cmd/bisync", 5210 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 5211 }, 5212 { 5213 "name": "Test TestChunkerChunk3bNoRenameLocal: test_nomodtime LocalRemote", 5214 "type": "go", 5215 "request": "launch", 5216 "mode": "test", 5217 "program": "./cmd/bisync", 5218 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_nomodtime", "-no-cleanup"] 5219 }, 5220 { 5221 "name": "Test TestChunkerChunk3bNoRenameLocal: test_nomodtime RemoteLocal", 5222 "type": "go", 5223 "request": "launch", 5224 "mode": "test", 5225 "program": "./cmd/bisync", 5226 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 5227 }, 5228 { 5229 "name": "Test TestChunkerChunk3bNoRenameLocal: test_nomodtime RemoteRemote", 5230 "type": "go", 5231 "request": "launch", 5232 "mode": "test", 5233 "program": "./cmd/bisync", 5234 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_nomodtime", "-no-cleanup"] 5235 }, 5236 { 5237 "name": "Test TestChunkerChunk3bNoRenameLocal: test_normalization LocalRemote", 5238 "type": "go", 5239 "request": "launch", 5240 "mode": "test", 5241 "program": "./cmd/bisync", 5242 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_normalization", "-no-cleanup"] 5243 }, 5244 { 5245 "name": "Test TestChunkerChunk3bNoRenameLocal: test_normalization RemoteLocal", 5246 "type": "go", 5247 "request": "launch", 5248 "mode": "test", 5249 "program": "./cmd/bisync", 5250 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 5251 }, 5252 { 5253 "name": "Test TestChunkerChunk3bNoRenameLocal: test_normalization RemoteRemote", 5254 "type": "go", 5255 "request": "launch", 5256 "mode": "test", 5257 "program": "./cmd/bisync", 5258 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_normalization", "-no-cleanup"] 5259 }, 5260 { 5261 "name": "Test TestChunkerChunk3bNoRenameLocal: test_rclone_args LocalRemote", 5262 "type": "go", 5263 "request": "launch", 5264 "mode": "test", 5265 "program": "./cmd/bisync", 5266 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_rclone_args", "-no-cleanup"] 5267 }, 5268 { 5269 "name": "Test TestChunkerChunk3bNoRenameLocal: test_rclone_args RemoteLocal", 5270 "type": "go", 5271 "request": "launch", 5272 "mode": "test", 5273 "program": "./cmd/bisync", 5274 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 5275 }, 5276 { 5277 "name": "Test TestChunkerChunk3bNoRenameLocal: test_rclone_args RemoteRemote", 5278 "type": "go", 5279 "request": "launch", 5280 "mode": "test", 5281 "program": "./cmd/bisync", 5282 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_rclone_args", "-no-cleanup"] 5283 }, 5284 { 5285 "name": "Test TestChunkerChunk3bNoRenameLocal: test_resolve LocalRemote", 5286 "type": "go", 5287 "request": "launch", 5288 "mode": "test", 5289 "program": "./cmd/bisync", 5290 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_resolve", "-no-cleanup"] 5291 }, 5292 { 5293 "name": "Test TestChunkerChunk3bNoRenameLocal: test_resolve RemoteLocal", 5294 "type": "go", 5295 "request": "launch", 5296 "mode": "test", 5297 "program": "./cmd/bisync", 5298 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 5299 }, 5300 { 5301 "name": "Test TestChunkerChunk3bNoRenameLocal: test_resolve RemoteRemote", 5302 "type": "go", 5303 "request": "launch", 5304 "mode": "test", 5305 "program": "./cmd/bisync", 5306 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_resolve", "-no-cleanup"] 5307 }, 5308 { 5309 "name": "Test TestChunkerChunk3bNoRenameLocal: test_resync LocalRemote", 5310 "type": "go", 5311 "request": "launch", 5312 "mode": "test", 5313 "program": "./cmd/bisync", 5314 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_resync", "-no-cleanup"] 5315 }, 5316 { 5317 "name": "Test TestChunkerChunk3bNoRenameLocal: test_resync RemoteLocal", 5318 "type": "go", 5319 "request": "launch", 5320 "mode": "test", 5321 "program": "./cmd/bisync", 5322 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 5323 }, 5324 { 5325 "name": "Test TestChunkerChunk3bNoRenameLocal: test_resync RemoteRemote", 5326 "type": "go", 5327 "request": "launch", 5328 "mode": "test", 5329 "program": "./cmd/bisync", 5330 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_resync", "-no-cleanup"] 5331 }, 5332 { 5333 "name": "Test TestChunkerChunk3bNoRenameLocal: test_resync_modes LocalRemote", 5334 "type": "go", 5335 "request": "launch", 5336 "mode": "test", 5337 "program": "./cmd/bisync", 5338 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_resync_modes", "-no-cleanup"] 5339 }, 5340 { 5341 "name": "Test TestChunkerChunk3bNoRenameLocal: test_resync_modes RemoteLocal", 5342 "type": "go", 5343 "request": "launch", 5344 "mode": "test", 5345 "program": "./cmd/bisync", 5346 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 5347 }, 5348 { 5349 "name": "Test TestChunkerChunk3bNoRenameLocal: test_resync_modes RemoteRemote", 5350 "type": "go", 5351 "request": "launch", 5352 "mode": "test", 5353 "program": "./cmd/bisync", 5354 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_resync_modes", "-no-cleanup"] 5355 }, 5356 { 5357 "name": "Test TestChunkerChunk3bNoRenameLocal: test_rmdirs LocalRemote", 5358 "type": "go", 5359 "request": "launch", 5360 "mode": "test", 5361 "program": "./cmd/bisync", 5362 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_rmdirs", "-no-cleanup"] 5363 }, 5364 { 5365 "name": "Test TestChunkerChunk3bNoRenameLocal: test_rmdirs RemoteLocal", 5366 "type": "go", 5367 "request": "launch", 5368 "mode": "test", 5369 "program": "./cmd/bisync", 5370 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 5371 }, 5372 { 5373 "name": "Test TestChunkerChunk3bNoRenameLocal: test_rmdirs RemoteRemote", 5374 "type": "go", 5375 "request": "launch", 5376 "mode": "test", 5377 "program": "./cmd/bisync", 5378 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_rmdirs", "-no-cleanup"] 5379 }, 5380 { 5381 "name": "Test TestChunkerChunk3bNoRenameLocal: test_volatile LocalRemote", 5382 "type": "go", 5383 "request": "launch", 5384 "mode": "test", 5385 "program": "./cmd/bisync", 5386 "args": ["-remote", "local", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_volatile", "-no-cleanup"] 5387 }, 5388 { 5389 "name": "Test TestChunkerChunk3bNoRenameLocal: test_volatile RemoteLocal", 5390 "type": "go", 5391 "request": "launch", 5392 "mode": "test", 5393 "program": "./cmd/bisync", 5394 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 5395 }, 5396 { 5397 "name": "Test TestChunkerChunk3bNoRenameLocal: test_volatile RemoteRemote", 5398 "type": "go", 5399 "request": "launch", 5400 "mode": "test", 5401 "program": "./cmd/bisync", 5402 "args": ["-remote", "TestChunkerChunk3bNoRenameLocal:", "-remote2", "TestChunkerChunk3bNoRenameLocal:", "-case", "test_volatile", "-no-cleanup"] 5403 }, 5404 { 5405 "name": "Test TestChunkerMailru: test_all_changed LocalRemote", 5406 "type": "go", 5407 "request": "launch", 5408 "mode": "test", 5409 "program": "./cmd/bisync", 5410 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_all_changed", "-no-cleanup"] 5411 }, 5412 { 5413 "name": "Test TestChunkerMailru: test_all_changed RemoteLocal", 5414 "type": "go", 5415 "request": "launch", 5416 "mode": "test", 5417 "program": "./cmd/bisync", 5418 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 5419 }, 5420 { 5421 "name": "Test TestChunkerMailru: test_all_changed RemoteRemote", 5422 "type": "go", 5423 "request": "launch", 5424 "mode": "test", 5425 "program": "./cmd/bisync", 5426 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_all_changed", "-no-cleanup"] 5427 }, 5428 { 5429 "name": "Test TestChunkerMailru: test_backupdir LocalRemote", 5430 "type": "go", 5431 "request": "launch", 5432 "mode": "test", 5433 "program": "./cmd/bisync", 5434 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_backupdir", "-no-cleanup"] 5435 }, 5436 { 5437 "name": "Test TestChunkerMailru: test_backupdir RemoteLocal", 5438 "type": "go", 5439 "request": "launch", 5440 "mode": "test", 5441 "program": "./cmd/bisync", 5442 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 5443 }, 5444 { 5445 "name": "Test TestChunkerMailru: test_backupdir RemoteRemote", 5446 "type": "go", 5447 "request": "launch", 5448 "mode": "test", 5449 "program": "./cmd/bisync", 5450 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_backupdir", "-no-cleanup"] 5451 }, 5452 { 5453 "name": "Test TestChunkerMailru: test_basic LocalRemote", 5454 "type": "go", 5455 "request": "launch", 5456 "mode": "test", 5457 "program": "./cmd/bisync", 5458 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_basic", "-no-cleanup"] 5459 }, 5460 { 5461 "name": "Test TestChunkerMailru: test_basic RemoteLocal", 5462 "type": "go", 5463 "request": "launch", 5464 "mode": "test", 5465 "program": "./cmd/bisync", 5466 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 5467 }, 5468 { 5469 "name": "Test TestChunkerMailru: test_basic RemoteRemote", 5470 "type": "go", 5471 "request": "launch", 5472 "mode": "test", 5473 "program": "./cmd/bisync", 5474 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_basic", "-no-cleanup"] 5475 }, 5476 { 5477 "name": "Test TestChunkerMailru: test_changes LocalRemote", 5478 "type": "go", 5479 "request": "launch", 5480 "mode": "test", 5481 "program": "./cmd/bisync", 5482 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_changes", "-no-cleanup"] 5483 }, 5484 { 5485 "name": "Test TestChunkerMailru: test_changes RemoteLocal", 5486 "type": "go", 5487 "request": "launch", 5488 "mode": "test", 5489 "program": "./cmd/bisync", 5490 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 5491 }, 5492 { 5493 "name": "Test TestChunkerMailru: test_changes RemoteRemote", 5494 "type": "go", 5495 "request": "launch", 5496 "mode": "test", 5497 "program": "./cmd/bisync", 5498 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_changes", "-no-cleanup"] 5499 }, 5500 { 5501 "name": "Test TestChunkerMailru: test_check_access LocalRemote", 5502 "type": "go", 5503 "request": "launch", 5504 "mode": "test", 5505 "program": "./cmd/bisync", 5506 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_check_access", "-no-cleanup"] 5507 }, 5508 { 5509 "name": "Test TestChunkerMailru: test_check_access RemoteLocal", 5510 "type": "go", 5511 "request": "launch", 5512 "mode": "test", 5513 "program": "./cmd/bisync", 5514 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 5515 }, 5516 { 5517 "name": "Test TestChunkerMailru: test_check_access RemoteRemote", 5518 "type": "go", 5519 "request": "launch", 5520 "mode": "test", 5521 "program": "./cmd/bisync", 5522 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_check_access", "-no-cleanup"] 5523 }, 5524 { 5525 "name": "Test TestChunkerMailru: test_check_access_filters LocalRemote", 5526 "type": "go", 5527 "request": "launch", 5528 "mode": "test", 5529 "program": "./cmd/bisync", 5530 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_check_access_filters", "-no-cleanup"] 5531 }, 5532 { 5533 "name": "Test TestChunkerMailru: test_check_access_filters RemoteLocal", 5534 "type": "go", 5535 "request": "launch", 5536 "mode": "test", 5537 "program": "./cmd/bisync", 5538 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 5539 }, 5540 { 5541 "name": "Test TestChunkerMailru: test_check_access_filters RemoteRemote", 5542 "type": "go", 5543 "request": "launch", 5544 "mode": "test", 5545 "program": "./cmd/bisync", 5546 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_check_access_filters", "-no-cleanup"] 5547 }, 5548 { 5549 "name": "Test TestChunkerMailru: test_check_filename LocalRemote", 5550 "type": "go", 5551 "request": "launch", 5552 "mode": "test", 5553 "program": "./cmd/bisync", 5554 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_check_filename", "-no-cleanup"] 5555 }, 5556 { 5557 "name": "Test TestChunkerMailru: test_check_filename RemoteLocal", 5558 "type": "go", 5559 "request": "launch", 5560 "mode": "test", 5561 "program": "./cmd/bisync", 5562 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 5563 }, 5564 { 5565 "name": "Test TestChunkerMailru: test_check_filename RemoteRemote", 5566 "type": "go", 5567 "request": "launch", 5568 "mode": "test", 5569 "program": "./cmd/bisync", 5570 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_check_filename", "-no-cleanup"] 5571 }, 5572 { 5573 "name": "Test TestChunkerMailru: test_check_sync LocalRemote", 5574 "type": "go", 5575 "request": "launch", 5576 "mode": "test", 5577 "program": "./cmd/bisync", 5578 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_check_sync", "-no-cleanup"] 5579 }, 5580 { 5581 "name": "Test TestChunkerMailru: test_check_sync RemoteLocal", 5582 "type": "go", 5583 "request": "launch", 5584 "mode": "test", 5585 "program": "./cmd/bisync", 5586 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 5587 }, 5588 { 5589 "name": "Test TestChunkerMailru: test_check_sync RemoteRemote", 5590 "type": "go", 5591 "request": "launch", 5592 "mode": "test", 5593 "program": "./cmd/bisync", 5594 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_check_sync", "-no-cleanup"] 5595 }, 5596 { 5597 "name": "Test TestChunkerMailru: test_compare_all LocalRemote", 5598 "type": "go", 5599 "request": "launch", 5600 "mode": "test", 5601 "program": "./cmd/bisync", 5602 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_compare_all", "-no-cleanup"] 5603 }, 5604 { 5605 "name": "Test TestChunkerMailru: test_compare_all RemoteLocal", 5606 "type": "go", 5607 "request": "launch", 5608 "mode": "test", 5609 "program": "./cmd/bisync", 5610 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 5611 }, 5612 { 5613 "name": "Test TestChunkerMailru: test_compare_all RemoteRemote", 5614 "type": "go", 5615 "request": "launch", 5616 "mode": "test", 5617 "program": "./cmd/bisync", 5618 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_compare_all", "-no-cleanup"] 5619 }, 5620 { 5621 "name": "Test TestChunkerMailru: test_createemptysrcdirs LocalRemote", 5622 "type": "go", 5623 "request": "launch", 5624 "mode": "test", 5625 "program": "./cmd/bisync", 5626 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 5627 }, 5628 { 5629 "name": "Test TestChunkerMailru: test_createemptysrcdirs RemoteLocal", 5630 "type": "go", 5631 "request": "launch", 5632 "mode": "test", 5633 "program": "./cmd/bisync", 5634 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 5635 }, 5636 { 5637 "name": "Test TestChunkerMailru: test_createemptysrcdirs RemoteRemote", 5638 "type": "go", 5639 "request": "launch", 5640 "mode": "test", 5641 "program": "./cmd/bisync", 5642 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 5643 }, 5644 { 5645 "name": "Test TestChunkerMailru: test_dry_run LocalRemote", 5646 "type": "go", 5647 "request": "launch", 5648 "mode": "test", 5649 "program": "./cmd/bisync", 5650 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_dry_run", "-no-cleanup"] 5651 }, 5652 { 5653 "name": "Test TestChunkerMailru: test_dry_run RemoteLocal", 5654 "type": "go", 5655 "request": "launch", 5656 "mode": "test", 5657 "program": "./cmd/bisync", 5658 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 5659 }, 5660 { 5661 "name": "Test TestChunkerMailru: test_dry_run RemoteRemote", 5662 "type": "go", 5663 "request": "launch", 5664 "mode": "test", 5665 "program": "./cmd/bisync", 5666 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_dry_run", "-no-cleanup"] 5667 }, 5668 { 5669 "name": "Test TestChunkerMailru: test_equal LocalRemote", 5670 "type": "go", 5671 "request": "launch", 5672 "mode": "test", 5673 "program": "./cmd/bisync", 5674 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_equal", "-no-cleanup"] 5675 }, 5676 { 5677 "name": "Test TestChunkerMailru: test_equal RemoteLocal", 5678 "type": "go", 5679 "request": "launch", 5680 "mode": "test", 5681 "program": "./cmd/bisync", 5682 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 5683 }, 5684 { 5685 "name": "Test TestChunkerMailru: test_equal RemoteRemote", 5686 "type": "go", 5687 "request": "launch", 5688 "mode": "test", 5689 "program": "./cmd/bisync", 5690 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_equal", "-no-cleanup"] 5691 }, 5692 { 5693 "name": "Test TestChunkerMailru: test_ext_paths LocalRemote", 5694 "type": "go", 5695 "request": "launch", 5696 "mode": "test", 5697 "program": "./cmd/bisync", 5698 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_ext_paths", "-no-cleanup"] 5699 }, 5700 { 5701 "name": "Test TestChunkerMailru: test_ext_paths RemoteLocal", 5702 "type": "go", 5703 "request": "launch", 5704 "mode": "test", 5705 "program": "./cmd/bisync", 5706 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 5707 }, 5708 { 5709 "name": "Test TestChunkerMailru: test_ext_paths RemoteRemote", 5710 "type": "go", 5711 "request": "launch", 5712 "mode": "test", 5713 "program": "./cmd/bisync", 5714 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_ext_paths", "-no-cleanup"] 5715 }, 5716 { 5717 "name": "Test TestChunkerMailru: test_extended_filenames LocalRemote", 5718 "type": "go", 5719 "request": "launch", 5720 "mode": "test", 5721 "program": "./cmd/bisync", 5722 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_extended_filenames", "-no-cleanup"] 5723 }, 5724 { 5725 "name": "Test TestChunkerMailru: test_extended_filenames RemoteLocal", 5726 "type": "go", 5727 "request": "launch", 5728 "mode": "test", 5729 "program": "./cmd/bisync", 5730 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 5731 }, 5732 { 5733 "name": "Test TestChunkerMailru: test_extended_filenames RemoteRemote", 5734 "type": "go", 5735 "request": "launch", 5736 "mode": "test", 5737 "program": "./cmd/bisync", 5738 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_extended_filenames", "-no-cleanup"] 5739 }, 5740 { 5741 "name": "Test TestChunkerMailru: test_filters LocalRemote", 5742 "type": "go", 5743 "request": "launch", 5744 "mode": "test", 5745 "program": "./cmd/bisync", 5746 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_filters", "-no-cleanup"] 5747 }, 5748 { 5749 "name": "Test TestChunkerMailru: test_filters RemoteLocal", 5750 "type": "go", 5751 "request": "launch", 5752 "mode": "test", 5753 "program": "./cmd/bisync", 5754 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 5755 }, 5756 { 5757 "name": "Test TestChunkerMailru: test_filters RemoteRemote", 5758 "type": "go", 5759 "request": "launch", 5760 "mode": "test", 5761 "program": "./cmd/bisync", 5762 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_filters", "-no-cleanup"] 5763 }, 5764 { 5765 "name": "Test TestChunkerMailru: test_filtersfile_checks LocalRemote", 5766 "type": "go", 5767 "request": "launch", 5768 "mode": "test", 5769 "program": "./cmd/bisync", 5770 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_filtersfile_checks", "-no-cleanup"] 5771 }, 5772 { 5773 "name": "Test TestChunkerMailru: test_filtersfile_checks RemoteLocal", 5774 "type": "go", 5775 "request": "launch", 5776 "mode": "test", 5777 "program": "./cmd/bisync", 5778 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 5779 }, 5780 { 5781 "name": "Test TestChunkerMailru: test_filtersfile_checks RemoteRemote", 5782 "type": "go", 5783 "request": "launch", 5784 "mode": "test", 5785 "program": "./cmd/bisync", 5786 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_filtersfile_checks", "-no-cleanup"] 5787 }, 5788 { 5789 "name": "Test TestChunkerMailru: test_ignorelistingchecksum LocalRemote", 5790 "type": "go", 5791 "request": "launch", 5792 "mode": "test", 5793 "program": "./cmd/bisync", 5794 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 5795 }, 5796 { 5797 "name": "Test TestChunkerMailru: test_ignorelistingchecksum RemoteLocal", 5798 "type": "go", 5799 "request": "launch", 5800 "mode": "test", 5801 "program": "./cmd/bisync", 5802 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 5803 }, 5804 { 5805 "name": "Test TestChunkerMailru: test_ignorelistingchecksum RemoteRemote", 5806 "type": "go", 5807 "request": "launch", 5808 "mode": "test", 5809 "program": "./cmd/bisync", 5810 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 5811 }, 5812 { 5813 "name": "Test TestChunkerMailru: test_max_delete_path1 LocalRemote", 5814 "type": "go", 5815 "request": "launch", 5816 "mode": "test", 5817 "program": "./cmd/bisync", 5818 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_max_delete_path1", "-no-cleanup"] 5819 }, 5820 { 5821 "name": "Test TestChunkerMailru: test_max_delete_path1 RemoteLocal", 5822 "type": "go", 5823 "request": "launch", 5824 "mode": "test", 5825 "program": "./cmd/bisync", 5826 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 5827 }, 5828 { 5829 "name": "Test TestChunkerMailru: test_max_delete_path1 RemoteRemote", 5830 "type": "go", 5831 "request": "launch", 5832 "mode": "test", 5833 "program": "./cmd/bisync", 5834 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_max_delete_path1", "-no-cleanup"] 5835 }, 5836 { 5837 "name": "Test TestChunkerMailru: test_max_delete_path2_force LocalRemote", 5838 "type": "go", 5839 "request": "launch", 5840 "mode": "test", 5841 "program": "./cmd/bisync", 5842 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 5843 }, 5844 { 5845 "name": "Test TestChunkerMailru: test_max_delete_path2_force RemoteLocal", 5846 "type": "go", 5847 "request": "launch", 5848 "mode": "test", 5849 "program": "./cmd/bisync", 5850 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 5851 }, 5852 { 5853 "name": "Test TestChunkerMailru: test_max_delete_path2_force RemoteRemote", 5854 "type": "go", 5855 "request": "launch", 5856 "mode": "test", 5857 "program": "./cmd/bisync", 5858 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 5859 }, 5860 { 5861 "name": "Test TestChunkerMailru: test_nomodtime LocalRemote", 5862 "type": "go", 5863 "request": "launch", 5864 "mode": "test", 5865 "program": "./cmd/bisync", 5866 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_nomodtime", "-no-cleanup"] 5867 }, 5868 { 5869 "name": "Test TestChunkerMailru: test_nomodtime RemoteLocal", 5870 "type": "go", 5871 "request": "launch", 5872 "mode": "test", 5873 "program": "./cmd/bisync", 5874 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 5875 }, 5876 { 5877 "name": "Test TestChunkerMailru: test_nomodtime RemoteRemote", 5878 "type": "go", 5879 "request": "launch", 5880 "mode": "test", 5881 "program": "./cmd/bisync", 5882 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_nomodtime", "-no-cleanup"] 5883 }, 5884 { 5885 "name": "Test TestChunkerMailru: test_normalization LocalRemote", 5886 "type": "go", 5887 "request": "launch", 5888 "mode": "test", 5889 "program": "./cmd/bisync", 5890 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_normalization", "-no-cleanup"] 5891 }, 5892 { 5893 "name": "Test TestChunkerMailru: test_normalization RemoteLocal", 5894 "type": "go", 5895 "request": "launch", 5896 "mode": "test", 5897 "program": "./cmd/bisync", 5898 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 5899 }, 5900 { 5901 "name": "Test TestChunkerMailru: test_normalization RemoteRemote", 5902 "type": "go", 5903 "request": "launch", 5904 "mode": "test", 5905 "program": "./cmd/bisync", 5906 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_normalization", "-no-cleanup"] 5907 }, 5908 { 5909 "name": "Test TestChunkerMailru: test_rclone_args LocalRemote", 5910 "type": "go", 5911 "request": "launch", 5912 "mode": "test", 5913 "program": "./cmd/bisync", 5914 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_rclone_args", "-no-cleanup"] 5915 }, 5916 { 5917 "name": "Test TestChunkerMailru: test_rclone_args RemoteLocal", 5918 "type": "go", 5919 "request": "launch", 5920 "mode": "test", 5921 "program": "./cmd/bisync", 5922 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 5923 }, 5924 { 5925 "name": "Test TestChunkerMailru: test_rclone_args RemoteRemote", 5926 "type": "go", 5927 "request": "launch", 5928 "mode": "test", 5929 "program": "./cmd/bisync", 5930 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_rclone_args", "-no-cleanup"] 5931 }, 5932 { 5933 "name": "Test TestChunkerMailru: test_resolve LocalRemote", 5934 "type": "go", 5935 "request": "launch", 5936 "mode": "test", 5937 "program": "./cmd/bisync", 5938 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_resolve", "-no-cleanup"] 5939 }, 5940 { 5941 "name": "Test TestChunkerMailru: test_resolve RemoteLocal", 5942 "type": "go", 5943 "request": "launch", 5944 "mode": "test", 5945 "program": "./cmd/bisync", 5946 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 5947 }, 5948 { 5949 "name": "Test TestChunkerMailru: test_resolve RemoteRemote", 5950 "type": "go", 5951 "request": "launch", 5952 "mode": "test", 5953 "program": "./cmd/bisync", 5954 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_resolve", "-no-cleanup"] 5955 }, 5956 { 5957 "name": "Test TestChunkerMailru: test_resync LocalRemote", 5958 "type": "go", 5959 "request": "launch", 5960 "mode": "test", 5961 "program": "./cmd/bisync", 5962 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_resync", "-no-cleanup"] 5963 }, 5964 { 5965 "name": "Test TestChunkerMailru: test_resync RemoteLocal", 5966 "type": "go", 5967 "request": "launch", 5968 "mode": "test", 5969 "program": "./cmd/bisync", 5970 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 5971 }, 5972 { 5973 "name": "Test TestChunkerMailru: test_resync RemoteRemote", 5974 "type": "go", 5975 "request": "launch", 5976 "mode": "test", 5977 "program": "./cmd/bisync", 5978 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_resync", "-no-cleanup"] 5979 }, 5980 { 5981 "name": "Test TestChunkerMailru: test_resync_modes LocalRemote", 5982 "type": "go", 5983 "request": "launch", 5984 "mode": "test", 5985 "program": "./cmd/bisync", 5986 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_resync_modes", "-no-cleanup"] 5987 }, 5988 { 5989 "name": "Test TestChunkerMailru: test_resync_modes RemoteLocal", 5990 "type": "go", 5991 "request": "launch", 5992 "mode": "test", 5993 "program": "./cmd/bisync", 5994 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 5995 }, 5996 { 5997 "name": "Test TestChunkerMailru: test_resync_modes RemoteRemote", 5998 "type": "go", 5999 "request": "launch", 6000 "mode": "test", 6001 "program": "./cmd/bisync", 6002 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_resync_modes", "-no-cleanup"] 6003 }, 6004 { 6005 "name": "Test TestChunkerMailru: test_rmdirs LocalRemote", 6006 "type": "go", 6007 "request": "launch", 6008 "mode": "test", 6009 "program": "./cmd/bisync", 6010 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_rmdirs", "-no-cleanup"] 6011 }, 6012 { 6013 "name": "Test TestChunkerMailru: test_rmdirs RemoteLocal", 6014 "type": "go", 6015 "request": "launch", 6016 "mode": "test", 6017 "program": "./cmd/bisync", 6018 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 6019 }, 6020 { 6021 "name": "Test TestChunkerMailru: test_rmdirs RemoteRemote", 6022 "type": "go", 6023 "request": "launch", 6024 "mode": "test", 6025 "program": "./cmd/bisync", 6026 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_rmdirs", "-no-cleanup"] 6027 }, 6028 { 6029 "name": "Test TestChunkerMailru: test_volatile LocalRemote", 6030 "type": "go", 6031 "request": "launch", 6032 "mode": "test", 6033 "program": "./cmd/bisync", 6034 "args": ["-remote", "local", "-remote2", "TestChunkerMailru:", "-case", "test_volatile", "-no-cleanup"] 6035 }, 6036 { 6037 "name": "Test TestChunkerMailru: test_volatile RemoteLocal", 6038 "type": "go", 6039 "request": "launch", 6040 "mode": "test", 6041 "program": "./cmd/bisync", 6042 "args": ["-remote", "TestChunkerMailru:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 6043 }, 6044 { 6045 "name": "Test TestChunkerMailru: test_volatile RemoteRemote", 6046 "type": "go", 6047 "request": "launch", 6048 "mode": "test", 6049 "program": "./cmd/bisync", 6050 "args": ["-remote", "TestChunkerMailru:", "-remote2", "TestChunkerMailru:", "-case", "test_volatile", "-no-cleanup"] 6051 }, 6052 { 6053 "name": "Test TestChunkerChunk50bMailru: test_all_changed LocalRemote", 6054 "type": "go", 6055 "request": "launch", 6056 "mode": "test", 6057 "program": "./cmd/bisync", 6058 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_all_changed", "-no-cleanup"] 6059 }, 6060 { 6061 "name": "Test TestChunkerChunk50bMailru: test_all_changed RemoteLocal", 6062 "type": "go", 6063 "request": "launch", 6064 "mode": "test", 6065 "program": "./cmd/bisync", 6066 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 6067 }, 6068 { 6069 "name": "Test TestChunkerChunk50bMailru: test_all_changed RemoteRemote", 6070 "type": "go", 6071 "request": "launch", 6072 "mode": "test", 6073 "program": "./cmd/bisync", 6074 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_all_changed", "-no-cleanup"] 6075 }, 6076 { 6077 "name": "Test TestChunkerChunk50bMailru: test_backupdir LocalRemote", 6078 "type": "go", 6079 "request": "launch", 6080 "mode": "test", 6081 "program": "./cmd/bisync", 6082 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_backupdir", "-no-cleanup"] 6083 }, 6084 { 6085 "name": "Test TestChunkerChunk50bMailru: test_backupdir RemoteLocal", 6086 "type": "go", 6087 "request": "launch", 6088 "mode": "test", 6089 "program": "./cmd/bisync", 6090 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 6091 }, 6092 { 6093 "name": "Test TestChunkerChunk50bMailru: test_backupdir RemoteRemote", 6094 "type": "go", 6095 "request": "launch", 6096 "mode": "test", 6097 "program": "./cmd/bisync", 6098 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_backupdir", "-no-cleanup"] 6099 }, 6100 { 6101 "name": "Test TestChunkerChunk50bMailru: test_basic LocalRemote", 6102 "type": "go", 6103 "request": "launch", 6104 "mode": "test", 6105 "program": "./cmd/bisync", 6106 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_basic", "-no-cleanup"] 6107 }, 6108 { 6109 "name": "Test TestChunkerChunk50bMailru: test_basic RemoteLocal", 6110 "type": "go", 6111 "request": "launch", 6112 "mode": "test", 6113 "program": "./cmd/bisync", 6114 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 6115 }, 6116 { 6117 "name": "Test TestChunkerChunk50bMailru: test_basic RemoteRemote", 6118 "type": "go", 6119 "request": "launch", 6120 "mode": "test", 6121 "program": "./cmd/bisync", 6122 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_basic", "-no-cleanup"] 6123 }, 6124 { 6125 "name": "Test TestChunkerChunk50bMailru: test_changes LocalRemote", 6126 "type": "go", 6127 "request": "launch", 6128 "mode": "test", 6129 "program": "./cmd/bisync", 6130 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_changes", "-no-cleanup"] 6131 }, 6132 { 6133 "name": "Test TestChunkerChunk50bMailru: test_changes RemoteLocal", 6134 "type": "go", 6135 "request": "launch", 6136 "mode": "test", 6137 "program": "./cmd/bisync", 6138 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 6139 }, 6140 { 6141 "name": "Test TestChunkerChunk50bMailru: test_changes RemoteRemote", 6142 "type": "go", 6143 "request": "launch", 6144 "mode": "test", 6145 "program": "./cmd/bisync", 6146 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_changes", "-no-cleanup"] 6147 }, 6148 { 6149 "name": "Test TestChunkerChunk50bMailru: test_check_access LocalRemote", 6150 "type": "go", 6151 "request": "launch", 6152 "mode": "test", 6153 "program": "./cmd/bisync", 6154 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_check_access", "-no-cleanup"] 6155 }, 6156 { 6157 "name": "Test TestChunkerChunk50bMailru: test_check_access RemoteLocal", 6158 "type": "go", 6159 "request": "launch", 6160 "mode": "test", 6161 "program": "./cmd/bisync", 6162 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 6163 }, 6164 { 6165 "name": "Test TestChunkerChunk50bMailru: test_check_access RemoteRemote", 6166 "type": "go", 6167 "request": "launch", 6168 "mode": "test", 6169 "program": "./cmd/bisync", 6170 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_check_access", "-no-cleanup"] 6171 }, 6172 { 6173 "name": "Test TestChunkerChunk50bMailru: test_check_access_filters LocalRemote", 6174 "type": "go", 6175 "request": "launch", 6176 "mode": "test", 6177 "program": "./cmd/bisync", 6178 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_check_access_filters", "-no-cleanup"] 6179 }, 6180 { 6181 "name": "Test TestChunkerChunk50bMailru: test_check_access_filters RemoteLocal", 6182 "type": "go", 6183 "request": "launch", 6184 "mode": "test", 6185 "program": "./cmd/bisync", 6186 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 6187 }, 6188 { 6189 "name": "Test TestChunkerChunk50bMailru: test_check_access_filters RemoteRemote", 6190 "type": "go", 6191 "request": "launch", 6192 "mode": "test", 6193 "program": "./cmd/bisync", 6194 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_check_access_filters", "-no-cleanup"] 6195 }, 6196 { 6197 "name": "Test TestChunkerChunk50bMailru: test_check_filename LocalRemote", 6198 "type": "go", 6199 "request": "launch", 6200 "mode": "test", 6201 "program": "./cmd/bisync", 6202 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_check_filename", "-no-cleanup"] 6203 }, 6204 { 6205 "name": "Test TestChunkerChunk50bMailru: test_check_filename RemoteLocal", 6206 "type": "go", 6207 "request": "launch", 6208 "mode": "test", 6209 "program": "./cmd/bisync", 6210 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 6211 }, 6212 { 6213 "name": "Test TestChunkerChunk50bMailru: test_check_filename RemoteRemote", 6214 "type": "go", 6215 "request": "launch", 6216 "mode": "test", 6217 "program": "./cmd/bisync", 6218 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_check_filename", "-no-cleanup"] 6219 }, 6220 { 6221 "name": "Test TestChunkerChunk50bMailru: test_check_sync LocalRemote", 6222 "type": "go", 6223 "request": "launch", 6224 "mode": "test", 6225 "program": "./cmd/bisync", 6226 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_check_sync", "-no-cleanup"] 6227 }, 6228 { 6229 "name": "Test TestChunkerChunk50bMailru: test_check_sync RemoteLocal", 6230 "type": "go", 6231 "request": "launch", 6232 "mode": "test", 6233 "program": "./cmd/bisync", 6234 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 6235 }, 6236 { 6237 "name": "Test TestChunkerChunk50bMailru: test_check_sync RemoteRemote", 6238 "type": "go", 6239 "request": "launch", 6240 "mode": "test", 6241 "program": "./cmd/bisync", 6242 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_check_sync", "-no-cleanup"] 6243 }, 6244 { 6245 "name": "Test TestChunkerChunk50bMailru: test_compare_all LocalRemote", 6246 "type": "go", 6247 "request": "launch", 6248 "mode": "test", 6249 "program": "./cmd/bisync", 6250 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_compare_all", "-no-cleanup"] 6251 }, 6252 { 6253 "name": "Test TestChunkerChunk50bMailru: test_compare_all RemoteLocal", 6254 "type": "go", 6255 "request": "launch", 6256 "mode": "test", 6257 "program": "./cmd/bisync", 6258 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 6259 }, 6260 { 6261 "name": "Test TestChunkerChunk50bMailru: test_compare_all RemoteRemote", 6262 "type": "go", 6263 "request": "launch", 6264 "mode": "test", 6265 "program": "./cmd/bisync", 6266 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_compare_all", "-no-cleanup"] 6267 }, 6268 { 6269 "name": "Test TestChunkerChunk50bMailru: test_createemptysrcdirs LocalRemote", 6270 "type": "go", 6271 "request": "launch", 6272 "mode": "test", 6273 "program": "./cmd/bisync", 6274 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 6275 }, 6276 { 6277 "name": "Test TestChunkerChunk50bMailru: test_createemptysrcdirs RemoteLocal", 6278 "type": "go", 6279 "request": "launch", 6280 "mode": "test", 6281 "program": "./cmd/bisync", 6282 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 6283 }, 6284 { 6285 "name": "Test TestChunkerChunk50bMailru: test_createemptysrcdirs RemoteRemote", 6286 "type": "go", 6287 "request": "launch", 6288 "mode": "test", 6289 "program": "./cmd/bisync", 6290 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 6291 }, 6292 { 6293 "name": "Test TestChunkerChunk50bMailru: test_dry_run LocalRemote", 6294 "type": "go", 6295 "request": "launch", 6296 "mode": "test", 6297 "program": "./cmd/bisync", 6298 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_dry_run", "-no-cleanup"] 6299 }, 6300 { 6301 "name": "Test TestChunkerChunk50bMailru: test_dry_run RemoteLocal", 6302 "type": "go", 6303 "request": "launch", 6304 "mode": "test", 6305 "program": "./cmd/bisync", 6306 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 6307 }, 6308 { 6309 "name": "Test TestChunkerChunk50bMailru: test_dry_run RemoteRemote", 6310 "type": "go", 6311 "request": "launch", 6312 "mode": "test", 6313 "program": "./cmd/bisync", 6314 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_dry_run", "-no-cleanup"] 6315 }, 6316 { 6317 "name": "Test TestChunkerChunk50bMailru: test_equal LocalRemote", 6318 "type": "go", 6319 "request": "launch", 6320 "mode": "test", 6321 "program": "./cmd/bisync", 6322 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_equal", "-no-cleanup"] 6323 }, 6324 { 6325 "name": "Test TestChunkerChunk50bMailru: test_equal RemoteLocal", 6326 "type": "go", 6327 "request": "launch", 6328 "mode": "test", 6329 "program": "./cmd/bisync", 6330 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 6331 }, 6332 { 6333 "name": "Test TestChunkerChunk50bMailru: test_equal RemoteRemote", 6334 "type": "go", 6335 "request": "launch", 6336 "mode": "test", 6337 "program": "./cmd/bisync", 6338 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_equal", "-no-cleanup"] 6339 }, 6340 { 6341 "name": "Test TestChunkerChunk50bMailru: test_ext_paths LocalRemote", 6342 "type": "go", 6343 "request": "launch", 6344 "mode": "test", 6345 "program": "./cmd/bisync", 6346 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_ext_paths", "-no-cleanup"] 6347 }, 6348 { 6349 "name": "Test TestChunkerChunk50bMailru: test_ext_paths RemoteLocal", 6350 "type": "go", 6351 "request": "launch", 6352 "mode": "test", 6353 "program": "./cmd/bisync", 6354 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 6355 }, 6356 { 6357 "name": "Test TestChunkerChunk50bMailru: test_ext_paths RemoteRemote", 6358 "type": "go", 6359 "request": "launch", 6360 "mode": "test", 6361 "program": "./cmd/bisync", 6362 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_ext_paths", "-no-cleanup"] 6363 }, 6364 { 6365 "name": "Test TestChunkerChunk50bMailru: test_extended_filenames LocalRemote", 6366 "type": "go", 6367 "request": "launch", 6368 "mode": "test", 6369 "program": "./cmd/bisync", 6370 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_extended_filenames", "-no-cleanup"] 6371 }, 6372 { 6373 "name": "Test TestChunkerChunk50bMailru: test_extended_filenames RemoteLocal", 6374 "type": "go", 6375 "request": "launch", 6376 "mode": "test", 6377 "program": "./cmd/bisync", 6378 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 6379 }, 6380 { 6381 "name": "Test TestChunkerChunk50bMailru: test_extended_filenames RemoteRemote", 6382 "type": "go", 6383 "request": "launch", 6384 "mode": "test", 6385 "program": "./cmd/bisync", 6386 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_extended_filenames", "-no-cleanup"] 6387 }, 6388 { 6389 "name": "Test TestChunkerChunk50bMailru: test_filters LocalRemote", 6390 "type": "go", 6391 "request": "launch", 6392 "mode": "test", 6393 "program": "./cmd/bisync", 6394 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_filters", "-no-cleanup"] 6395 }, 6396 { 6397 "name": "Test TestChunkerChunk50bMailru: test_filters RemoteLocal", 6398 "type": "go", 6399 "request": "launch", 6400 "mode": "test", 6401 "program": "./cmd/bisync", 6402 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 6403 }, 6404 { 6405 "name": "Test TestChunkerChunk50bMailru: test_filters RemoteRemote", 6406 "type": "go", 6407 "request": "launch", 6408 "mode": "test", 6409 "program": "./cmd/bisync", 6410 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_filters", "-no-cleanup"] 6411 }, 6412 { 6413 "name": "Test TestChunkerChunk50bMailru: test_filtersfile_checks LocalRemote", 6414 "type": "go", 6415 "request": "launch", 6416 "mode": "test", 6417 "program": "./cmd/bisync", 6418 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_filtersfile_checks", "-no-cleanup"] 6419 }, 6420 { 6421 "name": "Test TestChunkerChunk50bMailru: test_filtersfile_checks RemoteLocal", 6422 "type": "go", 6423 "request": "launch", 6424 "mode": "test", 6425 "program": "./cmd/bisync", 6426 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 6427 }, 6428 { 6429 "name": "Test TestChunkerChunk50bMailru: test_filtersfile_checks RemoteRemote", 6430 "type": "go", 6431 "request": "launch", 6432 "mode": "test", 6433 "program": "./cmd/bisync", 6434 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_filtersfile_checks", "-no-cleanup"] 6435 }, 6436 { 6437 "name": "Test TestChunkerChunk50bMailru: test_ignorelistingchecksum LocalRemote", 6438 "type": "go", 6439 "request": "launch", 6440 "mode": "test", 6441 "program": "./cmd/bisync", 6442 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 6443 }, 6444 { 6445 "name": "Test TestChunkerChunk50bMailru: test_ignorelistingchecksum RemoteLocal", 6446 "type": "go", 6447 "request": "launch", 6448 "mode": "test", 6449 "program": "./cmd/bisync", 6450 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 6451 }, 6452 { 6453 "name": "Test TestChunkerChunk50bMailru: test_ignorelistingchecksum RemoteRemote", 6454 "type": "go", 6455 "request": "launch", 6456 "mode": "test", 6457 "program": "./cmd/bisync", 6458 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 6459 }, 6460 { 6461 "name": "Test TestChunkerChunk50bMailru: test_max_delete_path1 LocalRemote", 6462 "type": "go", 6463 "request": "launch", 6464 "mode": "test", 6465 "program": "./cmd/bisync", 6466 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_max_delete_path1", "-no-cleanup"] 6467 }, 6468 { 6469 "name": "Test TestChunkerChunk50bMailru: test_max_delete_path1 RemoteLocal", 6470 "type": "go", 6471 "request": "launch", 6472 "mode": "test", 6473 "program": "./cmd/bisync", 6474 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 6475 }, 6476 { 6477 "name": "Test TestChunkerChunk50bMailru: test_max_delete_path1 RemoteRemote", 6478 "type": "go", 6479 "request": "launch", 6480 "mode": "test", 6481 "program": "./cmd/bisync", 6482 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_max_delete_path1", "-no-cleanup"] 6483 }, 6484 { 6485 "name": "Test TestChunkerChunk50bMailru: test_max_delete_path2_force LocalRemote", 6486 "type": "go", 6487 "request": "launch", 6488 "mode": "test", 6489 "program": "./cmd/bisync", 6490 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 6491 }, 6492 { 6493 "name": "Test TestChunkerChunk50bMailru: test_max_delete_path2_force RemoteLocal", 6494 "type": "go", 6495 "request": "launch", 6496 "mode": "test", 6497 "program": "./cmd/bisync", 6498 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 6499 }, 6500 { 6501 "name": "Test TestChunkerChunk50bMailru: test_max_delete_path2_force RemoteRemote", 6502 "type": "go", 6503 "request": "launch", 6504 "mode": "test", 6505 "program": "./cmd/bisync", 6506 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 6507 }, 6508 { 6509 "name": "Test TestChunkerChunk50bMailru: test_nomodtime LocalRemote", 6510 "type": "go", 6511 "request": "launch", 6512 "mode": "test", 6513 "program": "./cmd/bisync", 6514 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_nomodtime", "-no-cleanup"] 6515 }, 6516 { 6517 "name": "Test TestChunkerChunk50bMailru: test_nomodtime RemoteLocal", 6518 "type": "go", 6519 "request": "launch", 6520 "mode": "test", 6521 "program": "./cmd/bisync", 6522 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 6523 }, 6524 { 6525 "name": "Test TestChunkerChunk50bMailru: test_nomodtime RemoteRemote", 6526 "type": "go", 6527 "request": "launch", 6528 "mode": "test", 6529 "program": "./cmd/bisync", 6530 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_nomodtime", "-no-cleanup"] 6531 }, 6532 { 6533 "name": "Test TestChunkerChunk50bMailru: test_normalization LocalRemote", 6534 "type": "go", 6535 "request": "launch", 6536 "mode": "test", 6537 "program": "./cmd/bisync", 6538 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_normalization", "-no-cleanup"] 6539 }, 6540 { 6541 "name": "Test TestChunkerChunk50bMailru: test_normalization RemoteLocal", 6542 "type": "go", 6543 "request": "launch", 6544 "mode": "test", 6545 "program": "./cmd/bisync", 6546 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 6547 }, 6548 { 6549 "name": "Test TestChunkerChunk50bMailru: test_normalization RemoteRemote", 6550 "type": "go", 6551 "request": "launch", 6552 "mode": "test", 6553 "program": "./cmd/bisync", 6554 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_normalization", "-no-cleanup"] 6555 }, 6556 { 6557 "name": "Test TestChunkerChunk50bMailru: test_rclone_args LocalRemote", 6558 "type": "go", 6559 "request": "launch", 6560 "mode": "test", 6561 "program": "./cmd/bisync", 6562 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_rclone_args", "-no-cleanup"] 6563 }, 6564 { 6565 "name": "Test TestChunkerChunk50bMailru: test_rclone_args RemoteLocal", 6566 "type": "go", 6567 "request": "launch", 6568 "mode": "test", 6569 "program": "./cmd/bisync", 6570 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 6571 }, 6572 { 6573 "name": "Test TestChunkerChunk50bMailru: test_rclone_args RemoteRemote", 6574 "type": "go", 6575 "request": "launch", 6576 "mode": "test", 6577 "program": "./cmd/bisync", 6578 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_rclone_args", "-no-cleanup"] 6579 }, 6580 { 6581 "name": "Test TestChunkerChunk50bMailru: test_resolve LocalRemote", 6582 "type": "go", 6583 "request": "launch", 6584 "mode": "test", 6585 "program": "./cmd/bisync", 6586 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_resolve", "-no-cleanup"] 6587 }, 6588 { 6589 "name": "Test TestChunkerChunk50bMailru: test_resolve RemoteLocal", 6590 "type": "go", 6591 "request": "launch", 6592 "mode": "test", 6593 "program": "./cmd/bisync", 6594 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 6595 }, 6596 { 6597 "name": "Test TestChunkerChunk50bMailru: test_resolve RemoteRemote", 6598 "type": "go", 6599 "request": "launch", 6600 "mode": "test", 6601 "program": "./cmd/bisync", 6602 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_resolve", "-no-cleanup"] 6603 }, 6604 { 6605 "name": "Test TestChunkerChunk50bMailru: test_resync LocalRemote", 6606 "type": "go", 6607 "request": "launch", 6608 "mode": "test", 6609 "program": "./cmd/bisync", 6610 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_resync", "-no-cleanup"] 6611 }, 6612 { 6613 "name": "Test TestChunkerChunk50bMailru: test_resync RemoteLocal", 6614 "type": "go", 6615 "request": "launch", 6616 "mode": "test", 6617 "program": "./cmd/bisync", 6618 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 6619 }, 6620 { 6621 "name": "Test TestChunkerChunk50bMailru: test_resync RemoteRemote", 6622 "type": "go", 6623 "request": "launch", 6624 "mode": "test", 6625 "program": "./cmd/bisync", 6626 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_resync", "-no-cleanup"] 6627 }, 6628 { 6629 "name": "Test TestChunkerChunk50bMailru: test_resync_modes LocalRemote", 6630 "type": "go", 6631 "request": "launch", 6632 "mode": "test", 6633 "program": "./cmd/bisync", 6634 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_resync_modes", "-no-cleanup"] 6635 }, 6636 { 6637 "name": "Test TestChunkerChunk50bMailru: test_resync_modes RemoteLocal", 6638 "type": "go", 6639 "request": "launch", 6640 "mode": "test", 6641 "program": "./cmd/bisync", 6642 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 6643 }, 6644 { 6645 "name": "Test TestChunkerChunk50bMailru: test_resync_modes RemoteRemote", 6646 "type": "go", 6647 "request": "launch", 6648 "mode": "test", 6649 "program": "./cmd/bisync", 6650 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_resync_modes", "-no-cleanup"] 6651 }, 6652 { 6653 "name": "Test TestChunkerChunk50bMailru: test_rmdirs LocalRemote", 6654 "type": "go", 6655 "request": "launch", 6656 "mode": "test", 6657 "program": "./cmd/bisync", 6658 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_rmdirs", "-no-cleanup"] 6659 }, 6660 { 6661 "name": "Test TestChunkerChunk50bMailru: test_rmdirs RemoteLocal", 6662 "type": "go", 6663 "request": "launch", 6664 "mode": "test", 6665 "program": "./cmd/bisync", 6666 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 6667 }, 6668 { 6669 "name": "Test TestChunkerChunk50bMailru: test_rmdirs RemoteRemote", 6670 "type": "go", 6671 "request": "launch", 6672 "mode": "test", 6673 "program": "./cmd/bisync", 6674 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_rmdirs", "-no-cleanup"] 6675 }, 6676 { 6677 "name": "Test TestChunkerChunk50bMailru: test_volatile LocalRemote", 6678 "type": "go", 6679 "request": "launch", 6680 "mode": "test", 6681 "program": "./cmd/bisync", 6682 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_volatile", "-no-cleanup"] 6683 }, 6684 { 6685 "name": "Test TestChunkerChunk50bMailru: test_volatile RemoteLocal", 6686 "type": "go", 6687 "request": "launch", 6688 "mode": "test", 6689 "program": "./cmd/bisync", 6690 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 6691 }, 6692 { 6693 "name": "Test TestChunkerChunk50bMailru: test_volatile RemoteRemote", 6694 "type": "go", 6695 "request": "launch", 6696 "mode": "test", 6697 "program": "./cmd/bisync", 6698 "args": ["-remote", "TestChunkerChunk50bMailru:", "-remote2", "TestChunkerChunk50bMailru:", "-case", "test_volatile", "-no-cleanup"] 6699 }, 6700 { 6701 "name": "Test TestChunkerChunk50bYandex: test_all_changed LocalRemote", 6702 "type": "go", 6703 "request": "launch", 6704 "mode": "test", 6705 "program": "./cmd/bisync", 6706 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_all_changed", "-no-cleanup"] 6707 }, 6708 { 6709 "name": "Test TestChunkerChunk50bYandex: test_all_changed RemoteLocal", 6710 "type": "go", 6711 "request": "launch", 6712 "mode": "test", 6713 "program": "./cmd/bisync", 6714 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 6715 }, 6716 { 6717 "name": "Test TestChunkerChunk50bYandex: test_all_changed RemoteRemote", 6718 "type": "go", 6719 "request": "launch", 6720 "mode": "test", 6721 "program": "./cmd/bisync", 6722 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_all_changed", "-no-cleanup"] 6723 }, 6724 { 6725 "name": "Test TestChunkerChunk50bYandex: test_backupdir LocalRemote", 6726 "type": "go", 6727 "request": "launch", 6728 "mode": "test", 6729 "program": "./cmd/bisync", 6730 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_backupdir", "-no-cleanup"] 6731 }, 6732 { 6733 "name": "Test TestChunkerChunk50bYandex: test_backupdir RemoteLocal", 6734 "type": "go", 6735 "request": "launch", 6736 "mode": "test", 6737 "program": "./cmd/bisync", 6738 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 6739 }, 6740 { 6741 "name": "Test TestChunkerChunk50bYandex: test_backupdir RemoteRemote", 6742 "type": "go", 6743 "request": "launch", 6744 "mode": "test", 6745 "program": "./cmd/bisync", 6746 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_backupdir", "-no-cleanup"] 6747 }, 6748 { 6749 "name": "Test TestChunkerChunk50bYandex: test_basic LocalRemote", 6750 "type": "go", 6751 "request": "launch", 6752 "mode": "test", 6753 "program": "./cmd/bisync", 6754 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_basic", "-no-cleanup"] 6755 }, 6756 { 6757 "name": "Test TestChunkerChunk50bYandex: test_basic RemoteLocal", 6758 "type": "go", 6759 "request": "launch", 6760 "mode": "test", 6761 "program": "./cmd/bisync", 6762 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 6763 }, 6764 { 6765 "name": "Test TestChunkerChunk50bYandex: test_basic RemoteRemote", 6766 "type": "go", 6767 "request": "launch", 6768 "mode": "test", 6769 "program": "./cmd/bisync", 6770 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_basic", "-no-cleanup"] 6771 }, 6772 { 6773 "name": "Test TestChunkerChunk50bYandex: test_changes LocalRemote", 6774 "type": "go", 6775 "request": "launch", 6776 "mode": "test", 6777 "program": "./cmd/bisync", 6778 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_changes", "-no-cleanup"] 6779 }, 6780 { 6781 "name": "Test TestChunkerChunk50bYandex: test_changes RemoteLocal", 6782 "type": "go", 6783 "request": "launch", 6784 "mode": "test", 6785 "program": "./cmd/bisync", 6786 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 6787 }, 6788 { 6789 "name": "Test TestChunkerChunk50bYandex: test_changes RemoteRemote", 6790 "type": "go", 6791 "request": "launch", 6792 "mode": "test", 6793 "program": "./cmd/bisync", 6794 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_changes", "-no-cleanup"] 6795 }, 6796 { 6797 "name": "Test TestChunkerChunk50bYandex: test_check_access LocalRemote", 6798 "type": "go", 6799 "request": "launch", 6800 "mode": "test", 6801 "program": "./cmd/bisync", 6802 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_check_access", "-no-cleanup"] 6803 }, 6804 { 6805 "name": "Test TestChunkerChunk50bYandex: test_check_access RemoteLocal", 6806 "type": "go", 6807 "request": "launch", 6808 "mode": "test", 6809 "program": "./cmd/bisync", 6810 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 6811 }, 6812 { 6813 "name": "Test TestChunkerChunk50bYandex: test_check_access RemoteRemote", 6814 "type": "go", 6815 "request": "launch", 6816 "mode": "test", 6817 "program": "./cmd/bisync", 6818 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_check_access", "-no-cleanup"] 6819 }, 6820 { 6821 "name": "Test TestChunkerChunk50bYandex: test_check_access_filters LocalRemote", 6822 "type": "go", 6823 "request": "launch", 6824 "mode": "test", 6825 "program": "./cmd/bisync", 6826 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_check_access_filters", "-no-cleanup"] 6827 }, 6828 { 6829 "name": "Test TestChunkerChunk50bYandex: test_check_access_filters RemoteLocal", 6830 "type": "go", 6831 "request": "launch", 6832 "mode": "test", 6833 "program": "./cmd/bisync", 6834 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 6835 }, 6836 { 6837 "name": "Test TestChunkerChunk50bYandex: test_check_access_filters RemoteRemote", 6838 "type": "go", 6839 "request": "launch", 6840 "mode": "test", 6841 "program": "./cmd/bisync", 6842 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_check_access_filters", "-no-cleanup"] 6843 }, 6844 { 6845 "name": "Test TestChunkerChunk50bYandex: test_check_filename LocalRemote", 6846 "type": "go", 6847 "request": "launch", 6848 "mode": "test", 6849 "program": "./cmd/bisync", 6850 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_check_filename", "-no-cleanup"] 6851 }, 6852 { 6853 "name": "Test TestChunkerChunk50bYandex: test_check_filename RemoteLocal", 6854 "type": "go", 6855 "request": "launch", 6856 "mode": "test", 6857 "program": "./cmd/bisync", 6858 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 6859 }, 6860 { 6861 "name": "Test TestChunkerChunk50bYandex: test_check_filename RemoteRemote", 6862 "type": "go", 6863 "request": "launch", 6864 "mode": "test", 6865 "program": "./cmd/bisync", 6866 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_check_filename", "-no-cleanup"] 6867 }, 6868 { 6869 "name": "Test TestChunkerChunk50bYandex: test_check_sync LocalRemote", 6870 "type": "go", 6871 "request": "launch", 6872 "mode": "test", 6873 "program": "./cmd/bisync", 6874 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_check_sync", "-no-cleanup"] 6875 }, 6876 { 6877 "name": "Test TestChunkerChunk50bYandex: test_check_sync RemoteLocal", 6878 "type": "go", 6879 "request": "launch", 6880 "mode": "test", 6881 "program": "./cmd/bisync", 6882 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 6883 }, 6884 { 6885 "name": "Test TestChunkerChunk50bYandex: test_check_sync RemoteRemote", 6886 "type": "go", 6887 "request": "launch", 6888 "mode": "test", 6889 "program": "./cmd/bisync", 6890 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_check_sync", "-no-cleanup"] 6891 }, 6892 { 6893 "name": "Test TestChunkerChunk50bYandex: test_compare_all LocalRemote", 6894 "type": "go", 6895 "request": "launch", 6896 "mode": "test", 6897 "program": "./cmd/bisync", 6898 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_compare_all", "-no-cleanup"] 6899 }, 6900 { 6901 "name": "Test TestChunkerChunk50bYandex: test_compare_all RemoteLocal", 6902 "type": "go", 6903 "request": "launch", 6904 "mode": "test", 6905 "program": "./cmd/bisync", 6906 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 6907 }, 6908 { 6909 "name": "Test TestChunkerChunk50bYandex: test_compare_all RemoteRemote", 6910 "type": "go", 6911 "request": "launch", 6912 "mode": "test", 6913 "program": "./cmd/bisync", 6914 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_compare_all", "-no-cleanup"] 6915 }, 6916 { 6917 "name": "Test TestChunkerChunk50bYandex: test_createemptysrcdirs LocalRemote", 6918 "type": "go", 6919 "request": "launch", 6920 "mode": "test", 6921 "program": "./cmd/bisync", 6922 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 6923 }, 6924 { 6925 "name": "Test TestChunkerChunk50bYandex: test_createemptysrcdirs RemoteLocal", 6926 "type": "go", 6927 "request": "launch", 6928 "mode": "test", 6929 "program": "./cmd/bisync", 6930 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 6931 }, 6932 { 6933 "name": "Test TestChunkerChunk50bYandex: test_createemptysrcdirs RemoteRemote", 6934 "type": "go", 6935 "request": "launch", 6936 "mode": "test", 6937 "program": "./cmd/bisync", 6938 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 6939 }, 6940 { 6941 "name": "Test TestChunkerChunk50bYandex: test_dry_run LocalRemote", 6942 "type": "go", 6943 "request": "launch", 6944 "mode": "test", 6945 "program": "./cmd/bisync", 6946 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_dry_run", "-no-cleanup"] 6947 }, 6948 { 6949 "name": "Test TestChunkerChunk50bYandex: test_dry_run RemoteLocal", 6950 "type": "go", 6951 "request": "launch", 6952 "mode": "test", 6953 "program": "./cmd/bisync", 6954 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 6955 }, 6956 { 6957 "name": "Test TestChunkerChunk50bYandex: test_dry_run RemoteRemote", 6958 "type": "go", 6959 "request": "launch", 6960 "mode": "test", 6961 "program": "./cmd/bisync", 6962 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_dry_run", "-no-cleanup"] 6963 }, 6964 { 6965 "name": "Test TestChunkerChunk50bYandex: test_equal LocalRemote", 6966 "type": "go", 6967 "request": "launch", 6968 "mode": "test", 6969 "program": "./cmd/bisync", 6970 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_equal", "-no-cleanup"] 6971 }, 6972 { 6973 "name": "Test TestChunkerChunk50bYandex: test_equal RemoteLocal", 6974 "type": "go", 6975 "request": "launch", 6976 "mode": "test", 6977 "program": "./cmd/bisync", 6978 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 6979 }, 6980 { 6981 "name": "Test TestChunkerChunk50bYandex: test_equal RemoteRemote", 6982 "type": "go", 6983 "request": "launch", 6984 "mode": "test", 6985 "program": "./cmd/bisync", 6986 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_equal", "-no-cleanup"] 6987 }, 6988 { 6989 "name": "Test TestChunkerChunk50bYandex: test_ext_paths LocalRemote", 6990 "type": "go", 6991 "request": "launch", 6992 "mode": "test", 6993 "program": "./cmd/bisync", 6994 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_ext_paths", "-no-cleanup"] 6995 }, 6996 { 6997 "name": "Test TestChunkerChunk50bYandex: test_ext_paths RemoteLocal", 6998 "type": "go", 6999 "request": "launch", 7000 "mode": "test", 7001 "program": "./cmd/bisync", 7002 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 7003 }, 7004 { 7005 "name": "Test TestChunkerChunk50bYandex: test_ext_paths RemoteRemote", 7006 "type": "go", 7007 "request": "launch", 7008 "mode": "test", 7009 "program": "./cmd/bisync", 7010 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_ext_paths", "-no-cleanup"] 7011 }, 7012 { 7013 "name": "Test TestChunkerChunk50bYandex: test_extended_filenames LocalRemote", 7014 "type": "go", 7015 "request": "launch", 7016 "mode": "test", 7017 "program": "./cmd/bisync", 7018 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_extended_filenames", "-no-cleanup"] 7019 }, 7020 { 7021 "name": "Test TestChunkerChunk50bYandex: test_extended_filenames RemoteLocal", 7022 "type": "go", 7023 "request": "launch", 7024 "mode": "test", 7025 "program": "./cmd/bisync", 7026 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 7027 }, 7028 { 7029 "name": "Test TestChunkerChunk50bYandex: test_extended_filenames RemoteRemote", 7030 "type": "go", 7031 "request": "launch", 7032 "mode": "test", 7033 "program": "./cmd/bisync", 7034 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_extended_filenames", "-no-cleanup"] 7035 }, 7036 { 7037 "name": "Test TestChunkerChunk50bYandex: test_filters LocalRemote", 7038 "type": "go", 7039 "request": "launch", 7040 "mode": "test", 7041 "program": "./cmd/bisync", 7042 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_filters", "-no-cleanup"] 7043 }, 7044 { 7045 "name": "Test TestChunkerChunk50bYandex: test_filters RemoteLocal", 7046 "type": "go", 7047 "request": "launch", 7048 "mode": "test", 7049 "program": "./cmd/bisync", 7050 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 7051 }, 7052 { 7053 "name": "Test TestChunkerChunk50bYandex: test_filters RemoteRemote", 7054 "type": "go", 7055 "request": "launch", 7056 "mode": "test", 7057 "program": "./cmd/bisync", 7058 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_filters", "-no-cleanup"] 7059 }, 7060 { 7061 "name": "Test TestChunkerChunk50bYandex: test_filtersfile_checks LocalRemote", 7062 "type": "go", 7063 "request": "launch", 7064 "mode": "test", 7065 "program": "./cmd/bisync", 7066 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_filtersfile_checks", "-no-cleanup"] 7067 }, 7068 { 7069 "name": "Test TestChunkerChunk50bYandex: test_filtersfile_checks RemoteLocal", 7070 "type": "go", 7071 "request": "launch", 7072 "mode": "test", 7073 "program": "./cmd/bisync", 7074 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 7075 }, 7076 { 7077 "name": "Test TestChunkerChunk50bYandex: test_filtersfile_checks RemoteRemote", 7078 "type": "go", 7079 "request": "launch", 7080 "mode": "test", 7081 "program": "./cmd/bisync", 7082 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_filtersfile_checks", "-no-cleanup"] 7083 }, 7084 { 7085 "name": "Test TestChunkerChunk50bYandex: test_ignorelistingchecksum LocalRemote", 7086 "type": "go", 7087 "request": "launch", 7088 "mode": "test", 7089 "program": "./cmd/bisync", 7090 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 7091 }, 7092 { 7093 "name": "Test TestChunkerChunk50bYandex: test_ignorelistingchecksum RemoteLocal", 7094 "type": "go", 7095 "request": "launch", 7096 "mode": "test", 7097 "program": "./cmd/bisync", 7098 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 7099 }, 7100 { 7101 "name": "Test TestChunkerChunk50bYandex: test_ignorelistingchecksum RemoteRemote", 7102 "type": "go", 7103 "request": "launch", 7104 "mode": "test", 7105 "program": "./cmd/bisync", 7106 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 7107 }, 7108 { 7109 "name": "Test TestChunkerChunk50bYandex: test_max_delete_path1 LocalRemote", 7110 "type": "go", 7111 "request": "launch", 7112 "mode": "test", 7113 "program": "./cmd/bisync", 7114 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_max_delete_path1", "-no-cleanup"] 7115 }, 7116 { 7117 "name": "Test TestChunkerChunk50bYandex: test_max_delete_path1 RemoteLocal", 7118 "type": "go", 7119 "request": "launch", 7120 "mode": "test", 7121 "program": "./cmd/bisync", 7122 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 7123 }, 7124 { 7125 "name": "Test TestChunkerChunk50bYandex: test_max_delete_path1 RemoteRemote", 7126 "type": "go", 7127 "request": "launch", 7128 "mode": "test", 7129 "program": "./cmd/bisync", 7130 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_max_delete_path1", "-no-cleanup"] 7131 }, 7132 { 7133 "name": "Test TestChunkerChunk50bYandex: test_max_delete_path2_force LocalRemote", 7134 "type": "go", 7135 "request": "launch", 7136 "mode": "test", 7137 "program": "./cmd/bisync", 7138 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 7139 }, 7140 { 7141 "name": "Test TestChunkerChunk50bYandex: test_max_delete_path2_force RemoteLocal", 7142 "type": "go", 7143 "request": "launch", 7144 "mode": "test", 7145 "program": "./cmd/bisync", 7146 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 7147 }, 7148 { 7149 "name": "Test TestChunkerChunk50bYandex: test_max_delete_path2_force RemoteRemote", 7150 "type": "go", 7151 "request": "launch", 7152 "mode": "test", 7153 "program": "./cmd/bisync", 7154 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 7155 }, 7156 { 7157 "name": "Test TestChunkerChunk50bYandex: test_nomodtime LocalRemote", 7158 "type": "go", 7159 "request": "launch", 7160 "mode": "test", 7161 "program": "./cmd/bisync", 7162 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_nomodtime", "-no-cleanup"] 7163 }, 7164 { 7165 "name": "Test TestChunkerChunk50bYandex: test_nomodtime RemoteLocal", 7166 "type": "go", 7167 "request": "launch", 7168 "mode": "test", 7169 "program": "./cmd/bisync", 7170 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 7171 }, 7172 { 7173 "name": "Test TestChunkerChunk50bYandex: test_nomodtime RemoteRemote", 7174 "type": "go", 7175 "request": "launch", 7176 "mode": "test", 7177 "program": "./cmd/bisync", 7178 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_nomodtime", "-no-cleanup"] 7179 }, 7180 { 7181 "name": "Test TestChunkerChunk50bYandex: test_normalization LocalRemote", 7182 "type": "go", 7183 "request": "launch", 7184 "mode": "test", 7185 "program": "./cmd/bisync", 7186 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_normalization", "-no-cleanup"] 7187 }, 7188 { 7189 "name": "Test TestChunkerChunk50bYandex: test_normalization RemoteLocal", 7190 "type": "go", 7191 "request": "launch", 7192 "mode": "test", 7193 "program": "./cmd/bisync", 7194 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 7195 }, 7196 { 7197 "name": "Test TestChunkerChunk50bYandex: test_normalization RemoteRemote", 7198 "type": "go", 7199 "request": "launch", 7200 "mode": "test", 7201 "program": "./cmd/bisync", 7202 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_normalization", "-no-cleanup"] 7203 }, 7204 { 7205 "name": "Test TestChunkerChunk50bYandex: test_rclone_args LocalRemote", 7206 "type": "go", 7207 "request": "launch", 7208 "mode": "test", 7209 "program": "./cmd/bisync", 7210 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_rclone_args", "-no-cleanup"] 7211 }, 7212 { 7213 "name": "Test TestChunkerChunk50bYandex: test_rclone_args RemoteLocal", 7214 "type": "go", 7215 "request": "launch", 7216 "mode": "test", 7217 "program": "./cmd/bisync", 7218 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 7219 }, 7220 { 7221 "name": "Test TestChunkerChunk50bYandex: test_rclone_args RemoteRemote", 7222 "type": "go", 7223 "request": "launch", 7224 "mode": "test", 7225 "program": "./cmd/bisync", 7226 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_rclone_args", "-no-cleanup"] 7227 }, 7228 { 7229 "name": "Test TestChunkerChunk50bYandex: test_resolve LocalRemote", 7230 "type": "go", 7231 "request": "launch", 7232 "mode": "test", 7233 "program": "./cmd/bisync", 7234 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_resolve", "-no-cleanup"] 7235 }, 7236 { 7237 "name": "Test TestChunkerChunk50bYandex: test_resolve RemoteLocal", 7238 "type": "go", 7239 "request": "launch", 7240 "mode": "test", 7241 "program": "./cmd/bisync", 7242 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 7243 }, 7244 { 7245 "name": "Test TestChunkerChunk50bYandex: test_resolve RemoteRemote", 7246 "type": "go", 7247 "request": "launch", 7248 "mode": "test", 7249 "program": "./cmd/bisync", 7250 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_resolve", "-no-cleanup"] 7251 }, 7252 { 7253 "name": "Test TestChunkerChunk50bYandex: test_resync LocalRemote", 7254 "type": "go", 7255 "request": "launch", 7256 "mode": "test", 7257 "program": "./cmd/bisync", 7258 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_resync", "-no-cleanup"] 7259 }, 7260 { 7261 "name": "Test TestChunkerChunk50bYandex: test_resync RemoteLocal", 7262 "type": "go", 7263 "request": "launch", 7264 "mode": "test", 7265 "program": "./cmd/bisync", 7266 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 7267 }, 7268 { 7269 "name": "Test TestChunkerChunk50bYandex: test_resync RemoteRemote", 7270 "type": "go", 7271 "request": "launch", 7272 "mode": "test", 7273 "program": "./cmd/bisync", 7274 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_resync", "-no-cleanup"] 7275 }, 7276 { 7277 "name": "Test TestChunkerChunk50bYandex: test_resync_modes LocalRemote", 7278 "type": "go", 7279 "request": "launch", 7280 "mode": "test", 7281 "program": "./cmd/bisync", 7282 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_resync_modes", "-no-cleanup"] 7283 }, 7284 { 7285 "name": "Test TestChunkerChunk50bYandex: test_resync_modes RemoteLocal", 7286 "type": "go", 7287 "request": "launch", 7288 "mode": "test", 7289 "program": "./cmd/bisync", 7290 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 7291 }, 7292 { 7293 "name": "Test TestChunkerChunk50bYandex: test_resync_modes RemoteRemote", 7294 "type": "go", 7295 "request": "launch", 7296 "mode": "test", 7297 "program": "./cmd/bisync", 7298 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_resync_modes", "-no-cleanup"] 7299 }, 7300 { 7301 "name": "Test TestChunkerChunk50bYandex: test_rmdirs LocalRemote", 7302 "type": "go", 7303 "request": "launch", 7304 "mode": "test", 7305 "program": "./cmd/bisync", 7306 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_rmdirs", "-no-cleanup"] 7307 }, 7308 { 7309 "name": "Test TestChunkerChunk50bYandex: test_rmdirs RemoteLocal", 7310 "type": "go", 7311 "request": "launch", 7312 "mode": "test", 7313 "program": "./cmd/bisync", 7314 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 7315 }, 7316 { 7317 "name": "Test TestChunkerChunk50bYandex: test_rmdirs RemoteRemote", 7318 "type": "go", 7319 "request": "launch", 7320 "mode": "test", 7321 "program": "./cmd/bisync", 7322 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_rmdirs", "-no-cleanup"] 7323 }, 7324 { 7325 "name": "Test TestChunkerChunk50bYandex: test_volatile LocalRemote", 7326 "type": "go", 7327 "request": "launch", 7328 "mode": "test", 7329 "program": "./cmd/bisync", 7330 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_volatile", "-no-cleanup"] 7331 }, 7332 { 7333 "name": "Test TestChunkerChunk50bYandex: test_volatile RemoteLocal", 7334 "type": "go", 7335 "request": "launch", 7336 "mode": "test", 7337 "program": "./cmd/bisync", 7338 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 7339 }, 7340 { 7341 "name": "Test TestChunkerChunk50bYandex: test_volatile RemoteRemote", 7342 "type": "go", 7343 "request": "launch", 7344 "mode": "test", 7345 "program": "./cmd/bisync", 7346 "args": ["-remote", "TestChunkerChunk50bYandex:", "-remote2", "TestChunkerChunk50bYandex:", "-case", "test_volatile", "-no-cleanup"] 7347 }, 7348 { 7349 "name": "Test TestChunkerChunk50bBox: test_all_changed LocalRemote", 7350 "type": "go", 7351 "request": "launch", 7352 "mode": "test", 7353 "program": "./cmd/bisync", 7354 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_all_changed", "-no-cleanup"] 7355 }, 7356 { 7357 "name": "Test TestChunkerChunk50bBox: test_all_changed RemoteLocal", 7358 "type": "go", 7359 "request": "launch", 7360 "mode": "test", 7361 "program": "./cmd/bisync", 7362 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 7363 }, 7364 { 7365 "name": "Test TestChunkerChunk50bBox: test_all_changed RemoteRemote", 7366 "type": "go", 7367 "request": "launch", 7368 "mode": "test", 7369 "program": "./cmd/bisync", 7370 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_all_changed", "-no-cleanup"] 7371 }, 7372 { 7373 "name": "Test TestChunkerChunk50bBox: test_backupdir LocalRemote", 7374 "type": "go", 7375 "request": "launch", 7376 "mode": "test", 7377 "program": "./cmd/bisync", 7378 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_backupdir", "-no-cleanup"] 7379 }, 7380 { 7381 "name": "Test TestChunkerChunk50bBox: test_backupdir RemoteLocal", 7382 "type": "go", 7383 "request": "launch", 7384 "mode": "test", 7385 "program": "./cmd/bisync", 7386 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 7387 }, 7388 { 7389 "name": "Test TestChunkerChunk50bBox: test_backupdir RemoteRemote", 7390 "type": "go", 7391 "request": "launch", 7392 "mode": "test", 7393 "program": "./cmd/bisync", 7394 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_backupdir", "-no-cleanup"] 7395 }, 7396 { 7397 "name": "Test TestChunkerChunk50bBox: test_basic LocalRemote", 7398 "type": "go", 7399 "request": "launch", 7400 "mode": "test", 7401 "program": "./cmd/bisync", 7402 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_basic", "-no-cleanup"] 7403 }, 7404 { 7405 "name": "Test TestChunkerChunk50bBox: test_basic RemoteLocal", 7406 "type": "go", 7407 "request": "launch", 7408 "mode": "test", 7409 "program": "./cmd/bisync", 7410 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 7411 }, 7412 { 7413 "name": "Test TestChunkerChunk50bBox: test_basic RemoteRemote", 7414 "type": "go", 7415 "request": "launch", 7416 "mode": "test", 7417 "program": "./cmd/bisync", 7418 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_basic", "-no-cleanup"] 7419 }, 7420 { 7421 "name": "Test TestChunkerChunk50bBox: test_changes LocalRemote", 7422 "type": "go", 7423 "request": "launch", 7424 "mode": "test", 7425 "program": "./cmd/bisync", 7426 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_changes", "-no-cleanup"] 7427 }, 7428 { 7429 "name": "Test TestChunkerChunk50bBox: test_changes RemoteLocal", 7430 "type": "go", 7431 "request": "launch", 7432 "mode": "test", 7433 "program": "./cmd/bisync", 7434 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 7435 }, 7436 { 7437 "name": "Test TestChunkerChunk50bBox: test_changes RemoteRemote", 7438 "type": "go", 7439 "request": "launch", 7440 "mode": "test", 7441 "program": "./cmd/bisync", 7442 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_changes", "-no-cleanup"] 7443 }, 7444 { 7445 "name": "Test TestChunkerChunk50bBox: test_check_access LocalRemote", 7446 "type": "go", 7447 "request": "launch", 7448 "mode": "test", 7449 "program": "./cmd/bisync", 7450 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_check_access", "-no-cleanup"] 7451 }, 7452 { 7453 "name": "Test TestChunkerChunk50bBox: test_check_access RemoteLocal", 7454 "type": "go", 7455 "request": "launch", 7456 "mode": "test", 7457 "program": "./cmd/bisync", 7458 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 7459 }, 7460 { 7461 "name": "Test TestChunkerChunk50bBox: test_check_access RemoteRemote", 7462 "type": "go", 7463 "request": "launch", 7464 "mode": "test", 7465 "program": "./cmd/bisync", 7466 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_check_access", "-no-cleanup"] 7467 }, 7468 { 7469 "name": "Test TestChunkerChunk50bBox: test_check_access_filters LocalRemote", 7470 "type": "go", 7471 "request": "launch", 7472 "mode": "test", 7473 "program": "./cmd/bisync", 7474 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_check_access_filters", "-no-cleanup"] 7475 }, 7476 { 7477 "name": "Test TestChunkerChunk50bBox: test_check_access_filters RemoteLocal", 7478 "type": "go", 7479 "request": "launch", 7480 "mode": "test", 7481 "program": "./cmd/bisync", 7482 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 7483 }, 7484 { 7485 "name": "Test TestChunkerChunk50bBox: test_check_access_filters RemoteRemote", 7486 "type": "go", 7487 "request": "launch", 7488 "mode": "test", 7489 "program": "./cmd/bisync", 7490 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_check_access_filters", "-no-cleanup"] 7491 }, 7492 { 7493 "name": "Test TestChunkerChunk50bBox: test_check_filename LocalRemote", 7494 "type": "go", 7495 "request": "launch", 7496 "mode": "test", 7497 "program": "./cmd/bisync", 7498 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_check_filename", "-no-cleanup"] 7499 }, 7500 { 7501 "name": "Test TestChunkerChunk50bBox: test_check_filename RemoteLocal", 7502 "type": "go", 7503 "request": "launch", 7504 "mode": "test", 7505 "program": "./cmd/bisync", 7506 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 7507 }, 7508 { 7509 "name": "Test TestChunkerChunk50bBox: test_check_filename RemoteRemote", 7510 "type": "go", 7511 "request": "launch", 7512 "mode": "test", 7513 "program": "./cmd/bisync", 7514 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_check_filename", "-no-cleanup"] 7515 }, 7516 { 7517 "name": "Test TestChunkerChunk50bBox: test_check_sync LocalRemote", 7518 "type": "go", 7519 "request": "launch", 7520 "mode": "test", 7521 "program": "./cmd/bisync", 7522 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_check_sync", "-no-cleanup"] 7523 }, 7524 { 7525 "name": "Test TestChunkerChunk50bBox: test_check_sync RemoteLocal", 7526 "type": "go", 7527 "request": "launch", 7528 "mode": "test", 7529 "program": "./cmd/bisync", 7530 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 7531 }, 7532 { 7533 "name": "Test TestChunkerChunk50bBox: test_check_sync RemoteRemote", 7534 "type": "go", 7535 "request": "launch", 7536 "mode": "test", 7537 "program": "./cmd/bisync", 7538 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_check_sync", "-no-cleanup"] 7539 }, 7540 { 7541 "name": "Test TestChunkerChunk50bBox: test_compare_all LocalRemote", 7542 "type": "go", 7543 "request": "launch", 7544 "mode": "test", 7545 "program": "./cmd/bisync", 7546 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_compare_all", "-no-cleanup"] 7547 }, 7548 { 7549 "name": "Test TestChunkerChunk50bBox: test_compare_all RemoteLocal", 7550 "type": "go", 7551 "request": "launch", 7552 "mode": "test", 7553 "program": "./cmd/bisync", 7554 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 7555 }, 7556 { 7557 "name": "Test TestChunkerChunk50bBox: test_compare_all RemoteRemote", 7558 "type": "go", 7559 "request": "launch", 7560 "mode": "test", 7561 "program": "./cmd/bisync", 7562 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_compare_all", "-no-cleanup"] 7563 }, 7564 { 7565 "name": "Test TestChunkerChunk50bBox: test_createemptysrcdirs LocalRemote", 7566 "type": "go", 7567 "request": "launch", 7568 "mode": "test", 7569 "program": "./cmd/bisync", 7570 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 7571 }, 7572 { 7573 "name": "Test TestChunkerChunk50bBox: test_createemptysrcdirs RemoteLocal", 7574 "type": "go", 7575 "request": "launch", 7576 "mode": "test", 7577 "program": "./cmd/bisync", 7578 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 7579 }, 7580 { 7581 "name": "Test TestChunkerChunk50bBox: test_createemptysrcdirs RemoteRemote", 7582 "type": "go", 7583 "request": "launch", 7584 "mode": "test", 7585 "program": "./cmd/bisync", 7586 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 7587 }, 7588 { 7589 "name": "Test TestChunkerChunk50bBox: test_dry_run LocalRemote", 7590 "type": "go", 7591 "request": "launch", 7592 "mode": "test", 7593 "program": "./cmd/bisync", 7594 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_dry_run", "-no-cleanup"] 7595 }, 7596 { 7597 "name": "Test TestChunkerChunk50bBox: test_dry_run RemoteLocal", 7598 "type": "go", 7599 "request": "launch", 7600 "mode": "test", 7601 "program": "./cmd/bisync", 7602 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 7603 }, 7604 { 7605 "name": "Test TestChunkerChunk50bBox: test_dry_run RemoteRemote", 7606 "type": "go", 7607 "request": "launch", 7608 "mode": "test", 7609 "program": "./cmd/bisync", 7610 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_dry_run", "-no-cleanup"] 7611 }, 7612 { 7613 "name": "Test TestChunkerChunk50bBox: test_equal LocalRemote", 7614 "type": "go", 7615 "request": "launch", 7616 "mode": "test", 7617 "program": "./cmd/bisync", 7618 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_equal", "-no-cleanup"] 7619 }, 7620 { 7621 "name": "Test TestChunkerChunk50bBox: test_equal RemoteLocal", 7622 "type": "go", 7623 "request": "launch", 7624 "mode": "test", 7625 "program": "./cmd/bisync", 7626 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 7627 }, 7628 { 7629 "name": "Test TestChunkerChunk50bBox: test_equal RemoteRemote", 7630 "type": "go", 7631 "request": "launch", 7632 "mode": "test", 7633 "program": "./cmd/bisync", 7634 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_equal", "-no-cleanup"] 7635 }, 7636 { 7637 "name": "Test TestChunkerChunk50bBox: test_ext_paths LocalRemote", 7638 "type": "go", 7639 "request": "launch", 7640 "mode": "test", 7641 "program": "./cmd/bisync", 7642 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_ext_paths", "-no-cleanup"] 7643 }, 7644 { 7645 "name": "Test TestChunkerChunk50bBox: test_ext_paths RemoteLocal", 7646 "type": "go", 7647 "request": "launch", 7648 "mode": "test", 7649 "program": "./cmd/bisync", 7650 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 7651 }, 7652 { 7653 "name": "Test TestChunkerChunk50bBox: test_ext_paths RemoteRemote", 7654 "type": "go", 7655 "request": "launch", 7656 "mode": "test", 7657 "program": "./cmd/bisync", 7658 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_ext_paths", "-no-cleanup"] 7659 }, 7660 { 7661 "name": "Test TestChunkerChunk50bBox: test_extended_filenames LocalRemote", 7662 "type": "go", 7663 "request": "launch", 7664 "mode": "test", 7665 "program": "./cmd/bisync", 7666 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_extended_filenames", "-no-cleanup"] 7667 }, 7668 { 7669 "name": "Test TestChunkerChunk50bBox: test_extended_filenames RemoteLocal", 7670 "type": "go", 7671 "request": "launch", 7672 "mode": "test", 7673 "program": "./cmd/bisync", 7674 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 7675 }, 7676 { 7677 "name": "Test TestChunkerChunk50bBox: test_extended_filenames RemoteRemote", 7678 "type": "go", 7679 "request": "launch", 7680 "mode": "test", 7681 "program": "./cmd/bisync", 7682 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_extended_filenames", "-no-cleanup"] 7683 }, 7684 { 7685 "name": "Test TestChunkerChunk50bBox: test_filters LocalRemote", 7686 "type": "go", 7687 "request": "launch", 7688 "mode": "test", 7689 "program": "./cmd/bisync", 7690 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_filters", "-no-cleanup"] 7691 }, 7692 { 7693 "name": "Test TestChunkerChunk50bBox: test_filters RemoteLocal", 7694 "type": "go", 7695 "request": "launch", 7696 "mode": "test", 7697 "program": "./cmd/bisync", 7698 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 7699 }, 7700 { 7701 "name": "Test TestChunkerChunk50bBox: test_filters RemoteRemote", 7702 "type": "go", 7703 "request": "launch", 7704 "mode": "test", 7705 "program": "./cmd/bisync", 7706 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_filters", "-no-cleanup"] 7707 }, 7708 { 7709 "name": "Test TestChunkerChunk50bBox: test_filtersfile_checks LocalRemote", 7710 "type": "go", 7711 "request": "launch", 7712 "mode": "test", 7713 "program": "./cmd/bisync", 7714 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_filtersfile_checks", "-no-cleanup"] 7715 }, 7716 { 7717 "name": "Test TestChunkerChunk50bBox: test_filtersfile_checks RemoteLocal", 7718 "type": "go", 7719 "request": "launch", 7720 "mode": "test", 7721 "program": "./cmd/bisync", 7722 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 7723 }, 7724 { 7725 "name": "Test TestChunkerChunk50bBox: test_filtersfile_checks RemoteRemote", 7726 "type": "go", 7727 "request": "launch", 7728 "mode": "test", 7729 "program": "./cmd/bisync", 7730 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_filtersfile_checks", "-no-cleanup"] 7731 }, 7732 { 7733 "name": "Test TestChunkerChunk50bBox: test_ignorelistingchecksum LocalRemote", 7734 "type": "go", 7735 "request": "launch", 7736 "mode": "test", 7737 "program": "./cmd/bisync", 7738 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 7739 }, 7740 { 7741 "name": "Test TestChunkerChunk50bBox: test_ignorelistingchecksum RemoteLocal", 7742 "type": "go", 7743 "request": "launch", 7744 "mode": "test", 7745 "program": "./cmd/bisync", 7746 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 7747 }, 7748 { 7749 "name": "Test TestChunkerChunk50bBox: test_ignorelistingchecksum RemoteRemote", 7750 "type": "go", 7751 "request": "launch", 7752 "mode": "test", 7753 "program": "./cmd/bisync", 7754 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 7755 }, 7756 { 7757 "name": "Test TestChunkerChunk50bBox: test_max_delete_path1 LocalRemote", 7758 "type": "go", 7759 "request": "launch", 7760 "mode": "test", 7761 "program": "./cmd/bisync", 7762 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_max_delete_path1", "-no-cleanup"] 7763 }, 7764 { 7765 "name": "Test TestChunkerChunk50bBox: test_max_delete_path1 RemoteLocal", 7766 "type": "go", 7767 "request": "launch", 7768 "mode": "test", 7769 "program": "./cmd/bisync", 7770 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 7771 }, 7772 { 7773 "name": "Test TestChunkerChunk50bBox: test_max_delete_path1 RemoteRemote", 7774 "type": "go", 7775 "request": "launch", 7776 "mode": "test", 7777 "program": "./cmd/bisync", 7778 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_max_delete_path1", "-no-cleanup"] 7779 }, 7780 { 7781 "name": "Test TestChunkerChunk50bBox: test_max_delete_path2_force LocalRemote", 7782 "type": "go", 7783 "request": "launch", 7784 "mode": "test", 7785 "program": "./cmd/bisync", 7786 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 7787 }, 7788 { 7789 "name": "Test TestChunkerChunk50bBox: test_max_delete_path2_force RemoteLocal", 7790 "type": "go", 7791 "request": "launch", 7792 "mode": "test", 7793 "program": "./cmd/bisync", 7794 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 7795 }, 7796 { 7797 "name": "Test TestChunkerChunk50bBox: test_max_delete_path2_force RemoteRemote", 7798 "type": "go", 7799 "request": "launch", 7800 "mode": "test", 7801 "program": "./cmd/bisync", 7802 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 7803 }, 7804 { 7805 "name": "Test TestChunkerChunk50bBox: test_nomodtime LocalRemote", 7806 "type": "go", 7807 "request": "launch", 7808 "mode": "test", 7809 "program": "./cmd/bisync", 7810 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_nomodtime", "-no-cleanup"] 7811 }, 7812 { 7813 "name": "Test TestChunkerChunk50bBox: test_nomodtime RemoteLocal", 7814 "type": "go", 7815 "request": "launch", 7816 "mode": "test", 7817 "program": "./cmd/bisync", 7818 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 7819 }, 7820 { 7821 "name": "Test TestChunkerChunk50bBox: test_nomodtime RemoteRemote", 7822 "type": "go", 7823 "request": "launch", 7824 "mode": "test", 7825 "program": "./cmd/bisync", 7826 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_nomodtime", "-no-cleanup"] 7827 }, 7828 { 7829 "name": "Test TestChunkerChunk50bBox: test_normalization LocalRemote", 7830 "type": "go", 7831 "request": "launch", 7832 "mode": "test", 7833 "program": "./cmd/bisync", 7834 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_normalization", "-no-cleanup"] 7835 }, 7836 { 7837 "name": "Test TestChunkerChunk50bBox: test_normalization RemoteLocal", 7838 "type": "go", 7839 "request": "launch", 7840 "mode": "test", 7841 "program": "./cmd/bisync", 7842 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 7843 }, 7844 { 7845 "name": "Test TestChunkerChunk50bBox: test_normalization RemoteRemote", 7846 "type": "go", 7847 "request": "launch", 7848 "mode": "test", 7849 "program": "./cmd/bisync", 7850 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_normalization", "-no-cleanup"] 7851 }, 7852 { 7853 "name": "Test TestChunkerChunk50bBox: test_rclone_args LocalRemote", 7854 "type": "go", 7855 "request": "launch", 7856 "mode": "test", 7857 "program": "./cmd/bisync", 7858 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_rclone_args", "-no-cleanup"] 7859 }, 7860 { 7861 "name": "Test TestChunkerChunk50bBox: test_rclone_args RemoteLocal", 7862 "type": "go", 7863 "request": "launch", 7864 "mode": "test", 7865 "program": "./cmd/bisync", 7866 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 7867 }, 7868 { 7869 "name": "Test TestChunkerChunk50bBox: test_rclone_args RemoteRemote", 7870 "type": "go", 7871 "request": "launch", 7872 "mode": "test", 7873 "program": "./cmd/bisync", 7874 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_rclone_args", "-no-cleanup"] 7875 }, 7876 { 7877 "name": "Test TestChunkerChunk50bBox: test_resolve LocalRemote", 7878 "type": "go", 7879 "request": "launch", 7880 "mode": "test", 7881 "program": "./cmd/bisync", 7882 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_resolve", "-no-cleanup"] 7883 }, 7884 { 7885 "name": "Test TestChunkerChunk50bBox: test_resolve RemoteLocal", 7886 "type": "go", 7887 "request": "launch", 7888 "mode": "test", 7889 "program": "./cmd/bisync", 7890 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 7891 }, 7892 { 7893 "name": "Test TestChunkerChunk50bBox: test_resolve RemoteRemote", 7894 "type": "go", 7895 "request": "launch", 7896 "mode": "test", 7897 "program": "./cmd/bisync", 7898 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_resolve", "-no-cleanup"] 7899 }, 7900 { 7901 "name": "Test TestChunkerChunk50bBox: test_resync LocalRemote", 7902 "type": "go", 7903 "request": "launch", 7904 "mode": "test", 7905 "program": "./cmd/bisync", 7906 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_resync", "-no-cleanup"] 7907 }, 7908 { 7909 "name": "Test TestChunkerChunk50bBox: test_resync RemoteLocal", 7910 "type": "go", 7911 "request": "launch", 7912 "mode": "test", 7913 "program": "./cmd/bisync", 7914 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 7915 }, 7916 { 7917 "name": "Test TestChunkerChunk50bBox: test_resync RemoteRemote", 7918 "type": "go", 7919 "request": "launch", 7920 "mode": "test", 7921 "program": "./cmd/bisync", 7922 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_resync", "-no-cleanup"] 7923 }, 7924 { 7925 "name": "Test TestChunkerChunk50bBox: test_resync_modes LocalRemote", 7926 "type": "go", 7927 "request": "launch", 7928 "mode": "test", 7929 "program": "./cmd/bisync", 7930 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_resync_modes", "-no-cleanup"] 7931 }, 7932 { 7933 "name": "Test TestChunkerChunk50bBox: test_resync_modes RemoteLocal", 7934 "type": "go", 7935 "request": "launch", 7936 "mode": "test", 7937 "program": "./cmd/bisync", 7938 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 7939 }, 7940 { 7941 "name": "Test TestChunkerChunk50bBox: test_resync_modes RemoteRemote", 7942 "type": "go", 7943 "request": "launch", 7944 "mode": "test", 7945 "program": "./cmd/bisync", 7946 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_resync_modes", "-no-cleanup"] 7947 }, 7948 { 7949 "name": "Test TestChunkerChunk50bBox: test_rmdirs LocalRemote", 7950 "type": "go", 7951 "request": "launch", 7952 "mode": "test", 7953 "program": "./cmd/bisync", 7954 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_rmdirs", "-no-cleanup"] 7955 }, 7956 { 7957 "name": "Test TestChunkerChunk50bBox: test_rmdirs RemoteLocal", 7958 "type": "go", 7959 "request": "launch", 7960 "mode": "test", 7961 "program": "./cmd/bisync", 7962 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 7963 }, 7964 { 7965 "name": "Test TestChunkerChunk50bBox: test_rmdirs RemoteRemote", 7966 "type": "go", 7967 "request": "launch", 7968 "mode": "test", 7969 "program": "./cmd/bisync", 7970 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_rmdirs", "-no-cleanup"] 7971 }, 7972 { 7973 "name": "Test TestChunkerChunk50bBox: test_volatile LocalRemote", 7974 "type": "go", 7975 "request": "launch", 7976 "mode": "test", 7977 "program": "./cmd/bisync", 7978 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_volatile", "-no-cleanup"] 7979 }, 7980 { 7981 "name": "Test TestChunkerChunk50bBox: test_volatile RemoteLocal", 7982 "type": "go", 7983 "request": "launch", 7984 "mode": "test", 7985 "program": "./cmd/bisync", 7986 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 7987 }, 7988 { 7989 "name": "Test TestChunkerChunk50bBox: test_volatile RemoteRemote", 7990 "type": "go", 7991 "request": "launch", 7992 "mode": "test", 7993 "program": "./cmd/bisync", 7994 "args": ["-remote", "TestChunkerChunk50bBox:", "-remote2", "TestChunkerChunk50bBox:", "-case", "test_volatile", "-no-cleanup"] 7995 }, 7996 { 7997 "name": "Test TestChunkerS3: test_all_changed LocalRemote", 7998 "type": "go", 7999 "request": "launch", 8000 "mode": "test", 8001 "program": "./cmd/bisync", 8002 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_all_changed", "-no-cleanup"] 8003 }, 8004 { 8005 "name": "Test TestChunkerS3: test_all_changed RemoteLocal", 8006 "type": "go", 8007 "request": "launch", 8008 "mode": "test", 8009 "program": "./cmd/bisync", 8010 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 8011 }, 8012 { 8013 "name": "Test TestChunkerS3: test_all_changed RemoteRemote", 8014 "type": "go", 8015 "request": "launch", 8016 "mode": "test", 8017 "program": "./cmd/bisync", 8018 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_all_changed", "-no-cleanup"] 8019 }, 8020 { 8021 "name": "Test TestChunkerS3: test_backupdir LocalRemote", 8022 "type": "go", 8023 "request": "launch", 8024 "mode": "test", 8025 "program": "./cmd/bisync", 8026 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_backupdir", "-no-cleanup"] 8027 }, 8028 { 8029 "name": "Test TestChunkerS3: test_backupdir RemoteLocal", 8030 "type": "go", 8031 "request": "launch", 8032 "mode": "test", 8033 "program": "./cmd/bisync", 8034 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 8035 }, 8036 { 8037 "name": "Test TestChunkerS3: test_backupdir RemoteRemote", 8038 "type": "go", 8039 "request": "launch", 8040 "mode": "test", 8041 "program": "./cmd/bisync", 8042 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_backupdir", "-no-cleanup"] 8043 }, 8044 { 8045 "name": "Test TestChunkerS3: test_basic LocalRemote", 8046 "type": "go", 8047 "request": "launch", 8048 "mode": "test", 8049 "program": "./cmd/bisync", 8050 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_basic", "-no-cleanup"] 8051 }, 8052 { 8053 "name": "Test TestChunkerS3: test_basic RemoteLocal", 8054 "type": "go", 8055 "request": "launch", 8056 "mode": "test", 8057 "program": "./cmd/bisync", 8058 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 8059 }, 8060 { 8061 "name": "Test TestChunkerS3: test_basic RemoteRemote", 8062 "type": "go", 8063 "request": "launch", 8064 "mode": "test", 8065 "program": "./cmd/bisync", 8066 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_basic", "-no-cleanup"] 8067 }, 8068 { 8069 "name": "Test TestChunkerS3: test_changes LocalRemote", 8070 "type": "go", 8071 "request": "launch", 8072 "mode": "test", 8073 "program": "./cmd/bisync", 8074 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_changes", "-no-cleanup"] 8075 }, 8076 { 8077 "name": "Test TestChunkerS3: test_changes RemoteLocal", 8078 "type": "go", 8079 "request": "launch", 8080 "mode": "test", 8081 "program": "./cmd/bisync", 8082 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 8083 }, 8084 { 8085 "name": "Test TestChunkerS3: test_changes RemoteRemote", 8086 "type": "go", 8087 "request": "launch", 8088 "mode": "test", 8089 "program": "./cmd/bisync", 8090 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_changes", "-no-cleanup"] 8091 }, 8092 { 8093 "name": "Test TestChunkerS3: test_check_access LocalRemote", 8094 "type": "go", 8095 "request": "launch", 8096 "mode": "test", 8097 "program": "./cmd/bisync", 8098 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_check_access", "-no-cleanup"] 8099 }, 8100 { 8101 "name": "Test TestChunkerS3: test_check_access RemoteLocal", 8102 "type": "go", 8103 "request": "launch", 8104 "mode": "test", 8105 "program": "./cmd/bisync", 8106 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 8107 }, 8108 { 8109 "name": "Test TestChunkerS3: test_check_access RemoteRemote", 8110 "type": "go", 8111 "request": "launch", 8112 "mode": "test", 8113 "program": "./cmd/bisync", 8114 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_check_access", "-no-cleanup"] 8115 }, 8116 { 8117 "name": "Test TestChunkerS3: test_check_access_filters LocalRemote", 8118 "type": "go", 8119 "request": "launch", 8120 "mode": "test", 8121 "program": "./cmd/bisync", 8122 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_check_access_filters", "-no-cleanup"] 8123 }, 8124 { 8125 "name": "Test TestChunkerS3: test_check_access_filters RemoteLocal", 8126 "type": "go", 8127 "request": "launch", 8128 "mode": "test", 8129 "program": "./cmd/bisync", 8130 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 8131 }, 8132 { 8133 "name": "Test TestChunkerS3: test_check_access_filters RemoteRemote", 8134 "type": "go", 8135 "request": "launch", 8136 "mode": "test", 8137 "program": "./cmd/bisync", 8138 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_check_access_filters", "-no-cleanup"] 8139 }, 8140 { 8141 "name": "Test TestChunkerS3: test_check_filename LocalRemote", 8142 "type": "go", 8143 "request": "launch", 8144 "mode": "test", 8145 "program": "./cmd/bisync", 8146 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_check_filename", "-no-cleanup"] 8147 }, 8148 { 8149 "name": "Test TestChunkerS3: test_check_filename RemoteLocal", 8150 "type": "go", 8151 "request": "launch", 8152 "mode": "test", 8153 "program": "./cmd/bisync", 8154 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 8155 }, 8156 { 8157 "name": "Test TestChunkerS3: test_check_filename RemoteRemote", 8158 "type": "go", 8159 "request": "launch", 8160 "mode": "test", 8161 "program": "./cmd/bisync", 8162 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_check_filename", "-no-cleanup"] 8163 }, 8164 { 8165 "name": "Test TestChunkerS3: test_check_sync LocalRemote", 8166 "type": "go", 8167 "request": "launch", 8168 "mode": "test", 8169 "program": "./cmd/bisync", 8170 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_check_sync", "-no-cleanup"] 8171 }, 8172 { 8173 "name": "Test TestChunkerS3: test_check_sync RemoteLocal", 8174 "type": "go", 8175 "request": "launch", 8176 "mode": "test", 8177 "program": "./cmd/bisync", 8178 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 8179 }, 8180 { 8181 "name": "Test TestChunkerS3: test_check_sync RemoteRemote", 8182 "type": "go", 8183 "request": "launch", 8184 "mode": "test", 8185 "program": "./cmd/bisync", 8186 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_check_sync", "-no-cleanup"] 8187 }, 8188 { 8189 "name": "Test TestChunkerS3: test_compare_all LocalRemote", 8190 "type": "go", 8191 "request": "launch", 8192 "mode": "test", 8193 "program": "./cmd/bisync", 8194 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_compare_all", "-no-cleanup"] 8195 }, 8196 { 8197 "name": "Test TestChunkerS3: test_compare_all RemoteLocal", 8198 "type": "go", 8199 "request": "launch", 8200 "mode": "test", 8201 "program": "./cmd/bisync", 8202 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 8203 }, 8204 { 8205 "name": "Test TestChunkerS3: test_compare_all RemoteRemote", 8206 "type": "go", 8207 "request": "launch", 8208 "mode": "test", 8209 "program": "./cmd/bisync", 8210 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_compare_all", "-no-cleanup"] 8211 }, 8212 { 8213 "name": "Test TestChunkerS3: test_createemptysrcdirs LocalRemote", 8214 "type": "go", 8215 "request": "launch", 8216 "mode": "test", 8217 "program": "./cmd/bisync", 8218 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 8219 }, 8220 { 8221 "name": "Test TestChunkerS3: test_createemptysrcdirs RemoteLocal", 8222 "type": "go", 8223 "request": "launch", 8224 "mode": "test", 8225 "program": "./cmd/bisync", 8226 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 8227 }, 8228 { 8229 "name": "Test TestChunkerS3: test_createemptysrcdirs RemoteRemote", 8230 "type": "go", 8231 "request": "launch", 8232 "mode": "test", 8233 "program": "./cmd/bisync", 8234 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 8235 }, 8236 { 8237 "name": "Test TestChunkerS3: test_dry_run LocalRemote", 8238 "type": "go", 8239 "request": "launch", 8240 "mode": "test", 8241 "program": "./cmd/bisync", 8242 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_dry_run", "-no-cleanup"] 8243 }, 8244 { 8245 "name": "Test TestChunkerS3: test_dry_run RemoteLocal", 8246 "type": "go", 8247 "request": "launch", 8248 "mode": "test", 8249 "program": "./cmd/bisync", 8250 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 8251 }, 8252 { 8253 "name": "Test TestChunkerS3: test_dry_run RemoteRemote", 8254 "type": "go", 8255 "request": "launch", 8256 "mode": "test", 8257 "program": "./cmd/bisync", 8258 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_dry_run", "-no-cleanup"] 8259 }, 8260 { 8261 "name": "Test TestChunkerS3: test_equal LocalRemote", 8262 "type": "go", 8263 "request": "launch", 8264 "mode": "test", 8265 "program": "./cmd/bisync", 8266 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_equal", "-no-cleanup"] 8267 }, 8268 { 8269 "name": "Test TestChunkerS3: test_equal RemoteLocal", 8270 "type": "go", 8271 "request": "launch", 8272 "mode": "test", 8273 "program": "./cmd/bisync", 8274 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 8275 }, 8276 { 8277 "name": "Test TestChunkerS3: test_equal RemoteRemote", 8278 "type": "go", 8279 "request": "launch", 8280 "mode": "test", 8281 "program": "./cmd/bisync", 8282 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_equal", "-no-cleanup"] 8283 }, 8284 { 8285 "name": "Test TestChunkerS3: test_ext_paths LocalRemote", 8286 "type": "go", 8287 "request": "launch", 8288 "mode": "test", 8289 "program": "./cmd/bisync", 8290 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_ext_paths", "-no-cleanup"] 8291 }, 8292 { 8293 "name": "Test TestChunkerS3: test_ext_paths RemoteLocal", 8294 "type": "go", 8295 "request": "launch", 8296 "mode": "test", 8297 "program": "./cmd/bisync", 8298 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 8299 }, 8300 { 8301 "name": "Test TestChunkerS3: test_ext_paths RemoteRemote", 8302 "type": "go", 8303 "request": "launch", 8304 "mode": "test", 8305 "program": "./cmd/bisync", 8306 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_ext_paths", "-no-cleanup"] 8307 }, 8308 { 8309 "name": "Test TestChunkerS3: test_extended_filenames LocalRemote", 8310 "type": "go", 8311 "request": "launch", 8312 "mode": "test", 8313 "program": "./cmd/bisync", 8314 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_extended_filenames", "-no-cleanup"] 8315 }, 8316 { 8317 "name": "Test TestChunkerS3: test_extended_filenames RemoteLocal", 8318 "type": "go", 8319 "request": "launch", 8320 "mode": "test", 8321 "program": "./cmd/bisync", 8322 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 8323 }, 8324 { 8325 "name": "Test TestChunkerS3: test_extended_filenames RemoteRemote", 8326 "type": "go", 8327 "request": "launch", 8328 "mode": "test", 8329 "program": "./cmd/bisync", 8330 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_extended_filenames", "-no-cleanup"] 8331 }, 8332 { 8333 "name": "Test TestChunkerS3: test_filters LocalRemote", 8334 "type": "go", 8335 "request": "launch", 8336 "mode": "test", 8337 "program": "./cmd/bisync", 8338 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_filters", "-no-cleanup"] 8339 }, 8340 { 8341 "name": "Test TestChunkerS3: test_filters RemoteLocal", 8342 "type": "go", 8343 "request": "launch", 8344 "mode": "test", 8345 "program": "./cmd/bisync", 8346 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 8347 }, 8348 { 8349 "name": "Test TestChunkerS3: test_filters RemoteRemote", 8350 "type": "go", 8351 "request": "launch", 8352 "mode": "test", 8353 "program": "./cmd/bisync", 8354 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_filters", "-no-cleanup"] 8355 }, 8356 { 8357 "name": "Test TestChunkerS3: test_filtersfile_checks LocalRemote", 8358 "type": "go", 8359 "request": "launch", 8360 "mode": "test", 8361 "program": "./cmd/bisync", 8362 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_filtersfile_checks", "-no-cleanup"] 8363 }, 8364 { 8365 "name": "Test TestChunkerS3: test_filtersfile_checks RemoteLocal", 8366 "type": "go", 8367 "request": "launch", 8368 "mode": "test", 8369 "program": "./cmd/bisync", 8370 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 8371 }, 8372 { 8373 "name": "Test TestChunkerS3: test_filtersfile_checks RemoteRemote", 8374 "type": "go", 8375 "request": "launch", 8376 "mode": "test", 8377 "program": "./cmd/bisync", 8378 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_filtersfile_checks", "-no-cleanup"] 8379 }, 8380 { 8381 "name": "Test TestChunkerS3: test_ignorelistingchecksum LocalRemote", 8382 "type": "go", 8383 "request": "launch", 8384 "mode": "test", 8385 "program": "./cmd/bisync", 8386 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 8387 }, 8388 { 8389 "name": "Test TestChunkerS3: test_ignorelistingchecksum RemoteLocal", 8390 "type": "go", 8391 "request": "launch", 8392 "mode": "test", 8393 "program": "./cmd/bisync", 8394 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 8395 }, 8396 { 8397 "name": "Test TestChunkerS3: test_ignorelistingchecksum RemoteRemote", 8398 "type": "go", 8399 "request": "launch", 8400 "mode": "test", 8401 "program": "./cmd/bisync", 8402 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 8403 }, 8404 { 8405 "name": "Test TestChunkerS3: test_max_delete_path1 LocalRemote", 8406 "type": "go", 8407 "request": "launch", 8408 "mode": "test", 8409 "program": "./cmd/bisync", 8410 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_max_delete_path1", "-no-cleanup"] 8411 }, 8412 { 8413 "name": "Test TestChunkerS3: test_max_delete_path1 RemoteLocal", 8414 "type": "go", 8415 "request": "launch", 8416 "mode": "test", 8417 "program": "./cmd/bisync", 8418 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 8419 }, 8420 { 8421 "name": "Test TestChunkerS3: test_max_delete_path1 RemoteRemote", 8422 "type": "go", 8423 "request": "launch", 8424 "mode": "test", 8425 "program": "./cmd/bisync", 8426 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_max_delete_path1", "-no-cleanup"] 8427 }, 8428 { 8429 "name": "Test TestChunkerS3: test_max_delete_path2_force LocalRemote", 8430 "type": "go", 8431 "request": "launch", 8432 "mode": "test", 8433 "program": "./cmd/bisync", 8434 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 8435 }, 8436 { 8437 "name": "Test TestChunkerS3: test_max_delete_path2_force RemoteLocal", 8438 "type": "go", 8439 "request": "launch", 8440 "mode": "test", 8441 "program": "./cmd/bisync", 8442 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 8443 }, 8444 { 8445 "name": "Test TestChunkerS3: test_max_delete_path2_force RemoteRemote", 8446 "type": "go", 8447 "request": "launch", 8448 "mode": "test", 8449 "program": "./cmd/bisync", 8450 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 8451 }, 8452 { 8453 "name": "Test TestChunkerS3: test_nomodtime LocalRemote", 8454 "type": "go", 8455 "request": "launch", 8456 "mode": "test", 8457 "program": "./cmd/bisync", 8458 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_nomodtime", "-no-cleanup"] 8459 }, 8460 { 8461 "name": "Test TestChunkerS3: test_nomodtime RemoteLocal", 8462 "type": "go", 8463 "request": "launch", 8464 "mode": "test", 8465 "program": "./cmd/bisync", 8466 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 8467 }, 8468 { 8469 "name": "Test TestChunkerS3: test_nomodtime RemoteRemote", 8470 "type": "go", 8471 "request": "launch", 8472 "mode": "test", 8473 "program": "./cmd/bisync", 8474 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_nomodtime", "-no-cleanup"] 8475 }, 8476 { 8477 "name": "Test TestChunkerS3: test_normalization LocalRemote", 8478 "type": "go", 8479 "request": "launch", 8480 "mode": "test", 8481 "program": "./cmd/bisync", 8482 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_normalization", "-no-cleanup"] 8483 }, 8484 { 8485 "name": "Test TestChunkerS3: test_normalization RemoteLocal", 8486 "type": "go", 8487 "request": "launch", 8488 "mode": "test", 8489 "program": "./cmd/bisync", 8490 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 8491 }, 8492 { 8493 "name": "Test TestChunkerS3: test_normalization RemoteRemote", 8494 "type": "go", 8495 "request": "launch", 8496 "mode": "test", 8497 "program": "./cmd/bisync", 8498 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_normalization", "-no-cleanup"] 8499 }, 8500 { 8501 "name": "Test TestChunkerS3: test_rclone_args LocalRemote", 8502 "type": "go", 8503 "request": "launch", 8504 "mode": "test", 8505 "program": "./cmd/bisync", 8506 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_rclone_args", "-no-cleanup"] 8507 }, 8508 { 8509 "name": "Test TestChunkerS3: test_rclone_args RemoteLocal", 8510 "type": "go", 8511 "request": "launch", 8512 "mode": "test", 8513 "program": "./cmd/bisync", 8514 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 8515 }, 8516 { 8517 "name": "Test TestChunkerS3: test_rclone_args RemoteRemote", 8518 "type": "go", 8519 "request": "launch", 8520 "mode": "test", 8521 "program": "./cmd/bisync", 8522 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_rclone_args", "-no-cleanup"] 8523 }, 8524 { 8525 "name": "Test TestChunkerS3: test_resolve LocalRemote", 8526 "type": "go", 8527 "request": "launch", 8528 "mode": "test", 8529 "program": "./cmd/bisync", 8530 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_resolve", "-no-cleanup"] 8531 }, 8532 { 8533 "name": "Test TestChunkerS3: test_resolve RemoteLocal", 8534 "type": "go", 8535 "request": "launch", 8536 "mode": "test", 8537 "program": "./cmd/bisync", 8538 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 8539 }, 8540 { 8541 "name": "Test TestChunkerS3: test_resolve RemoteRemote", 8542 "type": "go", 8543 "request": "launch", 8544 "mode": "test", 8545 "program": "./cmd/bisync", 8546 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_resolve", "-no-cleanup"] 8547 }, 8548 { 8549 "name": "Test TestChunkerS3: test_resync LocalRemote", 8550 "type": "go", 8551 "request": "launch", 8552 "mode": "test", 8553 "program": "./cmd/bisync", 8554 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_resync", "-no-cleanup"] 8555 }, 8556 { 8557 "name": "Test TestChunkerS3: test_resync RemoteLocal", 8558 "type": "go", 8559 "request": "launch", 8560 "mode": "test", 8561 "program": "./cmd/bisync", 8562 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 8563 }, 8564 { 8565 "name": "Test TestChunkerS3: test_resync RemoteRemote", 8566 "type": "go", 8567 "request": "launch", 8568 "mode": "test", 8569 "program": "./cmd/bisync", 8570 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_resync", "-no-cleanup"] 8571 }, 8572 { 8573 "name": "Test TestChunkerS3: test_resync_modes LocalRemote", 8574 "type": "go", 8575 "request": "launch", 8576 "mode": "test", 8577 "program": "./cmd/bisync", 8578 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_resync_modes", "-no-cleanup"] 8579 }, 8580 { 8581 "name": "Test TestChunkerS3: test_resync_modes RemoteLocal", 8582 "type": "go", 8583 "request": "launch", 8584 "mode": "test", 8585 "program": "./cmd/bisync", 8586 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 8587 }, 8588 { 8589 "name": "Test TestChunkerS3: test_resync_modes RemoteRemote", 8590 "type": "go", 8591 "request": "launch", 8592 "mode": "test", 8593 "program": "./cmd/bisync", 8594 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_resync_modes", "-no-cleanup"] 8595 }, 8596 { 8597 "name": "Test TestChunkerS3: test_rmdirs LocalRemote", 8598 "type": "go", 8599 "request": "launch", 8600 "mode": "test", 8601 "program": "./cmd/bisync", 8602 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_rmdirs", "-no-cleanup"] 8603 }, 8604 { 8605 "name": "Test TestChunkerS3: test_rmdirs RemoteLocal", 8606 "type": "go", 8607 "request": "launch", 8608 "mode": "test", 8609 "program": "./cmd/bisync", 8610 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 8611 }, 8612 { 8613 "name": "Test TestChunkerS3: test_rmdirs RemoteRemote", 8614 "type": "go", 8615 "request": "launch", 8616 "mode": "test", 8617 "program": "./cmd/bisync", 8618 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_rmdirs", "-no-cleanup"] 8619 }, 8620 { 8621 "name": "Test TestChunkerS3: test_volatile LocalRemote", 8622 "type": "go", 8623 "request": "launch", 8624 "mode": "test", 8625 "program": "./cmd/bisync", 8626 "args": ["-remote", "local", "-remote2", "TestChunkerS3:", "-case", "test_volatile", "-no-cleanup"] 8627 }, 8628 { 8629 "name": "Test TestChunkerS3: test_volatile RemoteLocal", 8630 "type": "go", 8631 "request": "launch", 8632 "mode": "test", 8633 "program": "./cmd/bisync", 8634 "args": ["-remote", "TestChunkerS3:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 8635 }, 8636 { 8637 "name": "Test TestChunkerS3: test_volatile RemoteRemote", 8638 "type": "go", 8639 "request": "launch", 8640 "mode": "test", 8641 "program": "./cmd/bisync", 8642 "args": ["-remote", "TestChunkerS3:", "-remote2", "TestChunkerS3:", "-case", "test_volatile", "-no-cleanup"] 8643 }, 8644 { 8645 "name": "Test TestChunkerChunk50bS3: test_all_changed LocalRemote", 8646 "type": "go", 8647 "request": "launch", 8648 "mode": "test", 8649 "program": "./cmd/bisync", 8650 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_all_changed", "-no-cleanup"] 8651 }, 8652 { 8653 "name": "Test TestChunkerChunk50bS3: test_all_changed RemoteLocal", 8654 "type": "go", 8655 "request": "launch", 8656 "mode": "test", 8657 "program": "./cmd/bisync", 8658 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 8659 }, 8660 { 8661 "name": "Test TestChunkerChunk50bS3: test_all_changed RemoteRemote", 8662 "type": "go", 8663 "request": "launch", 8664 "mode": "test", 8665 "program": "./cmd/bisync", 8666 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_all_changed", "-no-cleanup"] 8667 }, 8668 { 8669 "name": "Test TestChunkerChunk50bS3: test_backupdir LocalRemote", 8670 "type": "go", 8671 "request": "launch", 8672 "mode": "test", 8673 "program": "./cmd/bisync", 8674 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_backupdir", "-no-cleanup"] 8675 }, 8676 { 8677 "name": "Test TestChunkerChunk50bS3: test_backupdir RemoteLocal", 8678 "type": "go", 8679 "request": "launch", 8680 "mode": "test", 8681 "program": "./cmd/bisync", 8682 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 8683 }, 8684 { 8685 "name": "Test TestChunkerChunk50bS3: test_backupdir RemoteRemote", 8686 "type": "go", 8687 "request": "launch", 8688 "mode": "test", 8689 "program": "./cmd/bisync", 8690 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_backupdir", "-no-cleanup"] 8691 }, 8692 { 8693 "name": "Test TestChunkerChunk50bS3: test_basic LocalRemote", 8694 "type": "go", 8695 "request": "launch", 8696 "mode": "test", 8697 "program": "./cmd/bisync", 8698 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_basic", "-no-cleanup"] 8699 }, 8700 { 8701 "name": "Test TestChunkerChunk50bS3: test_basic RemoteLocal", 8702 "type": "go", 8703 "request": "launch", 8704 "mode": "test", 8705 "program": "./cmd/bisync", 8706 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 8707 }, 8708 { 8709 "name": "Test TestChunkerChunk50bS3: test_basic RemoteRemote", 8710 "type": "go", 8711 "request": "launch", 8712 "mode": "test", 8713 "program": "./cmd/bisync", 8714 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_basic", "-no-cleanup"] 8715 }, 8716 { 8717 "name": "Test TestChunkerChunk50bS3: test_changes LocalRemote", 8718 "type": "go", 8719 "request": "launch", 8720 "mode": "test", 8721 "program": "./cmd/bisync", 8722 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_changes", "-no-cleanup"] 8723 }, 8724 { 8725 "name": "Test TestChunkerChunk50bS3: test_changes RemoteLocal", 8726 "type": "go", 8727 "request": "launch", 8728 "mode": "test", 8729 "program": "./cmd/bisync", 8730 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 8731 }, 8732 { 8733 "name": "Test TestChunkerChunk50bS3: test_changes RemoteRemote", 8734 "type": "go", 8735 "request": "launch", 8736 "mode": "test", 8737 "program": "./cmd/bisync", 8738 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_changes", "-no-cleanup"] 8739 }, 8740 { 8741 "name": "Test TestChunkerChunk50bS3: test_check_access LocalRemote", 8742 "type": "go", 8743 "request": "launch", 8744 "mode": "test", 8745 "program": "./cmd/bisync", 8746 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_check_access", "-no-cleanup"] 8747 }, 8748 { 8749 "name": "Test TestChunkerChunk50bS3: test_check_access RemoteLocal", 8750 "type": "go", 8751 "request": "launch", 8752 "mode": "test", 8753 "program": "./cmd/bisync", 8754 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 8755 }, 8756 { 8757 "name": "Test TestChunkerChunk50bS3: test_check_access RemoteRemote", 8758 "type": "go", 8759 "request": "launch", 8760 "mode": "test", 8761 "program": "./cmd/bisync", 8762 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_check_access", "-no-cleanup"] 8763 }, 8764 { 8765 "name": "Test TestChunkerChunk50bS3: test_check_access_filters LocalRemote", 8766 "type": "go", 8767 "request": "launch", 8768 "mode": "test", 8769 "program": "./cmd/bisync", 8770 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_check_access_filters", "-no-cleanup"] 8771 }, 8772 { 8773 "name": "Test TestChunkerChunk50bS3: test_check_access_filters RemoteLocal", 8774 "type": "go", 8775 "request": "launch", 8776 "mode": "test", 8777 "program": "./cmd/bisync", 8778 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 8779 }, 8780 { 8781 "name": "Test TestChunkerChunk50bS3: test_check_access_filters RemoteRemote", 8782 "type": "go", 8783 "request": "launch", 8784 "mode": "test", 8785 "program": "./cmd/bisync", 8786 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_check_access_filters", "-no-cleanup"] 8787 }, 8788 { 8789 "name": "Test TestChunkerChunk50bS3: test_check_filename LocalRemote", 8790 "type": "go", 8791 "request": "launch", 8792 "mode": "test", 8793 "program": "./cmd/bisync", 8794 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_check_filename", "-no-cleanup"] 8795 }, 8796 { 8797 "name": "Test TestChunkerChunk50bS3: test_check_filename RemoteLocal", 8798 "type": "go", 8799 "request": "launch", 8800 "mode": "test", 8801 "program": "./cmd/bisync", 8802 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 8803 }, 8804 { 8805 "name": "Test TestChunkerChunk50bS3: test_check_filename RemoteRemote", 8806 "type": "go", 8807 "request": "launch", 8808 "mode": "test", 8809 "program": "./cmd/bisync", 8810 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_check_filename", "-no-cleanup"] 8811 }, 8812 { 8813 "name": "Test TestChunkerChunk50bS3: test_check_sync LocalRemote", 8814 "type": "go", 8815 "request": "launch", 8816 "mode": "test", 8817 "program": "./cmd/bisync", 8818 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_check_sync", "-no-cleanup"] 8819 }, 8820 { 8821 "name": "Test TestChunkerChunk50bS3: test_check_sync RemoteLocal", 8822 "type": "go", 8823 "request": "launch", 8824 "mode": "test", 8825 "program": "./cmd/bisync", 8826 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 8827 }, 8828 { 8829 "name": "Test TestChunkerChunk50bS3: test_check_sync RemoteRemote", 8830 "type": "go", 8831 "request": "launch", 8832 "mode": "test", 8833 "program": "./cmd/bisync", 8834 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_check_sync", "-no-cleanup"] 8835 }, 8836 { 8837 "name": "Test TestChunkerChunk50bS3: test_compare_all LocalRemote", 8838 "type": "go", 8839 "request": "launch", 8840 "mode": "test", 8841 "program": "./cmd/bisync", 8842 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_compare_all", "-no-cleanup"] 8843 }, 8844 { 8845 "name": "Test TestChunkerChunk50bS3: test_compare_all RemoteLocal", 8846 "type": "go", 8847 "request": "launch", 8848 "mode": "test", 8849 "program": "./cmd/bisync", 8850 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 8851 }, 8852 { 8853 "name": "Test TestChunkerChunk50bS3: test_compare_all RemoteRemote", 8854 "type": "go", 8855 "request": "launch", 8856 "mode": "test", 8857 "program": "./cmd/bisync", 8858 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_compare_all", "-no-cleanup"] 8859 }, 8860 { 8861 "name": "Test TestChunkerChunk50bS3: test_createemptysrcdirs LocalRemote", 8862 "type": "go", 8863 "request": "launch", 8864 "mode": "test", 8865 "program": "./cmd/bisync", 8866 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 8867 }, 8868 { 8869 "name": "Test TestChunkerChunk50bS3: test_createemptysrcdirs RemoteLocal", 8870 "type": "go", 8871 "request": "launch", 8872 "mode": "test", 8873 "program": "./cmd/bisync", 8874 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 8875 }, 8876 { 8877 "name": "Test TestChunkerChunk50bS3: test_createemptysrcdirs RemoteRemote", 8878 "type": "go", 8879 "request": "launch", 8880 "mode": "test", 8881 "program": "./cmd/bisync", 8882 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 8883 }, 8884 { 8885 "name": "Test TestChunkerChunk50bS3: test_dry_run LocalRemote", 8886 "type": "go", 8887 "request": "launch", 8888 "mode": "test", 8889 "program": "./cmd/bisync", 8890 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_dry_run", "-no-cleanup"] 8891 }, 8892 { 8893 "name": "Test TestChunkerChunk50bS3: test_dry_run RemoteLocal", 8894 "type": "go", 8895 "request": "launch", 8896 "mode": "test", 8897 "program": "./cmd/bisync", 8898 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 8899 }, 8900 { 8901 "name": "Test TestChunkerChunk50bS3: test_dry_run RemoteRemote", 8902 "type": "go", 8903 "request": "launch", 8904 "mode": "test", 8905 "program": "./cmd/bisync", 8906 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_dry_run", "-no-cleanup"] 8907 }, 8908 { 8909 "name": "Test TestChunkerChunk50bS3: test_equal LocalRemote", 8910 "type": "go", 8911 "request": "launch", 8912 "mode": "test", 8913 "program": "./cmd/bisync", 8914 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_equal", "-no-cleanup"] 8915 }, 8916 { 8917 "name": "Test TestChunkerChunk50bS3: test_equal RemoteLocal", 8918 "type": "go", 8919 "request": "launch", 8920 "mode": "test", 8921 "program": "./cmd/bisync", 8922 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 8923 }, 8924 { 8925 "name": "Test TestChunkerChunk50bS3: test_equal RemoteRemote", 8926 "type": "go", 8927 "request": "launch", 8928 "mode": "test", 8929 "program": "./cmd/bisync", 8930 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_equal", "-no-cleanup"] 8931 }, 8932 { 8933 "name": "Test TestChunkerChunk50bS3: test_ext_paths LocalRemote", 8934 "type": "go", 8935 "request": "launch", 8936 "mode": "test", 8937 "program": "./cmd/bisync", 8938 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_ext_paths", "-no-cleanup"] 8939 }, 8940 { 8941 "name": "Test TestChunkerChunk50bS3: test_ext_paths RemoteLocal", 8942 "type": "go", 8943 "request": "launch", 8944 "mode": "test", 8945 "program": "./cmd/bisync", 8946 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 8947 }, 8948 { 8949 "name": "Test TestChunkerChunk50bS3: test_ext_paths RemoteRemote", 8950 "type": "go", 8951 "request": "launch", 8952 "mode": "test", 8953 "program": "./cmd/bisync", 8954 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_ext_paths", "-no-cleanup"] 8955 }, 8956 { 8957 "name": "Test TestChunkerChunk50bS3: test_extended_filenames LocalRemote", 8958 "type": "go", 8959 "request": "launch", 8960 "mode": "test", 8961 "program": "./cmd/bisync", 8962 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_extended_filenames", "-no-cleanup"] 8963 }, 8964 { 8965 "name": "Test TestChunkerChunk50bS3: test_extended_filenames RemoteLocal", 8966 "type": "go", 8967 "request": "launch", 8968 "mode": "test", 8969 "program": "./cmd/bisync", 8970 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 8971 }, 8972 { 8973 "name": "Test TestChunkerChunk50bS3: test_extended_filenames RemoteRemote", 8974 "type": "go", 8975 "request": "launch", 8976 "mode": "test", 8977 "program": "./cmd/bisync", 8978 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_extended_filenames", "-no-cleanup"] 8979 }, 8980 { 8981 "name": "Test TestChunkerChunk50bS3: test_filters LocalRemote", 8982 "type": "go", 8983 "request": "launch", 8984 "mode": "test", 8985 "program": "./cmd/bisync", 8986 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_filters", "-no-cleanup"] 8987 }, 8988 { 8989 "name": "Test TestChunkerChunk50bS3: test_filters RemoteLocal", 8990 "type": "go", 8991 "request": "launch", 8992 "mode": "test", 8993 "program": "./cmd/bisync", 8994 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 8995 }, 8996 { 8997 "name": "Test TestChunkerChunk50bS3: test_filters RemoteRemote", 8998 "type": "go", 8999 "request": "launch", 9000 "mode": "test", 9001 "program": "./cmd/bisync", 9002 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_filters", "-no-cleanup"] 9003 }, 9004 { 9005 "name": "Test TestChunkerChunk50bS3: test_filtersfile_checks LocalRemote", 9006 "type": "go", 9007 "request": "launch", 9008 "mode": "test", 9009 "program": "./cmd/bisync", 9010 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_filtersfile_checks", "-no-cleanup"] 9011 }, 9012 { 9013 "name": "Test TestChunkerChunk50bS3: test_filtersfile_checks RemoteLocal", 9014 "type": "go", 9015 "request": "launch", 9016 "mode": "test", 9017 "program": "./cmd/bisync", 9018 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 9019 }, 9020 { 9021 "name": "Test TestChunkerChunk50bS3: test_filtersfile_checks RemoteRemote", 9022 "type": "go", 9023 "request": "launch", 9024 "mode": "test", 9025 "program": "./cmd/bisync", 9026 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_filtersfile_checks", "-no-cleanup"] 9027 }, 9028 { 9029 "name": "Test TestChunkerChunk50bS3: test_ignorelistingchecksum LocalRemote", 9030 "type": "go", 9031 "request": "launch", 9032 "mode": "test", 9033 "program": "./cmd/bisync", 9034 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 9035 }, 9036 { 9037 "name": "Test TestChunkerChunk50bS3: test_ignorelistingchecksum RemoteLocal", 9038 "type": "go", 9039 "request": "launch", 9040 "mode": "test", 9041 "program": "./cmd/bisync", 9042 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 9043 }, 9044 { 9045 "name": "Test TestChunkerChunk50bS3: test_ignorelistingchecksum RemoteRemote", 9046 "type": "go", 9047 "request": "launch", 9048 "mode": "test", 9049 "program": "./cmd/bisync", 9050 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 9051 }, 9052 { 9053 "name": "Test TestChunkerChunk50bS3: test_max_delete_path1 LocalRemote", 9054 "type": "go", 9055 "request": "launch", 9056 "mode": "test", 9057 "program": "./cmd/bisync", 9058 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_max_delete_path1", "-no-cleanup"] 9059 }, 9060 { 9061 "name": "Test TestChunkerChunk50bS3: test_max_delete_path1 RemoteLocal", 9062 "type": "go", 9063 "request": "launch", 9064 "mode": "test", 9065 "program": "./cmd/bisync", 9066 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 9067 }, 9068 { 9069 "name": "Test TestChunkerChunk50bS3: test_max_delete_path1 RemoteRemote", 9070 "type": "go", 9071 "request": "launch", 9072 "mode": "test", 9073 "program": "./cmd/bisync", 9074 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_max_delete_path1", "-no-cleanup"] 9075 }, 9076 { 9077 "name": "Test TestChunkerChunk50bS3: test_max_delete_path2_force LocalRemote", 9078 "type": "go", 9079 "request": "launch", 9080 "mode": "test", 9081 "program": "./cmd/bisync", 9082 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 9083 }, 9084 { 9085 "name": "Test TestChunkerChunk50bS3: test_max_delete_path2_force RemoteLocal", 9086 "type": "go", 9087 "request": "launch", 9088 "mode": "test", 9089 "program": "./cmd/bisync", 9090 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 9091 }, 9092 { 9093 "name": "Test TestChunkerChunk50bS3: test_max_delete_path2_force RemoteRemote", 9094 "type": "go", 9095 "request": "launch", 9096 "mode": "test", 9097 "program": "./cmd/bisync", 9098 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 9099 }, 9100 { 9101 "name": "Test TestChunkerChunk50bS3: test_nomodtime LocalRemote", 9102 "type": "go", 9103 "request": "launch", 9104 "mode": "test", 9105 "program": "./cmd/bisync", 9106 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_nomodtime", "-no-cleanup"] 9107 }, 9108 { 9109 "name": "Test TestChunkerChunk50bS3: test_nomodtime RemoteLocal", 9110 "type": "go", 9111 "request": "launch", 9112 "mode": "test", 9113 "program": "./cmd/bisync", 9114 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 9115 }, 9116 { 9117 "name": "Test TestChunkerChunk50bS3: test_nomodtime RemoteRemote", 9118 "type": "go", 9119 "request": "launch", 9120 "mode": "test", 9121 "program": "./cmd/bisync", 9122 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_nomodtime", "-no-cleanup"] 9123 }, 9124 { 9125 "name": "Test TestChunkerChunk50bS3: test_normalization LocalRemote", 9126 "type": "go", 9127 "request": "launch", 9128 "mode": "test", 9129 "program": "./cmd/bisync", 9130 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_normalization", "-no-cleanup"] 9131 }, 9132 { 9133 "name": "Test TestChunkerChunk50bS3: test_normalization RemoteLocal", 9134 "type": "go", 9135 "request": "launch", 9136 "mode": "test", 9137 "program": "./cmd/bisync", 9138 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 9139 }, 9140 { 9141 "name": "Test TestChunkerChunk50bS3: test_normalization RemoteRemote", 9142 "type": "go", 9143 "request": "launch", 9144 "mode": "test", 9145 "program": "./cmd/bisync", 9146 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_normalization", "-no-cleanup"] 9147 }, 9148 { 9149 "name": "Test TestChunkerChunk50bS3: test_rclone_args LocalRemote", 9150 "type": "go", 9151 "request": "launch", 9152 "mode": "test", 9153 "program": "./cmd/bisync", 9154 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_rclone_args", "-no-cleanup"] 9155 }, 9156 { 9157 "name": "Test TestChunkerChunk50bS3: test_rclone_args RemoteLocal", 9158 "type": "go", 9159 "request": "launch", 9160 "mode": "test", 9161 "program": "./cmd/bisync", 9162 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 9163 }, 9164 { 9165 "name": "Test TestChunkerChunk50bS3: test_rclone_args RemoteRemote", 9166 "type": "go", 9167 "request": "launch", 9168 "mode": "test", 9169 "program": "./cmd/bisync", 9170 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_rclone_args", "-no-cleanup"] 9171 }, 9172 { 9173 "name": "Test TestChunkerChunk50bS3: test_resolve LocalRemote", 9174 "type": "go", 9175 "request": "launch", 9176 "mode": "test", 9177 "program": "./cmd/bisync", 9178 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_resolve", "-no-cleanup"] 9179 }, 9180 { 9181 "name": "Test TestChunkerChunk50bS3: test_resolve RemoteLocal", 9182 "type": "go", 9183 "request": "launch", 9184 "mode": "test", 9185 "program": "./cmd/bisync", 9186 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 9187 }, 9188 { 9189 "name": "Test TestChunkerChunk50bS3: test_resolve RemoteRemote", 9190 "type": "go", 9191 "request": "launch", 9192 "mode": "test", 9193 "program": "./cmd/bisync", 9194 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_resolve", "-no-cleanup"] 9195 }, 9196 { 9197 "name": "Test TestChunkerChunk50bS3: test_resync LocalRemote", 9198 "type": "go", 9199 "request": "launch", 9200 "mode": "test", 9201 "program": "./cmd/bisync", 9202 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_resync", "-no-cleanup"] 9203 }, 9204 { 9205 "name": "Test TestChunkerChunk50bS3: test_resync RemoteLocal", 9206 "type": "go", 9207 "request": "launch", 9208 "mode": "test", 9209 "program": "./cmd/bisync", 9210 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 9211 }, 9212 { 9213 "name": "Test TestChunkerChunk50bS3: test_resync RemoteRemote", 9214 "type": "go", 9215 "request": "launch", 9216 "mode": "test", 9217 "program": "./cmd/bisync", 9218 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_resync", "-no-cleanup"] 9219 }, 9220 { 9221 "name": "Test TestChunkerChunk50bS3: test_resync_modes LocalRemote", 9222 "type": "go", 9223 "request": "launch", 9224 "mode": "test", 9225 "program": "./cmd/bisync", 9226 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_resync_modes", "-no-cleanup"] 9227 }, 9228 { 9229 "name": "Test TestChunkerChunk50bS3: test_resync_modes RemoteLocal", 9230 "type": "go", 9231 "request": "launch", 9232 "mode": "test", 9233 "program": "./cmd/bisync", 9234 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 9235 }, 9236 { 9237 "name": "Test TestChunkerChunk50bS3: test_resync_modes RemoteRemote", 9238 "type": "go", 9239 "request": "launch", 9240 "mode": "test", 9241 "program": "./cmd/bisync", 9242 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_resync_modes", "-no-cleanup"] 9243 }, 9244 { 9245 "name": "Test TestChunkerChunk50bS3: test_rmdirs LocalRemote", 9246 "type": "go", 9247 "request": "launch", 9248 "mode": "test", 9249 "program": "./cmd/bisync", 9250 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_rmdirs", "-no-cleanup"] 9251 }, 9252 { 9253 "name": "Test TestChunkerChunk50bS3: test_rmdirs RemoteLocal", 9254 "type": "go", 9255 "request": "launch", 9256 "mode": "test", 9257 "program": "./cmd/bisync", 9258 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 9259 }, 9260 { 9261 "name": "Test TestChunkerChunk50bS3: test_rmdirs RemoteRemote", 9262 "type": "go", 9263 "request": "launch", 9264 "mode": "test", 9265 "program": "./cmd/bisync", 9266 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_rmdirs", "-no-cleanup"] 9267 }, 9268 { 9269 "name": "Test TestChunkerChunk50bS3: test_volatile LocalRemote", 9270 "type": "go", 9271 "request": "launch", 9272 "mode": "test", 9273 "program": "./cmd/bisync", 9274 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_volatile", "-no-cleanup"] 9275 }, 9276 { 9277 "name": "Test TestChunkerChunk50bS3: test_volatile RemoteLocal", 9278 "type": "go", 9279 "request": "launch", 9280 "mode": "test", 9281 "program": "./cmd/bisync", 9282 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 9283 }, 9284 { 9285 "name": "Test TestChunkerChunk50bS3: test_volatile RemoteRemote", 9286 "type": "go", 9287 "request": "launch", 9288 "mode": "test", 9289 "program": "./cmd/bisync", 9290 "args": ["-remote", "TestChunkerChunk50bS3:", "-remote2", "TestChunkerChunk50bS3:", "-case", "test_volatile", "-no-cleanup"] 9291 }, 9292 { 9293 "name": "Test TestChunkerChunk50bMD5HashS3: test_all_changed LocalRemote", 9294 "type": "go", 9295 "request": "launch", 9296 "mode": "test", 9297 "program": "./cmd/bisync", 9298 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_all_changed", "-no-cleanup"] 9299 }, 9300 { 9301 "name": "Test TestChunkerChunk50bMD5HashS3: test_all_changed RemoteLocal", 9302 "type": "go", 9303 "request": "launch", 9304 "mode": "test", 9305 "program": "./cmd/bisync", 9306 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 9307 }, 9308 { 9309 "name": "Test TestChunkerChunk50bMD5HashS3: test_all_changed RemoteRemote", 9310 "type": "go", 9311 "request": "launch", 9312 "mode": "test", 9313 "program": "./cmd/bisync", 9314 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_all_changed", "-no-cleanup"] 9315 }, 9316 { 9317 "name": "Test TestChunkerChunk50bMD5HashS3: test_backupdir LocalRemote", 9318 "type": "go", 9319 "request": "launch", 9320 "mode": "test", 9321 "program": "./cmd/bisync", 9322 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_backupdir", "-no-cleanup"] 9323 }, 9324 { 9325 "name": "Test TestChunkerChunk50bMD5HashS3: test_backupdir RemoteLocal", 9326 "type": "go", 9327 "request": "launch", 9328 "mode": "test", 9329 "program": "./cmd/bisync", 9330 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 9331 }, 9332 { 9333 "name": "Test TestChunkerChunk50bMD5HashS3: test_backupdir RemoteRemote", 9334 "type": "go", 9335 "request": "launch", 9336 "mode": "test", 9337 "program": "./cmd/bisync", 9338 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_backupdir", "-no-cleanup"] 9339 }, 9340 { 9341 "name": "Test TestChunkerChunk50bMD5HashS3: test_basic LocalRemote", 9342 "type": "go", 9343 "request": "launch", 9344 "mode": "test", 9345 "program": "./cmd/bisync", 9346 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_basic", "-no-cleanup"] 9347 }, 9348 { 9349 "name": "Test TestChunkerChunk50bMD5HashS3: test_basic RemoteLocal", 9350 "type": "go", 9351 "request": "launch", 9352 "mode": "test", 9353 "program": "./cmd/bisync", 9354 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 9355 }, 9356 { 9357 "name": "Test TestChunkerChunk50bMD5HashS3: test_basic RemoteRemote", 9358 "type": "go", 9359 "request": "launch", 9360 "mode": "test", 9361 "program": "./cmd/bisync", 9362 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_basic", "-no-cleanup"] 9363 }, 9364 { 9365 "name": "Test TestChunkerChunk50bMD5HashS3: test_changes LocalRemote", 9366 "type": "go", 9367 "request": "launch", 9368 "mode": "test", 9369 "program": "./cmd/bisync", 9370 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_changes", "-no-cleanup"] 9371 }, 9372 { 9373 "name": "Test TestChunkerChunk50bMD5HashS3: test_changes RemoteLocal", 9374 "type": "go", 9375 "request": "launch", 9376 "mode": "test", 9377 "program": "./cmd/bisync", 9378 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 9379 }, 9380 { 9381 "name": "Test TestChunkerChunk50bMD5HashS3: test_changes RemoteRemote", 9382 "type": "go", 9383 "request": "launch", 9384 "mode": "test", 9385 "program": "./cmd/bisync", 9386 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_changes", "-no-cleanup"] 9387 }, 9388 { 9389 "name": "Test TestChunkerChunk50bMD5HashS3: test_check_access LocalRemote", 9390 "type": "go", 9391 "request": "launch", 9392 "mode": "test", 9393 "program": "./cmd/bisync", 9394 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_check_access", "-no-cleanup"] 9395 }, 9396 { 9397 "name": "Test TestChunkerChunk50bMD5HashS3: test_check_access RemoteLocal", 9398 "type": "go", 9399 "request": "launch", 9400 "mode": "test", 9401 "program": "./cmd/bisync", 9402 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 9403 }, 9404 { 9405 "name": "Test TestChunkerChunk50bMD5HashS3: test_check_access RemoteRemote", 9406 "type": "go", 9407 "request": "launch", 9408 "mode": "test", 9409 "program": "./cmd/bisync", 9410 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_check_access", "-no-cleanup"] 9411 }, 9412 { 9413 "name": "Test TestChunkerChunk50bMD5HashS3: test_check_access_filters LocalRemote", 9414 "type": "go", 9415 "request": "launch", 9416 "mode": "test", 9417 "program": "./cmd/bisync", 9418 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_check_access_filters", "-no-cleanup"] 9419 }, 9420 { 9421 "name": "Test TestChunkerChunk50bMD5HashS3: test_check_access_filters RemoteLocal", 9422 "type": "go", 9423 "request": "launch", 9424 "mode": "test", 9425 "program": "./cmd/bisync", 9426 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 9427 }, 9428 { 9429 "name": "Test TestChunkerChunk50bMD5HashS3: test_check_access_filters RemoteRemote", 9430 "type": "go", 9431 "request": "launch", 9432 "mode": "test", 9433 "program": "./cmd/bisync", 9434 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_check_access_filters", "-no-cleanup"] 9435 }, 9436 { 9437 "name": "Test TestChunkerChunk50bMD5HashS3: test_check_filename LocalRemote", 9438 "type": "go", 9439 "request": "launch", 9440 "mode": "test", 9441 "program": "./cmd/bisync", 9442 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_check_filename", "-no-cleanup"] 9443 }, 9444 { 9445 "name": "Test TestChunkerChunk50bMD5HashS3: test_check_filename RemoteLocal", 9446 "type": "go", 9447 "request": "launch", 9448 "mode": "test", 9449 "program": "./cmd/bisync", 9450 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 9451 }, 9452 { 9453 "name": "Test TestChunkerChunk50bMD5HashS3: test_check_filename RemoteRemote", 9454 "type": "go", 9455 "request": "launch", 9456 "mode": "test", 9457 "program": "./cmd/bisync", 9458 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_check_filename", "-no-cleanup"] 9459 }, 9460 { 9461 "name": "Test TestChunkerChunk50bMD5HashS3: test_check_sync LocalRemote", 9462 "type": "go", 9463 "request": "launch", 9464 "mode": "test", 9465 "program": "./cmd/bisync", 9466 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_check_sync", "-no-cleanup"] 9467 }, 9468 { 9469 "name": "Test TestChunkerChunk50bMD5HashS3: test_check_sync RemoteLocal", 9470 "type": "go", 9471 "request": "launch", 9472 "mode": "test", 9473 "program": "./cmd/bisync", 9474 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 9475 }, 9476 { 9477 "name": "Test TestChunkerChunk50bMD5HashS3: test_check_sync RemoteRemote", 9478 "type": "go", 9479 "request": "launch", 9480 "mode": "test", 9481 "program": "./cmd/bisync", 9482 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_check_sync", "-no-cleanup"] 9483 }, 9484 { 9485 "name": "Test TestChunkerChunk50bMD5HashS3: test_compare_all LocalRemote", 9486 "type": "go", 9487 "request": "launch", 9488 "mode": "test", 9489 "program": "./cmd/bisync", 9490 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_compare_all", "-no-cleanup"] 9491 }, 9492 { 9493 "name": "Test TestChunkerChunk50bMD5HashS3: test_compare_all RemoteLocal", 9494 "type": "go", 9495 "request": "launch", 9496 "mode": "test", 9497 "program": "./cmd/bisync", 9498 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 9499 }, 9500 { 9501 "name": "Test TestChunkerChunk50bMD5HashS3: test_compare_all RemoteRemote", 9502 "type": "go", 9503 "request": "launch", 9504 "mode": "test", 9505 "program": "./cmd/bisync", 9506 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_compare_all", "-no-cleanup"] 9507 }, 9508 { 9509 "name": "Test TestChunkerChunk50bMD5HashS3: test_createemptysrcdirs LocalRemote", 9510 "type": "go", 9511 "request": "launch", 9512 "mode": "test", 9513 "program": "./cmd/bisync", 9514 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 9515 }, 9516 { 9517 "name": "Test TestChunkerChunk50bMD5HashS3: test_createemptysrcdirs RemoteLocal", 9518 "type": "go", 9519 "request": "launch", 9520 "mode": "test", 9521 "program": "./cmd/bisync", 9522 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 9523 }, 9524 { 9525 "name": "Test TestChunkerChunk50bMD5HashS3: test_createemptysrcdirs RemoteRemote", 9526 "type": "go", 9527 "request": "launch", 9528 "mode": "test", 9529 "program": "./cmd/bisync", 9530 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 9531 }, 9532 { 9533 "name": "Test TestChunkerChunk50bMD5HashS3: test_dry_run LocalRemote", 9534 "type": "go", 9535 "request": "launch", 9536 "mode": "test", 9537 "program": "./cmd/bisync", 9538 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_dry_run", "-no-cleanup"] 9539 }, 9540 { 9541 "name": "Test TestChunkerChunk50bMD5HashS3: test_dry_run RemoteLocal", 9542 "type": "go", 9543 "request": "launch", 9544 "mode": "test", 9545 "program": "./cmd/bisync", 9546 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 9547 }, 9548 { 9549 "name": "Test TestChunkerChunk50bMD5HashS3: test_dry_run RemoteRemote", 9550 "type": "go", 9551 "request": "launch", 9552 "mode": "test", 9553 "program": "./cmd/bisync", 9554 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_dry_run", "-no-cleanup"] 9555 }, 9556 { 9557 "name": "Test TestChunkerChunk50bMD5HashS3: test_equal LocalRemote", 9558 "type": "go", 9559 "request": "launch", 9560 "mode": "test", 9561 "program": "./cmd/bisync", 9562 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_equal", "-no-cleanup"] 9563 }, 9564 { 9565 "name": "Test TestChunkerChunk50bMD5HashS3: test_equal RemoteLocal", 9566 "type": "go", 9567 "request": "launch", 9568 "mode": "test", 9569 "program": "./cmd/bisync", 9570 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 9571 }, 9572 { 9573 "name": "Test TestChunkerChunk50bMD5HashS3: test_equal RemoteRemote", 9574 "type": "go", 9575 "request": "launch", 9576 "mode": "test", 9577 "program": "./cmd/bisync", 9578 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_equal", "-no-cleanup"] 9579 }, 9580 { 9581 "name": "Test TestChunkerChunk50bMD5HashS3: test_ext_paths LocalRemote", 9582 "type": "go", 9583 "request": "launch", 9584 "mode": "test", 9585 "program": "./cmd/bisync", 9586 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_ext_paths", "-no-cleanup"] 9587 }, 9588 { 9589 "name": "Test TestChunkerChunk50bMD5HashS3: test_ext_paths RemoteLocal", 9590 "type": "go", 9591 "request": "launch", 9592 "mode": "test", 9593 "program": "./cmd/bisync", 9594 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 9595 }, 9596 { 9597 "name": "Test TestChunkerChunk50bMD5HashS3: test_ext_paths RemoteRemote", 9598 "type": "go", 9599 "request": "launch", 9600 "mode": "test", 9601 "program": "./cmd/bisync", 9602 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_ext_paths", "-no-cleanup"] 9603 }, 9604 { 9605 "name": "Test TestChunkerChunk50bMD5HashS3: test_extended_filenames LocalRemote", 9606 "type": "go", 9607 "request": "launch", 9608 "mode": "test", 9609 "program": "./cmd/bisync", 9610 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_extended_filenames", "-no-cleanup"] 9611 }, 9612 { 9613 "name": "Test TestChunkerChunk50bMD5HashS3: test_extended_filenames RemoteLocal", 9614 "type": "go", 9615 "request": "launch", 9616 "mode": "test", 9617 "program": "./cmd/bisync", 9618 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 9619 }, 9620 { 9621 "name": "Test TestChunkerChunk50bMD5HashS3: test_extended_filenames RemoteRemote", 9622 "type": "go", 9623 "request": "launch", 9624 "mode": "test", 9625 "program": "./cmd/bisync", 9626 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_extended_filenames", "-no-cleanup"] 9627 }, 9628 { 9629 "name": "Test TestChunkerChunk50bMD5HashS3: test_filters LocalRemote", 9630 "type": "go", 9631 "request": "launch", 9632 "mode": "test", 9633 "program": "./cmd/bisync", 9634 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_filters", "-no-cleanup"] 9635 }, 9636 { 9637 "name": "Test TestChunkerChunk50bMD5HashS3: test_filters RemoteLocal", 9638 "type": "go", 9639 "request": "launch", 9640 "mode": "test", 9641 "program": "./cmd/bisync", 9642 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 9643 }, 9644 { 9645 "name": "Test TestChunkerChunk50bMD5HashS3: test_filters RemoteRemote", 9646 "type": "go", 9647 "request": "launch", 9648 "mode": "test", 9649 "program": "./cmd/bisync", 9650 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_filters", "-no-cleanup"] 9651 }, 9652 { 9653 "name": "Test TestChunkerChunk50bMD5HashS3: test_filtersfile_checks LocalRemote", 9654 "type": "go", 9655 "request": "launch", 9656 "mode": "test", 9657 "program": "./cmd/bisync", 9658 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_filtersfile_checks", "-no-cleanup"] 9659 }, 9660 { 9661 "name": "Test TestChunkerChunk50bMD5HashS3: test_filtersfile_checks RemoteLocal", 9662 "type": "go", 9663 "request": "launch", 9664 "mode": "test", 9665 "program": "./cmd/bisync", 9666 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 9667 }, 9668 { 9669 "name": "Test TestChunkerChunk50bMD5HashS3: test_filtersfile_checks RemoteRemote", 9670 "type": "go", 9671 "request": "launch", 9672 "mode": "test", 9673 "program": "./cmd/bisync", 9674 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_filtersfile_checks", "-no-cleanup"] 9675 }, 9676 { 9677 "name": "Test TestChunkerChunk50bMD5HashS3: test_ignorelistingchecksum LocalRemote", 9678 "type": "go", 9679 "request": "launch", 9680 "mode": "test", 9681 "program": "./cmd/bisync", 9682 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 9683 }, 9684 { 9685 "name": "Test TestChunkerChunk50bMD5HashS3: test_ignorelistingchecksum RemoteLocal", 9686 "type": "go", 9687 "request": "launch", 9688 "mode": "test", 9689 "program": "./cmd/bisync", 9690 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 9691 }, 9692 { 9693 "name": "Test TestChunkerChunk50bMD5HashS3: test_ignorelistingchecksum RemoteRemote", 9694 "type": "go", 9695 "request": "launch", 9696 "mode": "test", 9697 "program": "./cmd/bisync", 9698 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 9699 }, 9700 { 9701 "name": "Test TestChunkerChunk50bMD5HashS3: test_max_delete_path1 LocalRemote", 9702 "type": "go", 9703 "request": "launch", 9704 "mode": "test", 9705 "program": "./cmd/bisync", 9706 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_max_delete_path1", "-no-cleanup"] 9707 }, 9708 { 9709 "name": "Test TestChunkerChunk50bMD5HashS3: test_max_delete_path1 RemoteLocal", 9710 "type": "go", 9711 "request": "launch", 9712 "mode": "test", 9713 "program": "./cmd/bisync", 9714 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 9715 }, 9716 { 9717 "name": "Test TestChunkerChunk50bMD5HashS3: test_max_delete_path1 RemoteRemote", 9718 "type": "go", 9719 "request": "launch", 9720 "mode": "test", 9721 "program": "./cmd/bisync", 9722 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_max_delete_path1", "-no-cleanup"] 9723 }, 9724 { 9725 "name": "Test TestChunkerChunk50bMD5HashS3: test_max_delete_path2_force LocalRemote", 9726 "type": "go", 9727 "request": "launch", 9728 "mode": "test", 9729 "program": "./cmd/bisync", 9730 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 9731 }, 9732 { 9733 "name": "Test TestChunkerChunk50bMD5HashS3: test_max_delete_path2_force RemoteLocal", 9734 "type": "go", 9735 "request": "launch", 9736 "mode": "test", 9737 "program": "./cmd/bisync", 9738 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 9739 }, 9740 { 9741 "name": "Test TestChunkerChunk50bMD5HashS3: test_max_delete_path2_force RemoteRemote", 9742 "type": "go", 9743 "request": "launch", 9744 "mode": "test", 9745 "program": "./cmd/bisync", 9746 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 9747 }, 9748 { 9749 "name": "Test TestChunkerChunk50bMD5HashS3: test_nomodtime LocalRemote", 9750 "type": "go", 9751 "request": "launch", 9752 "mode": "test", 9753 "program": "./cmd/bisync", 9754 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_nomodtime", "-no-cleanup"] 9755 }, 9756 { 9757 "name": "Test TestChunkerChunk50bMD5HashS3: test_nomodtime RemoteLocal", 9758 "type": "go", 9759 "request": "launch", 9760 "mode": "test", 9761 "program": "./cmd/bisync", 9762 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 9763 }, 9764 { 9765 "name": "Test TestChunkerChunk50bMD5HashS3: test_nomodtime RemoteRemote", 9766 "type": "go", 9767 "request": "launch", 9768 "mode": "test", 9769 "program": "./cmd/bisync", 9770 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_nomodtime", "-no-cleanup"] 9771 }, 9772 { 9773 "name": "Test TestChunkerChunk50bMD5HashS3: test_normalization LocalRemote", 9774 "type": "go", 9775 "request": "launch", 9776 "mode": "test", 9777 "program": "./cmd/bisync", 9778 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_normalization", "-no-cleanup"] 9779 }, 9780 { 9781 "name": "Test TestChunkerChunk50bMD5HashS3: test_normalization RemoteLocal", 9782 "type": "go", 9783 "request": "launch", 9784 "mode": "test", 9785 "program": "./cmd/bisync", 9786 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 9787 }, 9788 { 9789 "name": "Test TestChunkerChunk50bMD5HashS3: test_normalization RemoteRemote", 9790 "type": "go", 9791 "request": "launch", 9792 "mode": "test", 9793 "program": "./cmd/bisync", 9794 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_normalization", "-no-cleanup"] 9795 }, 9796 { 9797 "name": "Test TestChunkerChunk50bMD5HashS3: test_rclone_args LocalRemote", 9798 "type": "go", 9799 "request": "launch", 9800 "mode": "test", 9801 "program": "./cmd/bisync", 9802 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_rclone_args", "-no-cleanup"] 9803 }, 9804 { 9805 "name": "Test TestChunkerChunk50bMD5HashS3: test_rclone_args RemoteLocal", 9806 "type": "go", 9807 "request": "launch", 9808 "mode": "test", 9809 "program": "./cmd/bisync", 9810 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 9811 }, 9812 { 9813 "name": "Test TestChunkerChunk50bMD5HashS3: test_rclone_args RemoteRemote", 9814 "type": "go", 9815 "request": "launch", 9816 "mode": "test", 9817 "program": "./cmd/bisync", 9818 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_rclone_args", "-no-cleanup"] 9819 }, 9820 { 9821 "name": "Test TestChunkerChunk50bMD5HashS3: test_resolve LocalRemote", 9822 "type": "go", 9823 "request": "launch", 9824 "mode": "test", 9825 "program": "./cmd/bisync", 9826 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_resolve", "-no-cleanup"] 9827 }, 9828 { 9829 "name": "Test TestChunkerChunk50bMD5HashS3: test_resolve RemoteLocal", 9830 "type": "go", 9831 "request": "launch", 9832 "mode": "test", 9833 "program": "./cmd/bisync", 9834 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 9835 }, 9836 { 9837 "name": "Test TestChunkerChunk50bMD5HashS3: test_resolve RemoteRemote", 9838 "type": "go", 9839 "request": "launch", 9840 "mode": "test", 9841 "program": "./cmd/bisync", 9842 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_resolve", "-no-cleanup"] 9843 }, 9844 { 9845 "name": "Test TestChunkerChunk50bMD5HashS3: test_resync LocalRemote", 9846 "type": "go", 9847 "request": "launch", 9848 "mode": "test", 9849 "program": "./cmd/bisync", 9850 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_resync", "-no-cleanup"] 9851 }, 9852 { 9853 "name": "Test TestChunkerChunk50bMD5HashS3: test_resync RemoteLocal", 9854 "type": "go", 9855 "request": "launch", 9856 "mode": "test", 9857 "program": "./cmd/bisync", 9858 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 9859 }, 9860 { 9861 "name": "Test TestChunkerChunk50bMD5HashS3: test_resync RemoteRemote", 9862 "type": "go", 9863 "request": "launch", 9864 "mode": "test", 9865 "program": "./cmd/bisync", 9866 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_resync", "-no-cleanup"] 9867 }, 9868 { 9869 "name": "Test TestChunkerChunk50bMD5HashS3: test_resync_modes LocalRemote", 9870 "type": "go", 9871 "request": "launch", 9872 "mode": "test", 9873 "program": "./cmd/bisync", 9874 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_resync_modes", "-no-cleanup"] 9875 }, 9876 { 9877 "name": "Test TestChunkerChunk50bMD5HashS3: test_resync_modes RemoteLocal", 9878 "type": "go", 9879 "request": "launch", 9880 "mode": "test", 9881 "program": "./cmd/bisync", 9882 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 9883 }, 9884 { 9885 "name": "Test TestChunkerChunk50bMD5HashS3: test_resync_modes RemoteRemote", 9886 "type": "go", 9887 "request": "launch", 9888 "mode": "test", 9889 "program": "./cmd/bisync", 9890 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_resync_modes", "-no-cleanup"] 9891 }, 9892 { 9893 "name": "Test TestChunkerChunk50bMD5HashS3: test_rmdirs LocalRemote", 9894 "type": "go", 9895 "request": "launch", 9896 "mode": "test", 9897 "program": "./cmd/bisync", 9898 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_rmdirs", "-no-cleanup"] 9899 }, 9900 { 9901 "name": "Test TestChunkerChunk50bMD5HashS3: test_rmdirs RemoteLocal", 9902 "type": "go", 9903 "request": "launch", 9904 "mode": "test", 9905 "program": "./cmd/bisync", 9906 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 9907 }, 9908 { 9909 "name": "Test TestChunkerChunk50bMD5HashS3: test_rmdirs RemoteRemote", 9910 "type": "go", 9911 "request": "launch", 9912 "mode": "test", 9913 "program": "./cmd/bisync", 9914 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_rmdirs", "-no-cleanup"] 9915 }, 9916 { 9917 "name": "Test TestChunkerChunk50bMD5HashS3: test_volatile LocalRemote", 9918 "type": "go", 9919 "request": "launch", 9920 "mode": "test", 9921 "program": "./cmd/bisync", 9922 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_volatile", "-no-cleanup"] 9923 }, 9924 { 9925 "name": "Test TestChunkerChunk50bMD5HashS3: test_volatile RemoteLocal", 9926 "type": "go", 9927 "request": "launch", 9928 "mode": "test", 9929 "program": "./cmd/bisync", 9930 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 9931 }, 9932 { 9933 "name": "Test TestChunkerChunk50bMD5HashS3: test_volatile RemoteRemote", 9934 "type": "go", 9935 "request": "launch", 9936 "mode": "test", 9937 "program": "./cmd/bisync", 9938 "args": ["-remote", "TestChunkerChunk50bMD5HashS3:", "-remote2", "TestChunkerChunk50bMD5HashS3:", "-case", "test_volatile", "-no-cleanup"] 9939 }, 9940 { 9941 "name": "Test TestChunkerChunk50bSHA1HashS3: test_all_changed LocalRemote", 9942 "type": "go", 9943 "request": "launch", 9944 "mode": "test", 9945 "program": "./cmd/bisync", 9946 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_all_changed", "-no-cleanup"] 9947 }, 9948 { 9949 "name": "Test TestChunkerChunk50bSHA1HashS3: test_all_changed RemoteLocal", 9950 "type": "go", 9951 "request": "launch", 9952 "mode": "test", 9953 "program": "./cmd/bisync", 9954 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 9955 }, 9956 { 9957 "name": "Test TestChunkerChunk50bSHA1HashS3: test_all_changed RemoteRemote", 9958 "type": "go", 9959 "request": "launch", 9960 "mode": "test", 9961 "program": "./cmd/bisync", 9962 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_all_changed", "-no-cleanup"] 9963 }, 9964 { 9965 "name": "Test TestChunkerChunk50bSHA1HashS3: test_backupdir LocalRemote", 9966 "type": "go", 9967 "request": "launch", 9968 "mode": "test", 9969 "program": "./cmd/bisync", 9970 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_backupdir", "-no-cleanup"] 9971 }, 9972 { 9973 "name": "Test TestChunkerChunk50bSHA1HashS3: test_backupdir RemoteLocal", 9974 "type": "go", 9975 "request": "launch", 9976 "mode": "test", 9977 "program": "./cmd/bisync", 9978 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 9979 }, 9980 { 9981 "name": "Test TestChunkerChunk50bSHA1HashS3: test_backupdir RemoteRemote", 9982 "type": "go", 9983 "request": "launch", 9984 "mode": "test", 9985 "program": "./cmd/bisync", 9986 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_backupdir", "-no-cleanup"] 9987 }, 9988 { 9989 "name": "Test TestChunkerChunk50bSHA1HashS3: test_basic LocalRemote", 9990 "type": "go", 9991 "request": "launch", 9992 "mode": "test", 9993 "program": "./cmd/bisync", 9994 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_basic", "-no-cleanup"] 9995 }, 9996 { 9997 "name": "Test TestChunkerChunk50bSHA1HashS3: test_basic RemoteLocal", 9998 "type": "go", 9999 "request": "launch", 10000 "mode": "test", 10001 "program": "./cmd/bisync", 10002 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 10003 }, 10004 { 10005 "name": "Test TestChunkerChunk50bSHA1HashS3: test_basic RemoteRemote", 10006 "type": "go", 10007 "request": "launch", 10008 "mode": "test", 10009 "program": "./cmd/bisync", 10010 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_basic", "-no-cleanup"] 10011 }, 10012 { 10013 "name": "Test TestChunkerChunk50bSHA1HashS3: test_changes LocalRemote", 10014 "type": "go", 10015 "request": "launch", 10016 "mode": "test", 10017 "program": "./cmd/bisync", 10018 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_changes", "-no-cleanup"] 10019 }, 10020 { 10021 "name": "Test TestChunkerChunk50bSHA1HashS3: test_changes RemoteLocal", 10022 "type": "go", 10023 "request": "launch", 10024 "mode": "test", 10025 "program": "./cmd/bisync", 10026 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 10027 }, 10028 { 10029 "name": "Test TestChunkerChunk50bSHA1HashS3: test_changes RemoteRemote", 10030 "type": "go", 10031 "request": "launch", 10032 "mode": "test", 10033 "program": "./cmd/bisync", 10034 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_changes", "-no-cleanup"] 10035 }, 10036 { 10037 "name": "Test TestChunkerChunk50bSHA1HashS3: test_check_access LocalRemote", 10038 "type": "go", 10039 "request": "launch", 10040 "mode": "test", 10041 "program": "./cmd/bisync", 10042 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_check_access", "-no-cleanup"] 10043 }, 10044 { 10045 "name": "Test TestChunkerChunk50bSHA1HashS3: test_check_access RemoteLocal", 10046 "type": "go", 10047 "request": "launch", 10048 "mode": "test", 10049 "program": "./cmd/bisync", 10050 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 10051 }, 10052 { 10053 "name": "Test TestChunkerChunk50bSHA1HashS3: test_check_access RemoteRemote", 10054 "type": "go", 10055 "request": "launch", 10056 "mode": "test", 10057 "program": "./cmd/bisync", 10058 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_check_access", "-no-cleanup"] 10059 }, 10060 { 10061 "name": "Test TestChunkerChunk50bSHA1HashS3: test_check_access_filters LocalRemote", 10062 "type": "go", 10063 "request": "launch", 10064 "mode": "test", 10065 "program": "./cmd/bisync", 10066 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_check_access_filters", "-no-cleanup"] 10067 }, 10068 { 10069 "name": "Test TestChunkerChunk50bSHA1HashS3: test_check_access_filters RemoteLocal", 10070 "type": "go", 10071 "request": "launch", 10072 "mode": "test", 10073 "program": "./cmd/bisync", 10074 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 10075 }, 10076 { 10077 "name": "Test TestChunkerChunk50bSHA1HashS3: test_check_access_filters RemoteRemote", 10078 "type": "go", 10079 "request": "launch", 10080 "mode": "test", 10081 "program": "./cmd/bisync", 10082 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_check_access_filters", "-no-cleanup"] 10083 }, 10084 { 10085 "name": "Test TestChunkerChunk50bSHA1HashS3: test_check_filename LocalRemote", 10086 "type": "go", 10087 "request": "launch", 10088 "mode": "test", 10089 "program": "./cmd/bisync", 10090 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_check_filename", "-no-cleanup"] 10091 }, 10092 { 10093 "name": "Test TestChunkerChunk50bSHA1HashS3: test_check_filename RemoteLocal", 10094 "type": "go", 10095 "request": "launch", 10096 "mode": "test", 10097 "program": "./cmd/bisync", 10098 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 10099 }, 10100 { 10101 "name": "Test TestChunkerChunk50bSHA1HashS3: test_check_filename RemoteRemote", 10102 "type": "go", 10103 "request": "launch", 10104 "mode": "test", 10105 "program": "./cmd/bisync", 10106 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_check_filename", "-no-cleanup"] 10107 }, 10108 { 10109 "name": "Test TestChunkerChunk50bSHA1HashS3: test_check_sync LocalRemote", 10110 "type": "go", 10111 "request": "launch", 10112 "mode": "test", 10113 "program": "./cmd/bisync", 10114 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_check_sync", "-no-cleanup"] 10115 }, 10116 { 10117 "name": "Test TestChunkerChunk50bSHA1HashS3: test_check_sync RemoteLocal", 10118 "type": "go", 10119 "request": "launch", 10120 "mode": "test", 10121 "program": "./cmd/bisync", 10122 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 10123 }, 10124 { 10125 "name": "Test TestChunkerChunk50bSHA1HashS3: test_check_sync RemoteRemote", 10126 "type": "go", 10127 "request": "launch", 10128 "mode": "test", 10129 "program": "./cmd/bisync", 10130 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_check_sync", "-no-cleanup"] 10131 }, 10132 { 10133 "name": "Test TestChunkerChunk50bSHA1HashS3: test_compare_all LocalRemote", 10134 "type": "go", 10135 "request": "launch", 10136 "mode": "test", 10137 "program": "./cmd/bisync", 10138 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_compare_all", "-no-cleanup"] 10139 }, 10140 { 10141 "name": "Test TestChunkerChunk50bSHA1HashS3: test_compare_all RemoteLocal", 10142 "type": "go", 10143 "request": "launch", 10144 "mode": "test", 10145 "program": "./cmd/bisync", 10146 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 10147 }, 10148 { 10149 "name": "Test TestChunkerChunk50bSHA1HashS3: test_compare_all RemoteRemote", 10150 "type": "go", 10151 "request": "launch", 10152 "mode": "test", 10153 "program": "./cmd/bisync", 10154 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_compare_all", "-no-cleanup"] 10155 }, 10156 { 10157 "name": "Test TestChunkerChunk50bSHA1HashS3: test_createemptysrcdirs LocalRemote", 10158 "type": "go", 10159 "request": "launch", 10160 "mode": "test", 10161 "program": "./cmd/bisync", 10162 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 10163 }, 10164 { 10165 "name": "Test TestChunkerChunk50bSHA1HashS3: test_createemptysrcdirs RemoteLocal", 10166 "type": "go", 10167 "request": "launch", 10168 "mode": "test", 10169 "program": "./cmd/bisync", 10170 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 10171 }, 10172 { 10173 "name": "Test TestChunkerChunk50bSHA1HashS3: test_createemptysrcdirs RemoteRemote", 10174 "type": "go", 10175 "request": "launch", 10176 "mode": "test", 10177 "program": "./cmd/bisync", 10178 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 10179 }, 10180 { 10181 "name": "Test TestChunkerChunk50bSHA1HashS3: test_dry_run LocalRemote", 10182 "type": "go", 10183 "request": "launch", 10184 "mode": "test", 10185 "program": "./cmd/bisync", 10186 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_dry_run", "-no-cleanup"] 10187 }, 10188 { 10189 "name": "Test TestChunkerChunk50bSHA1HashS3: test_dry_run RemoteLocal", 10190 "type": "go", 10191 "request": "launch", 10192 "mode": "test", 10193 "program": "./cmd/bisync", 10194 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 10195 }, 10196 { 10197 "name": "Test TestChunkerChunk50bSHA1HashS3: test_dry_run RemoteRemote", 10198 "type": "go", 10199 "request": "launch", 10200 "mode": "test", 10201 "program": "./cmd/bisync", 10202 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_dry_run", "-no-cleanup"] 10203 }, 10204 { 10205 "name": "Test TestChunkerChunk50bSHA1HashS3: test_equal LocalRemote", 10206 "type": "go", 10207 "request": "launch", 10208 "mode": "test", 10209 "program": "./cmd/bisync", 10210 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_equal", "-no-cleanup"] 10211 }, 10212 { 10213 "name": "Test TestChunkerChunk50bSHA1HashS3: test_equal RemoteLocal", 10214 "type": "go", 10215 "request": "launch", 10216 "mode": "test", 10217 "program": "./cmd/bisync", 10218 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 10219 }, 10220 { 10221 "name": "Test TestChunkerChunk50bSHA1HashS3: test_equal RemoteRemote", 10222 "type": "go", 10223 "request": "launch", 10224 "mode": "test", 10225 "program": "./cmd/bisync", 10226 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_equal", "-no-cleanup"] 10227 }, 10228 { 10229 "name": "Test TestChunkerChunk50bSHA1HashS3: test_ext_paths LocalRemote", 10230 "type": "go", 10231 "request": "launch", 10232 "mode": "test", 10233 "program": "./cmd/bisync", 10234 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_ext_paths", "-no-cleanup"] 10235 }, 10236 { 10237 "name": "Test TestChunkerChunk50bSHA1HashS3: test_ext_paths RemoteLocal", 10238 "type": "go", 10239 "request": "launch", 10240 "mode": "test", 10241 "program": "./cmd/bisync", 10242 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 10243 }, 10244 { 10245 "name": "Test TestChunkerChunk50bSHA1HashS3: test_ext_paths RemoteRemote", 10246 "type": "go", 10247 "request": "launch", 10248 "mode": "test", 10249 "program": "./cmd/bisync", 10250 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_ext_paths", "-no-cleanup"] 10251 }, 10252 { 10253 "name": "Test TestChunkerChunk50bSHA1HashS3: test_extended_filenames LocalRemote", 10254 "type": "go", 10255 "request": "launch", 10256 "mode": "test", 10257 "program": "./cmd/bisync", 10258 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_extended_filenames", "-no-cleanup"] 10259 }, 10260 { 10261 "name": "Test TestChunkerChunk50bSHA1HashS3: test_extended_filenames RemoteLocal", 10262 "type": "go", 10263 "request": "launch", 10264 "mode": "test", 10265 "program": "./cmd/bisync", 10266 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 10267 }, 10268 { 10269 "name": "Test TestChunkerChunk50bSHA1HashS3: test_extended_filenames RemoteRemote", 10270 "type": "go", 10271 "request": "launch", 10272 "mode": "test", 10273 "program": "./cmd/bisync", 10274 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_extended_filenames", "-no-cleanup"] 10275 }, 10276 { 10277 "name": "Test TestChunkerChunk50bSHA1HashS3: test_filters LocalRemote", 10278 "type": "go", 10279 "request": "launch", 10280 "mode": "test", 10281 "program": "./cmd/bisync", 10282 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_filters", "-no-cleanup"] 10283 }, 10284 { 10285 "name": "Test TestChunkerChunk50bSHA1HashS3: test_filters RemoteLocal", 10286 "type": "go", 10287 "request": "launch", 10288 "mode": "test", 10289 "program": "./cmd/bisync", 10290 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 10291 }, 10292 { 10293 "name": "Test TestChunkerChunk50bSHA1HashS3: test_filters RemoteRemote", 10294 "type": "go", 10295 "request": "launch", 10296 "mode": "test", 10297 "program": "./cmd/bisync", 10298 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_filters", "-no-cleanup"] 10299 }, 10300 { 10301 "name": "Test TestChunkerChunk50bSHA1HashS3: test_filtersfile_checks LocalRemote", 10302 "type": "go", 10303 "request": "launch", 10304 "mode": "test", 10305 "program": "./cmd/bisync", 10306 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_filtersfile_checks", "-no-cleanup"] 10307 }, 10308 { 10309 "name": "Test TestChunkerChunk50bSHA1HashS3: test_filtersfile_checks RemoteLocal", 10310 "type": "go", 10311 "request": "launch", 10312 "mode": "test", 10313 "program": "./cmd/bisync", 10314 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 10315 }, 10316 { 10317 "name": "Test TestChunkerChunk50bSHA1HashS3: test_filtersfile_checks RemoteRemote", 10318 "type": "go", 10319 "request": "launch", 10320 "mode": "test", 10321 "program": "./cmd/bisync", 10322 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_filtersfile_checks", "-no-cleanup"] 10323 }, 10324 { 10325 "name": "Test TestChunkerChunk50bSHA1HashS3: test_ignorelistingchecksum LocalRemote", 10326 "type": "go", 10327 "request": "launch", 10328 "mode": "test", 10329 "program": "./cmd/bisync", 10330 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 10331 }, 10332 { 10333 "name": "Test TestChunkerChunk50bSHA1HashS3: test_ignorelistingchecksum RemoteLocal", 10334 "type": "go", 10335 "request": "launch", 10336 "mode": "test", 10337 "program": "./cmd/bisync", 10338 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 10339 }, 10340 { 10341 "name": "Test TestChunkerChunk50bSHA1HashS3: test_ignorelistingchecksum RemoteRemote", 10342 "type": "go", 10343 "request": "launch", 10344 "mode": "test", 10345 "program": "./cmd/bisync", 10346 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 10347 }, 10348 { 10349 "name": "Test TestChunkerChunk50bSHA1HashS3: test_max_delete_path1 LocalRemote", 10350 "type": "go", 10351 "request": "launch", 10352 "mode": "test", 10353 "program": "./cmd/bisync", 10354 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_max_delete_path1", "-no-cleanup"] 10355 }, 10356 { 10357 "name": "Test TestChunkerChunk50bSHA1HashS3: test_max_delete_path1 RemoteLocal", 10358 "type": "go", 10359 "request": "launch", 10360 "mode": "test", 10361 "program": "./cmd/bisync", 10362 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 10363 }, 10364 { 10365 "name": "Test TestChunkerChunk50bSHA1HashS3: test_max_delete_path1 RemoteRemote", 10366 "type": "go", 10367 "request": "launch", 10368 "mode": "test", 10369 "program": "./cmd/bisync", 10370 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_max_delete_path1", "-no-cleanup"] 10371 }, 10372 { 10373 "name": "Test TestChunkerChunk50bSHA1HashS3: test_max_delete_path2_force LocalRemote", 10374 "type": "go", 10375 "request": "launch", 10376 "mode": "test", 10377 "program": "./cmd/bisync", 10378 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 10379 }, 10380 { 10381 "name": "Test TestChunkerChunk50bSHA1HashS3: test_max_delete_path2_force RemoteLocal", 10382 "type": "go", 10383 "request": "launch", 10384 "mode": "test", 10385 "program": "./cmd/bisync", 10386 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 10387 }, 10388 { 10389 "name": "Test TestChunkerChunk50bSHA1HashS3: test_max_delete_path2_force RemoteRemote", 10390 "type": "go", 10391 "request": "launch", 10392 "mode": "test", 10393 "program": "./cmd/bisync", 10394 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 10395 }, 10396 { 10397 "name": "Test TestChunkerChunk50bSHA1HashS3: test_nomodtime LocalRemote", 10398 "type": "go", 10399 "request": "launch", 10400 "mode": "test", 10401 "program": "./cmd/bisync", 10402 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_nomodtime", "-no-cleanup"] 10403 }, 10404 { 10405 "name": "Test TestChunkerChunk50bSHA1HashS3: test_nomodtime RemoteLocal", 10406 "type": "go", 10407 "request": "launch", 10408 "mode": "test", 10409 "program": "./cmd/bisync", 10410 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 10411 }, 10412 { 10413 "name": "Test TestChunkerChunk50bSHA1HashS3: test_nomodtime RemoteRemote", 10414 "type": "go", 10415 "request": "launch", 10416 "mode": "test", 10417 "program": "./cmd/bisync", 10418 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_nomodtime", "-no-cleanup"] 10419 }, 10420 { 10421 "name": "Test TestChunkerChunk50bSHA1HashS3: test_normalization LocalRemote", 10422 "type": "go", 10423 "request": "launch", 10424 "mode": "test", 10425 "program": "./cmd/bisync", 10426 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_normalization", "-no-cleanup"] 10427 }, 10428 { 10429 "name": "Test TestChunkerChunk50bSHA1HashS3: test_normalization RemoteLocal", 10430 "type": "go", 10431 "request": "launch", 10432 "mode": "test", 10433 "program": "./cmd/bisync", 10434 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 10435 }, 10436 { 10437 "name": "Test TestChunkerChunk50bSHA1HashS3: test_normalization RemoteRemote", 10438 "type": "go", 10439 "request": "launch", 10440 "mode": "test", 10441 "program": "./cmd/bisync", 10442 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_normalization", "-no-cleanup"] 10443 }, 10444 { 10445 "name": "Test TestChunkerChunk50bSHA1HashS3: test_rclone_args LocalRemote", 10446 "type": "go", 10447 "request": "launch", 10448 "mode": "test", 10449 "program": "./cmd/bisync", 10450 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_rclone_args", "-no-cleanup"] 10451 }, 10452 { 10453 "name": "Test TestChunkerChunk50bSHA1HashS3: test_rclone_args RemoteLocal", 10454 "type": "go", 10455 "request": "launch", 10456 "mode": "test", 10457 "program": "./cmd/bisync", 10458 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 10459 }, 10460 { 10461 "name": "Test TestChunkerChunk50bSHA1HashS3: test_rclone_args RemoteRemote", 10462 "type": "go", 10463 "request": "launch", 10464 "mode": "test", 10465 "program": "./cmd/bisync", 10466 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_rclone_args", "-no-cleanup"] 10467 }, 10468 { 10469 "name": "Test TestChunkerChunk50bSHA1HashS3: test_resolve LocalRemote", 10470 "type": "go", 10471 "request": "launch", 10472 "mode": "test", 10473 "program": "./cmd/bisync", 10474 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_resolve", "-no-cleanup"] 10475 }, 10476 { 10477 "name": "Test TestChunkerChunk50bSHA1HashS3: test_resolve RemoteLocal", 10478 "type": "go", 10479 "request": "launch", 10480 "mode": "test", 10481 "program": "./cmd/bisync", 10482 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 10483 }, 10484 { 10485 "name": "Test TestChunkerChunk50bSHA1HashS3: test_resolve RemoteRemote", 10486 "type": "go", 10487 "request": "launch", 10488 "mode": "test", 10489 "program": "./cmd/bisync", 10490 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_resolve", "-no-cleanup"] 10491 }, 10492 { 10493 "name": "Test TestChunkerChunk50bSHA1HashS3: test_resync LocalRemote", 10494 "type": "go", 10495 "request": "launch", 10496 "mode": "test", 10497 "program": "./cmd/bisync", 10498 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_resync", "-no-cleanup"] 10499 }, 10500 { 10501 "name": "Test TestChunkerChunk50bSHA1HashS3: test_resync RemoteLocal", 10502 "type": "go", 10503 "request": "launch", 10504 "mode": "test", 10505 "program": "./cmd/bisync", 10506 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 10507 }, 10508 { 10509 "name": "Test TestChunkerChunk50bSHA1HashS3: test_resync RemoteRemote", 10510 "type": "go", 10511 "request": "launch", 10512 "mode": "test", 10513 "program": "./cmd/bisync", 10514 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_resync", "-no-cleanup"] 10515 }, 10516 { 10517 "name": "Test TestChunkerChunk50bSHA1HashS3: test_resync_modes LocalRemote", 10518 "type": "go", 10519 "request": "launch", 10520 "mode": "test", 10521 "program": "./cmd/bisync", 10522 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_resync_modes", "-no-cleanup"] 10523 }, 10524 { 10525 "name": "Test TestChunkerChunk50bSHA1HashS3: test_resync_modes RemoteLocal", 10526 "type": "go", 10527 "request": "launch", 10528 "mode": "test", 10529 "program": "./cmd/bisync", 10530 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 10531 }, 10532 { 10533 "name": "Test TestChunkerChunk50bSHA1HashS3: test_resync_modes RemoteRemote", 10534 "type": "go", 10535 "request": "launch", 10536 "mode": "test", 10537 "program": "./cmd/bisync", 10538 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_resync_modes", "-no-cleanup"] 10539 }, 10540 { 10541 "name": "Test TestChunkerChunk50bSHA1HashS3: test_rmdirs LocalRemote", 10542 "type": "go", 10543 "request": "launch", 10544 "mode": "test", 10545 "program": "./cmd/bisync", 10546 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_rmdirs", "-no-cleanup"] 10547 }, 10548 { 10549 "name": "Test TestChunkerChunk50bSHA1HashS3: test_rmdirs RemoteLocal", 10550 "type": "go", 10551 "request": "launch", 10552 "mode": "test", 10553 "program": "./cmd/bisync", 10554 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 10555 }, 10556 { 10557 "name": "Test TestChunkerChunk50bSHA1HashS3: test_rmdirs RemoteRemote", 10558 "type": "go", 10559 "request": "launch", 10560 "mode": "test", 10561 "program": "./cmd/bisync", 10562 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_rmdirs", "-no-cleanup"] 10563 }, 10564 { 10565 "name": "Test TestChunkerChunk50bSHA1HashS3: test_volatile LocalRemote", 10566 "type": "go", 10567 "request": "launch", 10568 "mode": "test", 10569 "program": "./cmd/bisync", 10570 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_volatile", "-no-cleanup"] 10571 }, 10572 { 10573 "name": "Test TestChunkerChunk50bSHA1HashS3: test_volatile RemoteLocal", 10574 "type": "go", 10575 "request": "launch", 10576 "mode": "test", 10577 "program": "./cmd/bisync", 10578 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 10579 }, 10580 { 10581 "name": "Test TestChunkerChunk50bSHA1HashS3: test_volatile RemoteRemote", 10582 "type": "go", 10583 "request": "launch", 10584 "mode": "test", 10585 "program": "./cmd/bisync", 10586 "args": ["-remote", "TestChunkerChunk50bSHA1HashS3:", "-remote2", "TestChunkerChunk50bSHA1HashS3:", "-case", "test_volatile", "-no-cleanup"] 10587 }, 10588 { 10589 "name": "Test TestChunkerOverCrypt: test_all_changed LocalRemote", 10590 "type": "go", 10591 "request": "launch", 10592 "mode": "test", 10593 "program": "./cmd/bisync", 10594 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_all_changed", "-no-cleanup"] 10595 }, 10596 { 10597 "name": "Test TestChunkerOverCrypt: test_all_changed RemoteLocal", 10598 "type": "go", 10599 "request": "launch", 10600 "mode": "test", 10601 "program": "./cmd/bisync", 10602 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 10603 }, 10604 { 10605 "name": "Test TestChunkerOverCrypt: test_all_changed RemoteRemote", 10606 "type": "go", 10607 "request": "launch", 10608 "mode": "test", 10609 "program": "./cmd/bisync", 10610 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_all_changed", "-no-cleanup"] 10611 }, 10612 { 10613 "name": "Test TestChunkerOverCrypt: test_backupdir LocalRemote", 10614 "type": "go", 10615 "request": "launch", 10616 "mode": "test", 10617 "program": "./cmd/bisync", 10618 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_backupdir", "-no-cleanup"] 10619 }, 10620 { 10621 "name": "Test TestChunkerOverCrypt: test_backupdir RemoteLocal", 10622 "type": "go", 10623 "request": "launch", 10624 "mode": "test", 10625 "program": "./cmd/bisync", 10626 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 10627 }, 10628 { 10629 "name": "Test TestChunkerOverCrypt: test_backupdir RemoteRemote", 10630 "type": "go", 10631 "request": "launch", 10632 "mode": "test", 10633 "program": "./cmd/bisync", 10634 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_backupdir", "-no-cleanup"] 10635 }, 10636 { 10637 "name": "Test TestChunkerOverCrypt: test_basic LocalRemote", 10638 "type": "go", 10639 "request": "launch", 10640 "mode": "test", 10641 "program": "./cmd/bisync", 10642 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_basic", "-no-cleanup"] 10643 }, 10644 { 10645 "name": "Test TestChunkerOverCrypt: test_basic RemoteLocal", 10646 "type": "go", 10647 "request": "launch", 10648 "mode": "test", 10649 "program": "./cmd/bisync", 10650 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 10651 }, 10652 { 10653 "name": "Test TestChunkerOverCrypt: test_basic RemoteRemote", 10654 "type": "go", 10655 "request": "launch", 10656 "mode": "test", 10657 "program": "./cmd/bisync", 10658 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_basic", "-no-cleanup"] 10659 }, 10660 { 10661 "name": "Test TestChunkerOverCrypt: test_changes LocalRemote", 10662 "type": "go", 10663 "request": "launch", 10664 "mode": "test", 10665 "program": "./cmd/bisync", 10666 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_changes", "-no-cleanup"] 10667 }, 10668 { 10669 "name": "Test TestChunkerOverCrypt: test_changes RemoteLocal", 10670 "type": "go", 10671 "request": "launch", 10672 "mode": "test", 10673 "program": "./cmd/bisync", 10674 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 10675 }, 10676 { 10677 "name": "Test TestChunkerOverCrypt: test_changes RemoteRemote", 10678 "type": "go", 10679 "request": "launch", 10680 "mode": "test", 10681 "program": "./cmd/bisync", 10682 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_changes", "-no-cleanup"] 10683 }, 10684 { 10685 "name": "Test TestChunkerOverCrypt: test_check_access LocalRemote", 10686 "type": "go", 10687 "request": "launch", 10688 "mode": "test", 10689 "program": "./cmd/bisync", 10690 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_check_access", "-no-cleanup"] 10691 }, 10692 { 10693 "name": "Test TestChunkerOverCrypt: test_check_access RemoteLocal", 10694 "type": "go", 10695 "request": "launch", 10696 "mode": "test", 10697 "program": "./cmd/bisync", 10698 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 10699 }, 10700 { 10701 "name": "Test TestChunkerOverCrypt: test_check_access RemoteRemote", 10702 "type": "go", 10703 "request": "launch", 10704 "mode": "test", 10705 "program": "./cmd/bisync", 10706 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_check_access", "-no-cleanup"] 10707 }, 10708 { 10709 "name": "Test TestChunkerOverCrypt: test_check_access_filters LocalRemote", 10710 "type": "go", 10711 "request": "launch", 10712 "mode": "test", 10713 "program": "./cmd/bisync", 10714 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_check_access_filters", "-no-cleanup"] 10715 }, 10716 { 10717 "name": "Test TestChunkerOverCrypt: test_check_access_filters RemoteLocal", 10718 "type": "go", 10719 "request": "launch", 10720 "mode": "test", 10721 "program": "./cmd/bisync", 10722 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 10723 }, 10724 { 10725 "name": "Test TestChunkerOverCrypt: test_check_access_filters RemoteRemote", 10726 "type": "go", 10727 "request": "launch", 10728 "mode": "test", 10729 "program": "./cmd/bisync", 10730 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_check_access_filters", "-no-cleanup"] 10731 }, 10732 { 10733 "name": "Test TestChunkerOverCrypt: test_check_filename LocalRemote", 10734 "type": "go", 10735 "request": "launch", 10736 "mode": "test", 10737 "program": "./cmd/bisync", 10738 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_check_filename", "-no-cleanup"] 10739 }, 10740 { 10741 "name": "Test TestChunkerOverCrypt: test_check_filename RemoteLocal", 10742 "type": "go", 10743 "request": "launch", 10744 "mode": "test", 10745 "program": "./cmd/bisync", 10746 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 10747 }, 10748 { 10749 "name": "Test TestChunkerOverCrypt: test_check_filename RemoteRemote", 10750 "type": "go", 10751 "request": "launch", 10752 "mode": "test", 10753 "program": "./cmd/bisync", 10754 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_check_filename", "-no-cleanup"] 10755 }, 10756 { 10757 "name": "Test TestChunkerOverCrypt: test_check_sync LocalRemote", 10758 "type": "go", 10759 "request": "launch", 10760 "mode": "test", 10761 "program": "./cmd/bisync", 10762 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_check_sync", "-no-cleanup"] 10763 }, 10764 { 10765 "name": "Test TestChunkerOverCrypt: test_check_sync RemoteLocal", 10766 "type": "go", 10767 "request": "launch", 10768 "mode": "test", 10769 "program": "./cmd/bisync", 10770 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 10771 }, 10772 { 10773 "name": "Test TestChunkerOverCrypt: test_check_sync RemoteRemote", 10774 "type": "go", 10775 "request": "launch", 10776 "mode": "test", 10777 "program": "./cmd/bisync", 10778 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_check_sync", "-no-cleanup"] 10779 }, 10780 { 10781 "name": "Test TestChunkerOverCrypt: test_compare_all LocalRemote", 10782 "type": "go", 10783 "request": "launch", 10784 "mode": "test", 10785 "program": "./cmd/bisync", 10786 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_compare_all", "-no-cleanup"] 10787 }, 10788 { 10789 "name": "Test TestChunkerOverCrypt: test_compare_all RemoteLocal", 10790 "type": "go", 10791 "request": "launch", 10792 "mode": "test", 10793 "program": "./cmd/bisync", 10794 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 10795 }, 10796 { 10797 "name": "Test TestChunkerOverCrypt: test_compare_all RemoteRemote", 10798 "type": "go", 10799 "request": "launch", 10800 "mode": "test", 10801 "program": "./cmd/bisync", 10802 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_compare_all", "-no-cleanup"] 10803 }, 10804 { 10805 "name": "Test TestChunkerOverCrypt: test_createemptysrcdirs LocalRemote", 10806 "type": "go", 10807 "request": "launch", 10808 "mode": "test", 10809 "program": "./cmd/bisync", 10810 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 10811 }, 10812 { 10813 "name": "Test TestChunkerOverCrypt: test_createemptysrcdirs RemoteLocal", 10814 "type": "go", 10815 "request": "launch", 10816 "mode": "test", 10817 "program": "./cmd/bisync", 10818 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 10819 }, 10820 { 10821 "name": "Test TestChunkerOverCrypt: test_createemptysrcdirs RemoteRemote", 10822 "type": "go", 10823 "request": "launch", 10824 "mode": "test", 10825 "program": "./cmd/bisync", 10826 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 10827 }, 10828 { 10829 "name": "Test TestChunkerOverCrypt: test_dry_run LocalRemote", 10830 "type": "go", 10831 "request": "launch", 10832 "mode": "test", 10833 "program": "./cmd/bisync", 10834 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_dry_run", "-no-cleanup"] 10835 }, 10836 { 10837 "name": "Test TestChunkerOverCrypt: test_dry_run RemoteLocal", 10838 "type": "go", 10839 "request": "launch", 10840 "mode": "test", 10841 "program": "./cmd/bisync", 10842 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 10843 }, 10844 { 10845 "name": "Test TestChunkerOverCrypt: test_dry_run RemoteRemote", 10846 "type": "go", 10847 "request": "launch", 10848 "mode": "test", 10849 "program": "./cmd/bisync", 10850 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_dry_run", "-no-cleanup"] 10851 }, 10852 { 10853 "name": "Test TestChunkerOverCrypt: test_equal LocalRemote", 10854 "type": "go", 10855 "request": "launch", 10856 "mode": "test", 10857 "program": "./cmd/bisync", 10858 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_equal", "-no-cleanup"] 10859 }, 10860 { 10861 "name": "Test TestChunkerOverCrypt: test_equal RemoteLocal", 10862 "type": "go", 10863 "request": "launch", 10864 "mode": "test", 10865 "program": "./cmd/bisync", 10866 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 10867 }, 10868 { 10869 "name": "Test TestChunkerOverCrypt: test_equal RemoteRemote", 10870 "type": "go", 10871 "request": "launch", 10872 "mode": "test", 10873 "program": "./cmd/bisync", 10874 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_equal", "-no-cleanup"] 10875 }, 10876 { 10877 "name": "Test TestChunkerOverCrypt: test_ext_paths LocalRemote", 10878 "type": "go", 10879 "request": "launch", 10880 "mode": "test", 10881 "program": "./cmd/bisync", 10882 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_ext_paths", "-no-cleanup"] 10883 }, 10884 { 10885 "name": "Test TestChunkerOverCrypt: test_ext_paths RemoteLocal", 10886 "type": "go", 10887 "request": "launch", 10888 "mode": "test", 10889 "program": "./cmd/bisync", 10890 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 10891 }, 10892 { 10893 "name": "Test TestChunkerOverCrypt: test_ext_paths RemoteRemote", 10894 "type": "go", 10895 "request": "launch", 10896 "mode": "test", 10897 "program": "./cmd/bisync", 10898 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_ext_paths", "-no-cleanup"] 10899 }, 10900 { 10901 "name": "Test TestChunkerOverCrypt: test_extended_filenames LocalRemote", 10902 "type": "go", 10903 "request": "launch", 10904 "mode": "test", 10905 "program": "./cmd/bisync", 10906 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_extended_filenames", "-no-cleanup"] 10907 }, 10908 { 10909 "name": "Test TestChunkerOverCrypt: test_extended_filenames RemoteLocal", 10910 "type": "go", 10911 "request": "launch", 10912 "mode": "test", 10913 "program": "./cmd/bisync", 10914 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 10915 }, 10916 { 10917 "name": "Test TestChunkerOverCrypt: test_extended_filenames RemoteRemote", 10918 "type": "go", 10919 "request": "launch", 10920 "mode": "test", 10921 "program": "./cmd/bisync", 10922 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_extended_filenames", "-no-cleanup"] 10923 }, 10924 { 10925 "name": "Test TestChunkerOverCrypt: test_filters LocalRemote", 10926 "type": "go", 10927 "request": "launch", 10928 "mode": "test", 10929 "program": "./cmd/bisync", 10930 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_filters", "-no-cleanup"] 10931 }, 10932 { 10933 "name": "Test TestChunkerOverCrypt: test_filters RemoteLocal", 10934 "type": "go", 10935 "request": "launch", 10936 "mode": "test", 10937 "program": "./cmd/bisync", 10938 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 10939 }, 10940 { 10941 "name": "Test TestChunkerOverCrypt: test_filters RemoteRemote", 10942 "type": "go", 10943 "request": "launch", 10944 "mode": "test", 10945 "program": "./cmd/bisync", 10946 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_filters", "-no-cleanup"] 10947 }, 10948 { 10949 "name": "Test TestChunkerOverCrypt: test_filtersfile_checks LocalRemote", 10950 "type": "go", 10951 "request": "launch", 10952 "mode": "test", 10953 "program": "./cmd/bisync", 10954 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_filtersfile_checks", "-no-cleanup"] 10955 }, 10956 { 10957 "name": "Test TestChunkerOverCrypt: test_filtersfile_checks RemoteLocal", 10958 "type": "go", 10959 "request": "launch", 10960 "mode": "test", 10961 "program": "./cmd/bisync", 10962 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 10963 }, 10964 { 10965 "name": "Test TestChunkerOverCrypt: test_filtersfile_checks RemoteRemote", 10966 "type": "go", 10967 "request": "launch", 10968 "mode": "test", 10969 "program": "./cmd/bisync", 10970 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_filtersfile_checks", "-no-cleanup"] 10971 }, 10972 { 10973 "name": "Test TestChunkerOverCrypt: test_ignorelistingchecksum LocalRemote", 10974 "type": "go", 10975 "request": "launch", 10976 "mode": "test", 10977 "program": "./cmd/bisync", 10978 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 10979 }, 10980 { 10981 "name": "Test TestChunkerOverCrypt: test_ignorelistingchecksum RemoteLocal", 10982 "type": "go", 10983 "request": "launch", 10984 "mode": "test", 10985 "program": "./cmd/bisync", 10986 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 10987 }, 10988 { 10989 "name": "Test TestChunkerOverCrypt: test_ignorelistingchecksum RemoteRemote", 10990 "type": "go", 10991 "request": "launch", 10992 "mode": "test", 10993 "program": "./cmd/bisync", 10994 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 10995 }, 10996 { 10997 "name": "Test TestChunkerOverCrypt: test_max_delete_path1 LocalRemote", 10998 "type": "go", 10999 "request": "launch", 11000 "mode": "test", 11001 "program": "./cmd/bisync", 11002 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_max_delete_path1", "-no-cleanup"] 11003 }, 11004 { 11005 "name": "Test TestChunkerOverCrypt: test_max_delete_path1 RemoteLocal", 11006 "type": "go", 11007 "request": "launch", 11008 "mode": "test", 11009 "program": "./cmd/bisync", 11010 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 11011 }, 11012 { 11013 "name": "Test TestChunkerOverCrypt: test_max_delete_path1 RemoteRemote", 11014 "type": "go", 11015 "request": "launch", 11016 "mode": "test", 11017 "program": "./cmd/bisync", 11018 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_max_delete_path1", "-no-cleanup"] 11019 }, 11020 { 11021 "name": "Test TestChunkerOverCrypt: test_max_delete_path2_force LocalRemote", 11022 "type": "go", 11023 "request": "launch", 11024 "mode": "test", 11025 "program": "./cmd/bisync", 11026 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 11027 }, 11028 { 11029 "name": "Test TestChunkerOverCrypt: test_max_delete_path2_force RemoteLocal", 11030 "type": "go", 11031 "request": "launch", 11032 "mode": "test", 11033 "program": "./cmd/bisync", 11034 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 11035 }, 11036 { 11037 "name": "Test TestChunkerOverCrypt: test_max_delete_path2_force RemoteRemote", 11038 "type": "go", 11039 "request": "launch", 11040 "mode": "test", 11041 "program": "./cmd/bisync", 11042 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 11043 }, 11044 { 11045 "name": "Test TestChunkerOverCrypt: test_nomodtime LocalRemote", 11046 "type": "go", 11047 "request": "launch", 11048 "mode": "test", 11049 "program": "./cmd/bisync", 11050 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_nomodtime", "-no-cleanup"] 11051 }, 11052 { 11053 "name": "Test TestChunkerOverCrypt: test_nomodtime RemoteLocal", 11054 "type": "go", 11055 "request": "launch", 11056 "mode": "test", 11057 "program": "./cmd/bisync", 11058 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 11059 }, 11060 { 11061 "name": "Test TestChunkerOverCrypt: test_nomodtime RemoteRemote", 11062 "type": "go", 11063 "request": "launch", 11064 "mode": "test", 11065 "program": "./cmd/bisync", 11066 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_nomodtime", "-no-cleanup"] 11067 }, 11068 { 11069 "name": "Test TestChunkerOverCrypt: test_normalization LocalRemote", 11070 "type": "go", 11071 "request": "launch", 11072 "mode": "test", 11073 "program": "./cmd/bisync", 11074 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_normalization", "-no-cleanup"] 11075 }, 11076 { 11077 "name": "Test TestChunkerOverCrypt: test_normalization RemoteLocal", 11078 "type": "go", 11079 "request": "launch", 11080 "mode": "test", 11081 "program": "./cmd/bisync", 11082 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 11083 }, 11084 { 11085 "name": "Test TestChunkerOverCrypt: test_normalization RemoteRemote", 11086 "type": "go", 11087 "request": "launch", 11088 "mode": "test", 11089 "program": "./cmd/bisync", 11090 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_normalization", "-no-cleanup"] 11091 }, 11092 { 11093 "name": "Test TestChunkerOverCrypt: test_rclone_args LocalRemote", 11094 "type": "go", 11095 "request": "launch", 11096 "mode": "test", 11097 "program": "./cmd/bisync", 11098 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_rclone_args", "-no-cleanup"] 11099 }, 11100 { 11101 "name": "Test TestChunkerOverCrypt: test_rclone_args RemoteLocal", 11102 "type": "go", 11103 "request": "launch", 11104 "mode": "test", 11105 "program": "./cmd/bisync", 11106 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 11107 }, 11108 { 11109 "name": "Test TestChunkerOverCrypt: test_rclone_args RemoteRemote", 11110 "type": "go", 11111 "request": "launch", 11112 "mode": "test", 11113 "program": "./cmd/bisync", 11114 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_rclone_args", "-no-cleanup"] 11115 }, 11116 { 11117 "name": "Test TestChunkerOverCrypt: test_resolve LocalRemote", 11118 "type": "go", 11119 "request": "launch", 11120 "mode": "test", 11121 "program": "./cmd/bisync", 11122 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_resolve", "-no-cleanup"] 11123 }, 11124 { 11125 "name": "Test TestChunkerOverCrypt: test_resolve RemoteLocal", 11126 "type": "go", 11127 "request": "launch", 11128 "mode": "test", 11129 "program": "./cmd/bisync", 11130 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 11131 }, 11132 { 11133 "name": "Test TestChunkerOverCrypt: test_resolve RemoteRemote", 11134 "type": "go", 11135 "request": "launch", 11136 "mode": "test", 11137 "program": "./cmd/bisync", 11138 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_resolve", "-no-cleanup"] 11139 }, 11140 { 11141 "name": "Test TestChunkerOverCrypt: test_resync LocalRemote", 11142 "type": "go", 11143 "request": "launch", 11144 "mode": "test", 11145 "program": "./cmd/bisync", 11146 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_resync", "-no-cleanup"] 11147 }, 11148 { 11149 "name": "Test TestChunkerOverCrypt: test_resync RemoteLocal", 11150 "type": "go", 11151 "request": "launch", 11152 "mode": "test", 11153 "program": "./cmd/bisync", 11154 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 11155 }, 11156 { 11157 "name": "Test TestChunkerOverCrypt: test_resync RemoteRemote", 11158 "type": "go", 11159 "request": "launch", 11160 "mode": "test", 11161 "program": "./cmd/bisync", 11162 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_resync", "-no-cleanup"] 11163 }, 11164 { 11165 "name": "Test TestChunkerOverCrypt: test_resync_modes LocalRemote", 11166 "type": "go", 11167 "request": "launch", 11168 "mode": "test", 11169 "program": "./cmd/bisync", 11170 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_resync_modes", "-no-cleanup"] 11171 }, 11172 { 11173 "name": "Test TestChunkerOverCrypt: test_resync_modes RemoteLocal", 11174 "type": "go", 11175 "request": "launch", 11176 "mode": "test", 11177 "program": "./cmd/bisync", 11178 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 11179 }, 11180 { 11181 "name": "Test TestChunkerOverCrypt: test_resync_modes RemoteRemote", 11182 "type": "go", 11183 "request": "launch", 11184 "mode": "test", 11185 "program": "./cmd/bisync", 11186 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_resync_modes", "-no-cleanup"] 11187 }, 11188 { 11189 "name": "Test TestChunkerOverCrypt: test_rmdirs LocalRemote", 11190 "type": "go", 11191 "request": "launch", 11192 "mode": "test", 11193 "program": "./cmd/bisync", 11194 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_rmdirs", "-no-cleanup"] 11195 }, 11196 { 11197 "name": "Test TestChunkerOverCrypt: test_rmdirs RemoteLocal", 11198 "type": "go", 11199 "request": "launch", 11200 "mode": "test", 11201 "program": "./cmd/bisync", 11202 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 11203 }, 11204 { 11205 "name": "Test TestChunkerOverCrypt: test_rmdirs RemoteRemote", 11206 "type": "go", 11207 "request": "launch", 11208 "mode": "test", 11209 "program": "./cmd/bisync", 11210 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_rmdirs", "-no-cleanup"] 11211 }, 11212 { 11213 "name": "Test TestChunkerOverCrypt: test_volatile LocalRemote", 11214 "type": "go", 11215 "request": "launch", 11216 "mode": "test", 11217 "program": "./cmd/bisync", 11218 "args": ["-remote", "local", "-remote2", "TestChunkerOverCrypt:", "-case", "test_volatile", "-no-cleanup"] 11219 }, 11220 { 11221 "name": "Test TestChunkerOverCrypt: test_volatile RemoteLocal", 11222 "type": "go", 11223 "request": "launch", 11224 "mode": "test", 11225 "program": "./cmd/bisync", 11226 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 11227 }, 11228 { 11229 "name": "Test TestChunkerOverCrypt: test_volatile RemoteRemote", 11230 "type": "go", 11231 "request": "launch", 11232 "mode": "test", 11233 "program": "./cmd/bisync", 11234 "args": ["-remote", "TestChunkerOverCrypt:", "-remote2", "TestChunkerOverCrypt:", "-case", "test_volatile", "-no-cleanup"] 11235 }, 11236 { 11237 "name": "Test TestChunkerChunk50bMD5QuickS3: test_all_changed LocalRemote", 11238 "type": "go", 11239 "request": "launch", 11240 "mode": "test", 11241 "program": "./cmd/bisync", 11242 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_all_changed", "-no-cleanup"] 11243 }, 11244 { 11245 "name": "Test TestChunkerChunk50bMD5QuickS3: test_all_changed RemoteLocal", 11246 "type": "go", 11247 "request": "launch", 11248 "mode": "test", 11249 "program": "./cmd/bisync", 11250 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 11251 }, 11252 { 11253 "name": "Test TestChunkerChunk50bMD5QuickS3: test_all_changed RemoteRemote", 11254 "type": "go", 11255 "request": "launch", 11256 "mode": "test", 11257 "program": "./cmd/bisync", 11258 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_all_changed", "-no-cleanup"] 11259 }, 11260 { 11261 "name": "Test TestChunkerChunk50bMD5QuickS3: test_backupdir LocalRemote", 11262 "type": "go", 11263 "request": "launch", 11264 "mode": "test", 11265 "program": "./cmd/bisync", 11266 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_backupdir", "-no-cleanup"] 11267 }, 11268 { 11269 "name": "Test TestChunkerChunk50bMD5QuickS3: test_backupdir RemoteLocal", 11270 "type": "go", 11271 "request": "launch", 11272 "mode": "test", 11273 "program": "./cmd/bisync", 11274 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 11275 }, 11276 { 11277 "name": "Test TestChunkerChunk50bMD5QuickS3: test_backupdir RemoteRemote", 11278 "type": "go", 11279 "request": "launch", 11280 "mode": "test", 11281 "program": "./cmd/bisync", 11282 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_backupdir", "-no-cleanup"] 11283 }, 11284 { 11285 "name": "Test TestChunkerChunk50bMD5QuickS3: test_basic LocalRemote", 11286 "type": "go", 11287 "request": "launch", 11288 "mode": "test", 11289 "program": "./cmd/bisync", 11290 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_basic", "-no-cleanup"] 11291 }, 11292 { 11293 "name": "Test TestChunkerChunk50bMD5QuickS3: test_basic RemoteLocal", 11294 "type": "go", 11295 "request": "launch", 11296 "mode": "test", 11297 "program": "./cmd/bisync", 11298 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 11299 }, 11300 { 11301 "name": "Test TestChunkerChunk50bMD5QuickS3: test_basic RemoteRemote", 11302 "type": "go", 11303 "request": "launch", 11304 "mode": "test", 11305 "program": "./cmd/bisync", 11306 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_basic", "-no-cleanup"] 11307 }, 11308 { 11309 "name": "Test TestChunkerChunk50bMD5QuickS3: test_changes LocalRemote", 11310 "type": "go", 11311 "request": "launch", 11312 "mode": "test", 11313 "program": "./cmd/bisync", 11314 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_changes", "-no-cleanup"] 11315 }, 11316 { 11317 "name": "Test TestChunkerChunk50bMD5QuickS3: test_changes RemoteLocal", 11318 "type": "go", 11319 "request": "launch", 11320 "mode": "test", 11321 "program": "./cmd/bisync", 11322 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 11323 }, 11324 { 11325 "name": "Test TestChunkerChunk50bMD5QuickS3: test_changes RemoteRemote", 11326 "type": "go", 11327 "request": "launch", 11328 "mode": "test", 11329 "program": "./cmd/bisync", 11330 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_changes", "-no-cleanup"] 11331 }, 11332 { 11333 "name": "Test TestChunkerChunk50bMD5QuickS3: test_check_access LocalRemote", 11334 "type": "go", 11335 "request": "launch", 11336 "mode": "test", 11337 "program": "./cmd/bisync", 11338 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_check_access", "-no-cleanup"] 11339 }, 11340 { 11341 "name": "Test TestChunkerChunk50bMD5QuickS3: test_check_access RemoteLocal", 11342 "type": "go", 11343 "request": "launch", 11344 "mode": "test", 11345 "program": "./cmd/bisync", 11346 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 11347 }, 11348 { 11349 "name": "Test TestChunkerChunk50bMD5QuickS3: test_check_access RemoteRemote", 11350 "type": "go", 11351 "request": "launch", 11352 "mode": "test", 11353 "program": "./cmd/bisync", 11354 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_check_access", "-no-cleanup"] 11355 }, 11356 { 11357 "name": "Test TestChunkerChunk50bMD5QuickS3: test_check_access_filters LocalRemote", 11358 "type": "go", 11359 "request": "launch", 11360 "mode": "test", 11361 "program": "./cmd/bisync", 11362 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_check_access_filters", "-no-cleanup"] 11363 }, 11364 { 11365 "name": "Test TestChunkerChunk50bMD5QuickS3: test_check_access_filters RemoteLocal", 11366 "type": "go", 11367 "request": "launch", 11368 "mode": "test", 11369 "program": "./cmd/bisync", 11370 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 11371 }, 11372 { 11373 "name": "Test TestChunkerChunk50bMD5QuickS3: test_check_access_filters RemoteRemote", 11374 "type": "go", 11375 "request": "launch", 11376 "mode": "test", 11377 "program": "./cmd/bisync", 11378 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_check_access_filters", "-no-cleanup"] 11379 }, 11380 { 11381 "name": "Test TestChunkerChunk50bMD5QuickS3: test_check_filename LocalRemote", 11382 "type": "go", 11383 "request": "launch", 11384 "mode": "test", 11385 "program": "./cmd/bisync", 11386 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_check_filename", "-no-cleanup"] 11387 }, 11388 { 11389 "name": "Test TestChunkerChunk50bMD5QuickS3: test_check_filename RemoteLocal", 11390 "type": "go", 11391 "request": "launch", 11392 "mode": "test", 11393 "program": "./cmd/bisync", 11394 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 11395 }, 11396 { 11397 "name": "Test TestChunkerChunk50bMD5QuickS3: test_check_filename RemoteRemote", 11398 "type": "go", 11399 "request": "launch", 11400 "mode": "test", 11401 "program": "./cmd/bisync", 11402 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_check_filename", "-no-cleanup"] 11403 }, 11404 { 11405 "name": "Test TestChunkerChunk50bMD5QuickS3: test_check_sync LocalRemote", 11406 "type": "go", 11407 "request": "launch", 11408 "mode": "test", 11409 "program": "./cmd/bisync", 11410 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_check_sync", "-no-cleanup"] 11411 }, 11412 { 11413 "name": "Test TestChunkerChunk50bMD5QuickS3: test_check_sync RemoteLocal", 11414 "type": "go", 11415 "request": "launch", 11416 "mode": "test", 11417 "program": "./cmd/bisync", 11418 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 11419 }, 11420 { 11421 "name": "Test TestChunkerChunk50bMD5QuickS3: test_check_sync RemoteRemote", 11422 "type": "go", 11423 "request": "launch", 11424 "mode": "test", 11425 "program": "./cmd/bisync", 11426 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_check_sync", "-no-cleanup"] 11427 }, 11428 { 11429 "name": "Test TestChunkerChunk50bMD5QuickS3: test_compare_all LocalRemote", 11430 "type": "go", 11431 "request": "launch", 11432 "mode": "test", 11433 "program": "./cmd/bisync", 11434 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_compare_all", "-no-cleanup"] 11435 }, 11436 { 11437 "name": "Test TestChunkerChunk50bMD5QuickS3: test_compare_all RemoteLocal", 11438 "type": "go", 11439 "request": "launch", 11440 "mode": "test", 11441 "program": "./cmd/bisync", 11442 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 11443 }, 11444 { 11445 "name": "Test TestChunkerChunk50bMD5QuickS3: test_compare_all RemoteRemote", 11446 "type": "go", 11447 "request": "launch", 11448 "mode": "test", 11449 "program": "./cmd/bisync", 11450 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_compare_all", "-no-cleanup"] 11451 }, 11452 { 11453 "name": "Test TestChunkerChunk50bMD5QuickS3: test_createemptysrcdirs LocalRemote", 11454 "type": "go", 11455 "request": "launch", 11456 "mode": "test", 11457 "program": "./cmd/bisync", 11458 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 11459 }, 11460 { 11461 "name": "Test TestChunkerChunk50bMD5QuickS3: test_createemptysrcdirs RemoteLocal", 11462 "type": "go", 11463 "request": "launch", 11464 "mode": "test", 11465 "program": "./cmd/bisync", 11466 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 11467 }, 11468 { 11469 "name": "Test TestChunkerChunk50bMD5QuickS3: test_createemptysrcdirs RemoteRemote", 11470 "type": "go", 11471 "request": "launch", 11472 "mode": "test", 11473 "program": "./cmd/bisync", 11474 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 11475 }, 11476 { 11477 "name": "Test TestChunkerChunk50bMD5QuickS3: test_dry_run LocalRemote", 11478 "type": "go", 11479 "request": "launch", 11480 "mode": "test", 11481 "program": "./cmd/bisync", 11482 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_dry_run", "-no-cleanup"] 11483 }, 11484 { 11485 "name": "Test TestChunkerChunk50bMD5QuickS3: test_dry_run RemoteLocal", 11486 "type": "go", 11487 "request": "launch", 11488 "mode": "test", 11489 "program": "./cmd/bisync", 11490 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 11491 }, 11492 { 11493 "name": "Test TestChunkerChunk50bMD5QuickS3: test_dry_run RemoteRemote", 11494 "type": "go", 11495 "request": "launch", 11496 "mode": "test", 11497 "program": "./cmd/bisync", 11498 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_dry_run", "-no-cleanup"] 11499 }, 11500 { 11501 "name": "Test TestChunkerChunk50bMD5QuickS3: test_equal LocalRemote", 11502 "type": "go", 11503 "request": "launch", 11504 "mode": "test", 11505 "program": "./cmd/bisync", 11506 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_equal", "-no-cleanup"] 11507 }, 11508 { 11509 "name": "Test TestChunkerChunk50bMD5QuickS3: test_equal RemoteLocal", 11510 "type": "go", 11511 "request": "launch", 11512 "mode": "test", 11513 "program": "./cmd/bisync", 11514 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 11515 }, 11516 { 11517 "name": "Test TestChunkerChunk50bMD5QuickS3: test_equal RemoteRemote", 11518 "type": "go", 11519 "request": "launch", 11520 "mode": "test", 11521 "program": "./cmd/bisync", 11522 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_equal", "-no-cleanup"] 11523 }, 11524 { 11525 "name": "Test TestChunkerChunk50bMD5QuickS3: test_ext_paths LocalRemote", 11526 "type": "go", 11527 "request": "launch", 11528 "mode": "test", 11529 "program": "./cmd/bisync", 11530 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_ext_paths", "-no-cleanup"] 11531 }, 11532 { 11533 "name": "Test TestChunkerChunk50bMD5QuickS3: test_ext_paths RemoteLocal", 11534 "type": "go", 11535 "request": "launch", 11536 "mode": "test", 11537 "program": "./cmd/bisync", 11538 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 11539 }, 11540 { 11541 "name": "Test TestChunkerChunk50bMD5QuickS3: test_ext_paths RemoteRemote", 11542 "type": "go", 11543 "request": "launch", 11544 "mode": "test", 11545 "program": "./cmd/bisync", 11546 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_ext_paths", "-no-cleanup"] 11547 }, 11548 { 11549 "name": "Test TestChunkerChunk50bMD5QuickS3: test_extended_filenames LocalRemote", 11550 "type": "go", 11551 "request": "launch", 11552 "mode": "test", 11553 "program": "./cmd/bisync", 11554 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_extended_filenames", "-no-cleanup"] 11555 }, 11556 { 11557 "name": "Test TestChunkerChunk50bMD5QuickS3: test_extended_filenames RemoteLocal", 11558 "type": "go", 11559 "request": "launch", 11560 "mode": "test", 11561 "program": "./cmd/bisync", 11562 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 11563 }, 11564 { 11565 "name": "Test TestChunkerChunk50bMD5QuickS3: test_extended_filenames RemoteRemote", 11566 "type": "go", 11567 "request": "launch", 11568 "mode": "test", 11569 "program": "./cmd/bisync", 11570 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_extended_filenames", "-no-cleanup"] 11571 }, 11572 { 11573 "name": "Test TestChunkerChunk50bMD5QuickS3: test_filters LocalRemote", 11574 "type": "go", 11575 "request": "launch", 11576 "mode": "test", 11577 "program": "./cmd/bisync", 11578 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_filters", "-no-cleanup"] 11579 }, 11580 { 11581 "name": "Test TestChunkerChunk50bMD5QuickS3: test_filters RemoteLocal", 11582 "type": "go", 11583 "request": "launch", 11584 "mode": "test", 11585 "program": "./cmd/bisync", 11586 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 11587 }, 11588 { 11589 "name": "Test TestChunkerChunk50bMD5QuickS3: test_filters RemoteRemote", 11590 "type": "go", 11591 "request": "launch", 11592 "mode": "test", 11593 "program": "./cmd/bisync", 11594 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_filters", "-no-cleanup"] 11595 }, 11596 { 11597 "name": "Test TestChunkerChunk50bMD5QuickS3: test_filtersfile_checks LocalRemote", 11598 "type": "go", 11599 "request": "launch", 11600 "mode": "test", 11601 "program": "./cmd/bisync", 11602 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_filtersfile_checks", "-no-cleanup"] 11603 }, 11604 { 11605 "name": "Test TestChunkerChunk50bMD5QuickS3: test_filtersfile_checks RemoteLocal", 11606 "type": "go", 11607 "request": "launch", 11608 "mode": "test", 11609 "program": "./cmd/bisync", 11610 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 11611 }, 11612 { 11613 "name": "Test TestChunkerChunk50bMD5QuickS3: test_filtersfile_checks RemoteRemote", 11614 "type": "go", 11615 "request": "launch", 11616 "mode": "test", 11617 "program": "./cmd/bisync", 11618 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_filtersfile_checks", "-no-cleanup"] 11619 }, 11620 { 11621 "name": "Test TestChunkerChunk50bMD5QuickS3: test_ignorelistingchecksum LocalRemote", 11622 "type": "go", 11623 "request": "launch", 11624 "mode": "test", 11625 "program": "./cmd/bisync", 11626 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 11627 }, 11628 { 11629 "name": "Test TestChunkerChunk50bMD5QuickS3: test_ignorelistingchecksum RemoteLocal", 11630 "type": "go", 11631 "request": "launch", 11632 "mode": "test", 11633 "program": "./cmd/bisync", 11634 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 11635 }, 11636 { 11637 "name": "Test TestChunkerChunk50bMD5QuickS3: test_ignorelistingchecksum RemoteRemote", 11638 "type": "go", 11639 "request": "launch", 11640 "mode": "test", 11641 "program": "./cmd/bisync", 11642 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 11643 }, 11644 { 11645 "name": "Test TestChunkerChunk50bMD5QuickS3: test_max_delete_path1 LocalRemote", 11646 "type": "go", 11647 "request": "launch", 11648 "mode": "test", 11649 "program": "./cmd/bisync", 11650 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_max_delete_path1", "-no-cleanup"] 11651 }, 11652 { 11653 "name": "Test TestChunkerChunk50bMD5QuickS3: test_max_delete_path1 RemoteLocal", 11654 "type": "go", 11655 "request": "launch", 11656 "mode": "test", 11657 "program": "./cmd/bisync", 11658 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 11659 }, 11660 { 11661 "name": "Test TestChunkerChunk50bMD5QuickS3: test_max_delete_path1 RemoteRemote", 11662 "type": "go", 11663 "request": "launch", 11664 "mode": "test", 11665 "program": "./cmd/bisync", 11666 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_max_delete_path1", "-no-cleanup"] 11667 }, 11668 { 11669 "name": "Test TestChunkerChunk50bMD5QuickS3: test_max_delete_path2_force LocalRemote", 11670 "type": "go", 11671 "request": "launch", 11672 "mode": "test", 11673 "program": "./cmd/bisync", 11674 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 11675 }, 11676 { 11677 "name": "Test TestChunkerChunk50bMD5QuickS3: test_max_delete_path2_force RemoteLocal", 11678 "type": "go", 11679 "request": "launch", 11680 "mode": "test", 11681 "program": "./cmd/bisync", 11682 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 11683 }, 11684 { 11685 "name": "Test TestChunkerChunk50bMD5QuickS3: test_max_delete_path2_force RemoteRemote", 11686 "type": "go", 11687 "request": "launch", 11688 "mode": "test", 11689 "program": "./cmd/bisync", 11690 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 11691 }, 11692 { 11693 "name": "Test TestChunkerChunk50bMD5QuickS3: test_nomodtime LocalRemote", 11694 "type": "go", 11695 "request": "launch", 11696 "mode": "test", 11697 "program": "./cmd/bisync", 11698 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_nomodtime", "-no-cleanup"] 11699 }, 11700 { 11701 "name": "Test TestChunkerChunk50bMD5QuickS3: test_nomodtime RemoteLocal", 11702 "type": "go", 11703 "request": "launch", 11704 "mode": "test", 11705 "program": "./cmd/bisync", 11706 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 11707 }, 11708 { 11709 "name": "Test TestChunkerChunk50bMD5QuickS3: test_nomodtime RemoteRemote", 11710 "type": "go", 11711 "request": "launch", 11712 "mode": "test", 11713 "program": "./cmd/bisync", 11714 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_nomodtime", "-no-cleanup"] 11715 }, 11716 { 11717 "name": "Test TestChunkerChunk50bMD5QuickS3: test_normalization LocalRemote", 11718 "type": "go", 11719 "request": "launch", 11720 "mode": "test", 11721 "program": "./cmd/bisync", 11722 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_normalization", "-no-cleanup"] 11723 }, 11724 { 11725 "name": "Test TestChunkerChunk50bMD5QuickS3: test_normalization RemoteLocal", 11726 "type": "go", 11727 "request": "launch", 11728 "mode": "test", 11729 "program": "./cmd/bisync", 11730 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 11731 }, 11732 { 11733 "name": "Test TestChunkerChunk50bMD5QuickS3: test_normalization RemoteRemote", 11734 "type": "go", 11735 "request": "launch", 11736 "mode": "test", 11737 "program": "./cmd/bisync", 11738 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_normalization", "-no-cleanup"] 11739 }, 11740 { 11741 "name": "Test TestChunkerChunk50bMD5QuickS3: test_rclone_args LocalRemote", 11742 "type": "go", 11743 "request": "launch", 11744 "mode": "test", 11745 "program": "./cmd/bisync", 11746 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_rclone_args", "-no-cleanup"] 11747 }, 11748 { 11749 "name": "Test TestChunkerChunk50bMD5QuickS3: test_rclone_args RemoteLocal", 11750 "type": "go", 11751 "request": "launch", 11752 "mode": "test", 11753 "program": "./cmd/bisync", 11754 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 11755 }, 11756 { 11757 "name": "Test TestChunkerChunk50bMD5QuickS3: test_rclone_args RemoteRemote", 11758 "type": "go", 11759 "request": "launch", 11760 "mode": "test", 11761 "program": "./cmd/bisync", 11762 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_rclone_args", "-no-cleanup"] 11763 }, 11764 { 11765 "name": "Test TestChunkerChunk50bMD5QuickS3: test_resolve LocalRemote", 11766 "type": "go", 11767 "request": "launch", 11768 "mode": "test", 11769 "program": "./cmd/bisync", 11770 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_resolve", "-no-cleanup"] 11771 }, 11772 { 11773 "name": "Test TestChunkerChunk50bMD5QuickS3: test_resolve RemoteLocal", 11774 "type": "go", 11775 "request": "launch", 11776 "mode": "test", 11777 "program": "./cmd/bisync", 11778 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 11779 }, 11780 { 11781 "name": "Test TestChunkerChunk50bMD5QuickS3: test_resolve RemoteRemote", 11782 "type": "go", 11783 "request": "launch", 11784 "mode": "test", 11785 "program": "./cmd/bisync", 11786 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_resolve", "-no-cleanup"] 11787 }, 11788 { 11789 "name": "Test TestChunkerChunk50bMD5QuickS3: test_resync LocalRemote", 11790 "type": "go", 11791 "request": "launch", 11792 "mode": "test", 11793 "program": "./cmd/bisync", 11794 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_resync", "-no-cleanup"] 11795 }, 11796 { 11797 "name": "Test TestChunkerChunk50bMD5QuickS3: test_resync RemoteLocal", 11798 "type": "go", 11799 "request": "launch", 11800 "mode": "test", 11801 "program": "./cmd/bisync", 11802 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 11803 }, 11804 { 11805 "name": "Test TestChunkerChunk50bMD5QuickS3: test_resync RemoteRemote", 11806 "type": "go", 11807 "request": "launch", 11808 "mode": "test", 11809 "program": "./cmd/bisync", 11810 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_resync", "-no-cleanup"] 11811 }, 11812 { 11813 "name": "Test TestChunkerChunk50bMD5QuickS3: test_resync_modes LocalRemote", 11814 "type": "go", 11815 "request": "launch", 11816 "mode": "test", 11817 "program": "./cmd/bisync", 11818 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_resync_modes", "-no-cleanup"] 11819 }, 11820 { 11821 "name": "Test TestChunkerChunk50bMD5QuickS3: test_resync_modes RemoteLocal", 11822 "type": "go", 11823 "request": "launch", 11824 "mode": "test", 11825 "program": "./cmd/bisync", 11826 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 11827 }, 11828 { 11829 "name": "Test TestChunkerChunk50bMD5QuickS3: test_resync_modes RemoteRemote", 11830 "type": "go", 11831 "request": "launch", 11832 "mode": "test", 11833 "program": "./cmd/bisync", 11834 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_resync_modes", "-no-cleanup"] 11835 }, 11836 { 11837 "name": "Test TestChunkerChunk50bMD5QuickS3: test_rmdirs LocalRemote", 11838 "type": "go", 11839 "request": "launch", 11840 "mode": "test", 11841 "program": "./cmd/bisync", 11842 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_rmdirs", "-no-cleanup"] 11843 }, 11844 { 11845 "name": "Test TestChunkerChunk50bMD5QuickS3: test_rmdirs RemoteLocal", 11846 "type": "go", 11847 "request": "launch", 11848 "mode": "test", 11849 "program": "./cmd/bisync", 11850 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 11851 }, 11852 { 11853 "name": "Test TestChunkerChunk50bMD5QuickS3: test_rmdirs RemoteRemote", 11854 "type": "go", 11855 "request": "launch", 11856 "mode": "test", 11857 "program": "./cmd/bisync", 11858 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_rmdirs", "-no-cleanup"] 11859 }, 11860 { 11861 "name": "Test TestChunkerChunk50bMD5QuickS3: test_volatile LocalRemote", 11862 "type": "go", 11863 "request": "launch", 11864 "mode": "test", 11865 "program": "./cmd/bisync", 11866 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_volatile", "-no-cleanup"] 11867 }, 11868 { 11869 "name": "Test TestChunkerChunk50bMD5QuickS3: test_volatile RemoteLocal", 11870 "type": "go", 11871 "request": "launch", 11872 "mode": "test", 11873 "program": "./cmd/bisync", 11874 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 11875 }, 11876 { 11877 "name": "Test TestChunkerChunk50bMD5QuickS3: test_volatile RemoteRemote", 11878 "type": "go", 11879 "request": "launch", 11880 "mode": "test", 11881 "program": "./cmd/bisync", 11882 "args": ["-remote", "TestChunkerChunk50bMD5QuickS3:", "-remote2", "TestChunkerChunk50bMD5QuickS3:", "-case", "test_volatile", "-no-cleanup"] 11883 }, 11884 { 11885 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_all_changed LocalRemote", 11886 "type": "go", 11887 "request": "launch", 11888 "mode": "test", 11889 "program": "./cmd/bisync", 11890 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_all_changed", "-no-cleanup"] 11891 }, 11892 { 11893 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_all_changed RemoteLocal", 11894 "type": "go", 11895 "request": "launch", 11896 "mode": "test", 11897 "program": "./cmd/bisync", 11898 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 11899 }, 11900 { 11901 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_all_changed RemoteRemote", 11902 "type": "go", 11903 "request": "launch", 11904 "mode": "test", 11905 "program": "./cmd/bisync", 11906 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_all_changed", "-no-cleanup"] 11907 }, 11908 { 11909 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_backupdir LocalRemote", 11910 "type": "go", 11911 "request": "launch", 11912 "mode": "test", 11913 "program": "./cmd/bisync", 11914 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_backupdir", "-no-cleanup"] 11915 }, 11916 { 11917 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_backupdir RemoteLocal", 11918 "type": "go", 11919 "request": "launch", 11920 "mode": "test", 11921 "program": "./cmd/bisync", 11922 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 11923 }, 11924 { 11925 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_backupdir RemoteRemote", 11926 "type": "go", 11927 "request": "launch", 11928 "mode": "test", 11929 "program": "./cmd/bisync", 11930 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_backupdir", "-no-cleanup"] 11931 }, 11932 { 11933 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_basic LocalRemote", 11934 "type": "go", 11935 "request": "launch", 11936 "mode": "test", 11937 "program": "./cmd/bisync", 11938 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_basic", "-no-cleanup"] 11939 }, 11940 { 11941 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_basic RemoteLocal", 11942 "type": "go", 11943 "request": "launch", 11944 "mode": "test", 11945 "program": "./cmd/bisync", 11946 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 11947 }, 11948 { 11949 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_basic RemoteRemote", 11950 "type": "go", 11951 "request": "launch", 11952 "mode": "test", 11953 "program": "./cmd/bisync", 11954 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_basic", "-no-cleanup"] 11955 }, 11956 { 11957 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_changes LocalRemote", 11958 "type": "go", 11959 "request": "launch", 11960 "mode": "test", 11961 "program": "./cmd/bisync", 11962 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_changes", "-no-cleanup"] 11963 }, 11964 { 11965 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_changes RemoteLocal", 11966 "type": "go", 11967 "request": "launch", 11968 "mode": "test", 11969 "program": "./cmd/bisync", 11970 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 11971 }, 11972 { 11973 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_changes RemoteRemote", 11974 "type": "go", 11975 "request": "launch", 11976 "mode": "test", 11977 "program": "./cmd/bisync", 11978 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_changes", "-no-cleanup"] 11979 }, 11980 { 11981 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_check_access LocalRemote", 11982 "type": "go", 11983 "request": "launch", 11984 "mode": "test", 11985 "program": "./cmd/bisync", 11986 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_check_access", "-no-cleanup"] 11987 }, 11988 { 11989 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_check_access RemoteLocal", 11990 "type": "go", 11991 "request": "launch", 11992 "mode": "test", 11993 "program": "./cmd/bisync", 11994 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 11995 }, 11996 { 11997 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_check_access RemoteRemote", 11998 "type": "go", 11999 "request": "launch", 12000 "mode": "test", 12001 "program": "./cmd/bisync", 12002 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_check_access", "-no-cleanup"] 12003 }, 12004 { 12005 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_check_access_filters LocalRemote", 12006 "type": "go", 12007 "request": "launch", 12008 "mode": "test", 12009 "program": "./cmd/bisync", 12010 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_check_access_filters", "-no-cleanup"] 12011 }, 12012 { 12013 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_check_access_filters RemoteLocal", 12014 "type": "go", 12015 "request": "launch", 12016 "mode": "test", 12017 "program": "./cmd/bisync", 12018 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 12019 }, 12020 { 12021 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_check_access_filters RemoteRemote", 12022 "type": "go", 12023 "request": "launch", 12024 "mode": "test", 12025 "program": "./cmd/bisync", 12026 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_check_access_filters", "-no-cleanup"] 12027 }, 12028 { 12029 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_check_filename LocalRemote", 12030 "type": "go", 12031 "request": "launch", 12032 "mode": "test", 12033 "program": "./cmd/bisync", 12034 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_check_filename", "-no-cleanup"] 12035 }, 12036 { 12037 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_check_filename RemoteLocal", 12038 "type": "go", 12039 "request": "launch", 12040 "mode": "test", 12041 "program": "./cmd/bisync", 12042 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 12043 }, 12044 { 12045 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_check_filename RemoteRemote", 12046 "type": "go", 12047 "request": "launch", 12048 "mode": "test", 12049 "program": "./cmd/bisync", 12050 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_check_filename", "-no-cleanup"] 12051 }, 12052 { 12053 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_check_sync LocalRemote", 12054 "type": "go", 12055 "request": "launch", 12056 "mode": "test", 12057 "program": "./cmd/bisync", 12058 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_check_sync", "-no-cleanup"] 12059 }, 12060 { 12061 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_check_sync RemoteLocal", 12062 "type": "go", 12063 "request": "launch", 12064 "mode": "test", 12065 "program": "./cmd/bisync", 12066 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 12067 }, 12068 { 12069 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_check_sync RemoteRemote", 12070 "type": "go", 12071 "request": "launch", 12072 "mode": "test", 12073 "program": "./cmd/bisync", 12074 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_check_sync", "-no-cleanup"] 12075 }, 12076 { 12077 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_compare_all LocalRemote", 12078 "type": "go", 12079 "request": "launch", 12080 "mode": "test", 12081 "program": "./cmd/bisync", 12082 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_compare_all", "-no-cleanup"] 12083 }, 12084 { 12085 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_compare_all RemoteLocal", 12086 "type": "go", 12087 "request": "launch", 12088 "mode": "test", 12089 "program": "./cmd/bisync", 12090 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 12091 }, 12092 { 12093 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_compare_all RemoteRemote", 12094 "type": "go", 12095 "request": "launch", 12096 "mode": "test", 12097 "program": "./cmd/bisync", 12098 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_compare_all", "-no-cleanup"] 12099 }, 12100 { 12101 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_createemptysrcdirs LocalRemote", 12102 "type": "go", 12103 "request": "launch", 12104 "mode": "test", 12105 "program": "./cmd/bisync", 12106 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 12107 }, 12108 { 12109 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_createemptysrcdirs RemoteLocal", 12110 "type": "go", 12111 "request": "launch", 12112 "mode": "test", 12113 "program": "./cmd/bisync", 12114 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 12115 }, 12116 { 12117 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_createemptysrcdirs RemoteRemote", 12118 "type": "go", 12119 "request": "launch", 12120 "mode": "test", 12121 "program": "./cmd/bisync", 12122 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 12123 }, 12124 { 12125 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_dry_run LocalRemote", 12126 "type": "go", 12127 "request": "launch", 12128 "mode": "test", 12129 "program": "./cmd/bisync", 12130 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_dry_run", "-no-cleanup"] 12131 }, 12132 { 12133 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_dry_run RemoteLocal", 12134 "type": "go", 12135 "request": "launch", 12136 "mode": "test", 12137 "program": "./cmd/bisync", 12138 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 12139 }, 12140 { 12141 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_dry_run RemoteRemote", 12142 "type": "go", 12143 "request": "launch", 12144 "mode": "test", 12145 "program": "./cmd/bisync", 12146 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_dry_run", "-no-cleanup"] 12147 }, 12148 { 12149 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_equal LocalRemote", 12150 "type": "go", 12151 "request": "launch", 12152 "mode": "test", 12153 "program": "./cmd/bisync", 12154 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_equal", "-no-cleanup"] 12155 }, 12156 { 12157 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_equal RemoteLocal", 12158 "type": "go", 12159 "request": "launch", 12160 "mode": "test", 12161 "program": "./cmd/bisync", 12162 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 12163 }, 12164 { 12165 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_equal RemoteRemote", 12166 "type": "go", 12167 "request": "launch", 12168 "mode": "test", 12169 "program": "./cmd/bisync", 12170 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_equal", "-no-cleanup"] 12171 }, 12172 { 12173 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_ext_paths LocalRemote", 12174 "type": "go", 12175 "request": "launch", 12176 "mode": "test", 12177 "program": "./cmd/bisync", 12178 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_ext_paths", "-no-cleanup"] 12179 }, 12180 { 12181 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_ext_paths RemoteLocal", 12182 "type": "go", 12183 "request": "launch", 12184 "mode": "test", 12185 "program": "./cmd/bisync", 12186 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 12187 }, 12188 { 12189 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_ext_paths RemoteRemote", 12190 "type": "go", 12191 "request": "launch", 12192 "mode": "test", 12193 "program": "./cmd/bisync", 12194 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_ext_paths", "-no-cleanup"] 12195 }, 12196 { 12197 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_extended_filenames LocalRemote", 12198 "type": "go", 12199 "request": "launch", 12200 "mode": "test", 12201 "program": "./cmd/bisync", 12202 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_extended_filenames", "-no-cleanup"] 12203 }, 12204 { 12205 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_extended_filenames RemoteLocal", 12206 "type": "go", 12207 "request": "launch", 12208 "mode": "test", 12209 "program": "./cmd/bisync", 12210 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 12211 }, 12212 { 12213 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_extended_filenames RemoteRemote", 12214 "type": "go", 12215 "request": "launch", 12216 "mode": "test", 12217 "program": "./cmd/bisync", 12218 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_extended_filenames", "-no-cleanup"] 12219 }, 12220 { 12221 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_filters LocalRemote", 12222 "type": "go", 12223 "request": "launch", 12224 "mode": "test", 12225 "program": "./cmd/bisync", 12226 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_filters", "-no-cleanup"] 12227 }, 12228 { 12229 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_filters RemoteLocal", 12230 "type": "go", 12231 "request": "launch", 12232 "mode": "test", 12233 "program": "./cmd/bisync", 12234 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 12235 }, 12236 { 12237 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_filters RemoteRemote", 12238 "type": "go", 12239 "request": "launch", 12240 "mode": "test", 12241 "program": "./cmd/bisync", 12242 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_filters", "-no-cleanup"] 12243 }, 12244 { 12245 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_filtersfile_checks LocalRemote", 12246 "type": "go", 12247 "request": "launch", 12248 "mode": "test", 12249 "program": "./cmd/bisync", 12250 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_filtersfile_checks", "-no-cleanup"] 12251 }, 12252 { 12253 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_filtersfile_checks RemoteLocal", 12254 "type": "go", 12255 "request": "launch", 12256 "mode": "test", 12257 "program": "./cmd/bisync", 12258 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 12259 }, 12260 { 12261 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_filtersfile_checks RemoteRemote", 12262 "type": "go", 12263 "request": "launch", 12264 "mode": "test", 12265 "program": "./cmd/bisync", 12266 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_filtersfile_checks", "-no-cleanup"] 12267 }, 12268 { 12269 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_ignorelistingchecksum LocalRemote", 12270 "type": "go", 12271 "request": "launch", 12272 "mode": "test", 12273 "program": "./cmd/bisync", 12274 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 12275 }, 12276 { 12277 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_ignorelistingchecksum RemoteLocal", 12278 "type": "go", 12279 "request": "launch", 12280 "mode": "test", 12281 "program": "./cmd/bisync", 12282 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 12283 }, 12284 { 12285 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_ignorelistingchecksum RemoteRemote", 12286 "type": "go", 12287 "request": "launch", 12288 "mode": "test", 12289 "program": "./cmd/bisync", 12290 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 12291 }, 12292 { 12293 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_max_delete_path1 LocalRemote", 12294 "type": "go", 12295 "request": "launch", 12296 "mode": "test", 12297 "program": "./cmd/bisync", 12298 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_max_delete_path1", "-no-cleanup"] 12299 }, 12300 { 12301 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_max_delete_path1 RemoteLocal", 12302 "type": "go", 12303 "request": "launch", 12304 "mode": "test", 12305 "program": "./cmd/bisync", 12306 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 12307 }, 12308 { 12309 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_max_delete_path1 RemoteRemote", 12310 "type": "go", 12311 "request": "launch", 12312 "mode": "test", 12313 "program": "./cmd/bisync", 12314 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_max_delete_path1", "-no-cleanup"] 12315 }, 12316 { 12317 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_max_delete_path2_force LocalRemote", 12318 "type": "go", 12319 "request": "launch", 12320 "mode": "test", 12321 "program": "./cmd/bisync", 12322 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 12323 }, 12324 { 12325 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_max_delete_path2_force RemoteLocal", 12326 "type": "go", 12327 "request": "launch", 12328 "mode": "test", 12329 "program": "./cmd/bisync", 12330 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 12331 }, 12332 { 12333 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_max_delete_path2_force RemoteRemote", 12334 "type": "go", 12335 "request": "launch", 12336 "mode": "test", 12337 "program": "./cmd/bisync", 12338 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 12339 }, 12340 { 12341 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_nomodtime LocalRemote", 12342 "type": "go", 12343 "request": "launch", 12344 "mode": "test", 12345 "program": "./cmd/bisync", 12346 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_nomodtime", "-no-cleanup"] 12347 }, 12348 { 12349 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_nomodtime RemoteLocal", 12350 "type": "go", 12351 "request": "launch", 12352 "mode": "test", 12353 "program": "./cmd/bisync", 12354 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 12355 }, 12356 { 12357 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_nomodtime RemoteRemote", 12358 "type": "go", 12359 "request": "launch", 12360 "mode": "test", 12361 "program": "./cmd/bisync", 12362 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_nomodtime", "-no-cleanup"] 12363 }, 12364 { 12365 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_normalization LocalRemote", 12366 "type": "go", 12367 "request": "launch", 12368 "mode": "test", 12369 "program": "./cmd/bisync", 12370 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_normalization", "-no-cleanup"] 12371 }, 12372 { 12373 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_normalization RemoteLocal", 12374 "type": "go", 12375 "request": "launch", 12376 "mode": "test", 12377 "program": "./cmd/bisync", 12378 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 12379 }, 12380 { 12381 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_normalization RemoteRemote", 12382 "type": "go", 12383 "request": "launch", 12384 "mode": "test", 12385 "program": "./cmd/bisync", 12386 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_normalization", "-no-cleanup"] 12387 }, 12388 { 12389 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_rclone_args LocalRemote", 12390 "type": "go", 12391 "request": "launch", 12392 "mode": "test", 12393 "program": "./cmd/bisync", 12394 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_rclone_args", "-no-cleanup"] 12395 }, 12396 { 12397 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_rclone_args RemoteLocal", 12398 "type": "go", 12399 "request": "launch", 12400 "mode": "test", 12401 "program": "./cmd/bisync", 12402 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 12403 }, 12404 { 12405 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_rclone_args RemoteRemote", 12406 "type": "go", 12407 "request": "launch", 12408 "mode": "test", 12409 "program": "./cmd/bisync", 12410 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_rclone_args", "-no-cleanup"] 12411 }, 12412 { 12413 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_resolve LocalRemote", 12414 "type": "go", 12415 "request": "launch", 12416 "mode": "test", 12417 "program": "./cmd/bisync", 12418 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_resolve", "-no-cleanup"] 12419 }, 12420 { 12421 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_resolve RemoteLocal", 12422 "type": "go", 12423 "request": "launch", 12424 "mode": "test", 12425 "program": "./cmd/bisync", 12426 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 12427 }, 12428 { 12429 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_resolve RemoteRemote", 12430 "type": "go", 12431 "request": "launch", 12432 "mode": "test", 12433 "program": "./cmd/bisync", 12434 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_resolve", "-no-cleanup"] 12435 }, 12436 { 12437 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_resync LocalRemote", 12438 "type": "go", 12439 "request": "launch", 12440 "mode": "test", 12441 "program": "./cmd/bisync", 12442 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_resync", "-no-cleanup"] 12443 }, 12444 { 12445 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_resync RemoteLocal", 12446 "type": "go", 12447 "request": "launch", 12448 "mode": "test", 12449 "program": "./cmd/bisync", 12450 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 12451 }, 12452 { 12453 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_resync RemoteRemote", 12454 "type": "go", 12455 "request": "launch", 12456 "mode": "test", 12457 "program": "./cmd/bisync", 12458 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_resync", "-no-cleanup"] 12459 }, 12460 { 12461 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_resync_modes LocalRemote", 12462 "type": "go", 12463 "request": "launch", 12464 "mode": "test", 12465 "program": "./cmd/bisync", 12466 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_resync_modes", "-no-cleanup"] 12467 }, 12468 { 12469 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_resync_modes RemoteLocal", 12470 "type": "go", 12471 "request": "launch", 12472 "mode": "test", 12473 "program": "./cmd/bisync", 12474 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 12475 }, 12476 { 12477 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_resync_modes RemoteRemote", 12478 "type": "go", 12479 "request": "launch", 12480 "mode": "test", 12481 "program": "./cmd/bisync", 12482 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_resync_modes", "-no-cleanup"] 12483 }, 12484 { 12485 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_rmdirs LocalRemote", 12486 "type": "go", 12487 "request": "launch", 12488 "mode": "test", 12489 "program": "./cmd/bisync", 12490 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_rmdirs", "-no-cleanup"] 12491 }, 12492 { 12493 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_rmdirs RemoteLocal", 12494 "type": "go", 12495 "request": "launch", 12496 "mode": "test", 12497 "program": "./cmd/bisync", 12498 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 12499 }, 12500 { 12501 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_rmdirs RemoteRemote", 12502 "type": "go", 12503 "request": "launch", 12504 "mode": "test", 12505 "program": "./cmd/bisync", 12506 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_rmdirs", "-no-cleanup"] 12507 }, 12508 { 12509 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_volatile LocalRemote", 12510 "type": "go", 12511 "request": "launch", 12512 "mode": "test", 12513 "program": "./cmd/bisync", 12514 "args": ["-remote", "local", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_volatile", "-no-cleanup"] 12515 }, 12516 { 12517 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_volatile RemoteLocal", 12518 "type": "go", 12519 "request": "launch", 12520 "mode": "test", 12521 "program": "./cmd/bisync", 12522 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 12523 }, 12524 { 12525 "name": "Test TestChunkerChunk50bSHA1QuickS3: test_volatile RemoteRemote", 12526 "type": "go", 12527 "request": "launch", 12528 "mode": "test", 12529 "program": "./cmd/bisync", 12530 "args": ["-remote", "TestChunkerChunk50bSHA1QuickS3:", "-remote2", "TestChunkerChunk50bSHA1QuickS3:", "-case", "test_volatile", "-no-cleanup"] 12531 }, 12532 { 12533 "name": "Test TestCombine:dir1 test_all_changed LocalRemote", 12534 "type": "go", 12535 "request": "launch", 12536 "mode": "test", 12537 "program": "./cmd/bisync", 12538 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_all_changed", "-no-cleanup"] 12539 }, 12540 { 12541 "name": "Test TestCombine:dir1 test_all_changed RemoteLocal", 12542 "type": "go", 12543 "request": "launch", 12544 "mode": "test", 12545 "program": "./cmd/bisync", 12546 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 12547 }, 12548 { 12549 "name": "Test TestCombine:dir1 test_all_changed RemoteRemote", 12550 "type": "go", 12551 "request": "launch", 12552 "mode": "test", 12553 "program": "./cmd/bisync", 12554 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_all_changed", "-no-cleanup"] 12555 }, 12556 { 12557 "name": "Test TestCombine:dir1 test_backupdir LocalRemote", 12558 "type": "go", 12559 "request": "launch", 12560 "mode": "test", 12561 "program": "./cmd/bisync", 12562 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_backupdir", "-no-cleanup"] 12563 }, 12564 { 12565 "name": "Test TestCombine:dir1 test_backupdir RemoteLocal", 12566 "type": "go", 12567 "request": "launch", 12568 "mode": "test", 12569 "program": "./cmd/bisync", 12570 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 12571 }, 12572 { 12573 "name": "Test TestCombine:dir1 test_backupdir RemoteRemote", 12574 "type": "go", 12575 "request": "launch", 12576 "mode": "test", 12577 "program": "./cmd/bisync", 12578 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_backupdir", "-no-cleanup"] 12579 }, 12580 { 12581 "name": "Test TestCombine:dir1 test_basic LocalRemote", 12582 "type": "go", 12583 "request": "launch", 12584 "mode": "test", 12585 "program": "./cmd/bisync", 12586 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_basic", "-no-cleanup"] 12587 }, 12588 { 12589 "name": "Test TestCombine:dir1 test_basic RemoteLocal", 12590 "type": "go", 12591 "request": "launch", 12592 "mode": "test", 12593 "program": "./cmd/bisync", 12594 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 12595 }, 12596 { 12597 "name": "Test TestCombine:dir1 test_basic RemoteRemote", 12598 "type": "go", 12599 "request": "launch", 12600 "mode": "test", 12601 "program": "./cmd/bisync", 12602 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_basic", "-no-cleanup"] 12603 }, 12604 { 12605 "name": "Test TestCombine:dir1 test_changes LocalRemote", 12606 "type": "go", 12607 "request": "launch", 12608 "mode": "test", 12609 "program": "./cmd/bisync", 12610 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_changes", "-no-cleanup"] 12611 }, 12612 { 12613 "name": "Test TestCombine:dir1 test_changes RemoteLocal", 12614 "type": "go", 12615 "request": "launch", 12616 "mode": "test", 12617 "program": "./cmd/bisync", 12618 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 12619 }, 12620 { 12621 "name": "Test TestCombine:dir1 test_changes RemoteRemote", 12622 "type": "go", 12623 "request": "launch", 12624 "mode": "test", 12625 "program": "./cmd/bisync", 12626 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_changes", "-no-cleanup"] 12627 }, 12628 { 12629 "name": "Test TestCombine:dir1 test_check_access LocalRemote", 12630 "type": "go", 12631 "request": "launch", 12632 "mode": "test", 12633 "program": "./cmd/bisync", 12634 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_check_access", "-no-cleanup"] 12635 }, 12636 { 12637 "name": "Test TestCombine:dir1 test_check_access RemoteLocal", 12638 "type": "go", 12639 "request": "launch", 12640 "mode": "test", 12641 "program": "./cmd/bisync", 12642 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 12643 }, 12644 { 12645 "name": "Test TestCombine:dir1 test_check_access RemoteRemote", 12646 "type": "go", 12647 "request": "launch", 12648 "mode": "test", 12649 "program": "./cmd/bisync", 12650 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_check_access", "-no-cleanup"] 12651 }, 12652 { 12653 "name": "Test TestCombine:dir1 test_check_access_filters LocalRemote", 12654 "type": "go", 12655 "request": "launch", 12656 "mode": "test", 12657 "program": "./cmd/bisync", 12658 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_check_access_filters", "-no-cleanup"] 12659 }, 12660 { 12661 "name": "Test TestCombine:dir1 test_check_access_filters RemoteLocal", 12662 "type": "go", 12663 "request": "launch", 12664 "mode": "test", 12665 "program": "./cmd/bisync", 12666 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 12667 }, 12668 { 12669 "name": "Test TestCombine:dir1 test_check_access_filters RemoteRemote", 12670 "type": "go", 12671 "request": "launch", 12672 "mode": "test", 12673 "program": "./cmd/bisync", 12674 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_check_access_filters", "-no-cleanup"] 12675 }, 12676 { 12677 "name": "Test TestCombine:dir1 test_check_filename LocalRemote", 12678 "type": "go", 12679 "request": "launch", 12680 "mode": "test", 12681 "program": "./cmd/bisync", 12682 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_check_filename", "-no-cleanup"] 12683 }, 12684 { 12685 "name": "Test TestCombine:dir1 test_check_filename RemoteLocal", 12686 "type": "go", 12687 "request": "launch", 12688 "mode": "test", 12689 "program": "./cmd/bisync", 12690 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 12691 }, 12692 { 12693 "name": "Test TestCombine:dir1 test_check_filename RemoteRemote", 12694 "type": "go", 12695 "request": "launch", 12696 "mode": "test", 12697 "program": "./cmd/bisync", 12698 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_check_filename", "-no-cleanup"] 12699 }, 12700 { 12701 "name": "Test TestCombine:dir1 test_check_sync LocalRemote", 12702 "type": "go", 12703 "request": "launch", 12704 "mode": "test", 12705 "program": "./cmd/bisync", 12706 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_check_sync", "-no-cleanup"] 12707 }, 12708 { 12709 "name": "Test TestCombine:dir1 test_check_sync RemoteLocal", 12710 "type": "go", 12711 "request": "launch", 12712 "mode": "test", 12713 "program": "./cmd/bisync", 12714 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 12715 }, 12716 { 12717 "name": "Test TestCombine:dir1 test_check_sync RemoteRemote", 12718 "type": "go", 12719 "request": "launch", 12720 "mode": "test", 12721 "program": "./cmd/bisync", 12722 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_check_sync", "-no-cleanup"] 12723 }, 12724 { 12725 "name": "Test TestCombine:dir1 test_compare_all LocalRemote", 12726 "type": "go", 12727 "request": "launch", 12728 "mode": "test", 12729 "program": "./cmd/bisync", 12730 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_compare_all", "-no-cleanup"] 12731 }, 12732 { 12733 "name": "Test TestCombine:dir1 test_compare_all RemoteLocal", 12734 "type": "go", 12735 "request": "launch", 12736 "mode": "test", 12737 "program": "./cmd/bisync", 12738 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 12739 }, 12740 { 12741 "name": "Test TestCombine:dir1 test_compare_all RemoteRemote", 12742 "type": "go", 12743 "request": "launch", 12744 "mode": "test", 12745 "program": "./cmd/bisync", 12746 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_compare_all", "-no-cleanup"] 12747 }, 12748 { 12749 "name": "Test TestCombine:dir1 test_createemptysrcdirs LocalRemote", 12750 "type": "go", 12751 "request": "launch", 12752 "mode": "test", 12753 "program": "./cmd/bisync", 12754 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_createemptysrcdirs", "-no-cleanup"] 12755 }, 12756 { 12757 "name": "Test TestCombine:dir1 test_createemptysrcdirs RemoteLocal", 12758 "type": "go", 12759 "request": "launch", 12760 "mode": "test", 12761 "program": "./cmd/bisync", 12762 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 12763 }, 12764 { 12765 "name": "Test TestCombine:dir1 test_createemptysrcdirs RemoteRemote", 12766 "type": "go", 12767 "request": "launch", 12768 "mode": "test", 12769 "program": "./cmd/bisync", 12770 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_createemptysrcdirs", "-no-cleanup"] 12771 }, 12772 { 12773 "name": "Test TestCombine:dir1 test_dry_run LocalRemote", 12774 "type": "go", 12775 "request": "launch", 12776 "mode": "test", 12777 "program": "./cmd/bisync", 12778 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_dry_run", "-no-cleanup"] 12779 }, 12780 { 12781 "name": "Test TestCombine:dir1 test_dry_run RemoteLocal", 12782 "type": "go", 12783 "request": "launch", 12784 "mode": "test", 12785 "program": "./cmd/bisync", 12786 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 12787 }, 12788 { 12789 "name": "Test TestCombine:dir1 test_dry_run RemoteRemote", 12790 "type": "go", 12791 "request": "launch", 12792 "mode": "test", 12793 "program": "./cmd/bisync", 12794 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_dry_run", "-no-cleanup"] 12795 }, 12796 { 12797 "name": "Test TestCombine:dir1 test_equal LocalRemote", 12798 "type": "go", 12799 "request": "launch", 12800 "mode": "test", 12801 "program": "./cmd/bisync", 12802 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_equal", "-no-cleanup"] 12803 }, 12804 { 12805 "name": "Test TestCombine:dir1 test_equal RemoteLocal", 12806 "type": "go", 12807 "request": "launch", 12808 "mode": "test", 12809 "program": "./cmd/bisync", 12810 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 12811 }, 12812 { 12813 "name": "Test TestCombine:dir1 test_equal RemoteRemote", 12814 "type": "go", 12815 "request": "launch", 12816 "mode": "test", 12817 "program": "./cmd/bisync", 12818 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_equal", "-no-cleanup"] 12819 }, 12820 { 12821 "name": "Test TestCombine:dir1 test_ext_paths LocalRemote", 12822 "type": "go", 12823 "request": "launch", 12824 "mode": "test", 12825 "program": "./cmd/bisync", 12826 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_ext_paths", "-no-cleanup"] 12827 }, 12828 { 12829 "name": "Test TestCombine:dir1 test_ext_paths RemoteLocal", 12830 "type": "go", 12831 "request": "launch", 12832 "mode": "test", 12833 "program": "./cmd/bisync", 12834 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 12835 }, 12836 { 12837 "name": "Test TestCombine:dir1 test_ext_paths RemoteRemote", 12838 "type": "go", 12839 "request": "launch", 12840 "mode": "test", 12841 "program": "./cmd/bisync", 12842 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_ext_paths", "-no-cleanup"] 12843 }, 12844 { 12845 "name": "Test TestCombine:dir1 test_extended_filenames LocalRemote", 12846 "type": "go", 12847 "request": "launch", 12848 "mode": "test", 12849 "program": "./cmd/bisync", 12850 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_extended_filenames", "-no-cleanup"] 12851 }, 12852 { 12853 "name": "Test TestCombine:dir1 test_extended_filenames RemoteLocal", 12854 "type": "go", 12855 "request": "launch", 12856 "mode": "test", 12857 "program": "./cmd/bisync", 12858 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 12859 }, 12860 { 12861 "name": "Test TestCombine:dir1 test_extended_filenames RemoteRemote", 12862 "type": "go", 12863 "request": "launch", 12864 "mode": "test", 12865 "program": "./cmd/bisync", 12866 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_extended_filenames", "-no-cleanup"] 12867 }, 12868 { 12869 "name": "Test TestCombine:dir1 test_filters LocalRemote", 12870 "type": "go", 12871 "request": "launch", 12872 "mode": "test", 12873 "program": "./cmd/bisync", 12874 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_filters", "-no-cleanup"] 12875 }, 12876 { 12877 "name": "Test TestCombine:dir1 test_filters RemoteLocal", 12878 "type": "go", 12879 "request": "launch", 12880 "mode": "test", 12881 "program": "./cmd/bisync", 12882 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 12883 }, 12884 { 12885 "name": "Test TestCombine:dir1 test_filters RemoteRemote", 12886 "type": "go", 12887 "request": "launch", 12888 "mode": "test", 12889 "program": "./cmd/bisync", 12890 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_filters", "-no-cleanup"] 12891 }, 12892 { 12893 "name": "Test TestCombine:dir1 test_filtersfile_checks LocalRemote", 12894 "type": "go", 12895 "request": "launch", 12896 "mode": "test", 12897 "program": "./cmd/bisync", 12898 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_filtersfile_checks", "-no-cleanup"] 12899 }, 12900 { 12901 "name": "Test TestCombine:dir1 test_filtersfile_checks RemoteLocal", 12902 "type": "go", 12903 "request": "launch", 12904 "mode": "test", 12905 "program": "./cmd/bisync", 12906 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 12907 }, 12908 { 12909 "name": "Test TestCombine:dir1 test_filtersfile_checks RemoteRemote", 12910 "type": "go", 12911 "request": "launch", 12912 "mode": "test", 12913 "program": "./cmd/bisync", 12914 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_filtersfile_checks", "-no-cleanup"] 12915 }, 12916 { 12917 "name": "Test TestCombine:dir1 test_ignorelistingchecksum LocalRemote", 12918 "type": "go", 12919 "request": "launch", 12920 "mode": "test", 12921 "program": "./cmd/bisync", 12922 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 12923 }, 12924 { 12925 "name": "Test TestCombine:dir1 test_ignorelistingchecksum RemoteLocal", 12926 "type": "go", 12927 "request": "launch", 12928 "mode": "test", 12929 "program": "./cmd/bisync", 12930 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 12931 }, 12932 { 12933 "name": "Test TestCombine:dir1 test_ignorelistingchecksum RemoteRemote", 12934 "type": "go", 12935 "request": "launch", 12936 "mode": "test", 12937 "program": "./cmd/bisync", 12938 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 12939 }, 12940 { 12941 "name": "Test TestCombine:dir1 test_max_delete_path1 LocalRemote", 12942 "type": "go", 12943 "request": "launch", 12944 "mode": "test", 12945 "program": "./cmd/bisync", 12946 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_max_delete_path1", "-no-cleanup"] 12947 }, 12948 { 12949 "name": "Test TestCombine:dir1 test_max_delete_path1 RemoteLocal", 12950 "type": "go", 12951 "request": "launch", 12952 "mode": "test", 12953 "program": "./cmd/bisync", 12954 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 12955 }, 12956 { 12957 "name": "Test TestCombine:dir1 test_max_delete_path1 RemoteRemote", 12958 "type": "go", 12959 "request": "launch", 12960 "mode": "test", 12961 "program": "./cmd/bisync", 12962 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_max_delete_path1", "-no-cleanup"] 12963 }, 12964 { 12965 "name": "Test TestCombine:dir1 test_max_delete_path2_force LocalRemote", 12966 "type": "go", 12967 "request": "launch", 12968 "mode": "test", 12969 "program": "./cmd/bisync", 12970 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_max_delete_path2_force", "-no-cleanup"] 12971 }, 12972 { 12973 "name": "Test TestCombine:dir1 test_max_delete_path2_force RemoteLocal", 12974 "type": "go", 12975 "request": "launch", 12976 "mode": "test", 12977 "program": "./cmd/bisync", 12978 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 12979 }, 12980 { 12981 "name": "Test TestCombine:dir1 test_max_delete_path2_force RemoteRemote", 12982 "type": "go", 12983 "request": "launch", 12984 "mode": "test", 12985 "program": "./cmd/bisync", 12986 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_max_delete_path2_force", "-no-cleanup"] 12987 }, 12988 { 12989 "name": "Test TestCombine:dir1 test_nomodtime LocalRemote", 12990 "type": "go", 12991 "request": "launch", 12992 "mode": "test", 12993 "program": "./cmd/bisync", 12994 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_nomodtime", "-no-cleanup"] 12995 }, 12996 { 12997 "name": "Test TestCombine:dir1 test_nomodtime RemoteLocal", 12998 "type": "go", 12999 "request": "launch", 13000 "mode": "test", 13001 "program": "./cmd/bisync", 13002 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 13003 }, 13004 { 13005 "name": "Test TestCombine:dir1 test_nomodtime RemoteRemote", 13006 "type": "go", 13007 "request": "launch", 13008 "mode": "test", 13009 "program": "./cmd/bisync", 13010 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_nomodtime", "-no-cleanup"] 13011 }, 13012 { 13013 "name": "Test TestCombine:dir1 test_normalization LocalRemote", 13014 "type": "go", 13015 "request": "launch", 13016 "mode": "test", 13017 "program": "./cmd/bisync", 13018 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_normalization", "-no-cleanup"] 13019 }, 13020 { 13021 "name": "Test TestCombine:dir1 test_normalization RemoteLocal", 13022 "type": "go", 13023 "request": "launch", 13024 "mode": "test", 13025 "program": "./cmd/bisync", 13026 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 13027 }, 13028 { 13029 "name": "Test TestCombine:dir1 test_normalization RemoteRemote", 13030 "type": "go", 13031 "request": "launch", 13032 "mode": "test", 13033 "program": "./cmd/bisync", 13034 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_normalization", "-no-cleanup"] 13035 }, 13036 { 13037 "name": "Test TestCombine:dir1 test_rclone_args LocalRemote", 13038 "type": "go", 13039 "request": "launch", 13040 "mode": "test", 13041 "program": "./cmd/bisync", 13042 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_rclone_args", "-no-cleanup"] 13043 }, 13044 { 13045 "name": "Test TestCombine:dir1 test_rclone_args RemoteLocal", 13046 "type": "go", 13047 "request": "launch", 13048 "mode": "test", 13049 "program": "./cmd/bisync", 13050 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 13051 }, 13052 { 13053 "name": "Test TestCombine:dir1 test_rclone_args RemoteRemote", 13054 "type": "go", 13055 "request": "launch", 13056 "mode": "test", 13057 "program": "./cmd/bisync", 13058 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_rclone_args", "-no-cleanup"] 13059 }, 13060 { 13061 "name": "Test TestCombine:dir1 test_resolve LocalRemote", 13062 "type": "go", 13063 "request": "launch", 13064 "mode": "test", 13065 "program": "./cmd/bisync", 13066 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_resolve", "-no-cleanup"] 13067 }, 13068 { 13069 "name": "Test TestCombine:dir1 test_resolve RemoteLocal", 13070 "type": "go", 13071 "request": "launch", 13072 "mode": "test", 13073 "program": "./cmd/bisync", 13074 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 13075 }, 13076 { 13077 "name": "Test TestCombine:dir1 test_resolve RemoteRemote", 13078 "type": "go", 13079 "request": "launch", 13080 "mode": "test", 13081 "program": "./cmd/bisync", 13082 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_resolve", "-no-cleanup"] 13083 }, 13084 { 13085 "name": "Test TestCombine:dir1 test_resync LocalRemote", 13086 "type": "go", 13087 "request": "launch", 13088 "mode": "test", 13089 "program": "./cmd/bisync", 13090 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_resync", "-no-cleanup"] 13091 }, 13092 { 13093 "name": "Test TestCombine:dir1 test_resync RemoteLocal", 13094 "type": "go", 13095 "request": "launch", 13096 "mode": "test", 13097 "program": "./cmd/bisync", 13098 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 13099 }, 13100 { 13101 "name": "Test TestCombine:dir1 test_resync RemoteRemote", 13102 "type": "go", 13103 "request": "launch", 13104 "mode": "test", 13105 "program": "./cmd/bisync", 13106 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_resync", "-no-cleanup"] 13107 }, 13108 { 13109 "name": "Test TestCombine:dir1 test_resync_modes LocalRemote", 13110 "type": "go", 13111 "request": "launch", 13112 "mode": "test", 13113 "program": "./cmd/bisync", 13114 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_resync_modes", "-no-cleanup"] 13115 }, 13116 { 13117 "name": "Test TestCombine:dir1 test_resync_modes RemoteLocal", 13118 "type": "go", 13119 "request": "launch", 13120 "mode": "test", 13121 "program": "./cmd/bisync", 13122 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 13123 }, 13124 { 13125 "name": "Test TestCombine:dir1 test_resync_modes RemoteRemote", 13126 "type": "go", 13127 "request": "launch", 13128 "mode": "test", 13129 "program": "./cmd/bisync", 13130 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_resync_modes", "-no-cleanup"] 13131 }, 13132 { 13133 "name": "Test TestCombine:dir1 test_rmdirs LocalRemote", 13134 "type": "go", 13135 "request": "launch", 13136 "mode": "test", 13137 "program": "./cmd/bisync", 13138 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_rmdirs", "-no-cleanup"] 13139 }, 13140 { 13141 "name": "Test TestCombine:dir1 test_rmdirs RemoteLocal", 13142 "type": "go", 13143 "request": "launch", 13144 "mode": "test", 13145 "program": "./cmd/bisync", 13146 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 13147 }, 13148 { 13149 "name": "Test TestCombine:dir1 test_rmdirs RemoteRemote", 13150 "type": "go", 13151 "request": "launch", 13152 "mode": "test", 13153 "program": "./cmd/bisync", 13154 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_rmdirs", "-no-cleanup"] 13155 }, 13156 { 13157 "name": "Test TestCombine:dir1 test_volatile LocalRemote", 13158 "type": "go", 13159 "request": "launch", 13160 "mode": "test", 13161 "program": "./cmd/bisync", 13162 "args": ["-remote", "local", "-remote2", "TestCombine:dir1", "-case", "test_volatile", "-no-cleanup"] 13163 }, 13164 { 13165 "name": "Test TestCombine:dir1 test_volatile RemoteLocal", 13166 "type": "go", 13167 "request": "launch", 13168 "mode": "test", 13169 "program": "./cmd/bisync", 13170 "args": ["-remote", "TestCombine:dir1", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 13171 }, 13172 { 13173 "name": "Test TestCombine:dir1 test_volatile RemoteRemote", 13174 "type": "go", 13175 "request": "launch", 13176 "mode": "test", 13177 "program": "./cmd/bisync", 13178 "args": ["-remote", "TestCombine:dir1", "-remote2", "TestCombine:dir1", "-case", "test_volatile", "-no-cleanup"] 13179 }, 13180 { 13181 "name": "Test TestCompress: test_all_changed LocalRemote", 13182 "type": "go", 13183 "request": "launch", 13184 "mode": "test", 13185 "program": "./cmd/bisync", 13186 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_all_changed", "-no-cleanup"] 13187 }, 13188 { 13189 "name": "Test TestCompress: test_all_changed RemoteLocal", 13190 "type": "go", 13191 "request": "launch", 13192 "mode": "test", 13193 "program": "./cmd/bisync", 13194 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 13195 }, 13196 { 13197 "name": "Test TestCompress: test_all_changed RemoteRemote", 13198 "type": "go", 13199 "request": "launch", 13200 "mode": "test", 13201 "program": "./cmd/bisync", 13202 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_all_changed", "-no-cleanup"] 13203 }, 13204 { 13205 "name": "Test TestCompress: test_backupdir LocalRemote", 13206 "type": "go", 13207 "request": "launch", 13208 "mode": "test", 13209 "program": "./cmd/bisync", 13210 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_backupdir", "-no-cleanup"] 13211 }, 13212 { 13213 "name": "Test TestCompress: test_backupdir RemoteLocal", 13214 "type": "go", 13215 "request": "launch", 13216 "mode": "test", 13217 "program": "./cmd/bisync", 13218 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 13219 }, 13220 { 13221 "name": "Test TestCompress: test_backupdir RemoteRemote", 13222 "type": "go", 13223 "request": "launch", 13224 "mode": "test", 13225 "program": "./cmd/bisync", 13226 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_backupdir", "-no-cleanup"] 13227 }, 13228 { 13229 "name": "Test TestCompress: test_basic LocalRemote", 13230 "type": "go", 13231 "request": "launch", 13232 "mode": "test", 13233 "program": "./cmd/bisync", 13234 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_basic", "-no-cleanup"] 13235 }, 13236 { 13237 "name": "Test TestCompress: test_basic RemoteLocal", 13238 "type": "go", 13239 "request": "launch", 13240 "mode": "test", 13241 "program": "./cmd/bisync", 13242 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 13243 }, 13244 { 13245 "name": "Test TestCompress: test_basic RemoteRemote", 13246 "type": "go", 13247 "request": "launch", 13248 "mode": "test", 13249 "program": "./cmd/bisync", 13250 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_basic", "-no-cleanup"] 13251 }, 13252 { 13253 "name": "Test TestCompress: test_changes LocalRemote", 13254 "type": "go", 13255 "request": "launch", 13256 "mode": "test", 13257 "program": "./cmd/bisync", 13258 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_changes", "-no-cleanup"] 13259 }, 13260 { 13261 "name": "Test TestCompress: test_changes RemoteLocal", 13262 "type": "go", 13263 "request": "launch", 13264 "mode": "test", 13265 "program": "./cmd/bisync", 13266 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 13267 }, 13268 { 13269 "name": "Test TestCompress: test_changes RemoteRemote", 13270 "type": "go", 13271 "request": "launch", 13272 "mode": "test", 13273 "program": "./cmd/bisync", 13274 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_changes", "-no-cleanup"] 13275 }, 13276 { 13277 "name": "Test TestCompress: test_check_access LocalRemote", 13278 "type": "go", 13279 "request": "launch", 13280 "mode": "test", 13281 "program": "./cmd/bisync", 13282 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_check_access", "-no-cleanup"] 13283 }, 13284 { 13285 "name": "Test TestCompress: test_check_access RemoteLocal", 13286 "type": "go", 13287 "request": "launch", 13288 "mode": "test", 13289 "program": "./cmd/bisync", 13290 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 13291 }, 13292 { 13293 "name": "Test TestCompress: test_check_access RemoteRemote", 13294 "type": "go", 13295 "request": "launch", 13296 "mode": "test", 13297 "program": "./cmd/bisync", 13298 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_check_access", "-no-cleanup"] 13299 }, 13300 { 13301 "name": "Test TestCompress: test_check_access_filters LocalRemote", 13302 "type": "go", 13303 "request": "launch", 13304 "mode": "test", 13305 "program": "./cmd/bisync", 13306 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_check_access_filters", "-no-cleanup"] 13307 }, 13308 { 13309 "name": "Test TestCompress: test_check_access_filters RemoteLocal", 13310 "type": "go", 13311 "request": "launch", 13312 "mode": "test", 13313 "program": "./cmd/bisync", 13314 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 13315 }, 13316 { 13317 "name": "Test TestCompress: test_check_access_filters RemoteRemote", 13318 "type": "go", 13319 "request": "launch", 13320 "mode": "test", 13321 "program": "./cmd/bisync", 13322 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_check_access_filters", "-no-cleanup"] 13323 }, 13324 { 13325 "name": "Test TestCompress: test_check_filename LocalRemote", 13326 "type": "go", 13327 "request": "launch", 13328 "mode": "test", 13329 "program": "./cmd/bisync", 13330 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_check_filename", "-no-cleanup"] 13331 }, 13332 { 13333 "name": "Test TestCompress: test_check_filename RemoteLocal", 13334 "type": "go", 13335 "request": "launch", 13336 "mode": "test", 13337 "program": "./cmd/bisync", 13338 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 13339 }, 13340 { 13341 "name": "Test TestCompress: test_check_filename RemoteRemote", 13342 "type": "go", 13343 "request": "launch", 13344 "mode": "test", 13345 "program": "./cmd/bisync", 13346 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_check_filename", "-no-cleanup"] 13347 }, 13348 { 13349 "name": "Test TestCompress: test_check_sync LocalRemote", 13350 "type": "go", 13351 "request": "launch", 13352 "mode": "test", 13353 "program": "./cmd/bisync", 13354 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_check_sync", "-no-cleanup"] 13355 }, 13356 { 13357 "name": "Test TestCompress: test_check_sync RemoteLocal", 13358 "type": "go", 13359 "request": "launch", 13360 "mode": "test", 13361 "program": "./cmd/bisync", 13362 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 13363 }, 13364 { 13365 "name": "Test TestCompress: test_check_sync RemoteRemote", 13366 "type": "go", 13367 "request": "launch", 13368 "mode": "test", 13369 "program": "./cmd/bisync", 13370 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_check_sync", "-no-cleanup"] 13371 }, 13372 { 13373 "name": "Test TestCompress: test_compare_all LocalRemote", 13374 "type": "go", 13375 "request": "launch", 13376 "mode": "test", 13377 "program": "./cmd/bisync", 13378 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_compare_all", "-no-cleanup"] 13379 }, 13380 { 13381 "name": "Test TestCompress: test_compare_all RemoteLocal", 13382 "type": "go", 13383 "request": "launch", 13384 "mode": "test", 13385 "program": "./cmd/bisync", 13386 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 13387 }, 13388 { 13389 "name": "Test TestCompress: test_compare_all RemoteRemote", 13390 "type": "go", 13391 "request": "launch", 13392 "mode": "test", 13393 "program": "./cmd/bisync", 13394 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_compare_all", "-no-cleanup"] 13395 }, 13396 { 13397 "name": "Test TestCompress: test_createemptysrcdirs LocalRemote", 13398 "type": "go", 13399 "request": "launch", 13400 "mode": "test", 13401 "program": "./cmd/bisync", 13402 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 13403 }, 13404 { 13405 "name": "Test TestCompress: test_createemptysrcdirs RemoteLocal", 13406 "type": "go", 13407 "request": "launch", 13408 "mode": "test", 13409 "program": "./cmd/bisync", 13410 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 13411 }, 13412 { 13413 "name": "Test TestCompress: test_createemptysrcdirs RemoteRemote", 13414 "type": "go", 13415 "request": "launch", 13416 "mode": "test", 13417 "program": "./cmd/bisync", 13418 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 13419 }, 13420 { 13421 "name": "Test TestCompress: test_dry_run LocalRemote", 13422 "type": "go", 13423 "request": "launch", 13424 "mode": "test", 13425 "program": "./cmd/bisync", 13426 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_dry_run", "-no-cleanup"] 13427 }, 13428 { 13429 "name": "Test TestCompress: test_dry_run RemoteLocal", 13430 "type": "go", 13431 "request": "launch", 13432 "mode": "test", 13433 "program": "./cmd/bisync", 13434 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 13435 }, 13436 { 13437 "name": "Test TestCompress: test_dry_run RemoteRemote", 13438 "type": "go", 13439 "request": "launch", 13440 "mode": "test", 13441 "program": "./cmd/bisync", 13442 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_dry_run", "-no-cleanup"] 13443 }, 13444 { 13445 "name": "Test TestCompress: test_equal LocalRemote", 13446 "type": "go", 13447 "request": "launch", 13448 "mode": "test", 13449 "program": "./cmd/bisync", 13450 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_equal", "-no-cleanup"] 13451 }, 13452 { 13453 "name": "Test TestCompress: test_equal RemoteLocal", 13454 "type": "go", 13455 "request": "launch", 13456 "mode": "test", 13457 "program": "./cmd/bisync", 13458 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 13459 }, 13460 { 13461 "name": "Test TestCompress: test_equal RemoteRemote", 13462 "type": "go", 13463 "request": "launch", 13464 "mode": "test", 13465 "program": "./cmd/bisync", 13466 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_equal", "-no-cleanup"] 13467 }, 13468 { 13469 "name": "Test TestCompress: test_ext_paths LocalRemote", 13470 "type": "go", 13471 "request": "launch", 13472 "mode": "test", 13473 "program": "./cmd/bisync", 13474 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_ext_paths", "-no-cleanup"] 13475 }, 13476 { 13477 "name": "Test TestCompress: test_ext_paths RemoteLocal", 13478 "type": "go", 13479 "request": "launch", 13480 "mode": "test", 13481 "program": "./cmd/bisync", 13482 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 13483 }, 13484 { 13485 "name": "Test TestCompress: test_ext_paths RemoteRemote", 13486 "type": "go", 13487 "request": "launch", 13488 "mode": "test", 13489 "program": "./cmd/bisync", 13490 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_ext_paths", "-no-cleanup"] 13491 }, 13492 { 13493 "name": "Test TestCompress: test_extended_filenames LocalRemote", 13494 "type": "go", 13495 "request": "launch", 13496 "mode": "test", 13497 "program": "./cmd/bisync", 13498 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_extended_filenames", "-no-cleanup"] 13499 }, 13500 { 13501 "name": "Test TestCompress: test_extended_filenames RemoteLocal", 13502 "type": "go", 13503 "request": "launch", 13504 "mode": "test", 13505 "program": "./cmd/bisync", 13506 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 13507 }, 13508 { 13509 "name": "Test TestCompress: test_extended_filenames RemoteRemote", 13510 "type": "go", 13511 "request": "launch", 13512 "mode": "test", 13513 "program": "./cmd/bisync", 13514 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_extended_filenames", "-no-cleanup"] 13515 }, 13516 { 13517 "name": "Test TestCompress: test_filters LocalRemote", 13518 "type": "go", 13519 "request": "launch", 13520 "mode": "test", 13521 "program": "./cmd/bisync", 13522 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_filters", "-no-cleanup"] 13523 }, 13524 { 13525 "name": "Test TestCompress: test_filters RemoteLocal", 13526 "type": "go", 13527 "request": "launch", 13528 "mode": "test", 13529 "program": "./cmd/bisync", 13530 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 13531 }, 13532 { 13533 "name": "Test TestCompress: test_filters RemoteRemote", 13534 "type": "go", 13535 "request": "launch", 13536 "mode": "test", 13537 "program": "./cmd/bisync", 13538 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_filters", "-no-cleanup"] 13539 }, 13540 { 13541 "name": "Test TestCompress: test_filtersfile_checks LocalRemote", 13542 "type": "go", 13543 "request": "launch", 13544 "mode": "test", 13545 "program": "./cmd/bisync", 13546 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_filtersfile_checks", "-no-cleanup"] 13547 }, 13548 { 13549 "name": "Test TestCompress: test_filtersfile_checks RemoteLocal", 13550 "type": "go", 13551 "request": "launch", 13552 "mode": "test", 13553 "program": "./cmd/bisync", 13554 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 13555 }, 13556 { 13557 "name": "Test TestCompress: test_filtersfile_checks RemoteRemote", 13558 "type": "go", 13559 "request": "launch", 13560 "mode": "test", 13561 "program": "./cmd/bisync", 13562 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_filtersfile_checks", "-no-cleanup"] 13563 }, 13564 { 13565 "name": "Test TestCompress: test_ignorelistingchecksum LocalRemote", 13566 "type": "go", 13567 "request": "launch", 13568 "mode": "test", 13569 "program": "./cmd/bisync", 13570 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 13571 }, 13572 { 13573 "name": "Test TestCompress: test_ignorelistingchecksum RemoteLocal", 13574 "type": "go", 13575 "request": "launch", 13576 "mode": "test", 13577 "program": "./cmd/bisync", 13578 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 13579 }, 13580 { 13581 "name": "Test TestCompress: test_ignorelistingchecksum RemoteRemote", 13582 "type": "go", 13583 "request": "launch", 13584 "mode": "test", 13585 "program": "./cmd/bisync", 13586 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 13587 }, 13588 { 13589 "name": "Test TestCompress: test_max_delete_path1 LocalRemote", 13590 "type": "go", 13591 "request": "launch", 13592 "mode": "test", 13593 "program": "./cmd/bisync", 13594 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_max_delete_path1", "-no-cleanup"] 13595 }, 13596 { 13597 "name": "Test TestCompress: test_max_delete_path1 RemoteLocal", 13598 "type": "go", 13599 "request": "launch", 13600 "mode": "test", 13601 "program": "./cmd/bisync", 13602 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 13603 }, 13604 { 13605 "name": "Test TestCompress: test_max_delete_path1 RemoteRemote", 13606 "type": "go", 13607 "request": "launch", 13608 "mode": "test", 13609 "program": "./cmd/bisync", 13610 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_max_delete_path1", "-no-cleanup"] 13611 }, 13612 { 13613 "name": "Test TestCompress: test_max_delete_path2_force LocalRemote", 13614 "type": "go", 13615 "request": "launch", 13616 "mode": "test", 13617 "program": "./cmd/bisync", 13618 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 13619 }, 13620 { 13621 "name": "Test TestCompress: test_max_delete_path2_force RemoteLocal", 13622 "type": "go", 13623 "request": "launch", 13624 "mode": "test", 13625 "program": "./cmd/bisync", 13626 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 13627 }, 13628 { 13629 "name": "Test TestCompress: test_max_delete_path2_force RemoteRemote", 13630 "type": "go", 13631 "request": "launch", 13632 "mode": "test", 13633 "program": "./cmd/bisync", 13634 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 13635 }, 13636 { 13637 "name": "Test TestCompress: test_nomodtime LocalRemote", 13638 "type": "go", 13639 "request": "launch", 13640 "mode": "test", 13641 "program": "./cmd/bisync", 13642 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_nomodtime", "-no-cleanup"] 13643 }, 13644 { 13645 "name": "Test TestCompress: test_nomodtime RemoteLocal", 13646 "type": "go", 13647 "request": "launch", 13648 "mode": "test", 13649 "program": "./cmd/bisync", 13650 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 13651 }, 13652 { 13653 "name": "Test TestCompress: test_nomodtime RemoteRemote", 13654 "type": "go", 13655 "request": "launch", 13656 "mode": "test", 13657 "program": "./cmd/bisync", 13658 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_nomodtime", "-no-cleanup"] 13659 }, 13660 { 13661 "name": "Test TestCompress: test_normalization LocalRemote", 13662 "type": "go", 13663 "request": "launch", 13664 "mode": "test", 13665 "program": "./cmd/bisync", 13666 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_normalization", "-no-cleanup"] 13667 }, 13668 { 13669 "name": "Test TestCompress: test_normalization RemoteLocal", 13670 "type": "go", 13671 "request": "launch", 13672 "mode": "test", 13673 "program": "./cmd/bisync", 13674 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 13675 }, 13676 { 13677 "name": "Test TestCompress: test_normalization RemoteRemote", 13678 "type": "go", 13679 "request": "launch", 13680 "mode": "test", 13681 "program": "./cmd/bisync", 13682 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_normalization", "-no-cleanup"] 13683 }, 13684 { 13685 "name": "Test TestCompress: test_rclone_args LocalRemote", 13686 "type": "go", 13687 "request": "launch", 13688 "mode": "test", 13689 "program": "./cmd/bisync", 13690 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_rclone_args", "-no-cleanup"] 13691 }, 13692 { 13693 "name": "Test TestCompress: test_rclone_args RemoteLocal", 13694 "type": "go", 13695 "request": "launch", 13696 "mode": "test", 13697 "program": "./cmd/bisync", 13698 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 13699 }, 13700 { 13701 "name": "Test TestCompress: test_rclone_args RemoteRemote", 13702 "type": "go", 13703 "request": "launch", 13704 "mode": "test", 13705 "program": "./cmd/bisync", 13706 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_rclone_args", "-no-cleanup"] 13707 }, 13708 { 13709 "name": "Test TestCompress: test_resolve LocalRemote", 13710 "type": "go", 13711 "request": "launch", 13712 "mode": "test", 13713 "program": "./cmd/bisync", 13714 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_resolve", "-no-cleanup"] 13715 }, 13716 { 13717 "name": "Test TestCompress: test_resolve RemoteLocal", 13718 "type": "go", 13719 "request": "launch", 13720 "mode": "test", 13721 "program": "./cmd/bisync", 13722 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 13723 }, 13724 { 13725 "name": "Test TestCompress: test_resolve RemoteRemote", 13726 "type": "go", 13727 "request": "launch", 13728 "mode": "test", 13729 "program": "./cmd/bisync", 13730 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_resolve", "-no-cleanup"] 13731 }, 13732 { 13733 "name": "Test TestCompress: test_resync LocalRemote", 13734 "type": "go", 13735 "request": "launch", 13736 "mode": "test", 13737 "program": "./cmd/bisync", 13738 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_resync", "-no-cleanup"] 13739 }, 13740 { 13741 "name": "Test TestCompress: test_resync RemoteLocal", 13742 "type": "go", 13743 "request": "launch", 13744 "mode": "test", 13745 "program": "./cmd/bisync", 13746 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 13747 }, 13748 { 13749 "name": "Test TestCompress: test_resync RemoteRemote", 13750 "type": "go", 13751 "request": "launch", 13752 "mode": "test", 13753 "program": "./cmd/bisync", 13754 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_resync", "-no-cleanup"] 13755 }, 13756 { 13757 "name": "Test TestCompress: test_resync_modes LocalRemote", 13758 "type": "go", 13759 "request": "launch", 13760 "mode": "test", 13761 "program": "./cmd/bisync", 13762 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_resync_modes", "-no-cleanup"] 13763 }, 13764 { 13765 "name": "Test TestCompress: test_resync_modes RemoteLocal", 13766 "type": "go", 13767 "request": "launch", 13768 "mode": "test", 13769 "program": "./cmd/bisync", 13770 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 13771 }, 13772 { 13773 "name": "Test TestCompress: test_resync_modes RemoteRemote", 13774 "type": "go", 13775 "request": "launch", 13776 "mode": "test", 13777 "program": "./cmd/bisync", 13778 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_resync_modes", "-no-cleanup"] 13779 }, 13780 { 13781 "name": "Test TestCompress: test_rmdirs LocalRemote", 13782 "type": "go", 13783 "request": "launch", 13784 "mode": "test", 13785 "program": "./cmd/bisync", 13786 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_rmdirs", "-no-cleanup"] 13787 }, 13788 { 13789 "name": "Test TestCompress: test_rmdirs RemoteLocal", 13790 "type": "go", 13791 "request": "launch", 13792 "mode": "test", 13793 "program": "./cmd/bisync", 13794 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 13795 }, 13796 { 13797 "name": "Test TestCompress: test_rmdirs RemoteRemote", 13798 "type": "go", 13799 "request": "launch", 13800 "mode": "test", 13801 "program": "./cmd/bisync", 13802 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_rmdirs", "-no-cleanup"] 13803 }, 13804 { 13805 "name": "Test TestCompress: test_volatile LocalRemote", 13806 "type": "go", 13807 "request": "launch", 13808 "mode": "test", 13809 "program": "./cmd/bisync", 13810 "args": ["-remote", "local", "-remote2", "TestCompress:", "-case", "test_volatile", "-no-cleanup"] 13811 }, 13812 { 13813 "name": "Test TestCompress: test_volatile RemoteLocal", 13814 "type": "go", 13815 "request": "launch", 13816 "mode": "test", 13817 "program": "./cmd/bisync", 13818 "args": ["-remote", "TestCompress:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 13819 }, 13820 { 13821 "name": "Test TestCompress: test_volatile RemoteRemote", 13822 "type": "go", 13823 "request": "launch", 13824 "mode": "test", 13825 "program": "./cmd/bisync", 13826 "args": ["-remote", "TestCompress:", "-remote2", "TestCompress:", "-case", "test_volatile", "-no-cleanup"] 13827 }, 13828 { 13829 "name": "Test TestCompressSwift: test_all_changed LocalRemote", 13830 "type": "go", 13831 "request": "launch", 13832 "mode": "test", 13833 "program": "./cmd/bisync", 13834 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_all_changed", "-no-cleanup"] 13835 }, 13836 { 13837 "name": "Test TestCompressSwift: test_all_changed RemoteLocal", 13838 "type": "go", 13839 "request": "launch", 13840 "mode": "test", 13841 "program": "./cmd/bisync", 13842 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 13843 }, 13844 { 13845 "name": "Test TestCompressSwift: test_all_changed RemoteRemote", 13846 "type": "go", 13847 "request": "launch", 13848 "mode": "test", 13849 "program": "./cmd/bisync", 13850 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_all_changed", "-no-cleanup"] 13851 }, 13852 { 13853 "name": "Test TestCompressSwift: test_backupdir LocalRemote", 13854 "type": "go", 13855 "request": "launch", 13856 "mode": "test", 13857 "program": "./cmd/bisync", 13858 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_backupdir", "-no-cleanup"] 13859 }, 13860 { 13861 "name": "Test TestCompressSwift: test_backupdir RemoteLocal", 13862 "type": "go", 13863 "request": "launch", 13864 "mode": "test", 13865 "program": "./cmd/bisync", 13866 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 13867 }, 13868 { 13869 "name": "Test TestCompressSwift: test_backupdir RemoteRemote", 13870 "type": "go", 13871 "request": "launch", 13872 "mode": "test", 13873 "program": "./cmd/bisync", 13874 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_backupdir", "-no-cleanup"] 13875 }, 13876 { 13877 "name": "Test TestCompressSwift: test_basic LocalRemote", 13878 "type": "go", 13879 "request": "launch", 13880 "mode": "test", 13881 "program": "./cmd/bisync", 13882 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_basic", "-no-cleanup"] 13883 }, 13884 { 13885 "name": "Test TestCompressSwift: test_basic RemoteLocal", 13886 "type": "go", 13887 "request": "launch", 13888 "mode": "test", 13889 "program": "./cmd/bisync", 13890 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 13891 }, 13892 { 13893 "name": "Test TestCompressSwift: test_basic RemoteRemote", 13894 "type": "go", 13895 "request": "launch", 13896 "mode": "test", 13897 "program": "./cmd/bisync", 13898 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_basic", "-no-cleanup"] 13899 }, 13900 { 13901 "name": "Test TestCompressSwift: test_changes LocalRemote", 13902 "type": "go", 13903 "request": "launch", 13904 "mode": "test", 13905 "program": "./cmd/bisync", 13906 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_changes", "-no-cleanup"] 13907 }, 13908 { 13909 "name": "Test TestCompressSwift: test_changes RemoteLocal", 13910 "type": "go", 13911 "request": "launch", 13912 "mode": "test", 13913 "program": "./cmd/bisync", 13914 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 13915 }, 13916 { 13917 "name": "Test TestCompressSwift: test_changes RemoteRemote", 13918 "type": "go", 13919 "request": "launch", 13920 "mode": "test", 13921 "program": "./cmd/bisync", 13922 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_changes", "-no-cleanup"] 13923 }, 13924 { 13925 "name": "Test TestCompressSwift: test_check_access LocalRemote", 13926 "type": "go", 13927 "request": "launch", 13928 "mode": "test", 13929 "program": "./cmd/bisync", 13930 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_check_access", "-no-cleanup"] 13931 }, 13932 { 13933 "name": "Test TestCompressSwift: test_check_access RemoteLocal", 13934 "type": "go", 13935 "request": "launch", 13936 "mode": "test", 13937 "program": "./cmd/bisync", 13938 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 13939 }, 13940 { 13941 "name": "Test TestCompressSwift: test_check_access RemoteRemote", 13942 "type": "go", 13943 "request": "launch", 13944 "mode": "test", 13945 "program": "./cmd/bisync", 13946 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_check_access", "-no-cleanup"] 13947 }, 13948 { 13949 "name": "Test TestCompressSwift: test_check_access_filters LocalRemote", 13950 "type": "go", 13951 "request": "launch", 13952 "mode": "test", 13953 "program": "./cmd/bisync", 13954 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_check_access_filters", "-no-cleanup"] 13955 }, 13956 { 13957 "name": "Test TestCompressSwift: test_check_access_filters RemoteLocal", 13958 "type": "go", 13959 "request": "launch", 13960 "mode": "test", 13961 "program": "./cmd/bisync", 13962 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 13963 }, 13964 { 13965 "name": "Test TestCompressSwift: test_check_access_filters RemoteRemote", 13966 "type": "go", 13967 "request": "launch", 13968 "mode": "test", 13969 "program": "./cmd/bisync", 13970 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_check_access_filters", "-no-cleanup"] 13971 }, 13972 { 13973 "name": "Test TestCompressSwift: test_check_filename LocalRemote", 13974 "type": "go", 13975 "request": "launch", 13976 "mode": "test", 13977 "program": "./cmd/bisync", 13978 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_check_filename", "-no-cleanup"] 13979 }, 13980 { 13981 "name": "Test TestCompressSwift: test_check_filename RemoteLocal", 13982 "type": "go", 13983 "request": "launch", 13984 "mode": "test", 13985 "program": "./cmd/bisync", 13986 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 13987 }, 13988 { 13989 "name": "Test TestCompressSwift: test_check_filename RemoteRemote", 13990 "type": "go", 13991 "request": "launch", 13992 "mode": "test", 13993 "program": "./cmd/bisync", 13994 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_check_filename", "-no-cleanup"] 13995 }, 13996 { 13997 "name": "Test TestCompressSwift: test_check_sync LocalRemote", 13998 "type": "go", 13999 "request": "launch", 14000 "mode": "test", 14001 "program": "./cmd/bisync", 14002 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_check_sync", "-no-cleanup"] 14003 }, 14004 { 14005 "name": "Test TestCompressSwift: test_check_sync RemoteLocal", 14006 "type": "go", 14007 "request": "launch", 14008 "mode": "test", 14009 "program": "./cmd/bisync", 14010 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 14011 }, 14012 { 14013 "name": "Test TestCompressSwift: test_check_sync RemoteRemote", 14014 "type": "go", 14015 "request": "launch", 14016 "mode": "test", 14017 "program": "./cmd/bisync", 14018 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_check_sync", "-no-cleanup"] 14019 }, 14020 { 14021 "name": "Test TestCompressSwift: test_compare_all LocalRemote", 14022 "type": "go", 14023 "request": "launch", 14024 "mode": "test", 14025 "program": "./cmd/bisync", 14026 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_compare_all", "-no-cleanup"] 14027 }, 14028 { 14029 "name": "Test TestCompressSwift: test_compare_all RemoteLocal", 14030 "type": "go", 14031 "request": "launch", 14032 "mode": "test", 14033 "program": "./cmd/bisync", 14034 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 14035 }, 14036 { 14037 "name": "Test TestCompressSwift: test_compare_all RemoteRemote", 14038 "type": "go", 14039 "request": "launch", 14040 "mode": "test", 14041 "program": "./cmd/bisync", 14042 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_compare_all", "-no-cleanup"] 14043 }, 14044 { 14045 "name": "Test TestCompressSwift: test_createemptysrcdirs LocalRemote", 14046 "type": "go", 14047 "request": "launch", 14048 "mode": "test", 14049 "program": "./cmd/bisync", 14050 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 14051 }, 14052 { 14053 "name": "Test TestCompressSwift: test_createemptysrcdirs RemoteLocal", 14054 "type": "go", 14055 "request": "launch", 14056 "mode": "test", 14057 "program": "./cmd/bisync", 14058 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 14059 }, 14060 { 14061 "name": "Test TestCompressSwift: test_createemptysrcdirs RemoteRemote", 14062 "type": "go", 14063 "request": "launch", 14064 "mode": "test", 14065 "program": "./cmd/bisync", 14066 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 14067 }, 14068 { 14069 "name": "Test TestCompressSwift: test_dry_run LocalRemote", 14070 "type": "go", 14071 "request": "launch", 14072 "mode": "test", 14073 "program": "./cmd/bisync", 14074 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_dry_run", "-no-cleanup"] 14075 }, 14076 { 14077 "name": "Test TestCompressSwift: test_dry_run RemoteLocal", 14078 "type": "go", 14079 "request": "launch", 14080 "mode": "test", 14081 "program": "./cmd/bisync", 14082 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 14083 }, 14084 { 14085 "name": "Test TestCompressSwift: test_dry_run RemoteRemote", 14086 "type": "go", 14087 "request": "launch", 14088 "mode": "test", 14089 "program": "./cmd/bisync", 14090 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_dry_run", "-no-cleanup"] 14091 }, 14092 { 14093 "name": "Test TestCompressSwift: test_equal LocalRemote", 14094 "type": "go", 14095 "request": "launch", 14096 "mode": "test", 14097 "program": "./cmd/bisync", 14098 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_equal", "-no-cleanup"] 14099 }, 14100 { 14101 "name": "Test TestCompressSwift: test_equal RemoteLocal", 14102 "type": "go", 14103 "request": "launch", 14104 "mode": "test", 14105 "program": "./cmd/bisync", 14106 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 14107 }, 14108 { 14109 "name": "Test TestCompressSwift: test_equal RemoteRemote", 14110 "type": "go", 14111 "request": "launch", 14112 "mode": "test", 14113 "program": "./cmd/bisync", 14114 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_equal", "-no-cleanup"] 14115 }, 14116 { 14117 "name": "Test TestCompressSwift: test_ext_paths LocalRemote", 14118 "type": "go", 14119 "request": "launch", 14120 "mode": "test", 14121 "program": "./cmd/bisync", 14122 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_ext_paths", "-no-cleanup"] 14123 }, 14124 { 14125 "name": "Test TestCompressSwift: test_ext_paths RemoteLocal", 14126 "type": "go", 14127 "request": "launch", 14128 "mode": "test", 14129 "program": "./cmd/bisync", 14130 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 14131 }, 14132 { 14133 "name": "Test TestCompressSwift: test_ext_paths RemoteRemote", 14134 "type": "go", 14135 "request": "launch", 14136 "mode": "test", 14137 "program": "./cmd/bisync", 14138 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_ext_paths", "-no-cleanup"] 14139 }, 14140 { 14141 "name": "Test TestCompressSwift: test_extended_filenames LocalRemote", 14142 "type": "go", 14143 "request": "launch", 14144 "mode": "test", 14145 "program": "./cmd/bisync", 14146 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_extended_filenames", "-no-cleanup"] 14147 }, 14148 { 14149 "name": "Test TestCompressSwift: test_extended_filenames RemoteLocal", 14150 "type": "go", 14151 "request": "launch", 14152 "mode": "test", 14153 "program": "./cmd/bisync", 14154 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 14155 }, 14156 { 14157 "name": "Test TestCompressSwift: test_extended_filenames RemoteRemote", 14158 "type": "go", 14159 "request": "launch", 14160 "mode": "test", 14161 "program": "./cmd/bisync", 14162 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_extended_filenames", "-no-cleanup"] 14163 }, 14164 { 14165 "name": "Test TestCompressSwift: test_filters LocalRemote", 14166 "type": "go", 14167 "request": "launch", 14168 "mode": "test", 14169 "program": "./cmd/bisync", 14170 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_filters", "-no-cleanup"] 14171 }, 14172 { 14173 "name": "Test TestCompressSwift: test_filters RemoteLocal", 14174 "type": "go", 14175 "request": "launch", 14176 "mode": "test", 14177 "program": "./cmd/bisync", 14178 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 14179 }, 14180 { 14181 "name": "Test TestCompressSwift: test_filters RemoteRemote", 14182 "type": "go", 14183 "request": "launch", 14184 "mode": "test", 14185 "program": "./cmd/bisync", 14186 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_filters", "-no-cleanup"] 14187 }, 14188 { 14189 "name": "Test TestCompressSwift: test_filtersfile_checks LocalRemote", 14190 "type": "go", 14191 "request": "launch", 14192 "mode": "test", 14193 "program": "./cmd/bisync", 14194 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_filtersfile_checks", "-no-cleanup"] 14195 }, 14196 { 14197 "name": "Test TestCompressSwift: test_filtersfile_checks RemoteLocal", 14198 "type": "go", 14199 "request": "launch", 14200 "mode": "test", 14201 "program": "./cmd/bisync", 14202 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 14203 }, 14204 { 14205 "name": "Test TestCompressSwift: test_filtersfile_checks RemoteRemote", 14206 "type": "go", 14207 "request": "launch", 14208 "mode": "test", 14209 "program": "./cmd/bisync", 14210 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_filtersfile_checks", "-no-cleanup"] 14211 }, 14212 { 14213 "name": "Test TestCompressSwift: test_ignorelistingchecksum LocalRemote", 14214 "type": "go", 14215 "request": "launch", 14216 "mode": "test", 14217 "program": "./cmd/bisync", 14218 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 14219 }, 14220 { 14221 "name": "Test TestCompressSwift: test_ignorelistingchecksum RemoteLocal", 14222 "type": "go", 14223 "request": "launch", 14224 "mode": "test", 14225 "program": "./cmd/bisync", 14226 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 14227 }, 14228 { 14229 "name": "Test TestCompressSwift: test_ignorelistingchecksum RemoteRemote", 14230 "type": "go", 14231 "request": "launch", 14232 "mode": "test", 14233 "program": "./cmd/bisync", 14234 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 14235 }, 14236 { 14237 "name": "Test TestCompressSwift: test_max_delete_path1 LocalRemote", 14238 "type": "go", 14239 "request": "launch", 14240 "mode": "test", 14241 "program": "./cmd/bisync", 14242 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_max_delete_path1", "-no-cleanup"] 14243 }, 14244 { 14245 "name": "Test TestCompressSwift: test_max_delete_path1 RemoteLocal", 14246 "type": "go", 14247 "request": "launch", 14248 "mode": "test", 14249 "program": "./cmd/bisync", 14250 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 14251 }, 14252 { 14253 "name": "Test TestCompressSwift: test_max_delete_path1 RemoteRemote", 14254 "type": "go", 14255 "request": "launch", 14256 "mode": "test", 14257 "program": "./cmd/bisync", 14258 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_max_delete_path1", "-no-cleanup"] 14259 }, 14260 { 14261 "name": "Test TestCompressSwift: test_max_delete_path2_force LocalRemote", 14262 "type": "go", 14263 "request": "launch", 14264 "mode": "test", 14265 "program": "./cmd/bisync", 14266 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 14267 }, 14268 { 14269 "name": "Test TestCompressSwift: test_max_delete_path2_force RemoteLocal", 14270 "type": "go", 14271 "request": "launch", 14272 "mode": "test", 14273 "program": "./cmd/bisync", 14274 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 14275 }, 14276 { 14277 "name": "Test TestCompressSwift: test_max_delete_path2_force RemoteRemote", 14278 "type": "go", 14279 "request": "launch", 14280 "mode": "test", 14281 "program": "./cmd/bisync", 14282 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 14283 }, 14284 { 14285 "name": "Test TestCompressSwift: test_nomodtime LocalRemote", 14286 "type": "go", 14287 "request": "launch", 14288 "mode": "test", 14289 "program": "./cmd/bisync", 14290 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_nomodtime", "-no-cleanup"] 14291 }, 14292 { 14293 "name": "Test TestCompressSwift: test_nomodtime RemoteLocal", 14294 "type": "go", 14295 "request": "launch", 14296 "mode": "test", 14297 "program": "./cmd/bisync", 14298 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 14299 }, 14300 { 14301 "name": "Test TestCompressSwift: test_nomodtime RemoteRemote", 14302 "type": "go", 14303 "request": "launch", 14304 "mode": "test", 14305 "program": "./cmd/bisync", 14306 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_nomodtime", "-no-cleanup"] 14307 }, 14308 { 14309 "name": "Test TestCompressSwift: test_normalization LocalRemote", 14310 "type": "go", 14311 "request": "launch", 14312 "mode": "test", 14313 "program": "./cmd/bisync", 14314 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_normalization", "-no-cleanup"] 14315 }, 14316 { 14317 "name": "Test TestCompressSwift: test_normalization RemoteLocal", 14318 "type": "go", 14319 "request": "launch", 14320 "mode": "test", 14321 "program": "./cmd/bisync", 14322 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 14323 }, 14324 { 14325 "name": "Test TestCompressSwift: test_normalization RemoteRemote", 14326 "type": "go", 14327 "request": "launch", 14328 "mode": "test", 14329 "program": "./cmd/bisync", 14330 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_normalization", "-no-cleanup"] 14331 }, 14332 { 14333 "name": "Test TestCompressSwift: test_rclone_args LocalRemote", 14334 "type": "go", 14335 "request": "launch", 14336 "mode": "test", 14337 "program": "./cmd/bisync", 14338 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_rclone_args", "-no-cleanup"] 14339 }, 14340 { 14341 "name": "Test TestCompressSwift: test_rclone_args RemoteLocal", 14342 "type": "go", 14343 "request": "launch", 14344 "mode": "test", 14345 "program": "./cmd/bisync", 14346 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 14347 }, 14348 { 14349 "name": "Test TestCompressSwift: test_rclone_args RemoteRemote", 14350 "type": "go", 14351 "request": "launch", 14352 "mode": "test", 14353 "program": "./cmd/bisync", 14354 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_rclone_args", "-no-cleanup"] 14355 }, 14356 { 14357 "name": "Test TestCompressSwift: test_resolve LocalRemote", 14358 "type": "go", 14359 "request": "launch", 14360 "mode": "test", 14361 "program": "./cmd/bisync", 14362 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_resolve", "-no-cleanup"] 14363 }, 14364 { 14365 "name": "Test TestCompressSwift: test_resolve RemoteLocal", 14366 "type": "go", 14367 "request": "launch", 14368 "mode": "test", 14369 "program": "./cmd/bisync", 14370 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 14371 }, 14372 { 14373 "name": "Test TestCompressSwift: test_resolve RemoteRemote", 14374 "type": "go", 14375 "request": "launch", 14376 "mode": "test", 14377 "program": "./cmd/bisync", 14378 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_resolve", "-no-cleanup"] 14379 }, 14380 { 14381 "name": "Test TestCompressSwift: test_resync LocalRemote", 14382 "type": "go", 14383 "request": "launch", 14384 "mode": "test", 14385 "program": "./cmd/bisync", 14386 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_resync", "-no-cleanup"] 14387 }, 14388 { 14389 "name": "Test TestCompressSwift: test_resync RemoteLocal", 14390 "type": "go", 14391 "request": "launch", 14392 "mode": "test", 14393 "program": "./cmd/bisync", 14394 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 14395 }, 14396 { 14397 "name": "Test TestCompressSwift: test_resync RemoteRemote", 14398 "type": "go", 14399 "request": "launch", 14400 "mode": "test", 14401 "program": "./cmd/bisync", 14402 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_resync", "-no-cleanup"] 14403 }, 14404 { 14405 "name": "Test TestCompressSwift: test_resync_modes LocalRemote", 14406 "type": "go", 14407 "request": "launch", 14408 "mode": "test", 14409 "program": "./cmd/bisync", 14410 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_resync_modes", "-no-cleanup"] 14411 }, 14412 { 14413 "name": "Test TestCompressSwift: test_resync_modes RemoteLocal", 14414 "type": "go", 14415 "request": "launch", 14416 "mode": "test", 14417 "program": "./cmd/bisync", 14418 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 14419 }, 14420 { 14421 "name": "Test TestCompressSwift: test_resync_modes RemoteRemote", 14422 "type": "go", 14423 "request": "launch", 14424 "mode": "test", 14425 "program": "./cmd/bisync", 14426 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_resync_modes", "-no-cleanup"] 14427 }, 14428 { 14429 "name": "Test TestCompressSwift: test_rmdirs LocalRemote", 14430 "type": "go", 14431 "request": "launch", 14432 "mode": "test", 14433 "program": "./cmd/bisync", 14434 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_rmdirs", "-no-cleanup"] 14435 }, 14436 { 14437 "name": "Test TestCompressSwift: test_rmdirs RemoteLocal", 14438 "type": "go", 14439 "request": "launch", 14440 "mode": "test", 14441 "program": "./cmd/bisync", 14442 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 14443 }, 14444 { 14445 "name": "Test TestCompressSwift: test_rmdirs RemoteRemote", 14446 "type": "go", 14447 "request": "launch", 14448 "mode": "test", 14449 "program": "./cmd/bisync", 14450 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_rmdirs", "-no-cleanup"] 14451 }, 14452 { 14453 "name": "Test TestCompressSwift: test_volatile LocalRemote", 14454 "type": "go", 14455 "request": "launch", 14456 "mode": "test", 14457 "program": "./cmd/bisync", 14458 "args": ["-remote", "local", "-remote2", "TestCompressSwift:", "-case", "test_volatile", "-no-cleanup"] 14459 }, 14460 { 14461 "name": "Test TestCompressSwift: test_volatile RemoteLocal", 14462 "type": "go", 14463 "request": "launch", 14464 "mode": "test", 14465 "program": "./cmd/bisync", 14466 "args": ["-remote", "TestCompressSwift:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 14467 }, 14468 { 14469 "name": "Test TestCompressSwift: test_volatile RemoteRemote", 14470 "type": "go", 14471 "request": "launch", 14472 "mode": "test", 14473 "program": "./cmd/bisync", 14474 "args": ["-remote", "TestCompressSwift:", "-remote2", "TestCompressSwift:", "-case", "test_volatile", "-no-cleanup"] 14475 }, 14476 { 14477 "name": "Test TestCompressDrive: test_all_changed LocalRemote", 14478 "type": "go", 14479 "request": "launch", 14480 "mode": "test", 14481 "program": "./cmd/bisync", 14482 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_all_changed", "-no-cleanup"] 14483 }, 14484 { 14485 "name": "Test TestCompressDrive: test_all_changed RemoteLocal", 14486 "type": "go", 14487 "request": "launch", 14488 "mode": "test", 14489 "program": "./cmd/bisync", 14490 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 14491 }, 14492 { 14493 "name": "Test TestCompressDrive: test_all_changed RemoteRemote", 14494 "type": "go", 14495 "request": "launch", 14496 "mode": "test", 14497 "program": "./cmd/bisync", 14498 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_all_changed", "-no-cleanup"] 14499 }, 14500 { 14501 "name": "Test TestCompressDrive: test_backupdir LocalRemote", 14502 "type": "go", 14503 "request": "launch", 14504 "mode": "test", 14505 "program": "./cmd/bisync", 14506 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_backupdir", "-no-cleanup"] 14507 }, 14508 { 14509 "name": "Test TestCompressDrive: test_backupdir RemoteLocal", 14510 "type": "go", 14511 "request": "launch", 14512 "mode": "test", 14513 "program": "./cmd/bisync", 14514 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 14515 }, 14516 { 14517 "name": "Test TestCompressDrive: test_backupdir RemoteRemote", 14518 "type": "go", 14519 "request": "launch", 14520 "mode": "test", 14521 "program": "./cmd/bisync", 14522 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_backupdir", "-no-cleanup"] 14523 }, 14524 { 14525 "name": "Test TestCompressDrive: test_basic LocalRemote", 14526 "type": "go", 14527 "request": "launch", 14528 "mode": "test", 14529 "program": "./cmd/bisync", 14530 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_basic", "-no-cleanup"] 14531 }, 14532 { 14533 "name": "Test TestCompressDrive: test_basic RemoteLocal", 14534 "type": "go", 14535 "request": "launch", 14536 "mode": "test", 14537 "program": "./cmd/bisync", 14538 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 14539 }, 14540 { 14541 "name": "Test TestCompressDrive: test_basic RemoteRemote", 14542 "type": "go", 14543 "request": "launch", 14544 "mode": "test", 14545 "program": "./cmd/bisync", 14546 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_basic", "-no-cleanup"] 14547 }, 14548 { 14549 "name": "Test TestCompressDrive: test_changes LocalRemote", 14550 "type": "go", 14551 "request": "launch", 14552 "mode": "test", 14553 "program": "./cmd/bisync", 14554 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_changes", "-no-cleanup"] 14555 }, 14556 { 14557 "name": "Test TestCompressDrive: test_changes RemoteLocal", 14558 "type": "go", 14559 "request": "launch", 14560 "mode": "test", 14561 "program": "./cmd/bisync", 14562 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 14563 }, 14564 { 14565 "name": "Test TestCompressDrive: test_changes RemoteRemote", 14566 "type": "go", 14567 "request": "launch", 14568 "mode": "test", 14569 "program": "./cmd/bisync", 14570 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_changes", "-no-cleanup"] 14571 }, 14572 { 14573 "name": "Test TestCompressDrive: test_check_access LocalRemote", 14574 "type": "go", 14575 "request": "launch", 14576 "mode": "test", 14577 "program": "./cmd/bisync", 14578 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_check_access", "-no-cleanup"] 14579 }, 14580 { 14581 "name": "Test TestCompressDrive: test_check_access RemoteLocal", 14582 "type": "go", 14583 "request": "launch", 14584 "mode": "test", 14585 "program": "./cmd/bisync", 14586 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 14587 }, 14588 { 14589 "name": "Test TestCompressDrive: test_check_access RemoteRemote", 14590 "type": "go", 14591 "request": "launch", 14592 "mode": "test", 14593 "program": "./cmd/bisync", 14594 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_check_access", "-no-cleanup"] 14595 }, 14596 { 14597 "name": "Test TestCompressDrive: test_check_access_filters LocalRemote", 14598 "type": "go", 14599 "request": "launch", 14600 "mode": "test", 14601 "program": "./cmd/bisync", 14602 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_check_access_filters", "-no-cleanup"] 14603 }, 14604 { 14605 "name": "Test TestCompressDrive: test_check_access_filters RemoteLocal", 14606 "type": "go", 14607 "request": "launch", 14608 "mode": "test", 14609 "program": "./cmd/bisync", 14610 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 14611 }, 14612 { 14613 "name": "Test TestCompressDrive: test_check_access_filters RemoteRemote", 14614 "type": "go", 14615 "request": "launch", 14616 "mode": "test", 14617 "program": "./cmd/bisync", 14618 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_check_access_filters", "-no-cleanup"] 14619 }, 14620 { 14621 "name": "Test TestCompressDrive: test_check_filename LocalRemote", 14622 "type": "go", 14623 "request": "launch", 14624 "mode": "test", 14625 "program": "./cmd/bisync", 14626 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_check_filename", "-no-cleanup"] 14627 }, 14628 { 14629 "name": "Test TestCompressDrive: test_check_filename RemoteLocal", 14630 "type": "go", 14631 "request": "launch", 14632 "mode": "test", 14633 "program": "./cmd/bisync", 14634 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 14635 }, 14636 { 14637 "name": "Test TestCompressDrive: test_check_filename RemoteRemote", 14638 "type": "go", 14639 "request": "launch", 14640 "mode": "test", 14641 "program": "./cmd/bisync", 14642 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_check_filename", "-no-cleanup"] 14643 }, 14644 { 14645 "name": "Test TestCompressDrive: test_check_sync LocalRemote", 14646 "type": "go", 14647 "request": "launch", 14648 "mode": "test", 14649 "program": "./cmd/bisync", 14650 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_check_sync", "-no-cleanup"] 14651 }, 14652 { 14653 "name": "Test TestCompressDrive: test_check_sync RemoteLocal", 14654 "type": "go", 14655 "request": "launch", 14656 "mode": "test", 14657 "program": "./cmd/bisync", 14658 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 14659 }, 14660 { 14661 "name": "Test TestCompressDrive: test_check_sync RemoteRemote", 14662 "type": "go", 14663 "request": "launch", 14664 "mode": "test", 14665 "program": "./cmd/bisync", 14666 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_check_sync", "-no-cleanup"] 14667 }, 14668 { 14669 "name": "Test TestCompressDrive: test_compare_all LocalRemote", 14670 "type": "go", 14671 "request": "launch", 14672 "mode": "test", 14673 "program": "./cmd/bisync", 14674 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_compare_all", "-no-cleanup"] 14675 }, 14676 { 14677 "name": "Test TestCompressDrive: test_compare_all RemoteLocal", 14678 "type": "go", 14679 "request": "launch", 14680 "mode": "test", 14681 "program": "./cmd/bisync", 14682 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 14683 }, 14684 { 14685 "name": "Test TestCompressDrive: test_compare_all RemoteRemote", 14686 "type": "go", 14687 "request": "launch", 14688 "mode": "test", 14689 "program": "./cmd/bisync", 14690 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_compare_all", "-no-cleanup"] 14691 }, 14692 { 14693 "name": "Test TestCompressDrive: test_createemptysrcdirs LocalRemote", 14694 "type": "go", 14695 "request": "launch", 14696 "mode": "test", 14697 "program": "./cmd/bisync", 14698 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 14699 }, 14700 { 14701 "name": "Test TestCompressDrive: test_createemptysrcdirs RemoteLocal", 14702 "type": "go", 14703 "request": "launch", 14704 "mode": "test", 14705 "program": "./cmd/bisync", 14706 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 14707 }, 14708 { 14709 "name": "Test TestCompressDrive: test_createemptysrcdirs RemoteRemote", 14710 "type": "go", 14711 "request": "launch", 14712 "mode": "test", 14713 "program": "./cmd/bisync", 14714 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 14715 }, 14716 { 14717 "name": "Test TestCompressDrive: test_dry_run LocalRemote", 14718 "type": "go", 14719 "request": "launch", 14720 "mode": "test", 14721 "program": "./cmd/bisync", 14722 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_dry_run", "-no-cleanup"] 14723 }, 14724 { 14725 "name": "Test TestCompressDrive: test_dry_run RemoteLocal", 14726 "type": "go", 14727 "request": "launch", 14728 "mode": "test", 14729 "program": "./cmd/bisync", 14730 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 14731 }, 14732 { 14733 "name": "Test TestCompressDrive: test_dry_run RemoteRemote", 14734 "type": "go", 14735 "request": "launch", 14736 "mode": "test", 14737 "program": "./cmd/bisync", 14738 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_dry_run", "-no-cleanup"] 14739 }, 14740 { 14741 "name": "Test TestCompressDrive: test_equal LocalRemote", 14742 "type": "go", 14743 "request": "launch", 14744 "mode": "test", 14745 "program": "./cmd/bisync", 14746 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_equal", "-no-cleanup"] 14747 }, 14748 { 14749 "name": "Test TestCompressDrive: test_equal RemoteLocal", 14750 "type": "go", 14751 "request": "launch", 14752 "mode": "test", 14753 "program": "./cmd/bisync", 14754 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 14755 }, 14756 { 14757 "name": "Test TestCompressDrive: test_equal RemoteRemote", 14758 "type": "go", 14759 "request": "launch", 14760 "mode": "test", 14761 "program": "./cmd/bisync", 14762 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_equal", "-no-cleanup"] 14763 }, 14764 { 14765 "name": "Test TestCompressDrive: test_ext_paths LocalRemote", 14766 "type": "go", 14767 "request": "launch", 14768 "mode": "test", 14769 "program": "./cmd/bisync", 14770 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_ext_paths", "-no-cleanup"] 14771 }, 14772 { 14773 "name": "Test TestCompressDrive: test_ext_paths RemoteLocal", 14774 "type": "go", 14775 "request": "launch", 14776 "mode": "test", 14777 "program": "./cmd/bisync", 14778 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 14779 }, 14780 { 14781 "name": "Test TestCompressDrive: test_ext_paths RemoteRemote", 14782 "type": "go", 14783 "request": "launch", 14784 "mode": "test", 14785 "program": "./cmd/bisync", 14786 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_ext_paths", "-no-cleanup"] 14787 }, 14788 { 14789 "name": "Test TestCompressDrive: test_extended_filenames LocalRemote", 14790 "type": "go", 14791 "request": "launch", 14792 "mode": "test", 14793 "program": "./cmd/bisync", 14794 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_extended_filenames", "-no-cleanup"] 14795 }, 14796 { 14797 "name": "Test TestCompressDrive: test_extended_filenames RemoteLocal", 14798 "type": "go", 14799 "request": "launch", 14800 "mode": "test", 14801 "program": "./cmd/bisync", 14802 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 14803 }, 14804 { 14805 "name": "Test TestCompressDrive: test_extended_filenames RemoteRemote", 14806 "type": "go", 14807 "request": "launch", 14808 "mode": "test", 14809 "program": "./cmd/bisync", 14810 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_extended_filenames", "-no-cleanup"] 14811 }, 14812 { 14813 "name": "Test TestCompressDrive: test_filters LocalRemote", 14814 "type": "go", 14815 "request": "launch", 14816 "mode": "test", 14817 "program": "./cmd/bisync", 14818 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_filters", "-no-cleanup"] 14819 }, 14820 { 14821 "name": "Test TestCompressDrive: test_filters RemoteLocal", 14822 "type": "go", 14823 "request": "launch", 14824 "mode": "test", 14825 "program": "./cmd/bisync", 14826 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 14827 }, 14828 { 14829 "name": "Test TestCompressDrive: test_filters RemoteRemote", 14830 "type": "go", 14831 "request": "launch", 14832 "mode": "test", 14833 "program": "./cmd/bisync", 14834 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_filters", "-no-cleanup"] 14835 }, 14836 { 14837 "name": "Test TestCompressDrive: test_filtersfile_checks LocalRemote", 14838 "type": "go", 14839 "request": "launch", 14840 "mode": "test", 14841 "program": "./cmd/bisync", 14842 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_filtersfile_checks", "-no-cleanup"] 14843 }, 14844 { 14845 "name": "Test TestCompressDrive: test_filtersfile_checks RemoteLocal", 14846 "type": "go", 14847 "request": "launch", 14848 "mode": "test", 14849 "program": "./cmd/bisync", 14850 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 14851 }, 14852 { 14853 "name": "Test TestCompressDrive: test_filtersfile_checks RemoteRemote", 14854 "type": "go", 14855 "request": "launch", 14856 "mode": "test", 14857 "program": "./cmd/bisync", 14858 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_filtersfile_checks", "-no-cleanup"] 14859 }, 14860 { 14861 "name": "Test TestCompressDrive: test_ignorelistingchecksum LocalRemote", 14862 "type": "go", 14863 "request": "launch", 14864 "mode": "test", 14865 "program": "./cmd/bisync", 14866 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 14867 }, 14868 { 14869 "name": "Test TestCompressDrive: test_ignorelistingchecksum RemoteLocal", 14870 "type": "go", 14871 "request": "launch", 14872 "mode": "test", 14873 "program": "./cmd/bisync", 14874 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 14875 }, 14876 { 14877 "name": "Test TestCompressDrive: test_ignorelistingchecksum RemoteRemote", 14878 "type": "go", 14879 "request": "launch", 14880 "mode": "test", 14881 "program": "./cmd/bisync", 14882 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 14883 }, 14884 { 14885 "name": "Test TestCompressDrive: test_max_delete_path1 LocalRemote", 14886 "type": "go", 14887 "request": "launch", 14888 "mode": "test", 14889 "program": "./cmd/bisync", 14890 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_max_delete_path1", "-no-cleanup"] 14891 }, 14892 { 14893 "name": "Test TestCompressDrive: test_max_delete_path1 RemoteLocal", 14894 "type": "go", 14895 "request": "launch", 14896 "mode": "test", 14897 "program": "./cmd/bisync", 14898 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 14899 }, 14900 { 14901 "name": "Test TestCompressDrive: test_max_delete_path1 RemoteRemote", 14902 "type": "go", 14903 "request": "launch", 14904 "mode": "test", 14905 "program": "./cmd/bisync", 14906 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_max_delete_path1", "-no-cleanup"] 14907 }, 14908 { 14909 "name": "Test TestCompressDrive: test_max_delete_path2_force LocalRemote", 14910 "type": "go", 14911 "request": "launch", 14912 "mode": "test", 14913 "program": "./cmd/bisync", 14914 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 14915 }, 14916 { 14917 "name": "Test TestCompressDrive: test_max_delete_path2_force RemoteLocal", 14918 "type": "go", 14919 "request": "launch", 14920 "mode": "test", 14921 "program": "./cmd/bisync", 14922 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 14923 }, 14924 { 14925 "name": "Test TestCompressDrive: test_max_delete_path2_force RemoteRemote", 14926 "type": "go", 14927 "request": "launch", 14928 "mode": "test", 14929 "program": "./cmd/bisync", 14930 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 14931 }, 14932 { 14933 "name": "Test TestCompressDrive: test_nomodtime LocalRemote", 14934 "type": "go", 14935 "request": "launch", 14936 "mode": "test", 14937 "program": "./cmd/bisync", 14938 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_nomodtime", "-no-cleanup"] 14939 }, 14940 { 14941 "name": "Test TestCompressDrive: test_nomodtime RemoteLocal", 14942 "type": "go", 14943 "request": "launch", 14944 "mode": "test", 14945 "program": "./cmd/bisync", 14946 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 14947 }, 14948 { 14949 "name": "Test TestCompressDrive: test_nomodtime RemoteRemote", 14950 "type": "go", 14951 "request": "launch", 14952 "mode": "test", 14953 "program": "./cmd/bisync", 14954 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_nomodtime", "-no-cleanup"] 14955 }, 14956 { 14957 "name": "Test TestCompressDrive: test_normalization LocalRemote", 14958 "type": "go", 14959 "request": "launch", 14960 "mode": "test", 14961 "program": "./cmd/bisync", 14962 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_normalization", "-no-cleanup"] 14963 }, 14964 { 14965 "name": "Test TestCompressDrive: test_normalization RemoteLocal", 14966 "type": "go", 14967 "request": "launch", 14968 "mode": "test", 14969 "program": "./cmd/bisync", 14970 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 14971 }, 14972 { 14973 "name": "Test TestCompressDrive: test_normalization RemoteRemote", 14974 "type": "go", 14975 "request": "launch", 14976 "mode": "test", 14977 "program": "./cmd/bisync", 14978 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_normalization", "-no-cleanup"] 14979 }, 14980 { 14981 "name": "Test TestCompressDrive: test_rclone_args LocalRemote", 14982 "type": "go", 14983 "request": "launch", 14984 "mode": "test", 14985 "program": "./cmd/bisync", 14986 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_rclone_args", "-no-cleanup"] 14987 }, 14988 { 14989 "name": "Test TestCompressDrive: test_rclone_args RemoteLocal", 14990 "type": "go", 14991 "request": "launch", 14992 "mode": "test", 14993 "program": "./cmd/bisync", 14994 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 14995 }, 14996 { 14997 "name": "Test TestCompressDrive: test_rclone_args RemoteRemote", 14998 "type": "go", 14999 "request": "launch", 15000 "mode": "test", 15001 "program": "./cmd/bisync", 15002 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_rclone_args", "-no-cleanup"] 15003 }, 15004 { 15005 "name": "Test TestCompressDrive: test_resolve LocalRemote", 15006 "type": "go", 15007 "request": "launch", 15008 "mode": "test", 15009 "program": "./cmd/bisync", 15010 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_resolve", "-no-cleanup"] 15011 }, 15012 { 15013 "name": "Test TestCompressDrive: test_resolve RemoteLocal", 15014 "type": "go", 15015 "request": "launch", 15016 "mode": "test", 15017 "program": "./cmd/bisync", 15018 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 15019 }, 15020 { 15021 "name": "Test TestCompressDrive: test_resolve RemoteRemote", 15022 "type": "go", 15023 "request": "launch", 15024 "mode": "test", 15025 "program": "./cmd/bisync", 15026 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_resolve", "-no-cleanup"] 15027 }, 15028 { 15029 "name": "Test TestCompressDrive: test_resync LocalRemote", 15030 "type": "go", 15031 "request": "launch", 15032 "mode": "test", 15033 "program": "./cmd/bisync", 15034 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_resync", "-no-cleanup"] 15035 }, 15036 { 15037 "name": "Test TestCompressDrive: test_resync RemoteLocal", 15038 "type": "go", 15039 "request": "launch", 15040 "mode": "test", 15041 "program": "./cmd/bisync", 15042 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 15043 }, 15044 { 15045 "name": "Test TestCompressDrive: test_resync RemoteRemote", 15046 "type": "go", 15047 "request": "launch", 15048 "mode": "test", 15049 "program": "./cmd/bisync", 15050 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_resync", "-no-cleanup"] 15051 }, 15052 { 15053 "name": "Test TestCompressDrive: test_resync_modes LocalRemote", 15054 "type": "go", 15055 "request": "launch", 15056 "mode": "test", 15057 "program": "./cmd/bisync", 15058 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_resync_modes", "-no-cleanup"] 15059 }, 15060 { 15061 "name": "Test TestCompressDrive: test_resync_modes RemoteLocal", 15062 "type": "go", 15063 "request": "launch", 15064 "mode": "test", 15065 "program": "./cmd/bisync", 15066 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 15067 }, 15068 { 15069 "name": "Test TestCompressDrive: test_resync_modes RemoteRemote", 15070 "type": "go", 15071 "request": "launch", 15072 "mode": "test", 15073 "program": "./cmd/bisync", 15074 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_resync_modes", "-no-cleanup"] 15075 }, 15076 { 15077 "name": "Test TestCompressDrive: test_rmdirs LocalRemote", 15078 "type": "go", 15079 "request": "launch", 15080 "mode": "test", 15081 "program": "./cmd/bisync", 15082 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_rmdirs", "-no-cleanup"] 15083 }, 15084 { 15085 "name": "Test TestCompressDrive: test_rmdirs RemoteLocal", 15086 "type": "go", 15087 "request": "launch", 15088 "mode": "test", 15089 "program": "./cmd/bisync", 15090 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 15091 }, 15092 { 15093 "name": "Test TestCompressDrive: test_rmdirs RemoteRemote", 15094 "type": "go", 15095 "request": "launch", 15096 "mode": "test", 15097 "program": "./cmd/bisync", 15098 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_rmdirs", "-no-cleanup"] 15099 }, 15100 { 15101 "name": "Test TestCompressDrive: test_volatile LocalRemote", 15102 "type": "go", 15103 "request": "launch", 15104 "mode": "test", 15105 "program": "./cmd/bisync", 15106 "args": ["-remote", "local", "-remote2", "TestCompressDrive:", "-case", "test_volatile", "-no-cleanup"] 15107 }, 15108 { 15109 "name": "Test TestCompressDrive: test_volatile RemoteLocal", 15110 "type": "go", 15111 "request": "launch", 15112 "mode": "test", 15113 "program": "./cmd/bisync", 15114 "args": ["-remote", "TestCompressDrive:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 15115 }, 15116 { 15117 "name": "Test TestCompressDrive: test_volatile RemoteRemote", 15118 "type": "go", 15119 "request": "launch", 15120 "mode": "test", 15121 "program": "./cmd/bisync", 15122 "args": ["-remote", "TestCompressDrive:", "-remote2", "TestCompressDrive:", "-case", "test_volatile", "-no-cleanup"] 15123 }, 15124 { 15125 "name": "Test TestCompressS3: test_all_changed LocalRemote", 15126 "type": "go", 15127 "request": "launch", 15128 "mode": "test", 15129 "program": "./cmd/bisync", 15130 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_all_changed", "-no-cleanup"] 15131 }, 15132 { 15133 "name": "Test TestCompressS3: test_all_changed RemoteLocal", 15134 "type": "go", 15135 "request": "launch", 15136 "mode": "test", 15137 "program": "./cmd/bisync", 15138 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 15139 }, 15140 { 15141 "name": "Test TestCompressS3: test_all_changed RemoteRemote", 15142 "type": "go", 15143 "request": "launch", 15144 "mode": "test", 15145 "program": "./cmd/bisync", 15146 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_all_changed", "-no-cleanup"] 15147 }, 15148 { 15149 "name": "Test TestCompressS3: test_backupdir LocalRemote", 15150 "type": "go", 15151 "request": "launch", 15152 "mode": "test", 15153 "program": "./cmd/bisync", 15154 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_backupdir", "-no-cleanup"] 15155 }, 15156 { 15157 "name": "Test TestCompressS3: test_backupdir RemoteLocal", 15158 "type": "go", 15159 "request": "launch", 15160 "mode": "test", 15161 "program": "./cmd/bisync", 15162 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 15163 }, 15164 { 15165 "name": "Test TestCompressS3: test_backupdir RemoteRemote", 15166 "type": "go", 15167 "request": "launch", 15168 "mode": "test", 15169 "program": "./cmd/bisync", 15170 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_backupdir", "-no-cleanup"] 15171 }, 15172 { 15173 "name": "Test TestCompressS3: test_basic LocalRemote", 15174 "type": "go", 15175 "request": "launch", 15176 "mode": "test", 15177 "program": "./cmd/bisync", 15178 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_basic", "-no-cleanup"] 15179 }, 15180 { 15181 "name": "Test TestCompressS3: test_basic RemoteLocal", 15182 "type": "go", 15183 "request": "launch", 15184 "mode": "test", 15185 "program": "./cmd/bisync", 15186 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 15187 }, 15188 { 15189 "name": "Test TestCompressS3: test_basic RemoteRemote", 15190 "type": "go", 15191 "request": "launch", 15192 "mode": "test", 15193 "program": "./cmd/bisync", 15194 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_basic", "-no-cleanup"] 15195 }, 15196 { 15197 "name": "Test TestCompressS3: test_changes LocalRemote", 15198 "type": "go", 15199 "request": "launch", 15200 "mode": "test", 15201 "program": "./cmd/bisync", 15202 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_changes", "-no-cleanup"] 15203 }, 15204 { 15205 "name": "Test TestCompressS3: test_changes RemoteLocal", 15206 "type": "go", 15207 "request": "launch", 15208 "mode": "test", 15209 "program": "./cmd/bisync", 15210 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 15211 }, 15212 { 15213 "name": "Test TestCompressS3: test_changes RemoteRemote", 15214 "type": "go", 15215 "request": "launch", 15216 "mode": "test", 15217 "program": "./cmd/bisync", 15218 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_changes", "-no-cleanup"] 15219 }, 15220 { 15221 "name": "Test TestCompressS3: test_check_access LocalRemote", 15222 "type": "go", 15223 "request": "launch", 15224 "mode": "test", 15225 "program": "./cmd/bisync", 15226 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_check_access", "-no-cleanup"] 15227 }, 15228 { 15229 "name": "Test TestCompressS3: test_check_access RemoteLocal", 15230 "type": "go", 15231 "request": "launch", 15232 "mode": "test", 15233 "program": "./cmd/bisync", 15234 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 15235 }, 15236 { 15237 "name": "Test TestCompressS3: test_check_access RemoteRemote", 15238 "type": "go", 15239 "request": "launch", 15240 "mode": "test", 15241 "program": "./cmd/bisync", 15242 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_check_access", "-no-cleanup"] 15243 }, 15244 { 15245 "name": "Test TestCompressS3: test_check_access_filters LocalRemote", 15246 "type": "go", 15247 "request": "launch", 15248 "mode": "test", 15249 "program": "./cmd/bisync", 15250 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_check_access_filters", "-no-cleanup"] 15251 }, 15252 { 15253 "name": "Test TestCompressS3: test_check_access_filters RemoteLocal", 15254 "type": "go", 15255 "request": "launch", 15256 "mode": "test", 15257 "program": "./cmd/bisync", 15258 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 15259 }, 15260 { 15261 "name": "Test TestCompressS3: test_check_access_filters RemoteRemote", 15262 "type": "go", 15263 "request": "launch", 15264 "mode": "test", 15265 "program": "./cmd/bisync", 15266 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_check_access_filters", "-no-cleanup"] 15267 }, 15268 { 15269 "name": "Test TestCompressS3: test_check_filename LocalRemote", 15270 "type": "go", 15271 "request": "launch", 15272 "mode": "test", 15273 "program": "./cmd/bisync", 15274 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_check_filename", "-no-cleanup"] 15275 }, 15276 { 15277 "name": "Test TestCompressS3: test_check_filename RemoteLocal", 15278 "type": "go", 15279 "request": "launch", 15280 "mode": "test", 15281 "program": "./cmd/bisync", 15282 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 15283 }, 15284 { 15285 "name": "Test TestCompressS3: test_check_filename RemoteRemote", 15286 "type": "go", 15287 "request": "launch", 15288 "mode": "test", 15289 "program": "./cmd/bisync", 15290 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_check_filename", "-no-cleanup"] 15291 }, 15292 { 15293 "name": "Test TestCompressS3: test_check_sync LocalRemote", 15294 "type": "go", 15295 "request": "launch", 15296 "mode": "test", 15297 "program": "./cmd/bisync", 15298 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_check_sync", "-no-cleanup"] 15299 }, 15300 { 15301 "name": "Test TestCompressS3: test_check_sync RemoteLocal", 15302 "type": "go", 15303 "request": "launch", 15304 "mode": "test", 15305 "program": "./cmd/bisync", 15306 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 15307 }, 15308 { 15309 "name": "Test TestCompressS3: test_check_sync RemoteRemote", 15310 "type": "go", 15311 "request": "launch", 15312 "mode": "test", 15313 "program": "./cmd/bisync", 15314 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_check_sync", "-no-cleanup"] 15315 }, 15316 { 15317 "name": "Test TestCompressS3: test_compare_all LocalRemote", 15318 "type": "go", 15319 "request": "launch", 15320 "mode": "test", 15321 "program": "./cmd/bisync", 15322 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_compare_all", "-no-cleanup"] 15323 }, 15324 { 15325 "name": "Test TestCompressS3: test_compare_all RemoteLocal", 15326 "type": "go", 15327 "request": "launch", 15328 "mode": "test", 15329 "program": "./cmd/bisync", 15330 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 15331 }, 15332 { 15333 "name": "Test TestCompressS3: test_compare_all RemoteRemote", 15334 "type": "go", 15335 "request": "launch", 15336 "mode": "test", 15337 "program": "./cmd/bisync", 15338 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_compare_all", "-no-cleanup"] 15339 }, 15340 { 15341 "name": "Test TestCompressS3: test_createemptysrcdirs LocalRemote", 15342 "type": "go", 15343 "request": "launch", 15344 "mode": "test", 15345 "program": "./cmd/bisync", 15346 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 15347 }, 15348 { 15349 "name": "Test TestCompressS3: test_createemptysrcdirs RemoteLocal", 15350 "type": "go", 15351 "request": "launch", 15352 "mode": "test", 15353 "program": "./cmd/bisync", 15354 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 15355 }, 15356 { 15357 "name": "Test TestCompressS3: test_createemptysrcdirs RemoteRemote", 15358 "type": "go", 15359 "request": "launch", 15360 "mode": "test", 15361 "program": "./cmd/bisync", 15362 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 15363 }, 15364 { 15365 "name": "Test TestCompressS3: test_dry_run LocalRemote", 15366 "type": "go", 15367 "request": "launch", 15368 "mode": "test", 15369 "program": "./cmd/bisync", 15370 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_dry_run", "-no-cleanup"] 15371 }, 15372 { 15373 "name": "Test TestCompressS3: test_dry_run RemoteLocal", 15374 "type": "go", 15375 "request": "launch", 15376 "mode": "test", 15377 "program": "./cmd/bisync", 15378 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 15379 }, 15380 { 15381 "name": "Test TestCompressS3: test_dry_run RemoteRemote", 15382 "type": "go", 15383 "request": "launch", 15384 "mode": "test", 15385 "program": "./cmd/bisync", 15386 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_dry_run", "-no-cleanup"] 15387 }, 15388 { 15389 "name": "Test TestCompressS3: test_equal LocalRemote", 15390 "type": "go", 15391 "request": "launch", 15392 "mode": "test", 15393 "program": "./cmd/bisync", 15394 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_equal", "-no-cleanup"] 15395 }, 15396 { 15397 "name": "Test TestCompressS3: test_equal RemoteLocal", 15398 "type": "go", 15399 "request": "launch", 15400 "mode": "test", 15401 "program": "./cmd/bisync", 15402 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 15403 }, 15404 { 15405 "name": "Test TestCompressS3: test_equal RemoteRemote", 15406 "type": "go", 15407 "request": "launch", 15408 "mode": "test", 15409 "program": "./cmd/bisync", 15410 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_equal", "-no-cleanup"] 15411 }, 15412 { 15413 "name": "Test TestCompressS3: test_ext_paths LocalRemote", 15414 "type": "go", 15415 "request": "launch", 15416 "mode": "test", 15417 "program": "./cmd/bisync", 15418 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_ext_paths", "-no-cleanup"] 15419 }, 15420 { 15421 "name": "Test TestCompressS3: test_ext_paths RemoteLocal", 15422 "type": "go", 15423 "request": "launch", 15424 "mode": "test", 15425 "program": "./cmd/bisync", 15426 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 15427 }, 15428 { 15429 "name": "Test TestCompressS3: test_ext_paths RemoteRemote", 15430 "type": "go", 15431 "request": "launch", 15432 "mode": "test", 15433 "program": "./cmd/bisync", 15434 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_ext_paths", "-no-cleanup"] 15435 }, 15436 { 15437 "name": "Test TestCompressS3: test_extended_filenames LocalRemote", 15438 "type": "go", 15439 "request": "launch", 15440 "mode": "test", 15441 "program": "./cmd/bisync", 15442 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_extended_filenames", "-no-cleanup"] 15443 }, 15444 { 15445 "name": "Test TestCompressS3: test_extended_filenames RemoteLocal", 15446 "type": "go", 15447 "request": "launch", 15448 "mode": "test", 15449 "program": "./cmd/bisync", 15450 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 15451 }, 15452 { 15453 "name": "Test TestCompressS3: test_extended_filenames RemoteRemote", 15454 "type": "go", 15455 "request": "launch", 15456 "mode": "test", 15457 "program": "./cmd/bisync", 15458 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_extended_filenames", "-no-cleanup"] 15459 }, 15460 { 15461 "name": "Test TestCompressS3: test_filters LocalRemote", 15462 "type": "go", 15463 "request": "launch", 15464 "mode": "test", 15465 "program": "./cmd/bisync", 15466 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_filters", "-no-cleanup"] 15467 }, 15468 { 15469 "name": "Test TestCompressS3: test_filters RemoteLocal", 15470 "type": "go", 15471 "request": "launch", 15472 "mode": "test", 15473 "program": "./cmd/bisync", 15474 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 15475 }, 15476 { 15477 "name": "Test TestCompressS3: test_filters RemoteRemote", 15478 "type": "go", 15479 "request": "launch", 15480 "mode": "test", 15481 "program": "./cmd/bisync", 15482 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_filters", "-no-cleanup"] 15483 }, 15484 { 15485 "name": "Test TestCompressS3: test_filtersfile_checks LocalRemote", 15486 "type": "go", 15487 "request": "launch", 15488 "mode": "test", 15489 "program": "./cmd/bisync", 15490 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_filtersfile_checks", "-no-cleanup"] 15491 }, 15492 { 15493 "name": "Test TestCompressS3: test_filtersfile_checks RemoteLocal", 15494 "type": "go", 15495 "request": "launch", 15496 "mode": "test", 15497 "program": "./cmd/bisync", 15498 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 15499 }, 15500 { 15501 "name": "Test TestCompressS3: test_filtersfile_checks RemoteRemote", 15502 "type": "go", 15503 "request": "launch", 15504 "mode": "test", 15505 "program": "./cmd/bisync", 15506 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_filtersfile_checks", "-no-cleanup"] 15507 }, 15508 { 15509 "name": "Test TestCompressS3: test_ignorelistingchecksum LocalRemote", 15510 "type": "go", 15511 "request": "launch", 15512 "mode": "test", 15513 "program": "./cmd/bisync", 15514 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 15515 }, 15516 { 15517 "name": "Test TestCompressS3: test_ignorelistingchecksum RemoteLocal", 15518 "type": "go", 15519 "request": "launch", 15520 "mode": "test", 15521 "program": "./cmd/bisync", 15522 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 15523 }, 15524 { 15525 "name": "Test TestCompressS3: test_ignorelistingchecksum RemoteRemote", 15526 "type": "go", 15527 "request": "launch", 15528 "mode": "test", 15529 "program": "./cmd/bisync", 15530 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 15531 }, 15532 { 15533 "name": "Test TestCompressS3: test_max_delete_path1 LocalRemote", 15534 "type": "go", 15535 "request": "launch", 15536 "mode": "test", 15537 "program": "./cmd/bisync", 15538 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_max_delete_path1", "-no-cleanup"] 15539 }, 15540 { 15541 "name": "Test TestCompressS3: test_max_delete_path1 RemoteLocal", 15542 "type": "go", 15543 "request": "launch", 15544 "mode": "test", 15545 "program": "./cmd/bisync", 15546 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 15547 }, 15548 { 15549 "name": "Test TestCompressS3: test_max_delete_path1 RemoteRemote", 15550 "type": "go", 15551 "request": "launch", 15552 "mode": "test", 15553 "program": "./cmd/bisync", 15554 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_max_delete_path1", "-no-cleanup"] 15555 }, 15556 { 15557 "name": "Test TestCompressS3: test_max_delete_path2_force LocalRemote", 15558 "type": "go", 15559 "request": "launch", 15560 "mode": "test", 15561 "program": "./cmd/bisync", 15562 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 15563 }, 15564 { 15565 "name": "Test TestCompressS3: test_max_delete_path2_force RemoteLocal", 15566 "type": "go", 15567 "request": "launch", 15568 "mode": "test", 15569 "program": "./cmd/bisync", 15570 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 15571 }, 15572 { 15573 "name": "Test TestCompressS3: test_max_delete_path2_force RemoteRemote", 15574 "type": "go", 15575 "request": "launch", 15576 "mode": "test", 15577 "program": "./cmd/bisync", 15578 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 15579 }, 15580 { 15581 "name": "Test TestCompressS3: test_nomodtime LocalRemote", 15582 "type": "go", 15583 "request": "launch", 15584 "mode": "test", 15585 "program": "./cmd/bisync", 15586 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_nomodtime", "-no-cleanup"] 15587 }, 15588 { 15589 "name": "Test TestCompressS3: test_nomodtime RemoteLocal", 15590 "type": "go", 15591 "request": "launch", 15592 "mode": "test", 15593 "program": "./cmd/bisync", 15594 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 15595 }, 15596 { 15597 "name": "Test TestCompressS3: test_nomodtime RemoteRemote", 15598 "type": "go", 15599 "request": "launch", 15600 "mode": "test", 15601 "program": "./cmd/bisync", 15602 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_nomodtime", "-no-cleanup"] 15603 }, 15604 { 15605 "name": "Test TestCompressS3: test_normalization LocalRemote", 15606 "type": "go", 15607 "request": "launch", 15608 "mode": "test", 15609 "program": "./cmd/bisync", 15610 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_normalization", "-no-cleanup"] 15611 }, 15612 { 15613 "name": "Test TestCompressS3: test_normalization RemoteLocal", 15614 "type": "go", 15615 "request": "launch", 15616 "mode": "test", 15617 "program": "./cmd/bisync", 15618 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 15619 }, 15620 { 15621 "name": "Test TestCompressS3: test_normalization RemoteRemote", 15622 "type": "go", 15623 "request": "launch", 15624 "mode": "test", 15625 "program": "./cmd/bisync", 15626 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_normalization", "-no-cleanup"] 15627 }, 15628 { 15629 "name": "Test TestCompressS3: test_rclone_args LocalRemote", 15630 "type": "go", 15631 "request": "launch", 15632 "mode": "test", 15633 "program": "./cmd/bisync", 15634 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_rclone_args", "-no-cleanup"] 15635 }, 15636 { 15637 "name": "Test TestCompressS3: test_rclone_args RemoteLocal", 15638 "type": "go", 15639 "request": "launch", 15640 "mode": "test", 15641 "program": "./cmd/bisync", 15642 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 15643 }, 15644 { 15645 "name": "Test TestCompressS3: test_rclone_args RemoteRemote", 15646 "type": "go", 15647 "request": "launch", 15648 "mode": "test", 15649 "program": "./cmd/bisync", 15650 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_rclone_args", "-no-cleanup"] 15651 }, 15652 { 15653 "name": "Test TestCompressS3: test_resolve LocalRemote", 15654 "type": "go", 15655 "request": "launch", 15656 "mode": "test", 15657 "program": "./cmd/bisync", 15658 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_resolve", "-no-cleanup"] 15659 }, 15660 { 15661 "name": "Test TestCompressS3: test_resolve RemoteLocal", 15662 "type": "go", 15663 "request": "launch", 15664 "mode": "test", 15665 "program": "./cmd/bisync", 15666 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 15667 }, 15668 { 15669 "name": "Test TestCompressS3: test_resolve RemoteRemote", 15670 "type": "go", 15671 "request": "launch", 15672 "mode": "test", 15673 "program": "./cmd/bisync", 15674 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_resolve", "-no-cleanup"] 15675 }, 15676 { 15677 "name": "Test TestCompressS3: test_resync LocalRemote", 15678 "type": "go", 15679 "request": "launch", 15680 "mode": "test", 15681 "program": "./cmd/bisync", 15682 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_resync", "-no-cleanup"] 15683 }, 15684 { 15685 "name": "Test TestCompressS3: test_resync RemoteLocal", 15686 "type": "go", 15687 "request": "launch", 15688 "mode": "test", 15689 "program": "./cmd/bisync", 15690 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 15691 }, 15692 { 15693 "name": "Test TestCompressS3: test_resync RemoteRemote", 15694 "type": "go", 15695 "request": "launch", 15696 "mode": "test", 15697 "program": "./cmd/bisync", 15698 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_resync", "-no-cleanup"] 15699 }, 15700 { 15701 "name": "Test TestCompressS3: test_resync_modes LocalRemote", 15702 "type": "go", 15703 "request": "launch", 15704 "mode": "test", 15705 "program": "./cmd/bisync", 15706 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_resync_modes", "-no-cleanup"] 15707 }, 15708 { 15709 "name": "Test TestCompressS3: test_resync_modes RemoteLocal", 15710 "type": "go", 15711 "request": "launch", 15712 "mode": "test", 15713 "program": "./cmd/bisync", 15714 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 15715 }, 15716 { 15717 "name": "Test TestCompressS3: test_resync_modes RemoteRemote", 15718 "type": "go", 15719 "request": "launch", 15720 "mode": "test", 15721 "program": "./cmd/bisync", 15722 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_resync_modes", "-no-cleanup"] 15723 }, 15724 { 15725 "name": "Test TestCompressS3: test_rmdirs LocalRemote", 15726 "type": "go", 15727 "request": "launch", 15728 "mode": "test", 15729 "program": "./cmd/bisync", 15730 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_rmdirs", "-no-cleanup"] 15731 }, 15732 { 15733 "name": "Test TestCompressS3: test_rmdirs RemoteLocal", 15734 "type": "go", 15735 "request": "launch", 15736 "mode": "test", 15737 "program": "./cmd/bisync", 15738 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 15739 }, 15740 { 15741 "name": "Test TestCompressS3: test_rmdirs RemoteRemote", 15742 "type": "go", 15743 "request": "launch", 15744 "mode": "test", 15745 "program": "./cmd/bisync", 15746 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_rmdirs", "-no-cleanup"] 15747 }, 15748 { 15749 "name": "Test TestCompressS3: test_volatile LocalRemote", 15750 "type": "go", 15751 "request": "launch", 15752 "mode": "test", 15753 "program": "./cmd/bisync", 15754 "args": ["-remote", "local", "-remote2", "TestCompressS3:", "-case", "test_volatile", "-no-cleanup"] 15755 }, 15756 { 15757 "name": "Test TestCompressS3: test_volatile RemoteLocal", 15758 "type": "go", 15759 "request": "launch", 15760 "mode": "test", 15761 "program": "./cmd/bisync", 15762 "args": ["-remote", "TestCompressS3:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 15763 }, 15764 { 15765 "name": "Test TestCompressS3: test_volatile RemoteRemote", 15766 "type": "go", 15767 "request": "launch", 15768 "mode": "test", 15769 "program": "./cmd/bisync", 15770 "args": ["-remote", "TestCompressS3:", "-remote2", "TestCompressS3:", "-case", "test_volatile", "-no-cleanup"] 15771 }, 15772 { 15773 "name": "Test TestDrive: test_all_changed LocalRemote", 15774 "type": "go", 15775 "request": "launch", 15776 "mode": "test", 15777 "program": "./cmd/bisync", 15778 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_all_changed", "-no-cleanup"] 15779 }, 15780 { 15781 "name": "Test TestDrive: test_all_changed RemoteLocal", 15782 "type": "go", 15783 "request": "launch", 15784 "mode": "test", 15785 "program": "./cmd/bisync", 15786 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 15787 }, 15788 { 15789 "name": "Test TestDrive: test_all_changed RemoteRemote", 15790 "type": "go", 15791 "request": "launch", 15792 "mode": "test", 15793 "program": "./cmd/bisync", 15794 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_all_changed", "-no-cleanup"] 15795 }, 15796 { 15797 "name": "Test TestDrive: test_backupdir LocalRemote", 15798 "type": "go", 15799 "request": "launch", 15800 "mode": "test", 15801 "program": "./cmd/bisync", 15802 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_backupdir", "-no-cleanup"] 15803 }, 15804 { 15805 "name": "Test TestDrive: test_backupdir RemoteLocal", 15806 "type": "go", 15807 "request": "launch", 15808 "mode": "test", 15809 "program": "./cmd/bisync", 15810 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 15811 }, 15812 { 15813 "name": "Test TestDrive: test_backupdir RemoteRemote", 15814 "type": "go", 15815 "request": "launch", 15816 "mode": "test", 15817 "program": "./cmd/bisync", 15818 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_backupdir", "-no-cleanup"] 15819 }, 15820 { 15821 "name": "Test TestDrive: test_basic LocalRemote", 15822 "type": "go", 15823 "request": "launch", 15824 "mode": "test", 15825 "program": "./cmd/bisync", 15826 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_basic", "-no-cleanup"] 15827 }, 15828 { 15829 "name": "Test TestDrive: test_basic RemoteLocal", 15830 "type": "go", 15831 "request": "launch", 15832 "mode": "test", 15833 "program": "./cmd/bisync", 15834 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 15835 }, 15836 { 15837 "name": "Test TestDrive: test_basic RemoteRemote", 15838 "type": "go", 15839 "request": "launch", 15840 "mode": "test", 15841 "program": "./cmd/bisync", 15842 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_basic", "-no-cleanup"] 15843 }, 15844 { 15845 "name": "Test TestDrive: test_changes LocalRemote", 15846 "type": "go", 15847 "request": "launch", 15848 "mode": "test", 15849 "program": "./cmd/bisync", 15850 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_changes", "-no-cleanup"] 15851 }, 15852 { 15853 "name": "Test TestDrive: test_changes RemoteLocal", 15854 "type": "go", 15855 "request": "launch", 15856 "mode": "test", 15857 "program": "./cmd/bisync", 15858 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 15859 }, 15860 { 15861 "name": "Test TestDrive: test_changes RemoteRemote", 15862 "type": "go", 15863 "request": "launch", 15864 "mode": "test", 15865 "program": "./cmd/bisync", 15866 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_changes", "-no-cleanup"] 15867 }, 15868 { 15869 "name": "Test TestDrive: test_check_access LocalRemote", 15870 "type": "go", 15871 "request": "launch", 15872 "mode": "test", 15873 "program": "./cmd/bisync", 15874 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_check_access", "-no-cleanup"] 15875 }, 15876 { 15877 "name": "Test TestDrive: test_check_access RemoteLocal", 15878 "type": "go", 15879 "request": "launch", 15880 "mode": "test", 15881 "program": "./cmd/bisync", 15882 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 15883 }, 15884 { 15885 "name": "Test TestDrive: test_check_access RemoteRemote", 15886 "type": "go", 15887 "request": "launch", 15888 "mode": "test", 15889 "program": "./cmd/bisync", 15890 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_check_access", "-no-cleanup"] 15891 }, 15892 { 15893 "name": "Test TestDrive: test_check_access_filters LocalRemote", 15894 "type": "go", 15895 "request": "launch", 15896 "mode": "test", 15897 "program": "./cmd/bisync", 15898 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_check_access_filters", "-no-cleanup"] 15899 }, 15900 { 15901 "name": "Test TestDrive: test_check_access_filters RemoteLocal", 15902 "type": "go", 15903 "request": "launch", 15904 "mode": "test", 15905 "program": "./cmd/bisync", 15906 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 15907 }, 15908 { 15909 "name": "Test TestDrive: test_check_access_filters RemoteRemote", 15910 "type": "go", 15911 "request": "launch", 15912 "mode": "test", 15913 "program": "./cmd/bisync", 15914 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_check_access_filters", "-no-cleanup"] 15915 }, 15916 { 15917 "name": "Test TestDrive: test_check_filename LocalRemote", 15918 "type": "go", 15919 "request": "launch", 15920 "mode": "test", 15921 "program": "./cmd/bisync", 15922 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_check_filename", "-no-cleanup"] 15923 }, 15924 { 15925 "name": "Test TestDrive: test_check_filename RemoteLocal", 15926 "type": "go", 15927 "request": "launch", 15928 "mode": "test", 15929 "program": "./cmd/bisync", 15930 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 15931 }, 15932 { 15933 "name": "Test TestDrive: test_check_filename RemoteRemote", 15934 "type": "go", 15935 "request": "launch", 15936 "mode": "test", 15937 "program": "./cmd/bisync", 15938 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_check_filename", "-no-cleanup"] 15939 }, 15940 { 15941 "name": "Test TestDrive: test_check_sync LocalRemote", 15942 "type": "go", 15943 "request": "launch", 15944 "mode": "test", 15945 "program": "./cmd/bisync", 15946 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_check_sync", "-no-cleanup"] 15947 }, 15948 { 15949 "name": "Test TestDrive: test_check_sync RemoteLocal", 15950 "type": "go", 15951 "request": "launch", 15952 "mode": "test", 15953 "program": "./cmd/bisync", 15954 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 15955 }, 15956 { 15957 "name": "Test TestDrive: test_check_sync RemoteRemote", 15958 "type": "go", 15959 "request": "launch", 15960 "mode": "test", 15961 "program": "./cmd/bisync", 15962 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_check_sync", "-no-cleanup"] 15963 }, 15964 { 15965 "name": "Test TestDrive: test_compare_all LocalRemote", 15966 "type": "go", 15967 "request": "launch", 15968 "mode": "test", 15969 "program": "./cmd/bisync", 15970 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_compare_all", "-no-cleanup"] 15971 }, 15972 { 15973 "name": "Test TestDrive: test_compare_all RemoteLocal", 15974 "type": "go", 15975 "request": "launch", 15976 "mode": "test", 15977 "program": "./cmd/bisync", 15978 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 15979 }, 15980 { 15981 "name": "Test TestDrive: test_compare_all RemoteRemote", 15982 "type": "go", 15983 "request": "launch", 15984 "mode": "test", 15985 "program": "./cmd/bisync", 15986 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_compare_all", "-no-cleanup"] 15987 }, 15988 { 15989 "name": "Test TestDrive: test_createemptysrcdirs LocalRemote", 15990 "type": "go", 15991 "request": "launch", 15992 "mode": "test", 15993 "program": "./cmd/bisync", 15994 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 15995 }, 15996 { 15997 "name": "Test TestDrive: test_createemptysrcdirs RemoteLocal", 15998 "type": "go", 15999 "request": "launch", 16000 "mode": "test", 16001 "program": "./cmd/bisync", 16002 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 16003 }, 16004 { 16005 "name": "Test TestDrive: test_createemptysrcdirs RemoteRemote", 16006 "type": "go", 16007 "request": "launch", 16008 "mode": "test", 16009 "program": "./cmd/bisync", 16010 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 16011 }, 16012 { 16013 "name": "Test TestDrive: test_dry_run LocalRemote", 16014 "type": "go", 16015 "request": "launch", 16016 "mode": "test", 16017 "program": "./cmd/bisync", 16018 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_dry_run", "-no-cleanup"] 16019 }, 16020 { 16021 "name": "Test TestDrive: test_dry_run RemoteLocal", 16022 "type": "go", 16023 "request": "launch", 16024 "mode": "test", 16025 "program": "./cmd/bisync", 16026 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 16027 }, 16028 { 16029 "name": "Test TestDrive: test_dry_run RemoteRemote", 16030 "type": "go", 16031 "request": "launch", 16032 "mode": "test", 16033 "program": "./cmd/bisync", 16034 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_dry_run", "-no-cleanup"] 16035 }, 16036 { 16037 "name": "Test TestDrive: test_equal LocalRemote", 16038 "type": "go", 16039 "request": "launch", 16040 "mode": "test", 16041 "program": "./cmd/bisync", 16042 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_equal", "-no-cleanup"] 16043 }, 16044 { 16045 "name": "Test TestDrive: test_equal RemoteLocal", 16046 "type": "go", 16047 "request": "launch", 16048 "mode": "test", 16049 "program": "./cmd/bisync", 16050 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 16051 }, 16052 { 16053 "name": "Test TestDrive: test_equal RemoteRemote", 16054 "type": "go", 16055 "request": "launch", 16056 "mode": "test", 16057 "program": "./cmd/bisync", 16058 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_equal", "-no-cleanup"] 16059 }, 16060 { 16061 "name": "Test TestDrive: test_ext_paths LocalRemote", 16062 "type": "go", 16063 "request": "launch", 16064 "mode": "test", 16065 "program": "./cmd/bisync", 16066 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_ext_paths", "-no-cleanup"] 16067 }, 16068 { 16069 "name": "Test TestDrive: test_ext_paths RemoteLocal", 16070 "type": "go", 16071 "request": "launch", 16072 "mode": "test", 16073 "program": "./cmd/bisync", 16074 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 16075 }, 16076 { 16077 "name": "Test TestDrive: test_ext_paths RemoteRemote", 16078 "type": "go", 16079 "request": "launch", 16080 "mode": "test", 16081 "program": "./cmd/bisync", 16082 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_ext_paths", "-no-cleanup"] 16083 }, 16084 { 16085 "name": "Test TestDrive: test_extended_filenames LocalRemote", 16086 "type": "go", 16087 "request": "launch", 16088 "mode": "test", 16089 "program": "./cmd/bisync", 16090 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_extended_filenames", "-no-cleanup"] 16091 }, 16092 { 16093 "name": "Test TestDrive: test_extended_filenames RemoteLocal", 16094 "type": "go", 16095 "request": "launch", 16096 "mode": "test", 16097 "program": "./cmd/bisync", 16098 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 16099 }, 16100 { 16101 "name": "Test TestDrive: test_extended_filenames RemoteRemote", 16102 "type": "go", 16103 "request": "launch", 16104 "mode": "test", 16105 "program": "./cmd/bisync", 16106 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_extended_filenames", "-no-cleanup"] 16107 }, 16108 { 16109 "name": "Test TestDrive: test_filters LocalRemote", 16110 "type": "go", 16111 "request": "launch", 16112 "mode": "test", 16113 "program": "./cmd/bisync", 16114 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_filters", "-no-cleanup"] 16115 }, 16116 { 16117 "name": "Test TestDrive: test_filters RemoteLocal", 16118 "type": "go", 16119 "request": "launch", 16120 "mode": "test", 16121 "program": "./cmd/bisync", 16122 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 16123 }, 16124 { 16125 "name": "Test TestDrive: test_filters RemoteRemote", 16126 "type": "go", 16127 "request": "launch", 16128 "mode": "test", 16129 "program": "./cmd/bisync", 16130 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_filters", "-no-cleanup"] 16131 }, 16132 { 16133 "name": "Test TestDrive: test_filtersfile_checks LocalRemote", 16134 "type": "go", 16135 "request": "launch", 16136 "mode": "test", 16137 "program": "./cmd/bisync", 16138 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_filtersfile_checks", "-no-cleanup"] 16139 }, 16140 { 16141 "name": "Test TestDrive: test_filtersfile_checks RemoteLocal", 16142 "type": "go", 16143 "request": "launch", 16144 "mode": "test", 16145 "program": "./cmd/bisync", 16146 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 16147 }, 16148 { 16149 "name": "Test TestDrive: test_filtersfile_checks RemoteRemote", 16150 "type": "go", 16151 "request": "launch", 16152 "mode": "test", 16153 "program": "./cmd/bisync", 16154 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_filtersfile_checks", "-no-cleanup"] 16155 }, 16156 { 16157 "name": "Test TestDrive: test_ignorelistingchecksum LocalRemote", 16158 "type": "go", 16159 "request": "launch", 16160 "mode": "test", 16161 "program": "./cmd/bisync", 16162 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 16163 }, 16164 { 16165 "name": "Test TestDrive: test_ignorelistingchecksum RemoteLocal", 16166 "type": "go", 16167 "request": "launch", 16168 "mode": "test", 16169 "program": "./cmd/bisync", 16170 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 16171 }, 16172 { 16173 "name": "Test TestDrive: test_ignorelistingchecksum RemoteRemote", 16174 "type": "go", 16175 "request": "launch", 16176 "mode": "test", 16177 "program": "./cmd/bisync", 16178 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 16179 }, 16180 { 16181 "name": "Test TestDrive: test_max_delete_path1 LocalRemote", 16182 "type": "go", 16183 "request": "launch", 16184 "mode": "test", 16185 "program": "./cmd/bisync", 16186 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_max_delete_path1", "-no-cleanup"] 16187 }, 16188 { 16189 "name": "Test TestDrive: test_max_delete_path1 RemoteLocal", 16190 "type": "go", 16191 "request": "launch", 16192 "mode": "test", 16193 "program": "./cmd/bisync", 16194 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 16195 }, 16196 { 16197 "name": "Test TestDrive: test_max_delete_path1 RemoteRemote", 16198 "type": "go", 16199 "request": "launch", 16200 "mode": "test", 16201 "program": "./cmd/bisync", 16202 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_max_delete_path1", "-no-cleanup"] 16203 }, 16204 { 16205 "name": "Test TestDrive: test_max_delete_path2_force LocalRemote", 16206 "type": "go", 16207 "request": "launch", 16208 "mode": "test", 16209 "program": "./cmd/bisync", 16210 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 16211 }, 16212 { 16213 "name": "Test TestDrive: test_max_delete_path2_force RemoteLocal", 16214 "type": "go", 16215 "request": "launch", 16216 "mode": "test", 16217 "program": "./cmd/bisync", 16218 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 16219 }, 16220 { 16221 "name": "Test TestDrive: test_max_delete_path2_force RemoteRemote", 16222 "type": "go", 16223 "request": "launch", 16224 "mode": "test", 16225 "program": "./cmd/bisync", 16226 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 16227 }, 16228 { 16229 "name": "Test TestDrive: test_nomodtime LocalRemote", 16230 "type": "go", 16231 "request": "launch", 16232 "mode": "test", 16233 "program": "./cmd/bisync", 16234 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_nomodtime", "-no-cleanup"] 16235 }, 16236 { 16237 "name": "Test TestDrive: test_nomodtime RemoteLocal", 16238 "type": "go", 16239 "request": "launch", 16240 "mode": "test", 16241 "program": "./cmd/bisync", 16242 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 16243 }, 16244 { 16245 "name": "Test TestDrive: test_nomodtime RemoteRemote", 16246 "type": "go", 16247 "request": "launch", 16248 "mode": "test", 16249 "program": "./cmd/bisync", 16250 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_nomodtime", "-no-cleanup"] 16251 }, 16252 { 16253 "name": "Test TestDrive: test_normalization LocalRemote", 16254 "type": "go", 16255 "request": "launch", 16256 "mode": "test", 16257 "program": "./cmd/bisync", 16258 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_normalization", "-no-cleanup"] 16259 }, 16260 { 16261 "name": "Test TestDrive: test_normalization RemoteLocal", 16262 "type": "go", 16263 "request": "launch", 16264 "mode": "test", 16265 "program": "./cmd/bisync", 16266 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 16267 }, 16268 { 16269 "name": "Test TestDrive: test_normalization RemoteRemote", 16270 "type": "go", 16271 "request": "launch", 16272 "mode": "test", 16273 "program": "./cmd/bisync", 16274 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_normalization", "-no-cleanup"] 16275 }, 16276 { 16277 "name": "Test TestDrive: test_rclone_args LocalRemote", 16278 "type": "go", 16279 "request": "launch", 16280 "mode": "test", 16281 "program": "./cmd/bisync", 16282 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_rclone_args", "-no-cleanup"] 16283 }, 16284 { 16285 "name": "Test TestDrive: test_rclone_args RemoteLocal", 16286 "type": "go", 16287 "request": "launch", 16288 "mode": "test", 16289 "program": "./cmd/bisync", 16290 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 16291 }, 16292 { 16293 "name": "Test TestDrive: test_rclone_args RemoteRemote", 16294 "type": "go", 16295 "request": "launch", 16296 "mode": "test", 16297 "program": "./cmd/bisync", 16298 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_rclone_args", "-no-cleanup"] 16299 }, 16300 { 16301 "name": "Test TestDrive: test_resolve LocalRemote", 16302 "type": "go", 16303 "request": "launch", 16304 "mode": "test", 16305 "program": "./cmd/bisync", 16306 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_resolve", "-no-cleanup"] 16307 }, 16308 { 16309 "name": "Test TestDrive: test_resolve RemoteLocal", 16310 "type": "go", 16311 "request": "launch", 16312 "mode": "test", 16313 "program": "./cmd/bisync", 16314 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 16315 }, 16316 { 16317 "name": "Test TestDrive: test_resolve RemoteRemote", 16318 "type": "go", 16319 "request": "launch", 16320 "mode": "test", 16321 "program": "./cmd/bisync", 16322 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_resolve", "-no-cleanup"] 16323 }, 16324 { 16325 "name": "Test TestDrive: test_resync LocalRemote", 16326 "type": "go", 16327 "request": "launch", 16328 "mode": "test", 16329 "program": "./cmd/bisync", 16330 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_resync", "-no-cleanup"] 16331 }, 16332 { 16333 "name": "Test TestDrive: test_resync RemoteLocal", 16334 "type": "go", 16335 "request": "launch", 16336 "mode": "test", 16337 "program": "./cmd/bisync", 16338 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 16339 }, 16340 { 16341 "name": "Test TestDrive: test_resync RemoteRemote", 16342 "type": "go", 16343 "request": "launch", 16344 "mode": "test", 16345 "program": "./cmd/bisync", 16346 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_resync", "-no-cleanup"] 16347 }, 16348 { 16349 "name": "Test TestDrive: test_resync_modes LocalRemote", 16350 "type": "go", 16351 "request": "launch", 16352 "mode": "test", 16353 "program": "./cmd/bisync", 16354 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_resync_modes", "-no-cleanup"] 16355 }, 16356 { 16357 "name": "Test TestDrive: test_resync_modes RemoteLocal", 16358 "type": "go", 16359 "request": "launch", 16360 "mode": "test", 16361 "program": "./cmd/bisync", 16362 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 16363 }, 16364 { 16365 "name": "Test TestDrive: test_resync_modes RemoteRemote", 16366 "type": "go", 16367 "request": "launch", 16368 "mode": "test", 16369 "program": "./cmd/bisync", 16370 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_resync_modes", "-no-cleanup"] 16371 }, 16372 { 16373 "name": "Test TestDrive: test_rmdirs LocalRemote", 16374 "type": "go", 16375 "request": "launch", 16376 "mode": "test", 16377 "program": "./cmd/bisync", 16378 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_rmdirs", "-no-cleanup"] 16379 }, 16380 { 16381 "name": "Test TestDrive: test_rmdirs RemoteLocal", 16382 "type": "go", 16383 "request": "launch", 16384 "mode": "test", 16385 "program": "./cmd/bisync", 16386 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 16387 }, 16388 { 16389 "name": "Test TestDrive: test_rmdirs RemoteRemote", 16390 "type": "go", 16391 "request": "launch", 16392 "mode": "test", 16393 "program": "./cmd/bisync", 16394 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_rmdirs", "-no-cleanup"] 16395 }, 16396 { 16397 "name": "Test TestDrive: test_volatile LocalRemote", 16398 "type": "go", 16399 "request": "launch", 16400 "mode": "test", 16401 "program": "./cmd/bisync", 16402 "args": ["-remote", "local", "-remote2", "TestDrive:", "-case", "test_volatile", "-no-cleanup"] 16403 }, 16404 { 16405 "name": "Test TestDrive: test_volatile RemoteLocal", 16406 "type": "go", 16407 "request": "launch", 16408 "mode": "test", 16409 "program": "./cmd/bisync", 16410 "args": ["-remote", "TestDrive:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 16411 }, 16412 { 16413 "name": "Test TestDrive: test_volatile RemoteRemote", 16414 "type": "go", 16415 "request": "launch", 16416 "mode": "test", 16417 "program": "./cmd/bisync", 16418 "args": ["-remote", "TestDrive:", "-remote2", "TestDrive:", "-case", "test_volatile", "-no-cleanup"] 16419 }, 16420 { 16421 "name": "Test TestDropbox: test_all_changed LocalRemote", 16422 "type": "go", 16423 "request": "launch", 16424 "mode": "test", 16425 "program": "./cmd/bisync", 16426 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_all_changed", "-no-cleanup"] 16427 }, 16428 { 16429 "name": "Test TestDropbox: test_all_changed RemoteLocal", 16430 "type": "go", 16431 "request": "launch", 16432 "mode": "test", 16433 "program": "./cmd/bisync", 16434 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 16435 }, 16436 { 16437 "name": "Test TestDropbox: test_all_changed RemoteRemote", 16438 "type": "go", 16439 "request": "launch", 16440 "mode": "test", 16441 "program": "./cmd/bisync", 16442 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_all_changed", "-no-cleanup"] 16443 }, 16444 { 16445 "name": "Test TestDropbox: test_backupdir LocalRemote", 16446 "type": "go", 16447 "request": "launch", 16448 "mode": "test", 16449 "program": "./cmd/bisync", 16450 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_backupdir", "-no-cleanup"] 16451 }, 16452 { 16453 "name": "Test TestDropbox: test_backupdir RemoteLocal", 16454 "type": "go", 16455 "request": "launch", 16456 "mode": "test", 16457 "program": "./cmd/bisync", 16458 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 16459 }, 16460 { 16461 "name": "Test TestDropbox: test_backupdir RemoteRemote", 16462 "type": "go", 16463 "request": "launch", 16464 "mode": "test", 16465 "program": "./cmd/bisync", 16466 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_backupdir", "-no-cleanup"] 16467 }, 16468 { 16469 "name": "Test TestDropbox: test_basic LocalRemote", 16470 "type": "go", 16471 "request": "launch", 16472 "mode": "test", 16473 "program": "./cmd/bisync", 16474 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_basic", "-no-cleanup"] 16475 }, 16476 { 16477 "name": "Test TestDropbox: test_basic RemoteLocal", 16478 "type": "go", 16479 "request": "launch", 16480 "mode": "test", 16481 "program": "./cmd/bisync", 16482 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 16483 }, 16484 { 16485 "name": "Test TestDropbox: test_basic RemoteRemote", 16486 "type": "go", 16487 "request": "launch", 16488 "mode": "test", 16489 "program": "./cmd/bisync", 16490 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_basic", "-no-cleanup"] 16491 }, 16492 { 16493 "name": "Test TestDropbox: test_changes LocalRemote", 16494 "type": "go", 16495 "request": "launch", 16496 "mode": "test", 16497 "program": "./cmd/bisync", 16498 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_changes", "-no-cleanup"] 16499 }, 16500 { 16501 "name": "Test TestDropbox: test_changes RemoteLocal", 16502 "type": "go", 16503 "request": "launch", 16504 "mode": "test", 16505 "program": "./cmd/bisync", 16506 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 16507 }, 16508 { 16509 "name": "Test TestDropbox: test_changes RemoteRemote", 16510 "type": "go", 16511 "request": "launch", 16512 "mode": "test", 16513 "program": "./cmd/bisync", 16514 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_changes", "-no-cleanup"] 16515 }, 16516 { 16517 "name": "Test TestDropbox: test_check_access LocalRemote", 16518 "type": "go", 16519 "request": "launch", 16520 "mode": "test", 16521 "program": "./cmd/bisync", 16522 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_check_access", "-no-cleanup"] 16523 }, 16524 { 16525 "name": "Test TestDropbox: test_check_access RemoteLocal", 16526 "type": "go", 16527 "request": "launch", 16528 "mode": "test", 16529 "program": "./cmd/bisync", 16530 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 16531 }, 16532 { 16533 "name": "Test TestDropbox: test_check_access RemoteRemote", 16534 "type": "go", 16535 "request": "launch", 16536 "mode": "test", 16537 "program": "./cmd/bisync", 16538 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_check_access", "-no-cleanup"] 16539 }, 16540 { 16541 "name": "Test TestDropbox: test_check_access_filters LocalRemote", 16542 "type": "go", 16543 "request": "launch", 16544 "mode": "test", 16545 "program": "./cmd/bisync", 16546 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_check_access_filters", "-no-cleanup"] 16547 }, 16548 { 16549 "name": "Test TestDropbox: test_check_access_filters RemoteLocal", 16550 "type": "go", 16551 "request": "launch", 16552 "mode": "test", 16553 "program": "./cmd/bisync", 16554 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 16555 }, 16556 { 16557 "name": "Test TestDropbox: test_check_access_filters RemoteRemote", 16558 "type": "go", 16559 "request": "launch", 16560 "mode": "test", 16561 "program": "./cmd/bisync", 16562 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_check_access_filters", "-no-cleanup"] 16563 }, 16564 { 16565 "name": "Test TestDropbox: test_check_filename LocalRemote", 16566 "type": "go", 16567 "request": "launch", 16568 "mode": "test", 16569 "program": "./cmd/bisync", 16570 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_check_filename", "-no-cleanup"] 16571 }, 16572 { 16573 "name": "Test TestDropbox: test_check_filename RemoteLocal", 16574 "type": "go", 16575 "request": "launch", 16576 "mode": "test", 16577 "program": "./cmd/bisync", 16578 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 16579 }, 16580 { 16581 "name": "Test TestDropbox: test_check_filename RemoteRemote", 16582 "type": "go", 16583 "request": "launch", 16584 "mode": "test", 16585 "program": "./cmd/bisync", 16586 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_check_filename", "-no-cleanup"] 16587 }, 16588 { 16589 "name": "Test TestDropbox: test_check_sync LocalRemote", 16590 "type": "go", 16591 "request": "launch", 16592 "mode": "test", 16593 "program": "./cmd/bisync", 16594 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_check_sync", "-no-cleanup"] 16595 }, 16596 { 16597 "name": "Test TestDropbox: test_check_sync RemoteLocal", 16598 "type": "go", 16599 "request": "launch", 16600 "mode": "test", 16601 "program": "./cmd/bisync", 16602 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 16603 }, 16604 { 16605 "name": "Test TestDropbox: test_check_sync RemoteRemote", 16606 "type": "go", 16607 "request": "launch", 16608 "mode": "test", 16609 "program": "./cmd/bisync", 16610 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_check_sync", "-no-cleanup"] 16611 }, 16612 { 16613 "name": "Test TestDropbox: test_compare_all LocalRemote", 16614 "type": "go", 16615 "request": "launch", 16616 "mode": "test", 16617 "program": "./cmd/bisync", 16618 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_compare_all", "-no-cleanup"] 16619 }, 16620 { 16621 "name": "Test TestDropbox: test_compare_all RemoteLocal", 16622 "type": "go", 16623 "request": "launch", 16624 "mode": "test", 16625 "program": "./cmd/bisync", 16626 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 16627 }, 16628 { 16629 "name": "Test TestDropbox: test_compare_all RemoteRemote", 16630 "type": "go", 16631 "request": "launch", 16632 "mode": "test", 16633 "program": "./cmd/bisync", 16634 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_compare_all", "-no-cleanup"] 16635 }, 16636 { 16637 "name": "Test TestDropbox: test_createemptysrcdirs LocalRemote", 16638 "type": "go", 16639 "request": "launch", 16640 "mode": "test", 16641 "program": "./cmd/bisync", 16642 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 16643 }, 16644 { 16645 "name": "Test TestDropbox: test_createemptysrcdirs RemoteLocal", 16646 "type": "go", 16647 "request": "launch", 16648 "mode": "test", 16649 "program": "./cmd/bisync", 16650 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 16651 }, 16652 { 16653 "name": "Test TestDropbox: test_createemptysrcdirs RemoteRemote", 16654 "type": "go", 16655 "request": "launch", 16656 "mode": "test", 16657 "program": "./cmd/bisync", 16658 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 16659 }, 16660 { 16661 "name": "Test TestDropbox: test_dry_run LocalRemote", 16662 "type": "go", 16663 "request": "launch", 16664 "mode": "test", 16665 "program": "./cmd/bisync", 16666 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_dry_run", "-no-cleanup"] 16667 }, 16668 { 16669 "name": "Test TestDropbox: test_dry_run RemoteLocal", 16670 "type": "go", 16671 "request": "launch", 16672 "mode": "test", 16673 "program": "./cmd/bisync", 16674 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 16675 }, 16676 { 16677 "name": "Test TestDropbox: test_dry_run RemoteRemote", 16678 "type": "go", 16679 "request": "launch", 16680 "mode": "test", 16681 "program": "./cmd/bisync", 16682 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_dry_run", "-no-cleanup"] 16683 }, 16684 { 16685 "name": "Test TestDropbox: test_equal LocalRemote", 16686 "type": "go", 16687 "request": "launch", 16688 "mode": "test", 16689 "program": "./cmd/bisync", 16690 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_equal", "-no-cleanup"] 16691 }, 16692 { 16693 "name": "Test TestDropbox: test_equal RemoteLocal", 16694 "type": "go", 16695 "request": "launch", 16696 "mode": "test", 16697 "program": "./cmd/bisync", 16698 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 16699 }, 16700 { 16701 "name": "Test TestDropbox: test_equal RemoteRemote", 16702 "type": "go", 16703 "request": "launch", 16704 "mode": "test", 16705 "program": "./cmd/bisync", 16706 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_equal", "-no-cleanup"] 16707 }, 16708 { 16709 "name": "Test TestDropbox: test_ext_paths LocalRemote", 16710 "type": "go", 16711 "request": "launch", 16712 "mode": "test", 16713 "program": "./cmd/bisync", 16714 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_ext_paths", "-no-cleanup"] 16715 }, 16716 { 16717 "name": "Test TestDropbox: test_ext_paths RemoteLocal", 16718 "type": "go", 16719 "request": "launch", 16720 "mode": "test", 16721 "program": "./cmd/bisync", 16722 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 16723 }, 16724 { 16725 "name": "Test TestDropbox: test_ext_paths RemoteRemote", 16726 "type": "go", 16727 "request": "launch", 16728 "mode": "test", 16729 "program": "./cmd/bisync", 16730 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_ext_paths", "-no-cleanup"] 16731 }, 16732 { 16733 "name": "Test TestDropbox: test_extended_filenames LocalRemote", 16734 "type": "go", 16735 "request": "launch", 16736 "mode": "test", 16737 "program": "./cmd/bisync", 16738 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_extended_filenames", "-no-cleanup"] 16739 }, 16740 { 16741 "name": "Test TestDropbox: test_extended_filenames RemoteLocal", 16742 "type": "go", 16743 "request": "launch", 16744 "mode": "test", 16745 "program": "./cmd/bisync", 16746 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 16747 }, 16748 { 16749 "name": "Test TestDropbox: test_extended_filenames RemoteRemote", 16750 "type": "go", 16751 "request": "launch", 16752 "mode": "test", 16753 "program": "./cmd/bisync", 16754 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_extended_filenames", "-no-cleanup"] 16755 }, 16756 { 16757 "name": "Test TestDropbox: test_filters LocalRemote", 16758 "type": "go", 16759 "request": "launch", 16760 "mode": "test", 16761 "program": "./cmd/bisync", 16762 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_filters", "-no-cleanup"] 16763 }, 16764 { 16765 "name": "Test TestDropbox: test_filters RemoteLocal", 16766 "type": "go", 16767 "request": "launch", 16768 "mode": "test", 16769 "program": "./cmd/bisync", 16770 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 16771 }, 16772 { 16773 "name": "Test TestDropbox: test_filters RemoteRemote", 16774 "type": "go", 16775 "request": "launch", 16776 "mode": "test", 16777 "program": "./cmd/bisync", 16778 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_filters", "-no-cleanup"] 16779 }, 16780 { 16781 "name": "Test TestDropbox: test_filtersfile_checks LocalRemote", 16782 "type": "go", 16783 "request": "launch", 16784 "mode": "test", 16785 "program": "./cmd/bisync", 16786 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_filtersfile_checks", "-no-cleanup"] 16787 }, 16788 { 16789 "name": "Test TestDropbox: test_filtersfile_checks RemoteLocal", 16790 "type": "go", 16791 "request": "launch", 16792 "mode": "test", 16793 "program": "./cmd/bisync", 16794 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 16795 }, 16796 { 16797 "name": "Test TestDropbox: test_filtersfile_checks RemoteRemote", 16798 "type": "go", 16799 "request": "launch", 16800 "mode": "test", 16801 "program": "./cmd/bisync", 16802 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_filtersfile_checks", "-no-cleanup"] 16803 }, 16804 { 16805 "name": "Test TestDropbox: test_ignorelistingchecksum LocalRemote", 16806 "type": "go", 16807 "request": "launch", 16808 "mode": "test", 16809 "program": "./cmd/bisync", 16810 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 16811 }, 16812 { 16813 "name": "Test TestDropbox: test_ignorelistingchecksum RemoteLocal", 16814 "type": "go", 16815 "request": "launch", 16816 "mode": "test", 16817 "program": "./cmd/bisync", 16818 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 16819 }, 16820 { 16821 "name": "Test TestDropbox: test_ignorelistingchecksum RemoteRemote", 16822 "type": "go", 16823 "request": "launch", 16824 "mode": "test", 16825 "program": "./cmd/bisync", 16826 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 16827 }, 16828 { 16829 "name": "Test TestDropbox: test_max_delete_path1 LocalRemote", 16830 "type": "go", 16831 "request": "launch", 16832 "mode": "test", 16833 "program": "./cmd/bisync", 16834 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_max_delete_path1", "-no-cleanup"] 16835 }, 16836 { 16837 "name": "Test TestDropbox: test_max_delete_path1 RemoteLocal", 16838 "type": "go", 16839 "request": "launch", 16840 "mode": "test", 16841 "program": "./cmd/bisync", 16842 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 16843 }, 16844 { 16845 "name": "Test TestDropbox: test_max_delete_path1 RemoteRemote", 16846 "type": "go", 16847 "request": "launch", 16848 "mode": "test", 16849 "program": "./cmd/bisync", 16850 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_max_delete_path1", "-no-cleanup"] 16851 }, 16852 { 16853 "name": "Test TestDropbox: test_max_delete_path2_force LocalRemote", 16854 "type": "go", 16855 "request": "launch", 16856 "mode": "test", 16857 "program": "./cmd/bisync", 16858 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 16859 }, 16860 { 16861 "name": "Test TestDropbox: test_max_delete_path2_force RemoteLocal", 16862 "type": "go", 16863 "request": "launch", 16864 "mode": "test", 16865 "program": "./cmd/bisync", 16866 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 16867 }, 16868 { 16869 "name": "Test TestDropbox: test_max_delete_path2_force RemoteRemote", 16870 "type": "go", 16871 "request": "launch", 16872 "mode": "test", 16873 "program": "./cmd/bisync", 16874 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 16875 }, 16876 { 16877 "name": "Test TestDropbox: test_nomodtime LocalRemote", 16878 "type": "go", 16879 "request": "launch", 16880 "mode": "test", 16881 "program": "./cmd/bisync", 16882 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_nomodtime", "-no-cleanup"] 16883 }, 16884 { 16885 "name": "Test TestDropbox: test_nomodtime RemoteLocal", 16886 "type": "go", 16887 "request": "launch", 16888 "mode": "test", 16889 "program": "./cmd/bisync", 16890 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 16891 }, 16892 { 16893 "name": "Test TestDropbox: test_nomodtime RemoteRemote", 16894 "type": "go", 16895 "request": "launch", 16896 "mode": "test", 16897 "program": "./cmd/bisync", 16898 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_nomodtime", "-no-cleanup"] 16899 }, 16900 { 16901 "name": "Test TestDropbox: test_normalization LocalRemote", 16902 "type": "go", 16903 "request": "launch", 16904 "mode": "test", 16905 "program": "./cmd/bisync", 16906 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_normalization", "-no-cleanup"] 16907 }, 16908 { 16909 "name": "Test TestDropbox: test_normalization RemoteLocal", 16910 "type": "go", 16911 "request": "launch", 16912 "mode": "test", 16913 "program": "./cmd/bisync", 16914 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 16915 }, 16916 { 16917 "name": "Test TestDropbox: test_normalization RemoteRemote", 16918 "type": "go", 16919 "request": "launch", 16920 "mode": "test", 16921 "program": "./cmd/bisync", 16922 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_normalization", "-no-cleanup"] 16923 }, 16924 { 16925 "name": "Test TestDropbox: test_rclone_args LocalRemote", 16926 "type": "go", 16927 "request": "launch", 16928 "mode": "test", 16929 "program": "./cmd/bisync", 16930 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_rclone_args", "-no-cleanup"] 16931 }, 16932 { 16933 "name": "Test TestDropbox: test_rclone_args RemoteLocal", 16934 "type": "go", 16935 "request": "launch", 16936 "mode": "test", 16937 "program": "./cmd/bisync", 16938 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 16939 }, 16940 { 16941 "name": "Test TestDropbox: test_rclone_args RemoteRemote", 16942 "type": "go", 16943 "request": "launch", 16944 "mode": "test", 16945 "program": "./cmd/bisync", 16946 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_rclone_args", "-no-cleanup"] 16947 }, 16948 { 16949 "name": "Test TestDropbox: test_resolve LocalRemote", 16950 "type": "go", 16951 "request": "launch", 16952 "mode": "test", 16953 "program": "./cmd/bisync", 16954 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_resolve", "-no-cleanup"] 16955 }, 16956 { 16957 "name": "Test TestDropbox: test_resolve RemoteLocal", 16958 "type": "go", 16959 "request": "launch", 16960 "mode": "test", 16961 "program": "./cmd/bisync", 16962 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 16963 }, 16964 { 16965 "name": "Test TestDropbox: test_resolve RemoteRemote", 16966 "type": "go", 16967 "request": "launch", 16968 "mode": "test", 16969 "program": "./cmd/bisync", 16970 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_resolve", "-no-cleanup"] 16971 }, 16972 { 16973 "name": "Test TestDropbox: test_resync LocalRemote", 16974 "type": "go", 16975 "request": "launch", 16976 "mode": "test", 16977 "program": "./cmd/bisync", 16978 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_resync", "-no-cleanup"] 16979 }, 16980 { 16981 "name": "Test TestDropbox: test_resync RemoteLocal", 16982 "type": "go", 16983 "request": "launch", 16984 "mode": "test", 16985 "program": "./cmd/bisync", 16986 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 16987 }, 16988 { 16989 "name": "Test TestDropbox: test_resync RemoteRemote", 16990 "type": "go", 16991 "request": "launch", 16992 "mode": "test", 16993 "program": "./cmd/bisync", 16994 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_resync", "-no-cleanup"] 16995 }, 16996 { 16997 "name": "Test TestDropbox: test_resync_modes LocalRemote", 16998 "type": "go", 16999 "request": "launch", 17000 "mode": "test", 17001 "program": "./cmd/bisync", 17002 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_resync_modes", "-no-cleanup"] 17003 }, 17004 { 17005 "name": "Test TestDropbox: test_resync_modes RemoteLocal", 17006 "type": "go", 17007 "request": "launch", 17008 "mode": "test", 17009 "program": "./cmd/bisync", 17010 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 17011 }, 17012 { 17013 "name": "Test TestDropbox: test_resync_modes RemoteRemote", 17014 "type": "go", 17015 "request": "launch", 17016 "mode": "test", 17017 "program": "./cmd/bisync", 17018 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_resync_modes", "-no-cleanup"] 17019 }, 17020 { 17021 "name": "Test TestDropbox: test_rmdirs LocalRemote", 17022 "type": "go", 17023 "request": "launch", 17024 "mode": "test", 17025 "program": "./cmd/bisync", 17026 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_rmdirs", "-no-cleanup"] 17027 }, 17028 { 17029 "name": "Test TestDropbox: test_rmdirs RemoteLocal", 17030 "type": "go", 17031 "request": "launch", 17032 "mode": "test", 17033 "program": "./cmd/bisync", 17034 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 17035 }, 17036 { 17037 "name": "Test TestDropbox: test_rmdirs RemoteRemote", 17038 "type": "go", 17039 "request": "launch", 17040 "mode": "test", 17041 "program": "./cmd/bisync", 17042 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_rmdirs", "-no-cleanup"] 17043 }, 17044 { 17045 "name": "Test TestDropbox: test_volatile LocalRemote", 17046 "type": "go", 17047 "request": "launch", 17048 "mode": "test", 17049 "program": "./cmd/bisync", 17050 "args": ["-remote", "local", "-remote2", "TestDropbox:", "-case", "test_volatile", "-no-cleanup"] 17051 }, 17052 { 17053 "name": "Test TestDropbox: test_volatile RemoteLocal", 17054 "type": "go", 17055 "request": "launch", 17056 "mode": "test", 17057 "program": "./cmd/bisync", 17058 "args": ["-remote", "TestDropbox:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 17059 }, 17060 { 17061 "name": "Test TestDropbox: test_volatile RemoteRemote", 17062 "type": "go", 17063 "request": "launch", 17064 "mode": "test", 17065 "program": "./cmd/bisync", 17066 "args": ["-remote", "TestDropbox:", "-remote2", "TestDropbox:", "-case", "test_volatile", "-no-cleanup"] 17067 }, 17068 { 17069 "name": "Test TestGoogleCloudStorage: test_all_changed LocalRemote", 17070 "type": "go", 17071 "request": "launch", 17072 "mode": "test", 17073 "program": "./cmd/bisync", 17074 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_all_changed", "-no-cleanup"] 17075 }, 17076 { 17077 "name": "Test TestGoogleCloudStorage: test_all_changed RemoteLocal", 17078 "type": "go", 17079 "request": "launch", 17080 "mode": "test", 17081 "program": "./cmd/bisync", 17082 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 17083 }, 17084 { 17085 "name": "Test TestGoogleCloudStorage: test_all_changed RemoteRemote", 17086 "type": "go", 17087 "request": "launch", 17088 "mode": "test", 17089 "program": "./cmd/bisync", 17090 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_all_changed", "-no-cleanup"] 17091 }, 17092 { 17093 "name": "Test TestGoogleCloudStorage: test_backupdir LocalRemote", 17094 "type": "go", 17095 "request": "launch", 17096 "mode": "test", 17097 "program": "./cmd/bisync", 17098 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_backupdir", "-no-cleanup"] 17099 }, 17100 { 17101 "name": "Test TestGoogleCloudStorage: test_backupdir RemoteLocal", 17102 "type": "go", 17103 "request": "launch", 17104 "mode": "test", 17105 "program": "./cmd/bisync", 17106 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 17107 }, 17108 { 17109 "name": "Test TestGoogleCloudStorage: test_backupdir RemoteRemote", 17110 "type": "go", 17111 "request": "launch", 17112 "mode": "test", 17113 "program": "./cmd/bisync", 17114 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_backupdir", "-no-cleanup"] 17115 }, 17116 { 17117 "name": "Test TestGoogleCloudStorage: test_basic LocalRemote", 17118 "type": "go", 17119 "request": "launch", 17120 "mode": "test", 17121 "program": "./cmd/bisync", 17122 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_basic", "-no-cleanup"] 17123 }, 17124 { 17125 "name": "Test TestGoogleCloudStorage: test_basic RemoteLocal", 17126 "type": "go", 17127 "request": "launch", 17128 "mode": "test", 17129 "program": "./cmd/bisync", 17130 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 17131 }, 17132 { 17133 "name": "Test TestGoogleCloudStorage: test_basic RemoteRemote", 17134 "type": "go", 17135 "request": "launch", 17136 "mode": "test", 17137 "program": "./cmd/bisync", 17138 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_basic", "-no-cleanup"] 17139 }, 17140 { 17141 "name": "Test TestGoogleCloudStorage: test_changes LocalRemote", 17142 "type": "go", 17143 "request": "launch", 17144 "mode": "test", 17145 "program": "./cmd/bisync", 17146 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_changes", "-no-cleanup"] 17147 }, 17148 { 17149 "name": "Test TestGoogleCloudStorage: test_changes RemoteLocal", 17150 "type": "go", 17151 "request": "launch", 17152 "mode": "test", 17153 "program": "./cmd/bisync", 17154 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 17155 }, 17156 { 17157 "name": "Test TestGoogleCloudStorage: test_changes RemoteRemote", 17158 "type": "go", 17159 "request": "launch", 17160 "mode": "test", 17161 "program": "./cmd/bisync", 17162 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_changes", "-no-cleanup"] 17163 }, 17164 { 17165 "name": "Test TestGoogleCloudStorage: test_check_access LocalRemote", 17166 "type": "go", 17167 "request": "launch", 17168 "mode": "test", 17169 "program": "./cmd/bisync", 17170 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_check_access", "-no-cleanup"] 17171 }, 17172 { 17173 "name": "Test TestGoogleCloudStorage: test_check_access RemoteLocal", 17174 "type": "go", 17175 "request": "launch", 17176 "mode": "test", 17177 "program": "./cmd/bisync", 17178 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 17179 }, 17180 { 17181 "name": "Test TestGoogleCloudStorage: test_check_access RemoteRemote", 17182 "type": "go", 17183 "request": "launch", 17184 "mode": "test", 17185 "program": "./cmd/bisync", 17186 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_check_access", "-no-cleanup"] 17187 }, 17188 { 17189 "name": "Test TestGoogleCloudStorage: test_check_access_filters LocalRemote", 17190 "type": "go", 17191 "request": "launch", 17192 "mode": "test", 17193 "program": "./cmd/bisync", 17194 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_check_access_filters", "-no-cleanup"] 17195 }, 17196 { 17197 "name": "Test TestGoogleCloudStorage: test_check_access_filters RemoteLocal", 17198 "type": "go", 17199 "request": "launch", 17200 "mode": "test", 17201 "program": "./cmd/bisync", 17202 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 17203 }, 17204 { 17205 "name": "Test TestGoogleCloudStorage: test_check_access_filters RemoteRemote", 17206 "type": "go", 17207 "request": "launch", 17208 "mode": "test", 17209 "program": "./cmd/bisync", 17210 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_check_access_filters", "-no-cleanup"] 17211 }, 17212 { 17213 "name": "Test TestGoogleCloudStorage: test_check_filename LocalRemote", 17214 "type": "go", 17215 "request": "launch", 17216 "mode": "test", 17217 "program": "./cmd/bisync", 17218 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_check_filename", "-no-cleanup"] 17219 }, 17220 { 17221 "name": "Test TestGoogleCloudStorage: test_check_filename RemoteLocal", 17222 "type": "go", 17223 "request": "launch", 17224 "mode": "test", 17225 "program": "./cmd/bisync", 17226 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 17227 }, 17228 { 17229 "name": "Test TestGoogleCloudStorage: test_check_filename RemoteRemote", 17230 "type": "go", 17231 "request": "launch", 17232 "mode": "test", 17233 "program": "./cmd/bisync", 17234 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_check_filename", "-no-cleanup"] 17235 }, 17236 { 17237 "name": "Test TestGoogleCloudStorage: test_check_sync LocalRemote", 17238 "type": "go", 17239 "request": "launch", 17240 "mode": "test", 17241 "program": "./cmd/bisync", 17242 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_check_sync", "-no-cleanup"] 17243 }, 17244 { 17245 "name": "Test TestGoogleCloudStorage: test_check_sync RemoteLocal", 17246 "type": "go", 17247 "request": "launch", 17248 "mode": "test", 17249 "program": "./cmd/bisync", 17250 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 17251 }, 17252 { 17253 "name": "Test TestGoogleCloudStorage: test_check_sync RemoteRemote", 17254 "type": "go", 17255 "request": "launch", 17256 "mode": "test", 17257 "program": "./cmd/bisync", 17258 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_check_sync", "-no-cleanup"] 17259 }, 17260 { 17261 "name": "Test TestGoogleCloudStorage: test_compare_all LocalRemote", 17262 "type": "go", 17263 "request": "launch", 17264 "mode": "test", 17265 "program": "./cmd/bisync", 17266 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_compare_all", "-no-cleanup"] 17267 }, 17268 { 17269 "name": "Test TestGoogleCloudStorage: test_compare_all RemoteLocal", 17270 "type": "go", 17271 "request": "launch", 17272 "mode": "test", 17273 "program": "./cmd/bisync", 17274 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 17275 }, 17276 { 17277 "name": "Test TestGoogleCloudStorage: test_compare_all RemoteRemote", 17278 "type": "go", 17279 "request": "launch", 17280 "mode": "test", 17281 "program": "./cmd/bisync", 17282 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_compare_all", "-no-cleanup"] 17283 }, 17284 { 17285 "name": "Test TestGoogleCloudStorage: test_createemptysrcdirs LocalRemote", 17286 "type": "go", 17287 "request": "launch", 17288 "mode": "test", 17289 "program": "./cmd/bisync", 17290 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 17291 }, 17292 { 17293 "name": "Test TestGoogleCloudStorage: test_createemptysrcdirs RemoteLocal", 17294 "type": "go", 17295 "request": "launch", 17296 "mode": "test", 17297 "program": "./cmd/bisync", 17298 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 17299 }, 17300 { 17301 "name": "Test TestGoogleCloudStorage: test_createemptysrcdirs RemoteRemote", 17302 "type": "go", 17303 "request": "launch", 17304 "mode": "test", 17305 "program": "./cmd/bisync", 17306 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 17307 }, 17308 { 17309 "name": "Test TestGoogleCloudStorage: test_dry_run LocalRemote", 17310 "type": "go", 17311 "request": "launch", 17312 "mode": "test", 17313 "program": "./cmd/bisync", 17314 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_dry_run", "-no-cleanup"] 17315 }, 17316 { 17317 "name": "Test TestGoogleCloudStorage: test_dry_run RemoteLocal", 17318 "type": "go", 17319 "request": "launch", 17320 "mode": "test", 17321 "program": "./cmd/bisync", 17322 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 17323 }, 17324 { 17325 "name": "Test TestGoogleCloudStorage: test_dry_run RemoteRemote", 17326 "type": "go", 17327 "request": "launch", 17328 "mode": "test", 17329 "program": "./cmd/bisync", 17330 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_dry_run", "-no-cleanup"] 17331 }, 17332 { 17333 "name": "Test TestGoogleCloudStorage: test_equal LocalRemote", 17334 "type": "go", 17335 "request": "launch", 17336 "mode": "test", 17337 "program": "./cmd/bisync", 17338 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_equal", "-no-cleanup"] 17339 }, 17340 { 17341 "name": "Test TestGoogleCloudStorage: test_equal RemoteLocal", 17342 "type": "go", 17343 "request": "launch", 17344 "mode": "test", 17345 "program": "./cmd/bisync", 17346 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 17347 }, 17348 { 17349 "name": "Test TestGoogleCloudStorage: test_equal RemoteRemote", 17350 "type": "go", 17351 "request": "launch", 17352 "mode": "test", 17353 "program": "./cmd/bisync", 17354 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_equal", "-no-cleanup"] 17355 }, 17356 { 17357 "name": "Test TestGoogleCloudStorage: test_ext_paths LocalRemote", 17358 "type": "go", 17359 "request": "launch", 17360 "mode": "test", 17361 "program": "./cmd/bisync", 17362 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_ext_paths", "-no-cleanup"] 17363 }, 17364 { 17365 "name": "Test TestGoogleCloudStorage: test_ext_paths RemoteLocal", 17366 "type": "go", 17367 "request": "launch", 17368 "mode": "test", 17369 "program": "./cmd/bisync", 17370 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 17371 }, 17372 { 17373 "name": "Test TestGoogleCloudStorage: test_ext_paths RemoteRemote", 17374 "type": "go", 17375 "request": "launch", 17376 "mode": "test", 17377 "program": "./cmd/bisync", 17378 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_ext_paths", "-no-cleanup"] 17379 }, 17380 { 17381 "name": "Test TestGoogleCloudStorage: test_extended_filenames LocalRemote", 17382 "type": "go", 17383 "request": "launch", 17384 "mode": "test", 17385 "program": "./cmd/bisync", 17386 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_extended_filenames", "-no-cleanup"] 17387 }, 17388 { 17389 "name": "Test TestGoogleCloudStorage: test_extended_filenames RemoteLocal", 17390 "type": "go", 17391 "request": "launch", 17392 "mode": "test", 17393 "program": "./cmd/bisync", 17394 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 17395 }, 17396 { 17397 "name": "Test TestGoogleCloudStorage: test_extended_filenames RemoteRemote", 17398 "type": "go", 17399 "request": "launch", 17400 "mode": "test", 17401 "program": "./cmd/bisync", 17402 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_extended_filenames", "-no-cleanup"] 17403 }, 17404 { 17405 "name": "Test TestGoogleCloudStorage: test_filters LocalRemote", 17406 "type": "go", 17407 "request": "launch", 17408 "mode": "test", 17409 "program": "./cmd/bisync", 17410 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_filters", "-no-cleanup"] 17411 }, 17412 { 17413 "name": "Test TestGoogleCloudStorage: test_filters RemoteLocal", 17414 "type": "go", 17415 "request": "launch", 17416 "mode": "test", 17417 "program": "./cmd/bisync", 17418 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 17419 }, 17420 { 17421 "name": "Test TestGoogleCloudStorage: test_filters RemoteRemote", 17422 "type": "go", 17423 "request": "launch", 17424 "mode": "test", 17425 "program": "./cmd/bisync", 17426 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_filters", "-no-cleanup"] 17427 }, 17428 { 17429 "name": "Test TestGoogleCloudStorage: test_filtersfile_checks LocalRemote", 17430 "type": "go", 17431 "request": "launch", 17432 "mode": "test", 17433 "program": "./cmd/bisync", 17434 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_filtersfile_checks", "-no-cleanup"] 17435 }, 17436 { 17437 "name": "Test TestGoogleCloudStorage: test_filtersfile_checks RemoteLocal", 17438 "type": "go", 17439 "request": "launch", 17440 "mode": "test", 17441 "program": "./cmd/bisync", 17442 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 17443 }, 17444 { 17445 "name": "Test TestGoogleCloudStorage: test_filtersfile_checks RemoteRemote", 17446 "type": "go", 17447 "request": "launch", 17448 "mode": "test", 17449 "program": "./cmd/bisync", 17450 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_filtersfile_checks", "-no-cleanup"] 17451 }, 17452 { 17453 "name": "Test TestGoogleCloudStorage: test_ignorelistingchecksum LocalRemote", 17454 "type": "go", 17455 "request": "launch", 17456 "mode": "test", 17457 "program": "./cmd/bisync", 17458 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 17459 }, 17460 { 17461 "name": "Test TestGoogleCloudStorage: test_ignorelistingchecksum RemoteLocal", 17462 "type": "go", 17463 "request": "launch", 17464 "mode": "test", 17465 "program": "./cmd/bisync", 17466 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 17467 }, 17468 { 17469 "name": "Test TestGoogleCloudStorage: test_ignorelistingchecksum RemoteRemote", 17470 "type": "go", 17471 "request": "launch", 17472 "mode": "test", 17473 "program": "./cmd/bisync", 17474 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 17475 }, 17476 { 17477 "name": "Test TestGoogleCloudStorage: test_max_delete_path1 LocalRemote", 17478 "type": "go", 17479 "request": "launch", 17480 "mode": "test", 17481 "program": "./cmd/bisync", 17482 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_max_delete_path1", "-no-cleanup"] 17483 }, 17484 { 17485 "name": "Test TestGoogleCloudStorage: test_max_delete_path1 RemoteLocal", 17486 "type": "go", 17487 "request": "launch", 17488 "mode": "test", 17489 "program": "./cmd/bisync", 17490 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 17491 }, 17492 { 17493 "name": "Test TestGoogleCloudStorage: test_max_delete_path1 RemoteRemote", 17494 "type": "go", 17495 "request": "launch", 17496 "mode": "test", 17497 "program": "./cmd/bisync", 17498 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_max_delete_path1", "-no-cleanup"] 17499 }, 17500 { 17501 "name": "Test TestGoogleCloudStorage: test_max_delete_path2_force LocalRemote", 17502 "type": "go", 17503 "request": "launch", 17504 "mode": "test", 17505 "program": "./cmd/bisync", 17506 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 17507 }, 17508 { 17509 "name": "Test TestGoogleCloudStorage: test_max_delete_path2_force RemoteLocal", 17510 "type": "go", 17511 "request": "launch", 17512 "mode": "test", 17513 "program": "./cmd/bisync", 17514 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 17515 }, 17516 { 17517 "name": "Test TestGoogleCloudStorage: test_max_delete_path2_force RemoteRemote", 17518 "type": "go", 17519 "request": "launch", 17520 "mode": "test", 17521 "program": "./cmd/bisync", 17522 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 17523 }, 17524 { 17525 "name": "Test TestGoogleCloudStorage: test_nomodtime LocalRemote", 17526 "type": "go", 17527 "request": "launch", 17528 "mode": "test", 17529 "program": "./cmd/bisync", 17530 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_nomodtime", "-no-cleanup"] 17531 }, 17532 { 17533 "name": "Test TestGoogleCloudStorage: test_nomodtime RemoteLocal", 17534 "type": "go", 17535 "request": "launch", 17536 "mode": "test", 17537 "program": "./cmd/bisync", 17538 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 17539 }, 17540 { 17541 "name": "Test TestGoogleCloudStorage: test_nomodtime RemoteRemote", 17542 "type": "go", 17543 "request": "launch", 17544 "mode": "test", 17545 "program": "./cmd/bisync", 17546 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_nomodtime", "-no-cleanup"] 17547 }, 17548 { 17549 "name": "Test TestGoogleCloudStorage: test_normalization LocalRemote", 17550 "type": "go", 17551 "request": "launch", 17552 "mode": "test", 17553 "program": "./cmd/bisync", 17554 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_normalization", "-no-cleanup"] 17555 }, 17556 { 17557 "name": "Test TestGoogleCloudStorage: test_normalization RemoteLocal", 17558 "type": "go", 17559 "request": "launch", 17560 "mode": "test", 17561 "program": "./cmd/bisync", 17562 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 17563 }, 17564 { 17565 "name": "Test TestGoogleCloudStorage: test_normalization RemoteRemote", 17566 "type": "go", 17567 "request": "launch", 17568 "mode": "test", 17569 "program": "./cmd/bisync", 17570 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_normalization", "-no-cleanup"] 17571 }, 17572 { 17573 "name": "Test TestGoogleCloudStorage: test_rclone_args LocalRemote", 17574 "type": "go", 17575 "request": "launch", 17576 "mode": "test", 17577 "program": "./cmd/bisync", 17578 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_rclone_args", "-no-cleanup"] 17579 }, 17580 { 17581 "name": "Test TestGoogleCloudStorage: test_rclone_args RemoteLocal", 17582 "type": "go", 17583 "request": "launch", 17584 "mode": "test", 17585 "program": "./cmd/bisync", 17586 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 17587 }, 17588 { 17589 "name": "Test TestGoogleCloudStorage: test_rclone_args RemoteRemote", 17590 "type": "go", 17591 "request": "launch", 17592 "mode": "test", 17593 "program": "./cmd/bisync", 17594 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_rclone_args", "-no-cleanup"] 17595 }, 17596 { 17597 "name": "Test TestGoogleCloudStorage: test_resolve LocalRemote", 17598 "type": "go", 17599 "request": "launch", 17600 "mode": "test", 17601 "program": "./cmd/bisync", 17602 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_resolve", "-no-cleanup"] 17603 }, 17604 { 17605 "name": "Test TestGoogleCloudStorage: test_resolve RemoteLocal", 17606 "type": "go", 17607 "request": "launch", 17608 "mode": "test", 17609 "program": "./cmd/bisync", 17610 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 17611 }, 17612 { 17613 "name": "Test TestGoogleCloudStorage: test_resolve RemoteRemote", 17614 "type": "go", 17615 "request": "launch", 17616 "mode": "test", 17617 "program": "./cmd/bisync", 17618 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_resolve", "-no-cleanup"] 17619 }, 17620 { 17621 "name": "Test TestGoogleCloudStorage: test_resync LocalRemote", 17622 "type": "go", 17623 "request": "launch", 17624 "mode": "test", 17625 "program": "./cmd/bisync", 17626 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_resync", "-no-cleanup"] 17627 }, 17628 { 17629 "name": "Test TestGoogleCloudStorage: test_resync RemoteLocal", 17630 "type": "go", 17631 "request": "launch", 17632 "mode": "test", 17633 "program": "./cmd/bisync", 17634 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 17635 }, 17636 { 17637 "name": "Test TestGoogleCloudStorage: test_resync RemoteRemote", 17638 "type": "go", 17639 "request": "launch", 17640 "mode": "test", 17641 "program": "./cmd/bisync", 17642 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_resync", "-no-cleanup"] 17643 }, 17644 { 17645 "name": "Test TestGoogleCloudStorage: test_resync_modes LocalRemote", 17646 "type": "go", 17647 "request": "launch", 17648 "mode": "test", 17649 "program": "./cmd/bisync", 17650 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_resync_modes", "-no-cleanup"] 17651 }, 17652 { 17653 "name": "Test TestGoogleCloudStorage: test_resync_modes RemoteLocal", 17654 "type": "go", 17655 "request": "launch", 17656 "mode": "test", 17657 "program": "./cmd/bisync", 17658 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 17659 }, 17660 { 17661 "name": "Test TestGoogleCloudStorage: test_resync_modes RemoteRemote", 17662 "type": "go", 17663 "request": "launch", 17664 "mode": "test", 17665 "program": "./cmd/bisync", 17666 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_resync_modes", "-no-cleanup"] 17667 }, 17668 { 17669 "name": "Test TestGoogleCloudStorage: test_rmdirs LocalRemote", 17670 "type": "go", 17671 "request": "launch", 17672 "mode": "test", 17673 "program": "./cmd/bisync", 17674 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_rmdirs", "-no-cleanup"] 17675 }, 17676 { 17677 "name": "Test TestGoogleCloudStorage: test_rmdirs RemoteLocal", 17678 "type": "go", 17679 "request": "launch", 17680 "mode": "test", 17681 "program": "./cmd/bisync", 17682 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 17683 }, 17684 { 17685 "name": "Test TestGoogleCloudStorage: test_rmdirs RemoteRemote", 17686 "type": "go", 17687 "request": "launch", 17688 "mode": "test", 17689 "program": "./cmd/bisync", 17690 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_rmdirs", "-no-cleanup"] 17691 }, 17692 { 17693 "name": "Test TestGoogleCloudStorage: test_volatile LocalRemote", 17694 "type": "go", 17695 "request": "launch", 17696 "mode": "test", 17697 "program": "./cmd/bisync", 17698 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage:", "-case", "test_volatile", "-no-cleanup"] 17699 }, 17700 { 17701 "name": "Test TestGoogleCloudStorage: test_volatile RemoteLocal", 17702 "type": "go", 17703 "request": "launch", 17704 "mode": "test", 17705 "program": "./cmd/bisync", 17706 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 17707 }, 17708 { 17709 "name": "Test TestGoogleCloudStorage: test_volatile RemoteRemote", 17710 "type": "go", 17711 "request": "launch", 17712 "mode": "test", 17713 "program": "./cmd/bisync", 17714 "args": ["-remote", "TestGoogleCloudStorage:", "-remote2", "TestGoogleCloudStorage:", "-case", "test_volatile", "-no-cleanup"] 17715 }, 17716 { 17717 "name": "Test TestGoogleCloudStorage,directory_markers: test_all_changed LocalRemote", 17718 "type": "go", 17719 "request": "launch", 17720 "mode": "test", 17721 "program": "./cmd/bisync", 17722 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_all_changed", "-no-cleanup"] 17723 }, 17724 { 17725 "name": "Test TestGoogleCloudStorage,directory_markers: test_all_changed RemoteLocal", 17726 "type": "go", 17727 "request": "launch", 17728 "mode": "test", 17729 "program": "./cmd/bisync", 17730 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 17731 }, 17732 { 17733 "name": "Test TestGoogleCloudStorage,directory_markers: test_all_changed RemoteRemote", 17734 "type": "go", 17735 "request": "launch", 17736 "mode": "test", 17737 "program": "./cmd/bisync", 17738 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_all_changed", "-no-cleanup"] 17739 }, 17740 { 17741 "name": "Test TestGoogleCloudStorage,directory_markers: test_backupdir LocalRemote", 17742 "type": "go", 17743 "request": "launch", 17744 "mode": "test", 17745 "program": "./cmd/bisync", 17746 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_backupdir", "-no-cleanup"] 17747 }, 17748 { 17749 "name": "Test TestGoogleCloudStorage,directory_markers: test_backupdir RemoteLocal", 17750 "type": "go", 17751 "request": "launch", 17752 "mode": "test", 17753 "program": "./cmd/bisync", 17754 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 17755 }, 17756 { 17757 "name": "Test TestGoogleCloudStorage,directory_markers: test_backupdir RemoteRemote", 17758 "type": "go", 17759 "request": "launch", 17760 "mode": "test", 17761 "program": "./cmd/bisync", 17762 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_backupdir", "-no-cleanup"] 17763 }, 17764 { 17765 "name": "Test TestGoogleCloudStorage,directory_markers: test_basic LocalRemote", 17766 "type": "go", 17767 "request": "launch", 17768 "mode": "test", 17769 "program": "./cmd/bisync", 17770 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_basic", "-no-cleanup"] 17771 }, 17772 { 17773 "name": "Test TestGoogleCloudStorage,directory_markers: test_basic RemoteLocal", 17774 "type": "go", 17775 "request": "launch", 17776 "mode": "test", 17777 "program": "./cmd/bisync", 17778 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 17779 }, 17780 { 17781 "name": "Test TestGoogleCloudStorage,directory_markers: test_basic RemoteRemote", 17782 "type": "go", 17783 "request": "launch", 17784 "mode": "test", 17785 "program": "./cmd/bisync", 17786 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_basic", "-no-cleanup"] 17787 }, 17788 { 17789 "name": "Test TestGoogleCloudStorage,directory_markers: test_changes LocalRemote", 17790 "type": "go", 17791 "request": "launch", 17792 "mode": "test", 17793 "program": "./cmd/bisync", 17794 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_changes", "-no-cleanup"] 17795 }, 17796 { 17797 "name": "Test TestGoogleCloudStorage,directory_markers: test_changes RemoteLocal", 17798 "type": "go", 17799 "request": "launch", 17800 "mode": "test", 17801 "program": "./cmd/bisync", 17802 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 17803 }, 17804 { 17805 "name": "Test TestGoogleCloudStorage,directory_markers: test_changes RemoteRemote", 17806 "type": "go", 17807 "request": "launch", 17808 "mode": "test", 17809 "program": "./cmd/bisync", 17810 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_changes", "-no-cleanup"] 17811 }, 17812 { 17813 "name": "Test TestGoogleCloudStorage,directory_markers: test_check_access LocalRemote", 17814 "type": "go", 17815 "request": "launch", 17816 "mode": "test", 17817 "program": "./cmd/bisync", 17818 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_check_access", "-no-cleanup"] 17819 }, 17820 { 17821 "name": "Test TestGoogleCloudStorage,directory_markers: test_check_access RemoteLocal", 17822 "type": "go", 17823 "request": "launch", 17824 "mode": "test", 17825 "program": "./cmd/bisync", 17826 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 17827 }, 17828 { 17829 "name": "Test TestGoogleCloudStorage,directory_markers: test_check_access RemoteRemote", 17830 "type": "go", 17831 "request": "launch", 17832 "mode": "test", 17833 "program": "./cmd/bisync", 17834 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_check_access", "-no-cleanup"] 17835 }, 17836 { 17837 "name": "Test TestGoogleCloudStorage,directory_markers: test_check_access_filters LocalRemote", 17838 "type": "go", 17839 "request": "launch", 17840 "mode": "test", 17841 "program": "./cmd/bisync", 17842 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_check_access_filters", "-no-cleanup"] 17843 }, 17844 { 17845 "name": "Test TestGoogleCloudStorage,directory_markers: test_check_access_filters RemoteLocal", 17846 "type": "go", 17847 "request": "launch", 17848 "mode": "test", 17849 "program": "./cmd/bisync", 17850 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 17851 }, 17852 { 17853 "name": "Test TestGoogleCloudStorage,directory_markers: test_check_access_filters RemoteRemote", 17854 "type": "go", 17855 "request": "launch", 17856 "mode": "test", 17857 "program": "./cmd/bisync", 17858 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_check_access_filters", "-no-cleanup"] 17859 }, 17860 { 17861 "name": "Test TestGoogleCloudStorage,directory_markers: test_check_filename LocalRemote", 17862 "type": "go", 17863 "request": "launch", 17864 "mode": "test", 17865 "program": "./cmd/bisync", 17866 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_check_filename", "-no-cleanup"] 17867 }, 17868 { 17869 "name": "Test TestGoogleCloudStorage,directory_markers: test_check_filename RemoteLocal", 17870 "type": "go", 17871 "request": "launch", 17872 "mode": "test", 17873 "program": "./cmd/bisync", 17874 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 17875 }, 17876 { 17877 "name": "Test TestGoogleCloudStorage,directory_markers: test_check_filename RemoteRemote", 17878 "type": "go", 17879 "request": "launch", 17880 "mode": "test", 17881 "program": "./cmd/bisync", 17882 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_check_filename", "-no-cleanup"] 17883 }, 17884 { 17885 "name": "Test TestGoogleCloudStorage,directory_markers: test_check_sync LocalRemote", 17886 "type": "go", 17887 "request": "launch", 17888 "mode": "test", 17889 "program": "./cmd/bisync", 17890 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_check_sync", "-no-cleanup"] 17891 }, 17892 { 17893 "name": "Test TestGoogleCloudStorage,directory_markers: test_check_sync RemoteLocal", 17894 "type": "go", 17895 "request": "launch", 17896 "mode": "test", 17897 "program": "./cmd/bisync", 17898 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 17899 }, 17900 { 17901 "name": "Test TestGoogleCloudStorage,directory_markers: test_check_sync RemoteRemote", 17902 "type": "go", 17903 "request": "launch", 17904 "mode": "test", 17905 "program": "./cmd/bisync", 17906 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_check_sync", "-no-cleanup"] 17907 }, 17908 { 17909 "name": "Test TestGoogleCloudStorage,directory_markers: test_compare_all LocalRemote", 17910 "type": "go", 17911 "request": "launch", 17912 "mode": "test", 17913 "program": "./cmd/bisync", 17914 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_compare_all", "-no-cleanup"] 17915 }, 17916 { 17917 "name": "Test TestGoogleCloudStorage,directory_markers: test_compare_all RemoteLocal", 17918 "type": "go", 17919 "request": "launch", 17920 "mode": "test", 17921 "program": "./cmd/bisync", 17922 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 17923 }, 17924 { 17925 "name": "Test TestGoogleCloudStorage,directory_markers: test_compare_all RemoteRemote", 17926 "type": "go", 17927 "request": "launch", 17928 "mode": "test", 17929 "program": "./cmd/bisync", 17930 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_compare_all", "-no-cleanup"] 17931 }, 17932 { 17933 "name": "Test TestGoogleCloudStorage,directory_markers: test_createemptysrcdirs LocalRemote", 17934 "type": "go", 17935 "request": "launch", 17936 "mode": "test", 17937 "program": "./cmd/bisync", 17938 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 17939 }, 17940 { 17941 "name": "Test TestGoogleCloudStorage,directory_markers: test_createemptysrcdirs RemoteLocal", 17942 "type": "go", 17943 "request": "launch", 17944 "mode": "test", 17945 "program": "./cmd/bisync", 17946 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 17947 }, 17948 { 17949 "name": "Test TestGoogleCloudStorage,directory_markers: test_createemptysrcdirs RemoteRemote", 17950 "type": "go", 17951 "request": "launch", 17952 "mode": "test", 17953 "program": "./cmd/bisync", 17954 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 17955 }, 17956 { 17957 "name": "Test TestGoogleCloudStorage,directory_markers: test_dry_run LocalRemote", 17958 "type": "go", 17959 "request": "launch", 17960 "mode": "test", 17961 "program": "./cmd/bisync", 17962 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_dry_run", "-no-cleanup"] 17963 }, 17964 { 17965 "name": "Test TestGoogleCloudStorage,directory_markers: test_dry_run RemoteLocal", 17966 "type": "go", 17967 "request": "launch", 17968 "mode": "test", 17969 "program": "./cmd/bisync", 17970 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 17971 }, 17972 { 17973 "name": "Test TestGoogleCloudStorage,directory_markers: test_dry_run RemoteRemote", 17974 "type": "go", 17975 "request": "launch", 17976 "mode": "test", 17977 "program": "./cmd/bisync", 17978 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_dry_run", "-no-cleanup"] 17979 }, 17980 { 17981 "name": "Test TestGoogleCloudStorage,directory_markers: test_equal LocalRemote", 17982 "type": "go", 17983 "request": "launch", 17984 "mode": "test", 17985 "program": "./cmd/bisync", 17986 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_equal", "-no-cleanup"] 17987 }, 17988 { 17989 "name": "Test TestGoogleCloudStorage,directory_markers: test_equal RemoteLocal", 17990 "type": "go", 17991 "request": "launch", 17992 "mode": "test", 17993 "program": "./cmd/bisync", 17994 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 17995 }, 17996 { 17997 "name": "Test TestGoogleCloudStorage,directory_markers: test_equal RemoteRemote", 17998 "type": "go", 17999 "request": "launch", 18000 "mode": "test", 18001 "program": "./cmd/bisync", 18002 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_equal", "-no-cleanup"] 18003 }, 18004 { 18005 "name": "Test TestGoogleCloudStorage,directory_markers: test_ext_paths LocalRemote", 18006 "type": "go", 18007 "request": "launch", 18008 "mode": "test", 18009 "program": "./cmd/bisync", 18010 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_ext_paths", "-no-cleanup"] 18011 }, 18012 { 18013 "name": "Test TestGoogleCloudStorage,directory_markers: test_ext_paths RemoteLocal", 18014 "type": "go", 18015 "request": "launch", 18016 "mode": "test", 18017 "program": "./cmd/bisync", 18018 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 18019 }, 18020 { 18021 "name": "Test TestGoogleCloudStorage,directory_markers: test_ext_paths RemoteRemote", 18022 "type": "go", 18023 "request": "launch", 18024 "mode": "test", 18025 "program": "./cmd/bisync", 18026 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_ext_paths", "-no-cleanup"] 18027 }, 18028 { 18029 "name": "Test TestGoogleCloudStorage,directory_markers: test_extended_filenames LocalRemote", 18030 "type": "go", 18031 "request": "launch", 18032 "mode": "test", 18033 "program": "./cmd/bisync", 18034 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_extended_filenames", "-no-cleanup"] 18035 }, 18036 { 18037 "name": "Test TestGoogleCloudStorage,directory_markers: test_extended_filenames RemoteLocal", 18038 "type": "go", 18039 "request": "launch", 18040 "mode": "test", 18041 "program": "./cmd/bisync", 18042 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 18043 }, 18044 { 18045 "name": "Test TestGoogleCloudStorage,directory_markers: test_extended_filenames RemoteRemote", 18046 "type": "go", 18047 "request": "launch", 18048 "mode": "test", 18049 "program": "./cmd/bisync", 18050 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_extended_filenames", "-no-cleanup"] 18051 }, 18052 { 18053 "name": "Test TestGoogleCloudStorage,directory_markers: test_filters LocalRemote", 18054 "type": "go", 18055 "request": "launch", 18056 "mode": "test", 18057 "program": "./cmd/bisync", 18058 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_filters", "-no-cleanup"] 18059 }, 18060 { 18061 "name": "Test TestGoogleCloudStorage,directory_markers: test_filters RemoteLocal", 18062 "type": "go", 18063 "request": "launch", 18064 "mode": "test", 18065 "program": "./cmd/bisync", 18066 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 18067 }, 18068 { 18069 "name": "Test TestGoogleCloudStorage,directory_markers: test_filters RemoteRemote", 18070 "type": "go", 18071 "request": "launch", 18072 "mode": "test", 18073 "program": "./cmd/bisync", 18074 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_filters", "-no-cleanup"] 18075 }, 18076 { 18077 "name": "Test TestGoogleCloudStorage,directory_markers: test_filtersfile_checks LocalRemote", 18078 "type": "go", 18079 "request": "launch", 18080 "mode": "test", 18081 "program": "./cmd/bisync", 18082 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_filtersfile_checks", "-no-cleanup"] 18083 }, 18084 { 18085 "name": "Test TestGoogleCloudStorage,directory_markers: test_filtersfile_checks RemoteLocal", 18086 "type": "go", 18087 "request": "launch", 18088 "mode": "test", 18089 "program": "./cmd/bisync", 18090 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 18091 }, 18092 { 18093 "name": "Test TestGoogleCloudStorage,directory_markers: test_filtersfile_checks RemoteRemote", 18094 "type": "go", 18095 "request": "launch", 18096 "mode": "test", 18097 "program": "./cmd/bisync", 18098 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_filtersfile_checks", "-no-cleanup"] 18099 }, 18100 { 18101 "name": "Test TestGoogleCloudStorage,directory_markers: test_ignorelistingchecksum LocalRemote", 18102 "type": "go", 18103 "request": "launch", 18104 "mode": "test", 18105 "program": "./cmd/bisync", 18106 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 18107 }, 18108 { 18109 "name": "Test TestGoogleCloudStorage,directory_markers: test_ignorelistingchecksum RemoteLocal", 18110 "type": "go", 18111 "request": "launch", 18112 "mode": "test", 18113 "program": "./cmd/bisync", 18114 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 18115 }, 18116 { 18117 "name": "Test TestGoogleCloudStorage,directory_markers: test_ignorelistingchecksum RemoteRemote", 18118 "type": "go", 18119 "request": "launch", 18120 "mode": "test", 18121 "program": "./cmd/bisync", 18122 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 18123 }, 18124 { 18125 "name": "Test TestGoogleCloudStorage,directory_markers: test_max_delete_path1 LocalRemote", 18126 "type": "go", 18127 "request": "launch", 18128 "mode": "test", 18129 "program": "./cmd/bisync", 18130 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_max_delete_path1", "-no-cleanup"] 18131 }, 18132 { 18133 "name": "Test TestGoogleCloudStorage,directory_markers: test_max_delete_path1 RemoteLocal", 18134 "type": "go", 18135 "request": "launch", 18136 "mode": "test", 18137 "program": "./cmd/bisync", 18138 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 18139 }, 18140 { 18141 "name": "Test TestGoogleCloudStorage,directory_markers: test_max_delete_path1 RemoteRemote", 18142 "type": "go", 18143 "request": "launch", 18144 "mode": "test", 18145 "program": "./cmd/bisync", 18146 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_max_delete_path1", "-no-cleanup"] 18147 }, 18148 { 18149 "name": "Test TestGoogleCloudStorage,directory_markers: test_max_delete_path2_force LocalRemote", 18150 "type": "go", 18151 "request": "launch", 18152 "mode": "test", 18153 "program": "./cmd/bisync", 18154 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 18155 }, 18156 { 18157 "name": "Test TestGoogleCloudStorage,directory_markers: test_max_delete_path2_force RemoteLocal", 18158 "type": "go", 18159 "request": "launch", 18160 "mode": "test", 18161 "program": "./cmd/bisync", 18162 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 18163 }, 18164 { 18165 "name": "Test TestGoogleCloudStorage,directory_markers: test_max_delete_path2_force RemoteRemote", 18166 "type": "go", 18167 "request": "launch", 18168 "mode": "test", 18169 "program": "./cmd/bisync", 18170 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 18171 }, 18172 { 18173 "name": "Test TestGoogleCloudStorage,directory_markers: test_nomodtime LocalRemote", 18174 "type": "go", 18175 "request": "launch", 18176 "mode": "test", 18177 "program": "./cmd/bisync", 18178 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_nomodtime", "-no-cleanup"] 18179 }, 18180 { 18181 "name": "Test TestGoogleCloudStorage,directory_markers: test_nomodtime RemoteLocal", 18182 "type": "go", 18183 "request": "launch", 18184 "mode": "test", 18185 "program": "./cmd/bisync", 18186 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 18187 }, 18188 { 18189 "name": "Test TestGoogleCloudStorage,directory_markers: test_nomodtime RemoteRemote", 18190 "type": "go", 18191 "request": "launch", 18192 "mode": "test", 18193 "program": "./cmd/bisync", 18194 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_nomodtime", "-no-cleanup"] 18195 }, 18196 { 18197 "name": "Test TestGoogleCloudStorage,directory_markers: test_normalization LocalRemote", 18198 "type": "go", 18199 "request": "launch", 18200 "mode": "test", 18201 "program": "./cmd/bisync", 18202 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_normalization", "-no-cleanup"] 18203 }, 18204 { 18205 "name": "Test TestGoogleCloudStorage,directory_markers: test_normalization RemoteLocal", 18206 "type": "go", 18207 "request": "launch", 18208 "mode": "test", 18209 "program": "./cmd/bisync", 18210 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 18211 }, 18212 { 18213 "name": "Test TestGoogleCloudStorage,directory_markers: test_normalization RemoteRemote", 18214 "type": "go", 18215 "request": "launch", 18216 "mode": "test", 18217 "program": "./cmd/bisync", 18218 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_normalization", "-no-cleanup"] 18219 }, 18220 { 18221 "name": "Test TestGoogleCloudStorage,directory_markers: test_rclone_args LocalRemote", 18222 "type": "go", 18223 "request": "launch", 18224 "mode": "test", 18225 "program": "./cmd/bisync", 18226 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_rclone_args", "-no-cleanup"] 18227 }, 18228 { 18229 "name": "Test TestGoogleCloudStorage,directory_markers: test_rclone_args RemoteLocal", 18230 "type": "go", 18231 "request": "launch", 18232 "mode": "test", 18233 "program": "./cmd/bisync", 18234 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 18235 }, 18236 { 18237 "name": "Test TestGoogleCloudStorage,directory_markers: test_rclone_args RemoteRemote", 18238 "type": "go", 18239 "request": "launch", 18240 "mode": "test", 18241 "program": "./cmd/bisync", 18242 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_rclone_args", "-no-cleanup"] 18243 }, 18244 { 18245 "name": "Test TestGoogleCloudStorage,directory_markers: test_resolve LocalRemote", 18246 "type": "go", 18247 "request": "launch", 18248 "mode": "test", 18249 "program": "./cmd/bisync", 18250 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_resolve", "-no-cleanup"] 18251 }, 18252 { 18253 "name": "Test TestGoogleCloudStorage,directory_markers: test_resolve RemoteLocal", 18254 "type": "go", 18255 "request": "launch", 18256 "mode": "test", 18257 "program": "./cmd/bisync", 18258 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 18259 }, 18260 { 18261 "name": "Test TestGoogleCloudStorage,directory_markers: test_resolve RemoteRemote", 18262 "type": "go", 18263 "request": "launch", 18264 "mode": "test", 18265 "program": "./cmd/bisync", 18266 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_resolve", "-no-cleanup"] 18267 }, 18268 { 18269 "name": "Test TestGoogleCloudStorage,directory_markers: test_resync LocalRemote", 18270 "type": "go", 18271 "request": "launch", 18272 "mode": "test", 18273 "program": "./cmd/bisync", 18274 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_resync", "-no-cleanup"] 18275 }, 18276 { 18277 "name": "Test TestGoogleCloudStorage,directory_markers: test_resync RemoteLocal", 18278 "type": "go", 18279 "request": "launch", 18280 "mode": "test", 18281 "program": "./cmd/bisync", 18282 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 18283 }, 18284 { 18285 "name": "Test TestGoogleCloudStorage,directory_markers: test_resync RemoteRemote", 18286 "type": "go", 18287 "request": "launch", 18288 "mode": "test", 18289 "program": "./cmd/bisync", 18290 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_resync", "-no-cleanup"] 18291 }, 18292 { 18293 "name": "Test TestGoogleCloudStorage,directory_markers: test_resync_modes LocalRemote", 18294 "type": "go", 18295 "request": "launch", 18296 "mode": "test", 18297 "program": "./cmd/bisync", 18298 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_resync_modes", "-no-cleanup"] 18299 }, 18300 { 18301 "name": "Test TestGoogleCloudStorage,directory_markers: test_resync_modes RemoteLocal", 18302 "type": "go", 18303 "request": "launch", 18304 "mode": "test", 18305 "program": "./cmd/bisync", 18306 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 18307 }, 18308 { 18309 "name": "Test TestGoogleCloudStorage,directory_markers: test_resync_modes RemoteRemote", 18310 "type": "go", 18311 "request": "launch", 18312 "mode": "test", 18313 "program": "./cmd/bisync", 18314 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_resync_modes", "-no-cleanup"] 18315 }, 18316 { 18317 "name": "Test TestGoogleCloudStorage,directory_markers: test_rmdirs LocalRemote", 18318 "type": "go", 18319 "request": "launch", 18320 "mode": "test", 18321 "program": "./cmd/bisync", 18322 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_rmdirs", "-no-cleanup"] 18323 }, 18324 { 18325 "name": "Test TestGoogleCloudStorage,directory_markers: test_rmdirs RemoteLocal", 18326 "type": "go", 18327 "request": "launch", 18328 "mode": "test", 18329 "program": "./cmd/bisync", 18330 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 18331 }, 18332 { 18333 "name": "Test TestGoogleCloudStorage,directory_markers: test_rmdirs RemoteRemote", 18334 "type": "go", 18335 "request": "launch", 18336 "mode": "test", 18337 "program": "./cmd/bisync", 18338 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_rmdirs", "-no-cleanup"] 18339 }, 18340 { 18341 "name": "Test TestGoogleCloudStorage,directory_markers: test_volatile LocalRemote", 18342 "type": "go", 18343 "request": "launch", 18344 "mode": "test", 18345 "program": "./cmd/bisync", 18346 "args": ["-remote", "local", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_volatile", "-no-cleanup"] 18347 }, 18348 { 18349 "name": "Test TestGoogleCloudStorage,directory_markers: test_volatile RemoteLocal", 18350 "type": "go", 18351 "request": "launch", 18352 "mode": "test", 18353 "program": "./cmd/bisync", 18354 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 18355 }, 18356 { 18357 "name": "Test TestGoogleCloudStorage,directory_markers: test_volatile RemoteRemote", 18358 "type": "go", 18359 "request": "launch", 18360 "mode": "test", 18361 "program": "./cmd/bisync", 18362 "args": ["-remote", "TestGoogleCloudStorage,directory_markers:", "-remote2", "TestGoogleCloudStorage,directory_markers:", "-case", "test_volatile", "-no-cleanup"] 18363 }, 18364 { 18365 "name": "Test TestGooglePhotos: test_all_changed LocalRemote", 18366 "type": "go", 18367 "request": "launch", 18368 "mode": "test", 18369 "program": "./cmd/bisync", 18370 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_all_changed", "-no-cleanup"] 18371 }, 18372 { 18373 "name": "Test TestGooglePhotos: test_all_changed RemoteLocal", 18374 "type": "go", 18375 "request": "launch", 18376 "mode": "test", 18377 "program": "./cmd/bisync", 18378 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 18379 }, 18380 { 18381 "name": "Test TestGooglePhotos: test_all_changed RemoteRemote", 18382 "type": "go", 18383 "request": "launch", 18384 "mode": "test", 18385 "program": "./cmd/bisync", 18386 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_all_changed", "-no-cleanup"] 18387 }, 18388 { 18389 "name": "Test TestGooglePhotos: test_backupdir LocalRemote", 18390 "type": "go", 18391 "request": "launch", 18392 "mode": "test", 18393 "program": "./cmd/bisync", 18394 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_backupdir", "-no-cleanup"] 18395 }, 18396 { 18397 "name": "Test TestGooglePhotos: test_backupdir RemoteLocal", 18398 "type": "go", 18399 "request": "launch", 18400 "mode": "test", 18401 "program": "./cmd/bisync", 18402 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 18403 }, 18404 { 18405 "name": "Test TestGooglePhotos: test_backupdir RemoteRemote", 18406 "type": "go", 18407 "request": "launch", 18408 "mode": "test", 18409 "program": "./cmd/bisync", 18410 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_backupdir", "-no-cleanup"] 18411 }, 18412 { 18413 "name": "Test TestGooglePhotos: test_basic LocalRemote", 18414 "type": "go", 18415 "request": "launch", 18416 "mode": "test", 18417 "program": "./cmd/bisync", 18418 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_basic", "-no-cleanup"] 18419 }, 18420 { 18421 "name": "Test TestGooglePhotos: test_basic RemoteLocal", 18422 "type": "go", 18423 "request": "launch", 18424 "mode": "test", 18425 "program": "./cmd/bisync", 18426 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 18427 }, 18428 { 18429 "name": "Test TestGooglePhotos: test_basic RemoteRemote", 18430 "type": "go", 18431 "request": "launch", 18432 "mode": "test", 18433 "program": "./cmd/bisync", 18434 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_basic", "-no-cleanup"] 18435 }, 18436 { 18437 "name": "Test TestGooglePhotos: test_changes LocalRemote", 18438 "type": "go", 18439 "request": "launch", 18440 "mode": "test", 18441 "program": "./cmd/bisync", 18442 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_changes", "-no-cleanup"] 18443 }, 18444 { 18445 "name": "Test TestGooglePhotos: test_changes RemoteLocal", 18446 "type": "go", 18447 "request": "launch", 18448 "mode": "test", 18449 "program": "./cmd/bisync", 18450 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 18451 }, 18452 { 18453 "name": "Test TestGooglePhotos: test_changes RemoteRemote", 18454 "type": "go", 18455 "request": "launch", 18456 "mode": "test", 18457 "program": "./cmd/bisync", 18458 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_changes", "-no-cleanup"] 18459 }, 18460 { 18461 "name": "Test TestGooglePhotos: test_check_access LocalRemote", 18462 "type": "go", 18463 "request": "launch", 18464 "mode": "test", 18465 "program": "./cmd/bisync", 18466 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_check_access", "-no-cleanup"] 18467 }, 18468 { 18469 "name": "Test TestGooglePhotos: test_check_access RemoteLocal", 18470 "type": "go", 18471 "request": "launch", 18472 "mode": "test", 18473 "program": "./cmd/bisync", 18474 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 18475 }, 18476 { 18477 "name": "Test TestGooglePhotos: test_check_access RemoteRemote", 18478 "type": "go", 18479 "request": "launch", 18480 "mode": "test", 18481 "program": "./cmd/bisync", 18482 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_check_access", "-no-cleanup"] 18483 }, 18484 { 18485 "name": "Test TestGooglePhotos: test_check_access_filters LocalRemote", 18486 "type": "go", 18487 "request": "launch", 18488 "mode": "test", 18489 "program": "./cmd/bisync", 18490 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_check_access_filters", "-no-cleanup"] 18491 }, 18492 { 18493 "name": "Test TestGooglePhotos: test_check_access_filters RemoteLocal", 18494 "type": "go", 18495 "request": "launch", 18496 "mode": "test", 18497 "program": "./cmd/bisync", 18498 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 18499 }, 18500 { 18501 "name": "Test TestGooglePhotos: test_check_access_filters RemoteRemote", 18502 "type": "go", 18503 "request": "launch", 18504 "mode": "test", 18505 "program": "./cmd/bisync", 18506 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_check_access_filters", "-no-cleanup"] 18507 }, 18508 { 18509 "name": "Test TestGooglePhotos: test_check_filename LocalRemote", 18510 "type": "go", 18511 "request": "launch", 18512 "mode": "test", 18513 "program": "./cmd/bisync", 18514 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_check_filename", "-no-cleanup"] 18515 }, 18516 { 18517 "name": "Test TestGooglePhotos: test_check_filename RemoteLocal", 18518 "type": "go", 18519 "request": "launch", 18520 "mode": "test", 18521 "program": "./cmd/bisync", 18522 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 18523 }, 18524 { 18525 "name": "Test TestGooglePhotos: test_check_filename RemoteRemote", 18526 "type": "go", 18527 "request": "launch", 18528 "mode": "test", 18529 "program": "./cmd/bisync", 18530 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_check_filename", "-no-cleanup"] 18531 }, 18532 { 18533 "name": "Test TestGooglePhotos: test_check_sync LocalRemote", 18534 "type": "go", 18535 "request": "launch", 18536 "mode": "test", 18537 "program": "./cmd/bisync", 18538 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_check_sync", "-no-cleanup"] 18539 }, 18540 { 18541 "name": "Test TestGooglePhotos: test_check_sync RemoteLocal", 18542 "type": "go", 18543 "request": "launch", 18544 "mode": "test", 18545 "program": "./cmd/bisync", 18546 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 18547 }, 18548 { 18549 "name": "Test TestGooglePhotos: test_check_sync RemoteRemote", 18550 "type": "go", 18551 "request": "launch", 18552 "mode": "test", 18553 "program": "./cmd/bisync", 18554 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_check_sync", "-no-cleanup"] 18555 }, 18556 { 18557 "name": "Test TestGooglePhotos: test_compare_all LocalRemote", 18558 "type": "go", 18559 "request": "launch", 18560 "mode": "test", 18561 "program": "./cmd/bisync", 18562 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_compare_all", "-no-cleanup"] 18563 }, 18564 { 18565 "name": "Test TestGooglePhotos: test_compare_all RemoteLocal", 18566 "type": "go", 18567 "request": "launch", 18568 "mode": "test", 18569 "program": "./cmd/bisync", 18570 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 18571 }, 18572 { 18573 "name": "Test TestGooglePhotos: test_compare_all RemoteRemote", 18574 "type": "go", 18575 "request": "launch", 18576 "mode": "test", 18577 "program": "./cmd/bisync", 18578 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_compare_all", "-no-cleanup"] 18579 }, 18580 { 18581 "name": "Test TestGooglePhotos: test_createemptysrcdirs LocalRemote", 18582 "type": "go", 18583 "request": "launch", 18584 "mode": "test", 18585 "program": "./cmd/bisync", 18586 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 18587 }, 18588 { 18589 "name": "Test TestGooglePhotos: test_createemptysrcdirs RemoteLocal", 18590 "type": "go", 18591 "request": "launch", 18592 "mode": "test", 18593 "program": "./cmd/bisync", 18594 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 18595 }, 18596 { 18597 "name": "Test TestGooglePhotos: test_createemptysrcdirs RemoteRemote", 18598 "type": "go", 18599 "request": "launch", 18600 "mode": "test", 18601 "program": "./cmd/bisync", 18602 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 18603 }, 18604 { 18605 "name": "Test TestGooglePhotos: test_dry_run LocalRemote", 18606 "type": "go", 18607 "request": "launch", 18608 "mode": "test", 18609 "program": "./cmd/bisync", 18610 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_dry_run", "-no-cleanup"] 18611 }, 18612 { 18613 "name": "Test TestGooglePhotos: test_dry_run RemoteLocal", 18614 "type": "go", 18615 "request": "launch", 18616 "mode": "test", 18617 "program": "./cmd/bisync", 18618 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 18619 }, 18620 { 18621 "name": "Test TestGooglePhotos: test_dry_run RemoteRemote", 18622 "type": "go", 18623 "request": "launch", 18624 "mode": "test", 18625 "program": "./cmd/bisync", 18626 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_dry_run", "-no-cleanup"] 18627 }, 18628 { 18629 "name": "Test TestGooglePhotos: test_equal LocalRemote", 18630 "type": "go", 18631 "request": "launch", 18632 "mode": "test", 18633 "program": "./cmd/bisync", 18634 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_equal", "-no-cleanup"] 18635 }, 18636 { 18637 "name": "Test TestGooglePhotos: test_equal RemoteLocal", 18638 "type": "go", 18639 "request": "launch", 18640 "mode": "test", 18641 "program": "./cmd/bisync", 18642 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 18643 }, 18644 { 18645 "name": "Test TestGooglePhotos: test_equal RemoteRemote", 18646 "type": "go", 18647 "request": "launch", 18648 "mode": "test", 18649 "program": "./cmd/bisync", 18650 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_equal", "-no-cleanup"] 18651 }, 18652 { 18653 "name": "Test TestGooglePhotos: test_ext_paths LocalRemote", 18654 "type": "go", 18655 "request": "launch", 18656 "mode": "test", 18657 "program": "./cmd/bisync", 18658 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_ext_paths", "-no-cleanup"] 18659 }, 18660 { 18661 "name": "Test TestGooglePhotos: test_ext_paths RemoteLocal", 18662 "type": "go", 18663 "request": "launch", 18664 "mode": "test", 18665 "program": "./cmd/bisync", 18666 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 18667 }, 18668 { 18669 "name": "Test TestGooglePhotos: test_ext_paths RemoteRemote", 18670 "type": "go", 18671 "request": "launch", 18672 "mode": "test", 18673 "program": "./cmd/bisync", 18674 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_ext_paths", "-no-cleanup"] 18675 }, 18676 { 18677 "name": "Test TestGooglePhotos: test_extended_filenames LocalRemote", 18678 "type": "go", 18679 "request": "launch", 18680 "mode": "test", 18681 "program": "./cmd/bisync", 18682 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_extended_filenames", "-no-cleanup"] 18683 }, 18684 { 18685 "name": "Test TestGooglePhotos: test_extended_filenames RemoteLocal", 18686 "type": "go", 18687 "request": "launch", 18688 "mode": "test", 18689 "program": "./cmd/bisync", 18690 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 18691 }, 18692 { 18693 "name": "Test TestGooglePhotos: test_extended_filenames RemoteRemote", 18694 "type": "go", 18695 "request": "launch", 18696 "mode": "test", 18697 "program": "./cmd/bisync", 18698 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_extended_filenames", "-no-cleanup"] 18699 }, 18700 { 18701 "name": "Test TestGooglePhotos: test_filters LocalRemote", 18702 "type": "go", 18703 "request": "launch", 18704 "mode": "test", 18705 "program": "./cmd/bisync", 18706 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_filters", "-no-cleanup"] 18707 }, 18708 { 18709 "name": "Test TestGooglePhotos: test_filters RemoteLocal", 18710 "type": "go", 18711 "request": "launch", 18712 "mode": "test", 18713 "program": "./cmd/bisync", 18714 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 18715 }, 18716 { 18717 "name": "Test TestGooglePhotos: test_filters RemoteRemote", 18718 "type": "go", 18719 "request": "launch", 18720 "mode": "test", 18721 "program": "./cmd/bisync", 18722 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_filters", "-no-cleanup"] 18723 }, 18724 { 18725 "name": "Test TestGooglePhotos: test_filtersfile_checks LocalRemote", 18726 "type": "go", 18727 "request": "launch", 18728 "mode": "test", 18729 "program": "./cmd/bisync", 18730 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_filtersfile_checks", "-no-cleanup"] 18731 }, 18732 { 18733 "name": "Test TestGooglePhotos: test_filtersfile_checks RemoteLocal", 18734 "type": "go", 18735 "request": "launch", 18736 "mode": "test", 18737 "program": "./cmd/bisync", 18738 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 18739 }, 18740 { 18741 "name": "Test TestGooglePhotos: test_filtersfile_checks RemoteRemote", 18742 "type": "go", 18743 "request": "launch", 18744 "mode": "test", 18745 "program": "./cmd/bisync", 18746 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_filtersfile_checks", "-no-cleanup"] 18747 }, 18748 { 18749 "name": "Test TestGooglePhotos: test_ignorelistingchecksum LocalRemote", 18750 "type": "go", 18751 "request": "launch", 18752 "mode": "test", 18753 "program": "./cmd/bisync", 18754 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 18755 }, 18756 { 18757 "name": "Test TestGooglePhotos: test_ignorelistingchecksum RemoteLocal", 18758 "type": "go", 18759 "request": "launch", 18760 "mode": "test", 18761 "program": "./cmd/bisync", 18762 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 18763 }, 18764 { 18765 "name": "Test TestGooglePhotos: test_ignorelistingchecksum RemoteRemote", 18766 "type": "go", 18767 "request": "launch", 18768 "mode": "test", 18769 "program": "./cmd/bisync", 18770 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 18771 }, 18772 { 18773 "name": "Test TestGooglePhotos: test_max_delete_path1 LocalRemote", 18774 "type": "go", 18775 "request": "launch", 18776 "mode": "test", 18777 "program": "./cmd/bisync", 18778 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_max_delete_path1", "-no-cleanup"] 18779 }, 18780 { 18781 "name": "Test TestGooglePhotos: test_max_delete_path1 RemoteLocal", 18782 "type": "go", 18783 "request": "launch", 18784 "mode": "test", 18785 "program": "./cmd/bisync", 18786 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 18787 }, 18788 { 18789 "name": "Test TestGooglePhotos: test_max_delete_path1 RemoteRemote", 18790 "type": "go", 18791 "request": "launch", 18792 "mode": "test", 18793 "program": "./cmd/bisync", 18794 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_max_delete_path1", "-no-cleanup"] 18795 }, 18796 { 18797 "name": "Test TestGooglePhotos: test_max_delete_path2_force LocalRemote", 18798 "type": "go", 18799 "request": "launch", 18800 "mode": "test", 18801 "program": "./cmd/bisync", 18802 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 18803 }, 18804 { 18805 "name": "Test TestGooglePhotos: test_max_delete_path2_force RemoteLocal", 18806 "type": "go", 18807 "request": "launch", 18808 "mode": "test", 18809 "program": "./cmd/bisync", 18810 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 18811 }, 18812 { 18813 "name": "Test TestGooglePhotos: test_max_delete_path2_force RemoteRemote", 18814 "type": "go", 18815 "request": "launch", 18816 "mode": "test", 18817 "program": "./cmd/bisync", 18818 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 18819 }, 18820 { 18821 "name": "Test TestGooglePhotos: test_nomodtime LocalRemote", 18822 "type": "go", 18823 "request": "launch", 18824 "mode": "test", 18825 "program": "./cmd/bisync", 18826 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_nomodtime", "-no-cleanup"] 18827 }, 18828 { 18829 "name": "Test TestGooglePhotos: test_nomodtime RemoteLocal", 18830 "type": "go", 18831 "request": "launch", 18832 "mode": "test", 18833 "program": "./cmd/bisync", 18834 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 18835 }, 18836 { 18837 "name": "Test TestGooglePhotos: test_nomodtime RemoteRemote", 18838 "type": "go", 18839 "request": "launch", 18840 "mode": "test", 18841 "program": "./cmd/bisync", 18842 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_nomodtime", "-no-cleanup"] 18843 }, 18844 { 18845 "name": "Test TestGooglePhotos: test_normalization LocalRemote", 18846 "type": "go", 18847 "request": "launch", 18848 "mode": "test", 18849 "program": "./cmd/bisync", 18850 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_normalization", "-no-cleanup"] 18851 }, 18852 { 18853 "name": "Test TestGooglePhotos: test_normalization RemoteLocal", 18854 "type": "go", 18855 "request": "launch", 18856 "mode": "test", 18857 "program": "./cmd/bisync", 18858 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 18859 }, 18860 { 18861 "name": "Test TestGooglePhotos: test_normalization RemoteRemote", 18862 "type": "go", 18863 "request": "launch", 18864 "mode": "test", 18865 "program": "./cmd/bisync", 18866 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_normalization", "-no-cleanup"] 18867 }, 18868 { 18869 "name": "Test TestGooglePhotos: test_rclone_args LocalRemote", 18870 "type": "go", 18871 "request": "launch", 18872 "mode": "test", 18873 "program": "./cmd/bisync", 18874 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_rclone_args", "-no-cleanup"] 18875 }, 18876 { 18877 "name": "Test TestGooglePhotos: test_rclone_args RemoteLocal", 18878 "type": "go", 18879 "request": "launch", 18880 "mode": "test", 18881 "program": "./cmd/bisync", 18882 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 18883 }, 18884 { 18885 "name": "Test TestGooglePhotos: test_rclone_args RemoteRemote", 18886 "type": "go", 18887 "request": "launch", 18888 "mode": "test", 18889 "program": "./cmd/bisync", 18890 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_rclone_args", "-no-cleanup"] 18891 }, 18892 { 18893 "name": "Test TestGooglePhotos: test_resolve LocalRemote", 18894 "type": "go", 18895 "request": "launch", 18896 "mode": "test", 18897 "program": "./cmd/bisync", 18898 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_resolve", "-no-cleanup"] 18899 }, 18900 { 18901 "name": "Test TestGooglePhotos: test_resolve RemoteLocal", 18902 "type": "go", 18903 "request": "launch", 18904 "mode": "test", 18905 "program": "./cmd/bisync", 18906 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 18907 }, 18908 { 18909 "name": "Test TestGooglePhotos: test_resolve RemoteRemote", 18910 "type": "go", 18911 "request": "launch", 18912 "mode": "test", 18913 "program": "./cmd/bisync", 18914 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_resolve", "-no-cleanup"] 18915 }, 18916 { 18917 "name": "Test TestGooglePhotos: test_resync LocalRemote", 18918 "type": "go", 18919 "request": "launch", 18920 "mode": "test", 18921 "program": "./cmd/bisync", 18922 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_resync", "-no-cleanup"] 18923 }, 18924 { 18925 "name": "Test TestGooglePhotos: test_resync RemoteLocal", 18926 "type": "go", 18927 "request": "launch", 18928 "mode": "test", 18929 "program": "./cmd/bisync", 18930 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 18931 }, 18932 { 18933 "name": "Test TestGooglePhotos: test_resync RemoteRemote", 18934 "type": "go", 18935 "request": "launch", 18936 "mode": "test", 18937 "program": "./cmd/bisync", 18938 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_resync", "-no-cleanup"] 18939 }, 18940 { 18941 "name": "Test TestGooglePhotos: test_resync_modes LocalRemote", 18942 "type": "go", 18943 "request": "launch", 18944 "mode": "test", 18945 "program": "./cmd/bisync", 18946 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_resync_modes", "-no-cleanup"] 18947 }, 18948 { 18949 "name": "Test TestGooglePhotos: test_resync_modes RemoteLocal", 18950 "type": "go", 18951 "request": "launch", 18952 "mode": "test", 18953 "program": "./cmd/bisync", 18954 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 18955 }, 18956 { 18957 "name": "Test TestGooglePhotos: test_resync_modes RemoteRemote", 18958 "type": "go", 18959 "request": "launch", 18960 "mode": "test", 18961 "program": "./cmd/bisync", 18962 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_resync_modes", "-no-cleanup"] 18963 }, 18964 { 18965 "name": "Test TestGooglePhotos: test_rmdirs LocalRemote", 18966 "type": "go", 18967 "request": "launch", 18968 "mode": "test", 18969 "program": "./cmd/bisync", 18970 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_rmdirs", "-no-cleanup"] 18971 }, 18972 { 18973 "name": "Test TestGooglePhotos: test_rmdirs RemoteLocal", 18974 "type": "go", 18975 "request": "launch", 18976 "mode": "test", 18977 "program": "./cmd/bisync", 18978 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 18979 }, 18980 { 18981 "name": "Test TestGooglePhotos: test_rmdirs RemoteRemote", 18982 "type": "go", 18983 "request": "launch", 18984 "mode": "test", 18985 "program": "./cmd/bisync", 18986 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_rmdirs", "-no-cleanup"] 18987 }, 18988 { 18989 "name": "Test TestGooglePhotos: test_volatile LocalRemote", 18990 "type": "go", 18991 "request": "launch", 18992 "mode": "test", 18993 "program": "./cmd/bisync", 18994 "args": ["-remote", "local", "-remote2", "TestGooglePhotos:", "-case", "test_volatile", "-no-cleanup"] 18995 }, 18996 { 18997 "name": "Test TestGooglePhotos: test_volatile RemoteLocal", 18998 "type": "go", 18999 "request": "launch", 19000 "mode": "test", 19001 "program": "./cmd/bisync", 19002 "args": ["-remote", "TestGooglePhotos:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 19003 }, 19004 { 19005 "name": "Test TestGooglePhotos: test_volatile RemoteRemote", 19006 "type": "go", 19007 "request": "launch", 19008 "mode": "test", 19009 "program": "./cmd/bisync", 19010 "args": ["-remote", "TestGooglePhotos:", "-remote2", "TestGooglePhotos:", "-case", "test_volatile", "-no-cleanup"] 19011 }, 19012 { 19013 "name": "Test TestHiDrive: test_all_changed LocalRemote", 19014 "type": "go", 19015 "request": "launch", 19016 "mode": "test", 19017 "program": "./cmd/bisync", 19018 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_all_changed", "-no-cleanup"] 19019 }, 19020 { 19021 "name": "Test TestHiDrive: test_all_changed RemoteLocal", 19022 "type": "go", 19023 "request": "launch", 19024 "mode": "test", 19025 "program": "./cmd/bisync", 19026 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 19027 }, 19028 { 19029 "name": "Test TestHiDrive: test_all_changed RemoteRemote", 19030 "type": "go", 19031 "request": "launch", 19032 "mode": "test", 19033 "program": "./cmd/bisync", 19034 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_all_changed", "-no-cleanup"] 19035 }, 19036 { 19037 "name": "Test TestHiDrive: test_backupdir LocalRemote", 19038 "type": "go", 19039 "request": "launch", 19040 "mode": "test", 19041 "program": "./cmd/bisync", 19042 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_backupdir", "-no-cleanup"] 19043 }, 19044 { 19045 "name": "Test TestHiDrive: test_backupdir RemoteLocal", 19046 "type": "go", 19047 "request": "launch", 19048 "mode": "test", 19049 "program": "./cmd/bisync", 19050 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 19051 }, 19052 { 19053 "name": "Test TestHiDrive: test_backupdir RemoteRemote", 19054 "type": "go", 19055 "request": "launch", 19056 "mode": "test", 19057 "program": "./cmd/bisync", 19058 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_backupdir", "-no-cleanup"] 19059 }, 19060 { 19061 "name": "Test TestHiDrive: test_basic LocalRemote", 19062 "type": "go", 19063 "request": "launch", 19064 "mode": "test", 19065 "program": "./cmd/bisync", 19066 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_basic", "-no-cleanup"] 19067 }, 19068 { 19069 "name": "Test TestHiDrive: test_basic RemoteLocal", 19070 "type": "go", 19071 "request": "launch", 19072 "mode": "test", 19073 "program": "./cmd/bisync", 19074 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 19075 }, 19076 { 19077 "name": "Test TestHiDrive: test_basic RemoteRemote", 19078 "type": "go", 19079 "request": "launch", 19080 "mode": "test", 19081 "program": "./cmd/bisync", 19082 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_basic", "-no-cleanup"] 19083 }, 19084 { 19085 "name": "Test TestHiDrive: test_changes LocalRemote", 19086 "type": "go", 19087 "request": "launch", 19088 "mode": "test", 19089 "program": "./cmd/bisync", 19090 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_changes", "-no-cleanup"] 19091 }, 19092 { 19093 "name": "Test TestHiDrive: test_changes RemoteLocal", 19094 "type": "go", 19095 "request": "launch", 19096 "mode": "test", 19097 "program": "./cmd/bisync", 19098 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 19099 }, 19100 { 19101 "name": "Test TestHiDrive: test_changes RemoteRemote", 19102 "type": "go", 19103 "request": "launch", 19104 "mode": "test", 19105 "program": "./cmd/bisync", 19106 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_changes", "-no-cleanup"] 19107 }, 19108 { 19109 "name": "Test TestHiDrive: test_check_access LocalRemote", 19110 "type": "go", 19111 "request": "launch", 19112 "mode": "test", 19113 "program": "./cmd/bisync", 19114 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_check_access", "-no-cleanup"] 19115 }, 19116 { 19117 "name": "Test TestHiDrive: test_check_access RemoteLocal", 19118 "type": "go", 19119 "request": "launch", 19120 "mode": "test", 19121 "program": "./cmd/bisync", 19122 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 19123 }, 19124 { 19125 "name": "Test TestHiDrive: test_check_access RemoteRemote", 19126 "type": "go", 19127 "request": "launch", 19128 "mode": "test", 19129 "program": "./cmd/bisync", 19130 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_check_access", "-no-cleanup"] 19131 }, 19132 { 19133 "name": "Test TestHiDrive: test_check_access_filters LocalRemote", 19134 "type": "go", 19135 "request": "launch", 19136 "mode": "test", 19137 "program": "./cmd/bisync", 19138 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_check_access_filters", "-no-cleanup"] 19139 }, 19140 { 19141 "name": "Test TestHiDrive: test_check_access_filters RemoteLocal", 19142 "type": "go", 19143 "request": "launch", 19144 "mode": "test", 19145 "program": "./cmd/bisync", 19146 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 19147 }, 19148 { 19149 "name": "Test TestHiDrive: test_check_access_filters RemoteRemote", 19150 "type": "go", 19151 "request": "launch", 19152 "mode": "test", 19153 "program": "./cmd/bisync", 19154 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_check_access_filters", "-no-cleanup"] 19155 }, 19156 { 19157 "name": "Test TestHiDrive: test_check_filename LocalRemote", 19158 "type": "go", 19159 "request": "launch", 19160 "mode": "test", 19161 "program": "./cmd/bisync", 19162 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_check_filename", "-no-cleanup"] 19163 }, 19164 { 19165 "name": "Test TestHiDrive: test_check_filename RemoteLocal", 19166 "type": "go", 19167 "request": "launch", 19168 "mode": "test", 19169 "program": "./cmd/bisync", 19170 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 19171 }, 19172 { 19173 "name": "Test TestHiDrive: test_check_filename RemoteRemote", 19174 "type": "go", 19175 "request": "launch", 19176 "mode": "test", 19177 "program": "./cmd/bisync", 19178 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_check_filename", "-no-cleanup"] 19179 }, 19180 { 19181 "name": "Test TestHiDrive: test_check_sync LocalRemote", 19182 "type": "go", 19183 "request": "launch", 19184 "mode": "test", 19185 "program": "./cmd/bisync", 19186 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_check_sync", "-no-cleanup"] 19187 }, 19188 { 19189 "name": "Test TestHiDrive: test_check_sync RemoteLocal", 19190 "type": "go", 19191 "request": "launch", 19192 "mode": "test", 19193 "program": "./cmd/bisync", 19194 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 19195 }, 19196 { 19197 "name": "Test TestHiDrive: test_check_sync RemoteRemote", 19198 "type": "go", 19199 "request": "launch", 19200 "mode": "test", 19201 "program": "./cmd/bisync", 19202 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_check_sync", "-no-cleanup"] 19203 }, 19204 { 19205 "name": "Test TestHiDrive: test_compare_all LocalRemote", 19206 "type": "go", 19207 "request": "launch", 19208 "mode": "test", 19209 "program": "./cmd/bisync", 19210 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_compare_all", "-no-cleanup"] 19211 }, 19212 { 19213 "name": "Test TestHiDrive: test_compare_all RemoteLocal", 19214 "type": "go", 19215 "request": "launch", 19216 "mode": "test", 19217 "program": "./cmd/bisync", 19218 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 19219 }, 19220 { 19221 "name": "Test TestHiDrive: test_compare_all RemoteRemote", 19222 "type": "go", 19223 "request": "launch", 19224 "mode": "test", 19225 "program": "./cmd/bisync", 19226 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_compare_all", "-no-cleanup"] 19227 }, 19228 { 19229 "name": "Test TestHiDrive: test_createemptysrcdirs LocalRemote", 19230 "type": "go", 19231 "request": "launch", 19232 "mode": "test", 19233 "program": "./cmd/bisync", 19234 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 19235 }, 19236 { 19237 "name": "Test TestHiDrive: test_createemptysrcdirs RemoteLocal", 19238 "type": "go", 19239 "request": "launch", 19240 "mode": "test", 19241 "program": "./cmd/bisync", 19242 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 19243 }, 19244 { 19245 "name": "Test TestHiDrive: test_createemptysrcdirs RemoteRemote", 19246 "type": "go", 19247 "request": "launch", 19248 "mode": "test", 19249 "program": "./cmd/bisync", 19250 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 19251 }, 19252 { 19253 "name": "Test TestHiDrive: test_dry_run LocalRemote", 19254 "type": "go", 19255 "request": "launch", 19256 "mode": "test", 19257 "program": "./cmd/bisync", 19258 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_dry_run", "-no-cleanup"] 19259 }, 19260 { 19261 "name": "Test TestHiDrive: test_dry_run RemoteLocal", 19262 "type": "go", 19263 "request": "launch", 19264 "mode": "test", 19265 "program": "./cmd/bisync", 19266 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 19267 }, 19268 { 19269 "name": "Test TestHiDrive: test_dry_run RemoteRemote", 19270 "type": "go", 19271 "request": "launch", 19272 "mode": "test", 19273 "program": "./cmd/bisync", 19274 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_dry_run", "-no-cleanup"] 19275 }, 19276 { 19277 "name": "Test TestHiDrive: test_equal LocalRemote", 19278 "type": "go", 19279 "request": "launch", 19280 "mode": "test", 19281 "program": "./cmd/bisync", 19282 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_equal", "-no-cleanup"] 19283 }, 19284 { 19285 "name": "Test TestHiDrive: test_equal RemoteLocal", 19286 "type": "go", 19287 "request": "launch", 19288 "mode": "test", 19289 "program": "./cmd/bisync", 19290 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 19291 }, 19292 { 19293 "name": "Test TestHiDrive: test_equal RemoteRemote", 19294 "type": "go", 19295 "request": "launch", 19296 "mode": "test", 19297 "program": "./cmd/bisync", 19298 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_equal", "-no-cleanup"] 19299 }, 19300 { 19301 "name": "Test TestHiDrive: test_ext_paths LocalRemote", 19302 "type": "go", 19303 "request": "launch", 19304 "mode": "test", 19305 "program": "./cmd/bisync", 19306 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_ext_paths", "-no-cleanup"] 19307 }, 19308 { 19309 "name": "Test TestHiDrive: test_ext_paths RemoteLocal", 19310 "type": "go", 19311 "request": "launch", 19312 "mode": "test", 19313 "program": "./cmd/bisync", 19314 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 19315 }, 19316 { 19317 "name": "Test TestHiDrive: test_ext_paths RemoteRemote", 19318 "type": "go", 19319 "request": "launch", 19320 "mode": "test", 19321 "program": "./cmd/bisync", 19322 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_ext_paths", "-no-cleanup"] 19323 }, 19324 { 19325 "name": "Test TestHiDrive: test_extended_filenames LocalRemote", 19326 "type": "go", 19327 "request": "launch", 19328 "mode": "test", 19329 "program": "./cmd/bisync", 19330 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_extended_filenames", "-no-cleanup"] 19331 }, 19332 { 19333 "name": "Test TestHiDrive: test_extended_filenames RemoteLocal", 19334 "type": "go", 19335 "request": "launch", 19336 "mode": "test", 19337 "program": "./cmd/bisync", 19338 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 19339 }, 19340 { 19341 "name": "Test TestHiDrive: test_extended_filenames RemoteRemote", 19342 "type": "go", 19343 "request": "launch", 19344 "mode": "test", 19345 "program": "./cmd/bisync", 19346 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_extended_filenames", "-no-cleanup"] 19347 }, 19348 { 19349 "name": "Test TestHiDrive: test_filters LocalRemote", 19350 "type": "go", 19351 "request": "launch", 19352 "mode": "test", 19353 "program": "./cmd/bisync", 19354 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_filters", "-no-cleanup"] 19355 }, 19356 { 19357 "name": "Test TestHiDrive: test_filters RemoteLocal", 19358 "type": "go", 19359 "request": "launch", 19360 "mode": "test", 19361 "program": "./cmd/bisync", 19362 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 19363 }, 19364 { 19365 "name": "Test TestHiDrive: test_filters RemoteRemote", 19366 "type": "go", 19367 "request": "launch", 19368 "mode": "test", 19369 "program": "./cmd/bisync", 19370 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_filters", "-no-cleanup"] 19371 }, 19372 { 19373 "name": "Test TestHiDrive: test_filtersfile_checks LocalRemote", 19374 "type": "go", 19375 "request": "launch", 19376 "mode": "test", 19377 "program": "./cmd/bisync", 19378 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_filtersfile_checks", "-no-cleanup"] 19379 }, 19380 { 19381 "name": "Test TestHiDrive: test_filtersfile_checks RemoteLocal", 19382 "type": "go", 19383 "request": "launch", 19384 "mode": "test", 19385 "program": "./cmd/bisync", 19386 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 19387 }, 19388 { 19389 "name": "Test TestHiDrive: test_filtersfile_checks RemoteRemote", 19390 "type": "go", 19391 "request": "launch", 19392 "mode": "test", 19393 "program": "./cmd/bisync", 19394 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_filtersfile_checks", "-no-cleanup"] 19395 }, 19396 { 19397 "name": "Test TestHiDrive: test_ignorelistingchecksum LocalRemote", 19398 "type": "go", 19399 "request": "launch", 19400 "mode": "test", 19401 "program": "./cmd/bisync", 19402 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 19403 }, 19404 { 19405 "name": "Test TestHiDrive: test_ignorelistingchecksum RemoteLocal", 19406 "type": "go", 19407 "request": "launch", 19408 "mode": "test", 19409 "program": "./cmd/bisync", 19410 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 19411 }, 19412 { 19413 "name": "Test TestHiDrive: test_ignorelistingchecksum RemoteRemote", 19414 "type": "go", 19415 "request": "launch", 19416 "mode": "test", 19417 "program": "./cmd/bisync", 19418 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 19419 }, 19420 { 19421 "name": "Test TestHiDrive: test_max_delete_path1 LocalRemote", 19422 "type": "go", 19423 "request": "launch", 19424 "mode": "test", 19425 "program": "./cmd/bisync", 19426 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_max_delete_path1", "-no-cleanup"] 19427 }, 19428 { 19429 "name": "Test TestHiDrive: test_max_delete_path1 RemoteLocal", 19430 "type": "go", 19431 "request": "launch", 19432 "mode": "test", 19433 "program": "./cmd/bisync", 19434 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 19435 }, 19436 { 19437 "name": "Test TestHiDrive: test_max_delete_path1 RemoteRemote", 19438 "type": "go", 19439 "request": "launch", 19440 "mode": "test", 19441 "program": "./cmd/bisync", 19442 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_max_delete_path1", "-no-cleanup"] 19443 }, 19444 { 19445 "name": "Test TestHiDrive: test_max_delete_path2_force LocalRemote", 19446 "type": "go", 19447 "request": "launch", 19448 "mode": "test", 19449 "program": "./cmd/bisync", 19450 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 19451 }, 19452 { 19453 "name": "Test TestHiDrive: test_max_delete_path2_force RemoteLocal", 19454 "type": "go", 19455 "request": "launch", 19456 "mode": "test", 19457 "program": "./cmd/bisync", 19458 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 19459 }, 19460 { 19461 "name": "Test TestHiDrive: test_max_delete_path2_force RemoteRemote", 19462 "type": "go", 19463 "request": "launch", 19464 "mode": "test", 19465 "program": "./cmd/bisync", 19466 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 19467 }, 19468 { 19469 "name": "Test TestHiDrive: test_nomodtime LocalRemote", 19470 "type": "go", 19471 "request": "launch", 19472 "mode": "test", 19473 "program": "./cmd/bisync", 19474 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_nomodtime", "-no-cleanup"] 19475 }, 19476 { 19477 "name": "Test TestHiDrive: test_nomodtime RemoteLocal", 19478 "type": "go", 19479 "request": "launch", 19480 "mode": "test", 19481 "program": "./cmd/bisync", 19482 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 19483 }, 19484 { 19485 "name": "Test TestHiDrive: test_nomodtime RemoteRemote", 19486 "type": "go", 19487 "request": "launch", 19488 "mode": "test", 19489 "program": "./cmd/bisync", 19490 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_nomodtime", "-no-cleanup"] 19491 }, 19492 { 19493 "name": "Test TestHiDrive: test_normalization LocalRemote", 19494 "type": "go", 19495 "request": "launch", 19496 "mode": "test", 19497 "program": "./cmd/bisync", 19498 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_normalization", "-no-cleanup"] 19499 }, 19500 { 19501 "name": "Test TestHiDrive: test_normalization RemoteLocal", 19502 "type": "go", 19503 "request": "launch", 19504 "mode": "test", 19505 "program": "./cmd/bisync", 19506 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 19507 }, 19508 { 19509 "name": "Test TestHiDrive: test_normalization RemoteRemote", 19510 "type": "go", 19511 "request": "launch", 19512 "mode": "test", 19513 "program": "./cmd/bisync", 19514 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_normalization", "-no-cleanup"] 19515 }, 19516 { 19517 "name": "Test TestHiDrive: test_rclone_args LocalRemote", 19518 "type": "go", 19519 "request": "launch", 19520 "mode": "test", 19521 "program": "./cmd/bisync", 19522 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_rclone_args", "-no-cleanup"] 19523 }, 19524 { 19525 "name": "Test TestHiDrive: test_rclone_args RemoteLocal", 19526 "type": "go", 19527 "request": "launch", 19528 "mode": "test", 19529 "program": "./cmd/bisync", 19530 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 19531 }, 19532 { 19533 "name": "Test TestHiDrive: test_rclone_args RemoteRemote", 19534 "type": "go", 19535 "request": "launch", 19536 "mode": "test", 19537 "program": "./cmd/bisync", 19538 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_rclone_args", "-no-cleanup"] 19539 }, 19540 { 19541 "name": "Test TestHiDrive: test_resolve LocalRemote", 19542 "type": "go", 19543 "request": "launch", 19544 "mode": "test", 19545 "program": "./cmd/bisync", 19546 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_resolve", "-no-cleanup"] 19547 }, 19548 { 19549 "name": "Test TestHiDrive: test_resolve RemoteLocal", 19550 "type": "go", 19551 "request": "launch", 19552 "mode": "test", 19553 "program": "./cmd/bisync", 19554 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 19555 }, 19556 { 19557 "name": "Test TestHiDrive: test_resolve RemoteRemote", 19558 "type": "go", 19559 "request": "launch", 19560 "mode": "test", 19561 "program": "./cmd/bisync", 19562 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_resolve", "-no-cleanup"] 19563 }, 19564 { 19565 "name": "Test TestHiDrive: test_resync LocalRemote", 19566 "type": "go", 19567 "request": "launch", 19568 "mode": "test", 19569 "program": "./cmd/bisync", 19570 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_resync", "-no-cleanup"] 19571 }, 19572 { 19573 "name": "Test TestHiDrive: test_resync RemoteLocal", 19574 "type": "go", 19575 "request": "launch", 19576 "mode": "test", 19577 "program": "./cmd/bisync", 19578 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 19579 }, 19580 { 19581 "name": "Test TestHiDrive: test_resync RemoteRemote", 19582 "type": "go", 19583 "request": "launch", 19584 "mode": "test", 19585 "program": "./cmd/bisync", 19586 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_resync", "-no-cleanup"] 19587 }, 19588 { 19589 "name": "Test TestHiDrive: test_resync_modes LocalRemote", 19590 "type": "go", 19591 "request": "launch", 19592 "mode": "test", 19593 "program": "./cmd/bisync", 19594 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_resync_modes", "-no-cleanup"] 19595 }, 19596 { 19597 "name": "Test TestHiDrive: test_resync_modes RemoteLocal", 19598 "type": "go", 19599 "request": "launch", 19600 "mode": "test", 19601 "program": "./cmd/bisync", 19602 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 19603 }, 19604 { 19605 "name": "Test TestHiDrive: test_resync_modes RemoteRemote", 19606 "type": "go", 19607 "request": "launch", 19608 "mode": "test", 19609 "program": "./cmd/bisync", 19610 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_resync_modes", "-no-cleanup"] 19611 }, 19612 { 19613 "name": "Test TestHiDrive: test_rmdirs LocalRemote", 19614 "type": "go", 19615 "request": "launch", 19616 "mode": "test", 19617 "program": "./cmd/bisync", 19618 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_rmdirs", "-no-cleanup"] 19619 }, 19620 { 19621 "name": "Test TestHiDrive: test_rmdirs RemoteLocal", 19622 "type": "go", 19623 "request": "launch", 19624 "mode": "test", 19625 "program": "./cmd/bisync", 19626 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 19627 }, 19628 { 19629 "name": "Test TestHiDrive: test_rmdirs RemoteRemote", 19630 "type": "go", 19631 "request": "launch", 19632 "mode": "test", 19633 "program": "./cmd/bisync", 19634 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_rmdirs", "-no-cleanup"] 19635 }, 19636 { 19637 "name": "Test TestHiDrive: test_volatile LocalRemote", 19638 "type": "go", 19639 "request": "launch", 19640 "mode": "test", 19641 "program": "./cmd/bisync", 19642 "args": ["-remote", "local", "-remote2", "TestHiDrive:", "-case", "test_volatile", "-no-cleanup"] 19643 }, 19644 { 19645 "name": "Test TestHiDrive: test_volatile RemoteLocal", 19646 "type": "go", 19647 "request": "launch", 19648 "mode": "test", 19649 "program": "./cmd/bisync", 19650 "args": ["-remote", "TestHiDrive:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 19651 }, 19652 { 19653 "name": "Test TestHiDrive: test_volatile RemoteRemote", 19654 "type": "go", 19655 "request": "launch", 19656 "mode": "test", 19657 "program": "./cmd/bisync", 19658 "args": ["-remote", "TestHiDrive:", "-remote2", "TestHiDrive:", "-case", "test_volatile", "-no-cleanup"] 19659 }, 19660 { 19661 "name": "Test TestImageKit: test_all_changed LocalRemote", 19662 "type": "go", 19663 "request": "launch", 19664 "mode": "test", 19665 "program": "./cmd/bisync", 19666 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_all_changed", "-no-cleanup"] 19667 }, 19668 { 19669 "name": "Test TestImageKit: test_all_changed RemoteLocal", 19670 "type": "go", 19671 "request": "launch", 19672 "mode": "test", 19673 "program": "./cmd/bisync", 19674 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 19675 }, 19676 { 19677 "name": "Test TestImageKit: test_all_changed RemoteRemote", 19678 "type": "go", 19679 "request": "launch", 19680 "mode": "test", 19681 "program": "./cmd/bisync", 19682 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_all_changed", "-no-cleanup"] 19683 }, 19684 { 19685 "name": "Test TestImageKit: test_backupdir LocalRemote", 19686 "type": "go", 19687 "request": "launch", 19688 "mode": "test", 19689 "program": "./cmd/bisync", 19690 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_backupdir", "-no-cleanup"] 19691 }, 19692 { 19693 "name": "Test TestImageKit: test_backupdir RemoteLocal", 19694 "type": "go", 19695 "request": "launch", 19696 "mode": "test", 19697 "program": "./cmd/bisync", 19698 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 19699 }, 19700 { 19701 "name": "Test TestImageKit: test_backupdir RemoteRemote", 19702 "type": "go", 19703 "request": "launch", 19704 "mode": "test", 19705 "program": "./cmd/bisync", 19706 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_backupdir", "-no-cleanup"] 19707 }, 19708 { 19709 "name": "Test TestImageKit: test_basic LocalRemote", 19710 "type": "go", 19711 "request": "launch", 19712 "mode": "test", 19713 "program": "./cmd/bisync", 19714 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_basic", "-no-cleanup"] 19715 }, 19716 { 19717 "name": "Test TestImageKit: test_basic RemoteLocal", 19718 "type": "go", 19719 "request": "launch", 19720 "mode": "test", 19721 "program": "./cmd/bisync", 19722 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 19723 }, 19724 { 19725 "name": "Test TestImageKit: test_basic RemoteRemote", 19726 "type": "go", 19727 "request": "launch", 19728 "mode": "test", 19729 "program": "./cmd/bisync", 19730 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_basic", "-no-cleanup"] 19731 }, 19732 { 19733 "name": "Test TestImageKit: test_changes LocalRemote", 19734 "type": "go", 19735 "request": "launch", 19736 "mode": "test", 19737 "program": "./cmd/bisync", 19738 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_changes", "-no-cleanup"] 19739 }, 19740 { 19741 "name": "Test TestImageKit: test_changes RemoteLocal", 19742 "type": "go", 19743 "request": "launch", 19744 "mode": "test", 19745 "program": "./cmd/bisync", 19746 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 19747 }, 19748 { 19749 "name": "Test TestImageKit: test_changes RemoteRemote", 19750 "type": "go", 19751 "request": "launch", 19752 "mode": "test", 19753 "program": "./cmd/bisync", 19754 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_changes", "-no-cleanup"] 19755 }, 19756 { 19757 "name": "Test TestImageKit: test_check_access LocalRemote", 19758 "type": "go", 19759 "request": "launch", 19760 "mode": "test", 19761 "program": "./cmd/bisync", 19762 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_check_access", "-no-cleanup"] 19763 }, 19764 { 19765 "name": "Test TestImageKit: test_check_access RemoteLocal", 19766 "type": "go", 19767 "request": "launch", 19768 "mode": "test", 19769 "program": "./cmd/bisync", 19770 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 19771 }, 19772 { 19773 "name": "Test TestImageKit: test_check_access RemoteRemote", 19774 "type": "go", 19775 "request": "launch", 19776 "mode": "test", 19777 "program": "./cmd/bisync", 19778 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_check_access", "-no-cleanup"] 19779 }, 19780 { 19781 "name": "Test TestImageKit: test_check_access_filters LocalRemote", 19782 "type": "go", 19783 "request": "launch", 19784 "mode": "test", 19785 "program": "./cmd/bisync", 19786 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_check_access_filters", "-no-cleanup"] 19787 }, 19788 { 19789 "name": "Test TestImageKit: test_check_access_filters RemoteLocal", 19790 "type": "go", 19791 "request": "launch", 19792 "mode": "test", 19793 "program": "./cmd/bisync", 19794 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 19795 }, 19796 { 19797 "name": "Test TestImageKit: test_check_access_filters RemoteRemote", 19798 "type": "go", 19799 "request": "launch", 19800 "mode": "test", 19801 "program": "./cmd/bisync", 19802 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_check_access_filters", "-no-cleanup"] 19803 }, 19804 { 19805 "name": "Test TestImageKit: test_check_filename LocalRemote", 19806 "type": "go", 19807 "request": "launch", 19808 "mode": "test", 19809 "program": "./cmd/bisync", 19810 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_check_filename", "-no-cleanup"] 19811 }, 19812 { 19813 "name": "Test TestImageKit: test_check_filename RemoteLocal", 19814 "type": "go", 19815 "request": "launch", 19816 "mode": "test", 19817 "program": "./cmd/bisync", 19818 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 19819 }, 19820 { 19821 "name": "Test TestImageKit: test_check_filename RemoteRemote", 19822 "type": "go", 19823 "request": "launch", 19824 "mode": "test", 19825 "program": "./cmd/bisync", 19826 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_check_filename", "-no-cleanup"] 19827 }, 19828 { 19829 "name": "Test TestImageKit: test_check_sync LocalRemote", 19830 "type": "go", 19831 "request": "launch", 19832 "mode": "test", 19833 "program": "./cmd/bisync", 19834 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_check_sync", "-no-cleanup"] 19835 }, 19836 { 19837 "name": "Test TestImageKit: test_check_sync RemoteLocal", 19838 "type": "go", 19839 "request": "launch", 19840 "mode": "test", 19841 "program": "./cmd/bisync", 19842 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 19843 }, 19844 { 19845 "name": "Test TestImageKit: test_check_sync RemoteRemote", 19846 "type": "go", 19847 "request": "launch", 19848 "mode": "test", 19849 "program": "./cmd/bisync", 19850 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_check_sync", "-no-cleanup"] 19851 }, 19852 { 19853 "name": "Test TestImageKit: test_compare_all LocalRemote", 19854 "type": "go", 19855 "request": "launch", 19856 "mode": "test", 19857 "program": "./cmd/bisync", 19858 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_compare_all", "-no-cleanup"] 19859 }, 19860 { 19861 "name": "Test TestImageKit: test_compare_all RemoteLocal", 19862 "type": "go", 19863 "request": "launch", 19864 "mode": "test", 19865 "program": "./cmd/bisync", 19866 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 19867 }, 19868 { 19869 "name": "Test TestImageKit: test_compare_all RemoteRemote", 19870 "type": "go", 19871 "request": "launch", 19872 "mode": "test", 19873 "program": "./cmd/bisync", 19874 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_compare_all", "-no-cleanup"] 19875 }, 19876 { 19877 "name": "Test TestImageKit: test_createemptysrcdirs LocalRemote", 19878 "type": "go", 19879 "request": "launch", 19880 "mode": "test", 19881 "program": "./cmd/bisync", 19882 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 19883 }, 19884 { 19885 "name": "Test TestImageKit: test_createemptysrcdirs RemoteLocal", 19886 "type": "go", 19887 "request": "launch", 19888 "mode": "test", 19889 "program": "./cmd/bisync", 19890 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 19891 }, 19892 { 19893 "name": "Test TestImageKit: test_createemptysrcdirs RemoteRemote", 19894 "type": "go", 19895 "request": "launch", 19896 "mode": "test", 19897 "program": "./cmd/bisync", 19898 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 19899 }, 19900 { 19901 "name": "Test TestImageKit: test_dry_run LocalRemote", 19902 "type": "go", 19903 "request": "launch", 19904 "mode": "test", 19905 "program": "./cmd/bisync", 19906 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_dry_run", "-no-cleanup"] 19907 }, 19908 { 19909 "name": "Test TestImageKit: test_dry_run RemoteLocal", 19910 "type": "go", 19911 "request": "launch", 19912 "mode": "test", 19913 "program": "./cmd/bisync", 19914 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 19915 }, 19916 { 19917 "name": "Test TestImageKit: test_dry_run RemoteRemote", 19918 "type": "go", 19919 "request": "launch", 19920 "mode": "test", 19921 "program": "./cmd/bisync", 19922 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_dry_run", "-no-cleanup"] 19923 }, 19924 { 19925 "name": "Test TestImageKit: test_equal LocalRemote", 19926 "type": "go", 19927 "request": "launch", 19928 "mode": "test", 19929 "program": "./cmd/bisync", 19930 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_equal", "-no-cleanup"] 19931 }, 19932 { 19933 "name": "Test TestImageKit: test_equal RemoteLocal", 19934 "type": "go", 19935 "request": "launch", 19936 "mode": "test", 19937 "program": "./cmd/bisync", 19938 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 19939 }, 19940 { 19941 "name": "Test TestImageKit: test_equal RemoteRemote", 19942 "type": "go", 19943 "request": "launch", 19944 "mode": "test", 19945 "program": "./cmd/bisync", 19946 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_equal", "-no-cleanup"] 19947 }, 19948 { 19949 "name": "Test TestImageKit: test_ext_paths LocalRemote", 19950 "type": "go", 19951 "request": "launch", 19952 "mode": "test", 19953 "program": "./cmd/bisync", 19954 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_ext_paths", "-no-cleanup"] 19955 }, 19956 { 19957 "name": "Test TestImageKit: test_ext_paths RemoteLocal", 19958 "type": "go", 19959 "request": "launch", 19960 "mode": "test", 19961 "program": "./cmd/bisync", 19962 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 19963 }, 19964 { 19965 "name": "Test TestImageKit: test_ext_paths RemoteRemote", 19966 "type": "go", 19967 "request": "launch", 19968 "mode": "test", 19969 "program": "./cmd/bisync", 19970 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_ext_paths", "-no-cleanup"] 19971 }, 19972 { 19973 "name": "Test TestImageKit: test_extended_filenames LocalRemote", 19974 "type": "go", 19975 "request": "launch", 19976 "mode": "test", 19977 "program": "./cmd/bisync", 19978 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_extended_filenames", "-no-cleanup"] 19979 }, 19980 { 19981 "name": "Test TestImageKit: test_extended_filenames RemoteLocal", 19982 "type": "go", 19983 "request": "launch", 19984 "mode": "test", 19985 "program": "./cmd/bisync", 19986 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 19987 }, 19988 { 19989 "name": "Test TestImageKit: test_extended_filenames RemoteRemote", 19990 "type": "go", 19991 "request": "launch", 19992 "mode": "test", 19993 "program": "./cmd/bisync", 19994 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_extended_filenames", "-no-cleanup"] 19995 }, 19996 { 19997 "name": "Test TestImageKit: test_filters LocalRemote", 19998 "type": "go", 19999 "request": "launch", 20000 "mode": "test", 20001 "program": "./cmd/bisync", 20002 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_filters", "-no-cleanup"] 20003 }, 20004 { 20005 "name": "Test TestImageKit: test_filters RemoteLocal", 20006 "type": "go", 20007 "request": "launch", 20008 "mode": "test", 20009 "program": "./cmd/bisync", 20010 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 20011 }, 20012 { 20013 "name": "Test TestImageKit: test_filters RemoteRemote", 20014 "type": "go", 20015 "request": "launch", 20016 "mode": "test", 20017 "program": "./cmd/bisync", 20018 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_filters", "-no-cleanup"] 20019 }, 20020 { 20021 "name": "Test TestImageKit: test_filtersfile_checks LocalRemote", 20022 "type": "go", 20023 "request": "launch", 20024 "mode": "test", 20025 "program": "./cmd/bisync", 20026 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_filtersfile_checks", "-no-cleanup"] 20027 }, 20028 { 20029 "name": "Test TestImageKit: test_filtersfile_checks RemoteLocal", 20030 "type": "go", 20031 "request": "launch", 20032 "mode": "test", 20033 "program": "./cmd/bisync", 20034 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 20035 }, 20036 { 20037 "name": "Test TestImageKit: test_filtersfile_checks RemoteRemote", 20038 "type": "go", 20039 "request": "launch", 20040 "mode": "test", 20041 "program": "./cmd/bisync", 20042 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_filtersfile_checks", "-no-cleanup"] 20043 }, 20044 { 20045 "name": "Test TestImageKit: test_ignorelistingchecksum LocalRemote", 20046 "type": "go", 20047 "request": "launch", 20048 "mode": "test", 20049 "program": "./cmd/bisync", 20050 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 20051 }, 20052 { 20053 "name": "Test TestImageKit: test_ignorelistingchecksum RemoteLocal", 20054 "type": "go", 20055 "request": "launch", 20056 "mode": "test", 20057 "program": "./cmd/bisync", 20058 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 20059 }, 20060 { 20061 "name": "Test TestImageKit: test_ignorelistingchecksum RemoteRemote", 20062 "type": "go", 20063 "request": "launch", 20064 "mode": "test", 20065 "program": "./cmd/bisync", 20066 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 20067 }, 20068 { 20069 "name": "Test TestImageKit: test_max_delete_path1 LocalRemote", 20070 "type": "go", 20071 "request": "launch", 20072 "mode": "test", 20073 "program": "./cmd/bisync", 20074 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_max_delete_path1", "-no-cleanup"] 20075 }, 20076 { 20077 "name": "Test TestImageKit: test_max_delete_path1 RemoteLocal", 20078 "type": "go", 20079 "request": "launch", 20080 "mode": "test", 20081 "program": "./cmd/bisync", 20082 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 20083 }, 20084 { 20085 "name": "Test TestImageKit: test_max_delete_path1 RemoteRemote", 20086 "type": "go", 20087 "request": "launch", 20088 "mode": "test", 20089 "program": "./cmd/bisync", 20090 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_max_delete_path1", "-no-cleanup"] 20091 }, 20092 { 20093 "name": "Test TestImageKit: test_max_delete_path2_force LocalRemote", 20094 "type": "go", 20095 "request": "launch", 20096 "mode": "test", 20097 "program": "./cmd/bisync", 20098 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 20099 }, 20100 { 20101 "name": "Test TestImageKit: test_max_delete_path2_force RemoteLocal", 20102 "type": "go", 20103 "request": "launch", 20104 "mode": "test", 20105 "program": "./cmd/bisync", 20106 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 20107 }, 20108 { 20109 "name": "Test TestImageKit: test_max_delete_path2_force RemoteRemote", 20110 "type": "go", 20111 "request": "launch", 20112 "mode": "test", 20113 "program": "./cmd/bisync", 20114 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 20115 }, 20116 { 20117 "name": "Test TestImageKit: test_nomodtime LocalRemote", 20118 "type": "go", 20119 "request": "launch", 20120 "mode": "test", 20121 "program": "./cmd/bisync", 20122 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_nomodtime", "-no-cleanup"] 20123 }, 20124 { 20125 "name": "Test TestImageKit: test_nomodtime RemoteLocal", 20126 "type": "go", 20127 "request": "launch", 20128 "mode": "test", 20129 "program": "./cmd/bisync", 20130 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 20131 }, 20132 { 20133 "name": "Test TestImageKit: test_nomodtime RemoteRemote", 20134 "type": "go", 20135 "request": "launch", 20136 "mode": "test", 20137 "program": "./cmd/bisync", 20138 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_nomodtime", "-no-cleanup"] 20139 }, 20140 { 20141 "name": "Test TestImageKit: test_normalization LocalRemote", 20142 "type": "go", 20143 "request": "launch", 20144 "mode": "test", 20145 "program": "./cmd/bisync", 20146 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_normalization", "-no-cleanup"] 20147 }, 20148 { 20149 "name": "Test TestImageKit: test_normalization RemoteLocal", 20150 "type": "go", 20151 "request": "launch", 20152 "mode": "test", 20153 "program": "./cmd/bisync", 20154 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 20155 }, 20156 { 20157 "name": "Test TestImageKit: test_normalization RemoteRemote", 20158 "type": "go", 20159 "request": "launch", 20160 "mode": "test", 20161 "program": "./cmd/bisync", 20162 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_normalization", "-no-cleanup"] 20163 }, 20164 { 20165 "name": "Test TestImageKit: test_rclone_args LocalRemote", 20166 "type": "go", 20167 "request": "launch", 20168 "mode": "test", 20169 "program": "./cmd/bisync", 20170 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_rclone_args", "-no-cleanup"] 20171 }, 20172 { 20173 "name": "Test TestImageKit: test_rclone_args RemoteLocal", 20174 "type": "go", 20175 "request": "launch", 20176 "mode": "test", 20177 "program": "./cmd/bisync", 20178 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 20179 }, 20180 { 20181 "name": "Test TestImageKit: test_rclone_args RemoteRemote", 20182 "type": "go", 20183 "request": "launch", 20184 "mode": "test", 20185 "program": "./cmd/bisync", 20186 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_rclone_args", "-no-cleanup"] 20187 }, 20188 { 20189 "name": "Test TestImageKit: test_resolve LocalRemote", 20190 "type": "go", 20191 "request": "launch", 20192 "mode": "test", 20193 "program": "./cmd/bisync", 20194 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_resolve", "-no-cleanup"] 20195 }, 20196 { 20197 "name": "Test TestImageKit: test_resolve RemoteLocal", 20198 "type": "go", 20199 "request": "launch", 20200 "mode": "test", 20201 "program": "./cmd/bisync", 20202 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 20203 }, 20204 { 20205 "name": "Test TestImageKit: test_resolve RemoteRemote", 20206 "type": "go", 20207 "request": "launch", 20208 "mode": "test", 20209 "program": "./cmd/bisync", 20210 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_resolve", "-no-cleanup"] 20211 }, 20212 { 20213 "name": "Test TestImageKit: test_resync LocalRemote", 20214 "type": "go", 20215 "request": "launch", 20216 "mode": "test", 20217 "program": "./cmd/bisync", 20218 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_resync", "-no-cleanup"] 20219 }, 20220 { 20221 "name": "Test TestImageKit: test_resync RemoteLocal", 20222 "type": "go", 20223 "request": "launch", 20224 "mode": "test", 20225 "program": "./cmd/bisync", 20226 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 20227 }, 20228 { 20229 "name": "Test TestImageKit: test_resync RemoteRemote", 20230 "type": "go", 20231 "request": "launch", 20232 "mode": "test", 20233 "program": "./cmd/bisync", 20234 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_resync", "-no-cleanup"] 20235 }, 20236 { 20237 "name": "Test TestImageKit: test_resync_modes LocalRemote", 20238 "type": "go", 20239 "request": "launch", 20240 "mode": "test", 20241 "program": "./cmd/bisync", 20242 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_resync_modes", "-no-cleanup"] 20243 }, 20244 { 20245 "name": "Test TestImageKit: test_resync_modes RemoteLocal", 20246 "type": "go", 20247 "request": "launch", 20248 "mode": "test", 20249 "program": "./cmd/bisync", 20250 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 20251 }, 20252 { 20253 "name": "Test TestImageKit: test_resync_modes RemoteRemote", 20254 "type": "go", 20255 "request": "launch", 20256 "mode": "test", 20257 "program": "./cmd/bisync", 20258 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_resync_modes", "-no-cleanup"] 20259 }, 20260 { 20261 "name": "Test TestImageKit: test_rmdirs LocalRemote", 20262 "type": "go", 20263 "request": "launch", 20264 "mode": "test", 20265 "program": "./cmd/bisync", 20266 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_rmdirs", "-no-cleanup"] 20267 }, 20268 { 20269 "name": "Test TestImageKit: test_rmdirs RemoteLocal", 20270 "type": "go", 20271 "request": "launch", 20272 "mode": "test", 20273 "program": "./cmd/bisync", 20274 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 20275 }, 20276 { 20277 "name": "Test TestImageKit: test_rmdirs RemoteRemote", 20278 "type": "go", 20279 "request": "launch", 20280 "mode": "test", 20281 "program": "./cmd/bisync", 20282 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_rmdirs", "-no-cleanup"] 20283 }, 20284 { 20285 "name": "Test TestImageKit: test_volatile LocalRemote", 20286 "type": "go", 20287 "request": "launch", 20288 "mode": "test", 20289 "program": "./cmd/bisync", 20290 "args": ["-remote", "local", "-remote2", "TestImageKit:", "-case", "test_volatile", "-no-cleanup"] 20291 }, 20292 { 20293 "name": "Test TestImageKit: test_volatile RemoteLocal", 20294 "type": "go", 20295 "request": "launch", 20296 "mode": "test", 20297 "program": "./cmd/bisync", 20298 "args": ["-remote", "TestImageKit:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 20299 }, 20300 { 20301 "name": "Test TestImageKit: test_volatile RemoteRemote", 20302 "type": "go", 20303 "request": "launch", 20304 "mode": "test", 20305 "program": "./cmd/bisync", 20306 "args": ["-remote", "TestImageKit:", "-remote2", "TestImageKit:", "-case", "test_volatile", "-no-cleanup"] 20307 }, 20308 { 20309 "name": "Test TestIA:rclone-integration-test test_all_changed LocalRemote", 20310 "type": "go", 20311 "request": "launch", 20312 "mode": "test", 20313 "program": "./cmd/bisync", 20314 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_all_changed", "-no-cleanup"] 20315 }, 20316 { 20317 "name": "Test TestIA:rclone-integration-test test_all_changed RemoteLocal", 20318 "type": "go", 20319 "request": "launch", 20320 "mode": "test", 20321 "program": "./cmd/bisync", 20322 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 20323 }, 20324 { 20325 "name": "Test TestIA:rclone-integration-test test_all_changed RemoteRemote", 20326 "type": "go", 20327 "request": "launch", 20328 "mode": "test", 20329 "program": "./cmd/bisync", 20330 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_all_changed", "-no-cleanup"] 20331 }, 20332 { 20333 "name": "Test TestIA:rclone-integration-test test_backupdir LocalRemote", 20334 "type": "go", 20335 "request": "launch", 20336 "mode": "test", 20337 "program": "./cmd/bisync", 20338 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_backupdir", "-no-cleanup"] 20339 }, 20340 { 20341 "name": "Test TestIA:rclone-integration-test test_backupdir RemoteLocal", 20342 "type": "go", 20343 "request": "launch", 20344 "mode": "test", 20345 "program": "./cmd/bisync", 20346 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 20347 }, 20348 { 20349 "name": "Test TestIA:rclone-integration-test test_backupdir RemoteRemote", 20350 "type": "go", 20351 "request": "launch", 20352 "mode": "test", 20353 "program": "./cmd/bisync", 20354 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_backupdir", "-no-cleanup"] 20355 }, 20356 { 20357 "name": "Test TestIA:rclone-integration-test test_basic LocalRemote", 20358 "type": "go", 20359 "request": "launch", 20360 "mode": "test", 20361 "program": "./cmd/bisync", 20362 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_basic", "-no-cleanup"] 20363 }, 20364 { 20365 "name": "Test TestIA:rclone-integration-test test_basic RemoteLocal", 20366 "type": "go", 20367 "request": "launch", 20368 "mode": "test", 20369 "program": "./cmd/bisync", 20370 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 20371 }, 20372 { 20373 "name": "Test TestIA:rclone-integration-test test_basic RemoteRemote", 20374 "type": "go", 20375 "request": "launch", 20376 "mode": "test", 20377 "program": "./cmd/bisync", 20378 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_basic", "-no-cleanup"] 20379 }, 20380 { 20381 "name": "Test TestIA:rclone-integration-test test_changes LocalRemote", 20382 "type": "go", 20383 "request": "launch", 20384 "mode": "test", 20385 "program": "./cmd/bisync", 20386 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_changes", "-no-cleanup"] 20387 }, 20388 { 20389 "name": "Test TestIA:rclone-integration-test test_changes RemoteLocal", 20390 "type": "go", 20391 "request": "launch", 20392 "mode": "test", 20393 "program": "./cmd/bisync", 20394 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 20395 }, 20396 { 20397 "name": "Test TestIA:rclone-integration-test test_changes RemoteRemote", 20398 "type": "go", 20399 "request": "launch", 20400 "mode": "test", 20401 "program": "./cmd/bisync", 20402 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_changes", "-no-cleanup"] 20403 }, 20404 { 20405 "name": "Test TestIA:rclone-integration-test test_check_access LocalRemote", 20406 "type": "go", 20407 "request": "launch", 20408 "mode": "test", 20409 "program": "./cmd/bisync", 20410 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_check_access", "-no-cleanup"] 20411 }, 20412 { 20413 "name": "Test TestIA:rclone-integration-test test_check_access RemoteLocal", 20414 "type": "go", 20415 "request": "launch", 20416 "mode": "test", 20417 "program": "./cmd/bisync", 20418 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 20419 }, 20420 { 20421 "name": "Test TestIA:rclone-integration-test test_check_access RemoteRemote", 20422 "type": "go", 20423 "request": "launch", 20424 "mode": "test", 20425 "program": "./cmd/bisync", 20426 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_check_access", "-no-cleanup"] 20427 }, 20428 { 20429 "name": "Test TestIA:rclone-integration-test test_check_access_filters LocalRemote", 20430 "type": "go", 20431 "request": "launch", 20432 "mode": "test", 20433 "program": "./cmd/bisync", 20434 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_check_access_filters", "-no-cleanup"] 20435 }, 20436 { 20437 "name": "Test TestIA:rclone-integration-test test_check_access_filters RemoteLocal", 20438 "type": "go", 20439 "request": "launch", 20440 "mode": "test", 20441 "program": "./cmd/bisync", 20442 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 20443 }, 20444 { 20445 "name": "Test TestIA:rclone-integration-test test_check_access_filters RemoteRemote", 20446 "type": "go", 20447 "request": "launch", 20448 "mode": "test", 20449 "program": "./cmd/bisync", 20450 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_check_access_filters", "-no-cleanup"] 20451 }, 20452 { 20453 "name": "Test TestIA:rclone-integration-test test_check_filename LocalRemote", 20454 "type": "go", 20455 "request": "launch", 20456 "mode": "test", 20457 "program": "./cmd/bisync", 20458 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_check_filename", "-no-cleanup"] 20459 }, 20460 { 20461 "name": "Test TestIA:rclone-integration-test test_check_filename RemoteLocal", 20462 "type": "go", 20463 "request": "launch", 20464 "mode": "test", 20465 "program": "./cmd/bisync", 20466 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 20467 }, 20468 { 20469 "name": "Test TestIA:rclone-integration-test test_check_filename RemoteRemote", 20470 "type": "go", 20471 "request": "launch", 20472 "mode": "test", 20473 "program": "./cmd/bisync", 20474 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_check_filename", "-no-cleanup"] 20475 }, 20476 { 20477 "name": "Test TestIA:rclone-integration-test test_check_sync LocalRemote", 20478 "type": "go", 20479 "request": "launch", 20480 "mode": "test", 20481 "program": "./cmd/bisync", 20482 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_check_sync", "-no-cleanup"] 20483 }, 20484 { 20485 "name": "Test TestIA:rclone-integration-test test_check_sync RemoteLocal", 20486 "type": "go", 20487 "request": "launch", 20488 "mode": "test", 20489 "program": "./cmd/bisync", 20490 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 20491 }, 20492 { 20493 "name": "Test TestIA:rclone-integration-test test_check_sync RemoteRemote", 20494 "type": "go", 20495 "request": "launch", 20496 "mode": "test", 20497 "program": "./cmd/bisync", 20498 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_check_sync", "-no-cleanup"] 20499 }, 20500 { 20501 "name": "Test TestIA:rclone-integration-test test_compare_all LocalRemote", 20502 "type": "go", 20503 "request": "launch", 20504 "mode": "test", 20505 "program": "./cmd/bisync", 20506 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_compare_all", "-no-cleanup"] 20507 }, 20508 { 20509 "name": "Test TestIA:rclone-integration-test test_compare_all RemoteLocal", 20510 "type": "go", 20511 "request": "launch", 20512 "mode": "test", 20513 "program": "./cmd/bisync", 20514 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 20515 }, 20516 { 20517 "name": "Test TestIA:rclone-integration-test test_compare_all RemoteRemote", 20518 "type": "go", 20519 "request": "launch", 20520 "mode": "test", 20521 "program": "./cmd/bisync", 20522 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_compare_all", "-no-cleanup"] 20523 }, 20524 { 20525 "name": "Test TestIA:rclone-integration-test test_createemptysrcdirs LocalRemote", 20526 "type": "go", 20527 "request": "launch", 20528 "mode": "test", 20529 "program": "./cmd/bisync", 20530 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_createemptysrcdirs", "-no-cleanup"] 20531 }, 20532 { 20533 "name": "Test TestIA:rclone-integration-test test_createemptysrcdirs RemoteLocal", 20534 "type": "go", 20535 "request": "launch", 20536 "mode": "test", 20537 "program": "./cmd/bisync", 20538 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 20539 }, 20540 { 20541 "name": "Test TestIA:rclone-integration-test test_createemptysrcdirs RemoteRemote", 20542 "type": "go", 20543 "request": "launch", 20544 "mode": "test", 20545 "program": "./cmd/bisync", 20546 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_createemptysrcdirs", "-no-cleanup"] 20547 }, 20548 { 20549 "name": "Test TestIA:rclone-integration-test test_dry_run LocalRemote", 20550 "type": "go", 20551 "request": "launch", 20552 "mode": "test", 20553 "program": "./cmd/bisync", 20554 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_dry_run", "-no-cleanup"] 20555 }, 20556 { 20557 "name": "Test TestIA:rclone-integration-test test_dry_run RemoteLocal", 20558 "type": "go", 20559 "request": "launch", 20560 "mode": "test", 20561 "program": "./cmd/bisync", 20562 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 20563 }, 20564 { 20565 "name": "Test TestIA:rclone-integration-test test_dry_run RemoteRemote", 20566 "type": "go", 20567 "request": "launch", 20568 "mode": "test", 20569 "program": "./cmd/bisync", 20570 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_dry_run", "-no-cleanup"] 20571 }, 20572 { 20573 "name": "Test TestIA:rclone-integration-test test_equal LocalRemote", 20574 "type": "go", 20575 "request": "launch", 20576 "mode": "test", 20577 "program": "./cmd/bisync", 20578 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_equal", "-no-cleanup"] 20579 }, 20580 { 20581 "name": "Test TestIA:rclone-integration-test test_equal RemoteLocal", 20582 "type": "go", 20583 "request": "launch", 20584 "mode": "test", 20585 "program": "./cmd/bisync", 20586 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 20587 }, 20588 { 20589 "name": "Test TestIA:rclone-integration-test test_equal RemoteRemote", 20590 "type": "go", 20591 "request": "launch", 20592 "mode": "test", 20593 "program": "./cmd/bisync", 20594 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_equal", "-no-cleanup"] 20595 }, 20596 { 20597 "name": "Test TestIA:rclone-integration-test test_ext_paths LocalRemote", 20598 "type": "go", 20599 "request": "launch", 20600 "mode": "test", 20601 "program": "./cmd/bisync", 20602 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_ext_paths", "-no-cleanup"] 20603 }, 20604 { 20605 "name": "Test TestIA:rclone-integration-test test_ext_paths RemoteLocal", 20606 "type": "go", 20607 "request": "launch", 20608 "mode": "test", 20609 "program": "./cmd/bisync", 20610 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 20611 }, 20612 { 20613 "name": "Test TestIA:rclone-integration-test test_ext_paths RemoteRemote", 20614 "type": "go", 20615 "request": "launch", 20616 "mode": "test", 20617 "program": "./cmd/bisync", 20618 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_ext_paths", "-no-cleanup"] 20619 }, 20620 { 20621 "name": "Test TestIA:rclone-integration-test test_extended_filenames LocalRemote", 20622 "type": "go", 20623 "request": "launch", 20624 "mode": "test", 20625 "program": "./cmd/bisync", 20626 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_extended_filenames", "-no-cleanup"] 20627 }, 20628 { 20629 "name": "Test TestIA:rclone-integration-test test_extended_filenames RemoteLocal", 20630 "type": "go", 20631 "request": "launch", 20632 "mode": "test", 20633 "program": "./cmd/bisync", 20634 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 20635 }, 20636 { 20637 "name": "Test TestIA:rclone-integration-test test_extended_filenames RemoteRemote", 20638 "type": "go", 20639 "request": "launch", 20640 "mode": "test", 20641 "program": "./cmd/bisync", 20642 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_extended_filenames", "-no-cleanup"] 20643 }, 20644 { 20645 "name": "Test TestIA:rclone-integration-test test_filters LocalRemote", 20646 "type": "go", 20647 "request": "launch", 20648 "mode": "test", 20649 "program": "./cmd/bisync", 20650 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_filters", "-no-cleanup"] 20651 }, 20652 { 20653 "name": "Test TestIA:rclone-integration-test test_filters RemoteLocal", 20654 "type": "go", 20655 "request": "launch", 20656 "mode": "test", 20657 "program": "./cmd/bisync", 20658 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 20659 }, 20660 { 20661 "name": "Test TestIA:rclone-integration-test test_filters RemoteRemote", 20662 "type": "go", 20663 "request": "launch", 20664 "mode": "test", 20665 "program": "./cmd/bisync", 20666 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_filters", "-no-cleanup"] 20667 }, 20668 { 20669 "name": "Test TestIA:rclone-integration-test test_filtersfile_checks LocalRemote", 20670 "type": "go", 20671 "request": "launch", 20672 "mode": "test", 20673 "program": "./cmd/bisync", 20674 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_filtersfile_checks", "-no-cleanup"] 20675 }, 20676 { 20677 "name": "Test TestIA:rclone-integration-test test_filtersfile_checks RemoteLocal", 20678 "type": "go", 20679 "request": "launch", 20680 "mode": "test", 20681 "program": "./cmd/bisync", 20682 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 20683 }, 20684 { 20685 "name": "Test TestIA:rclone-integration-test test_filtersfile_checks RemoteRemote", 20686 "type": "go", 20687 "request": "launch", 20688 "mode": "test", 20689 "program": "./cmd/bisync", 20690 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_filtersfile_checks", "-no-cleanup"] 20691 }, 20692 { 20693 "name": "Test TestIA:rclone-integration-test test_ignorelistingchecksum LocalRemote", 20694 "type": "go", 20695 "request": "launch", 20696 "mode": "test", 20697 "program": "./cmd/bisync", 20698 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 20699 }, 20700 { 20701 "name": "Test TestIA:rclone-integration-test test_ignorelistingchecksum RemoteLocal", 20702 "type": "go", 20703 "request": "launch", 20704 "mode": "test", 20705 "program": "./cmd/bisync", 20706 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 20707 }, 20708 { 20709 "name": "Test TestIA:rclone-integration-test test_ignorelistingchecksum RemoteRemote", 20710 "type": "go", 20711 "request": "launch", 20712 "mode": "test", 20713 "program": "./cmd/bisync", 20714 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 20715 }, 20716 { 20717 "name": "Test TestIA:rclone-integration-test test_max_delete_path1 LocalRemote", 20718 "type": "go", 20719 "request": "launch", 20720 "mode": "test", 20721 "program": "./cmd/bisync", 20722 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_max_delete_path1", "-no-cleanup"] 20723 }, 20724 { 20725 "name": "Test TestIA:rclone-integration-test test_max_delete_path1 RemoteLocal", 20726 "type": "go", 20727 "request": "launch", 20728 "mode": "test", 20729 "program": "./cmd/bisync", 20730 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 20731 }, 20732 { 20733 "name": "Test TestIA:rclone-integration-test test_max_delete_path1 RemoteRemote", 20734 "type": "go", 20735 "request": "launch", 20736 "mode": "test", 20737 "program": "./cmd/bisync", 20738 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_max_delete_path1", "-no-cleanup"] 20739 }, 20740 { 20741 "name": "Test TestIA:rclone-integration-test test_max_delete_path2_force LocalRemote", 20742 "type": "go", 20743 "request": "launch", 20744 "mode": "test", 20745 "program": "./cmd/bisync", 20746 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_max_delete_path2_force", "-no-cleanup"] 20747 }, 20748 { 20749 "name": "Test TestIA:rclone-integration-test test_max_delete_path2_force RemoteLocal", 20750 "type": "go", 20751 "request": "launch", 20752 "mode": "test", 20753 "program": "./cmd/bisync", 20754 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 20755 }, 20756 { 20757 "name": "Test TestIA:rclone-integration-test test_max_delete_path2_force RemoteRemote", 20758 "type": "go", 20759 "request": "launch", 20760 "mode": "test", 20761 "program": "./cmd/bisync", 20762 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_max_delete_path2_force", "-no-cleanup"] 20763 }, 20764 { 20765 "name": "Test TestIA:rclone-integration-test test_nomodtime LocalRemote", 20766 "type": "go", 20767 "request": "launch", 20768 "mode": "test", 20769 "program": "./cmd/bisync", 20770 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_nomodtime", "-no-cleanup"] 20771 }, 20772 { 20773 "name": "Test TestIA:rclone-integration-test test_nomodtime RemoteLocal", 20774 "type": "go", 20775 "request": "launch", 20776 "mode": "test", 20777 "program": "./cmd/bisync", 20778 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 20779 }, 20780 { 20781 "name": "Test TestIA:rclone-integration-test test_nomodtime RemoteRemote", 20782 "type": "go", 20783 "request": "launch", 20784 "mode": "test", 20785 "program": "./cmd/bisync", 20786 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_nomodtime", "-no-cleanup"] 20787 }, 20788 { 20789 "name": "Test TestIA:rclone-integration-test test_normalization LocalRemote", 20790 "type": "go", 20791 "request": "launch", 20792 "mode": "test", 20793 "program": "./cmd/bisync", 20794 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_normalization", "-no-cleanup"] 20795 }, 20796 { 20797 "name": "Test TestIA:rclone-integration-test test_normalization RemoteLocal", 20798 "type": "go", 20799 "request": "launch", 20800 "mode": "test", 20801 "program": "./cmd/bisync", 20802 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 20803 }, 20804 { 20805 "name": "Test TestIA:rclone-integration-test test_normalization RemoteRemote", 20806 "type": "go", 20807 "request": "launch", 20808 "mode": "test", 20809 "program": "./cmd/bisync", 20810 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_normalization", "-no-cleanup"] 20811 }, 20812 { 20813 "name": "Test TestIA:rclone-integration-test test_rclone_args LocalRemote", 20814 "type": "go", 20815 "request": "launch", 20816 "mode": "test", 20817 "program": "./cmd/bisync", 20818 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_rclone_args", "-no-cleanup"] 20819 }, 20820 { 20821 "name": "Test TestIA:rclone-integration-test test_rclone_args RemoteLocal", 20822 "type": "go", 20823 "request": "launch", 20824 "mode": "test", 20825 "program": "./cmd/bisync", 20826 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 20827 }, 20828 { 20829 "name": "Test TestIA:rclone-integration-test test_rclone_args RemoteRemote", 20830 "type": "go", 20831 "request": "launch", 20832 "mode": "test", 20833 "program": "./cmd/bisync", 20834 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_rclone_args", "-no-cleanup"] 20835 }, 20836 { 20837 "name": "Test TestIA:rclone-integration-test test_resolve LocalRemote", 20838 "type": "go", 20839 "request": "launch", 20840 "mode": "test", 20841 "program": "./cmd/bisync", 20842 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_resolve", "-no-cleanup"] 20843 }, 20844 { 20845 "name": "Test TestIA:rclone-integration-test test_resolve RemoteLocal", 20846 "type": "go", 20847 "request": "launch", 20848 "mode": "test", 20849 "program": "./cmd/bisync", 20850 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 20851 }, 20852 { 20853 "name": "Test TestIA:rclone-integration-test test_resolve RemoteRemote", 20854 "type": "go", 20855 "request": "launch", 20856 "mode": "test", 20857 "program": "./cmd/bisync", 20858 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_resolve", "-no-cleanup"] 20859 }, 20860 { 20861 "name": "Test TestIA:rclone-integration-test test_resync LocalRemote", 20862 "type": "go", 20863 "request": "launch", 20864 "mode": "test", 20865 "program": "./cmd/bisync", 20866 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_resync", "-no-cleanup"] 20867 }, 20868 { 20869 "name": "Test TestIA:rclone-integration-test test_resync RemoteLocal", 20870 "type": "go", 20871 "request": "launch", 20872 "mode": "test", 20873 "program": "./cmd/bisync", 20874 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 20875 }, 20876 { 20877 "name": "Test TestIA:rclone-integration-test test_resync RemoteRemote", 20878 "type": "go", 20879 "request": "launch", 20880 "mode": "test", 20881 "program": "./cmd/bisync", 20882 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_resync", "-no-cleanup"] 20883 }, 20884 { 20885 "name": "Test TestIA:rclone-integration-test test_resync_modes LocalRemote", 20886 "type": "go", 20887 "request": "launch", 20888 "mode": "test", 20889 "program": "./cmd/bisync", 20890 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_resync_modes", "-no-cleanup"] 20891 }, 20892 { 20893 "name": "Test TestIA:rclone-integration-test test_resync_modes RemoteLocal", 20894 "type": "go", 20895 "request": "launch", 20896 "mode": "test", 20897 "program": "./cmd/bisync", 20898 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 20899 }, 20900 { 20901 "name": "Test TestIA:rclone-integration-test test_resync_modes RemoteRemote", 20902 "type": "go", 20903 "request": "launch", 20904 "mode": "test", 20905 "program": "./cmd/bisync", 20906 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_resync_modes", "-no-cleanup"] 20907 }, 20908 { 20909 "name": "Test TestIA:rclone-integration-test test_rmdirs LocalRemote", 20910 "type": "go", 20911 "request": "launch", 20912 "mode": "test", 20913 "program": "./cmd/bisync", 20914 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_rmdirs", "-no-cleanup"] 20915 }, 20916 { 20917 "name": "Test TestIA:rclone-integration-test test_rmdirs RemoteLocal", 20918 "type": "go", 20919 "request": "launch", 20920 "mode": "test", 20921 "program": "./cmd/bisync", 20922 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 20923 }, 20924 { 20925 "name": "Test TestIA:rclone-integration-test test_rmdirs RemoteRemote", 20926 "type": "go", 20927 "request": "launch", 20928 "mode": "test", 20929 "program": "./cmd/bisync", 20930 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_rmdirs", "-no-cleanup"] 20931 }, 20932 { 20933 "name": "Test TestIA:rclone-integration-test test_volatile LocalRemote", 20934 "type": "go", 20935 "request": "launch", 20936 "mode": "test", 20937 "program": "./cmd/bisync", 20938 "args": ["-remote", "local", "-remote2", "TestIA:rclone-integration-test", "-case", "test_volatile", "-no-cleanup"] 20939 }, 20940 { 20941 "name": "Test TestIA:rclone-integration-test test_volatile RemoteLocal", 20942 "type": "go", 20943 "request": "launch", 20944 "mode": "test", 20945 "program": "./cmd/bisync", 20946 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 20947 }, 20948 { 20949 "name": "Test TestIA:rclone-integration-test test_volatile RemoteRemote", 20950 "type": "go", 20951 "request": "launch", 20952 "mode": "test", 20953 "program": "./cmd/bisync", 20954 "args": ["-remote", "TestIA:rclone-integration-test", "-remote2", "TestIA:rclone-integration-test", "-case", "test_volatile", "-no-cleanup"] 20955 }, 20956 { 20957 "name": "Test TestJottacloud: test_all_changed LocalRemote", 20958 "type": "go", 20959 "request": "launch", 20960 "mode": "test", 20961 "program": "./cmd/bisync", 20962 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_all_changed", "-no-cleanup"] 20963 }, 20964 { 20965 "name": "Test TestJottacloud: test_all_changed RemoteLocal", 20966 "type": "go", 20967 "request": "launch", 20968 "mode": "test", 20969 "program": "./cmd/bisync", 20970 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 20971 }, 20972 { 20973 "name": "Test TestJottacloud: test_all_changed RemoteRemote", 20974 "type": "go", 20975 "request": "launch", 20976 "mode": "test", 20977 "program": "./cmd/bisync", 20978 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_all_changed", "-no-cleanup"] 20979 }, 20980 { 20981 "name": "Test TestJottacloud: test_backupdir LocalRemote", 20982 "type": "go", 20983 "request": "launch", 20984 "mode": "test", 20985 "program": "./cmd/bisync", 20986 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_backupdir", "-no-cleanup"] 20987 }, 20988 { 20989 "name": "Test TestJottacloud: test_backupdir RemoteLocal", 20990 "type": "go", 20991 "request": "launch", 20992 "mode": "test", 20993 "program": "./cmd/bisync", 20994 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 20995 }, 20996 { 20997 "name": "Test TestJottacloud: test_backupdir RemoteRemote", 20998 "type": "go", 20999 "request": "launch", 21000 "mode": "test", 21001 "program": "./cmd/bisync", 21002 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_backupdir", "-no-cleanup"] 21003 }, 21004 { 21005 "name": "Test TestJottacloud: test_basic LocalRemote", 21006 "type": "go", 21007 "request": "launch", 21008 "mode": "test", 21009 "program": "./cmd/bisync", 21010 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_basic", "-no-cleanup"] 21011 }, 21012 { 21013 "name": "Test TestJottacloud: test_basic RemoteLocal", 21014 "type": "go", 21015 "request": "launch", 21016 "mode": "test", 21017 "program": "./cmd/bisync", 21018 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 21019 }, 21020 { 21021 "name": "Test TestJottacloud: test_basic RemoteRemote", 21022 "type": "go", 21023 "request": "launch", 21024 "mode": "test", 21025 "program": "./cmd/bisync", 21026 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_basic", "-no-cleanup"] 21027 }, 21028 { 21029 "name": "Test TestJottacloud: test_changes LocalRemote", 21030 "type": "go", 21031 "request": "launch", 21032 "mode": "test", 21033 "program": "./cmd/bisync", 21034 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_changes", "-no-cleanup"] 21035 }, 21036 { 21037 "name": "Test TestJottacloud: test_changes RemoteLocal", 21038 "type": "go", 21039 "request": "launch", 21040 "mode": "test", 21041 "program": "./cmd/bisync", 21042 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 21043 }, 21044 { 21045 "name": "Test TestJottacloud: test_changes RemoteRemote", 21046 "type": "go", 21047 "request": "launch", 21048 "mode": "test", 21049 "program": "./cmd/bisync", 21050 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_changes", "-no-cleanup"] 21051 }, 21052 { 21053 "name": "Test TestJottacloud: test_check_access LocalRemote", 21054 "type": "go", 21055 "request": "launch", 21056 "mode": "test", 21057 "program": "./cmd/bisync", 21058 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_check_access", "-no-cleanup"] 21059 }, 21060 { 21061 "name": "Test TestJottacloud: test_check_access RemoteLocal", 21062 "type": "go", 21063 "request": "launch", 21064 "mode": "test", 21065 "program": "./cmd/bisync", 21066 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 21067 }, 21068 { 21069 "name": "Test TestJottacloud: test_check_access RemoteRemote", 21070 "type": "go", 21071 "request": "launch", 21072 "mode": "test", 21073 "program": "./cmd/bisync", 21074 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_check_access", "-no-cleanup"] 21075 }, 21076 { 21077 "name": "Test TestJottacloud: test_check_access_filters LocalRemote", 21078 "type": "go", 21079 "request": "launch", 21080 "mode": "test", 21081 "program": "./cmd/bisync", 21082 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_check_access_filters", "-no-cleanup"] 21083 }, 21084 { 21085 "name": "Test TestJottacloud: test_check_access_filters RemoteLocal", 21086 "type": "go", 21087 "request": "launch", 21088 "mode": "test", 21089 "program": "./cmd/bisync", 21090 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 21091 }, 21092 { 21093 "name": "Test TestJottacloud: test_check_access_filters RemoteRemote", 21094 "type": "go", 21095 "request": "launch", 21096 "mode": "test", 21097 "program": "./cmd/bisync", 21098 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_check_access_filters", "-no-cleanup"] 21099 }, 21100 { 21101 "name": "Test TestJottacloud: test_check_filename LocalRemote", 21102 "type": "go", 21103 "request": "launch", 21104 "mode": "test", 21105 "program": "./cmd/bisync", 21106 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_check_filename", "-no-cleanup"] 21107 }, 21108 { 21109 "name": "Test TestJottacloud: test_check_filename RemoteLocal", 21110 "type": "go", 21111 "request": "launch", 21112 "mode": "test", 21113 "program": "./cmd/bisync", 21114 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 21115 }, 21116 { 21117 "name": "Test TestJottacloud: test_check_filename RemoteRemote", 21118 "type": "go", 21119 "request": "launch", 21120 "mode": "test", 21121 "program": "./cmd/bisync", 21122 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_check_filename", "-no-cleanup"] 21123 }, 21124 { 21125 "name": "Test TestJottacloud: test_check_sync LocalRemote", 21126 "type": "go", 21127 "request": "launch", 21128 "mode": "test", 21129 "program": "./cmd/bisync", 21130 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_check_sync", "-no-cleanup"] 21131 }, 21132 { 21133 "name": "Test TestJottacloud: test_check_sync RemoteLocal", 21134 "type": "go", 21135 "request": "launch", 21136 "mode": "test", 21137 "program": "./cmd/bisync", 21138 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 21139 }, 21140 { 21141 "name": "Test TestJottacloud: test_check_sync RemoteRemote", 21142 "type": "go", 21143 "request": "launch", 21144 "mode": "test", 21145 "program": "./cmd/bisync", 21146 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_check_sync", "-no-cleanup"] 21147 }, 21148 { 21149 "name": "Test TestJottacloud: test_compare_all LocalRemote", 21150 "type": "go", 21151 "request": "launch", 21152 "mode": "test", 21153 "program": "./cmd/bisync", 21154 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_compare_all", "-no-cleanup"] 21155 }, 21156 { 21157 "name": "Test TestJottacloud: test_compare_all RemoteLocal", 21158 "type": "go", 21159 "request": "launch", 21160 "mode": "test", 21161 "program": "./cmd/bisync", 21162 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 21163 }, 21164 { 21165 "name": "Test TestJottacloud: test_compare_all RemoteRemote", 21166 "type": "go", 21167 "request": "launch", 21168 "mode": "test", 21169 "program": "./cmd/bisync", 21170 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_compare_all", "-no-cleanup"] 21171 }, 21172 { 21173 "name": "Test TestJottacloud: test_createemptysrcdirs LocalRemote", 21174 "type": "go", 21175 "request": "launch", 21176 "mode": "test", 21177 "program": "./cmd/bisync", 21178 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 21179 }, 21180 { 21181 "name": "Test TestJottacloud: test_createemptysrcdirs RemoteLocal", 21182 "type": "go", 21183 "request": "launch", 21184 "mode": "test", 21185 "program": "./cmd/bisync", 21186 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 21187 }, 21188 { 21189 "name": "Test TestJottacloud: test_createemptysrcdirs RemoteRemote", 21190 "type": "go", 21191 "request": "launch", 21192 "mode": "test", 21193 "program": "./cmd/bisync", 21194 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 21195 }, 21196 { 21197 "name": "Test TestJottacloud: test_dry_run LocalRemote", 21198 "type": "go", 21199 "request": "launch", 21200 "mode": "test", 21201 "program": "./cmd/bisync", 21202 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_dry_run", "-no-cleanup"] 21203 }, 21204 { 21205 "name": "Test TestJottacloud: test_dry_run RemoteLocal", 21206 "type": "go", 21207 "request": "launch", 21208 "mode": "test", 21209 "program": "./cmd/bisync", 21210 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 21211 }, 21212 { 21213 "name": "Test TestJottacloud: test_dry_run RemoteRemote", 21214 "type": "go", 21215 "request": "launch", 21216 "mode": "test", 21217 "program": "./cmd/bisync", 21218 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_dry_run", "-no-cleanup"] 21219 }, 21220 { 21221 "name": "Test TestJottacloud: test_equal LocalRemote", 21222 "type": "go", 21223 "request": "launch", 21224 "mode": "test", 21225 "program": "./cmd/bisync", 21226 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_equal", "-no-cleanup"] 21227 }, 21228 { 21229 "name": "Test TestJottacloud: test_equal RemoteLocal", 21230 "type": "go", 21231 "request": "launch", 21232 "mode": "test", 21233 "program": "./cmd/bisync", 21234 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 21235 }, 21236 { 21237 "name": "Test TestJottacloud: test_equal RemoteRemote", 21238 "type": "go", 21239 "request": "launch", 21240 "mode": "test", 21241 "program": "./cmd/bisync", 21242 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_equal", "-no-cleanup"] 21243 }, 21244 { 21245 "name": "Test TestJottacloud: test_ext_paths LocalRemote", 21246 "type": "go", 21247 "request": "launch", 21248 "mode": "test", 21249 "program": "./cmd/bisync", 21250 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_ext_paths", "-no-cleanup"] 21251 }, 21252 { 21253 "name": "Test TestJottacloud: test_ext_paths RemoteLocal", 21254 "type": "go", 21255 "request": "launch", 21256 "mode": "test", 21257 "program": "./cmd/bisync", 21258 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 21259 }, 21260 { 21261 "name": "Test TestJottacloud: test_ext_paths RemoteRemote", 21262 "type": "go", 21263 "request": "launch", 21264 "mode": "test", 21265 "program": "./cmd/bisync", 21266 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_ext_paths", "-no-cleanup"] 21267 }, 21268 { 21269 "name": "Test TestJottacloud: test_extended_filenames LocalRemote", 21270 "type": "go", 21271 "request": "launch", 21272 "mode": "test", 21273 "program": "./cmd/bisync", 21274 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_extended_filenames", "-no-cleanup"] 21275 }, 21276 { 21277 "name": "Test TestJottacloud: test_extended_filenames RemoteLocal", 21278 "type": "go", 21279 "request": "launch", 21280 "mode": "test", 21281 "program": "./cmd/bisync", 21282 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 21283 }, 21284 { 21285 "name": "Test TestJottacloud: test_extended_filenames RemoteRemote", 21286 "type": "go", 21287 "request": "launch", 21288 "mode": "test", 21289 "program": "./cmd/bisync", 21290 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_extended_filenames", "-no-cleanup"] 21291 }, 21292 { 21293 "name": "Test TestJottacloud: test_filters LocalRemote", 21294 "type": "go", 21295 "request": "launch", 21296 "mode": "test", 21297 "program": "./cmd/bisync", 21298 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_filters", "-no-cleanup"] 21299 }, 21300 { 21301 "name": "Test TestJottacloud: test_filters RemoteLocal", 21302 "type": "go", 21303 "request": "launch", 21304 "mode": "test", 21305 "program": "./cmd/bisync", 21306 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 21307 }, 21308 { 21309 "name": "Test TestJottacloud: test_filters RemoteRemote", 21310 "type": "go", 21311 "request": "launch", 21312 "mode": "test", 21313 "program": "./cmd/bisync", 21314 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_filters", "-no-cleanup"] 21315 }, 21316 { 21317 "name": "Test TestJottacloud: test_filtersfile_checks LocalRemote", 21318 "type": "go", 21319 "request": "launch", 21320 "mode": "test", 21321 "program": "./cmd/bisync", 21322 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_filtersfile_checks", "-no-cleanup"] 21323 }, 21324 { 21325 "name": "Test TestJottacloud: test_filtersfile_checks RemoteLocal", 21326 "type": "go", 21327 "request": "launch", 21328 "mode": "test", 21329 "program": "./cmd/bisync", 21330 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 21331 }, 21332 { 21333 "name": "Test TestJottacloud: test_filtersfile_checks RemoteRemote", 21334 "type": "go", 21335 "request": "launch", 21336 "mode": "test", 21337 "program": "./cmd/bisync", 21338 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_filtersfile_checks", "-no-cleanup"] 21339 }, 21340 { 21341 "name": "Test TestJottacloud: test_ignorelistingchecksum LocalRemote", 21342 "type": "go", 21343 "request": "launch", 21344 "mode": "test", 21345 "program": "./cmd/bisync", 21346 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 21347 }, 21348 { 21349 "name": "Test TestJottacloud: test_ignorelistingchecksum RemoteLocal", 21350 "type": "go", 21351 "request": "launch", 21352 "mode": "test", 21353 "program": "./cmd/bisync", 21354 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 21355 }, 21356 { 21357 "name": "Test TestJottacloud: test_ignorelistingchecksum RemoteRemote", 21358 "type": "go", 21359 "request": "launch", 21360 "mode": "test", 21361 "program": "./cmd/bisync", 21362 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 21363 }, 21364 { 21365 "name": "Test TestJottacloud: test_max_delete_path1 LocalRemote", 21366 "type": "go", 21367 "request": "launch", 21368 "mode": "test", 21369 "program": "./cmd/bisync", 21370 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_max_delete_path1", "-no-cleanup"] 21371 }, 21372 { 21373 "name": "Test TestJottacloud: test_max_delete_path1 RemoteLocal", 21374 "type": "go", 21375 "request": "launch", 21376 "mode": "test", 21377 "program": "./cmd/bisync", 21378 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 21379 }, 21380 { 21381 "name": "Test TestJottacloud: test_max_delete_path1 RemoteRemote", 21382 "type": "go", 21383 "request": "launch", 21384 "mode": "test", 21385 "program": "./cmd/bisync", 21386 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_max_delete_path1", "-no-cleanup"] 21387 }, 21388 { 21389 "name": "Test TestJottacloud: test_max_delete_path2_force LocalRemote", 21390 "type": "go", 21391 "request": "launch", 21392 "mode": "test", 21393 "program": "./cmd/bisync", 21394 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 21395 }, 21396 { 21397 "name": "Test TestJottacloud: test_max_delete_path2_force RemoteLocal", 21398 "type": "go", 21399 "request": "launch", 21400 "mode": "test", 21401 "program": "./cmd/bisync", 21402 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 21403 }, 21404 { 21405 "name": "Test TestJottacloud: test_max_delete_path2_force RemoteRemote", 21406 "type": "go", 21407 "request": "launch", 21408 "mode": "test", 21409 "program": "./cmd/bisync", 21410 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 21411 }, 21412 { 21413 "name": "Test TestJottacloud: test_nomodtime LocalRemote", 21414 "type": "go", 21415 "request": "launch", 21416 "mode": "test", 21417 "program": "./cmd/bisync", 21418 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_nomodtime", "-no-cleanup"] 21419 }, 21420 { 21421 "name": "Test TestJottacloud: test_nomodtime RemoteLocal", 21422 "type": "go", 21423 "request": "launch", 21424 "mode": "test", 21425 "program": "./cmd/bisync", 21426 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 21427 }, 21428 { 21429 "name": "Test TestJottacloud: test_nomodtime RemoteRemote", 21430 "type": "go", 21431 "request": "launch", 21432 "mode": "test", 21433 "program": "./cmd/bisync", 21434 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_nomodtime", "-no-cleanup"] 21435 }, 21436 { 21437 "name": "Test TestJottacloud: test_normalization LocalRemote", 21438 "type": "go", 21439 "request": "launch", 21440 "mode": "test", 21441 "program": "./cmd/bisync", 21442 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_normalization", "-no-cleanup"] 21443 }, 21444 { 21445 "name": "Test TestJottacloud: test_normalization RemoteLocal", 21446 "type": "go", 21447 "request": "launch", 21448 "mode": "test", 21449 "program": "./cmd/bisync", 21450 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 21451 }, 21452 { 21453 "name": "Test TestJottacloud: test_normalization RemoteRemote", 21454 "type": "go", 21455 "request": "launch", 21456 "mode": "test", 21457 "program": "./cmd/bisync", 21458 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_normalization", "-no-cleanup"] 21459 }, 21460 { 21461 "name": "Test TestJottacloud: test_rclone_args LocalRemote", 21462 "type": "go", 21463 "request": "launch", 21464 "mode": "test", 21465 "program": "./cmd/bisync", 21466 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_rclone_args", "-no-cleanup"] 21467 }, 21468 { 21469 "name": "Test TestJottacloud: test_rclone_args RemoteLocal", 21470 "type": "go", 21471 "request": "launch", 21472 "mode": "test", 21473 "program": "./cmd/bisync", 21474 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 21475 }, 21476 { 21477 "name": "Test TestJottacloud: test_rclone_args RemoteRemote", 21478 "type": "go", 21479 "request": "launch", 21480 "mode": "test", 21481 "program": "./cmd/bisync", 21482 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_rclone_args", "-no-cleanup"] 21483 }, 21484 { 21485 "name": "Test TestJottacloud: test_resolve LocalRemote", 21486 "type": "go", 21487 "request": "launch", 21488 "mode": "test", 21489 "program": "./cmd/bisync", 21490 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_resolve", "-no-cleanup"] 21491 }, 21492 { 21493 "name": "Test TestJottacloud: test_resolve RemoteLocal", 21494 "type": "go", 21495 "request": "launch", 21496 "mode": "test", 21497 "program": "./cmd/bisync", 21498 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 21499 }, 21500 { 21501 "name": "Test TestJottacloud: test_resolve RemoteRemote", 21502 "type": "go", 21503 "request": "launch", 21504 "mode": "test", 21505 "program": "./cmd/bisync", 21506 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_resolve", "-no-cleanup"] 21507 }, 21508 { 21509 "name": "Test TestJottacloud: test_resync LocalRemote", 21510 "type": "go", 21511 "request": "launch", 21512 "mode": "test", 21513 "program": "./cmd/bisync", 21514 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_resync", "-no-cleanup"] 21515 }, 21516 { 21517 "name": "Test TestJottacloud: test_resync RemoteLocal", 21518 "type": "go", 21519 "request": "launch", 21520 "mode": "test", 21521 "program": "./cmd/bisync", 21522 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 21523 }, 21524 { 21525 "name": "Test TestJottacloud: test_resync RemoteRemote", 21526 "type": "go", 21527 "request": "launch", 21528 "mode": "test", 21529 "program": "./cmd/bisync", 21530 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_resync", "-no-cleanup"] 21531 }, 21532 { 21533 "name": "Test TestJottacloud: test_resync_modes LocalRemote", 21534 "type": "go", 21535 "request": "launch", 21536 "mode": "test", 21537 "program": "./cmd/bisync", 21538 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_resync_modes", "-no-cleanup"] 21539 }, 21540 { 21541 "name": "Test TestJottacloud: test_resync_modes RemoteLocal", 21542 "type": "go", 21543 "request": "launch", 21544 "mode": "test", 21545 "program": "./cmd/bisync", 21546 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 21547 }, 21548 { 21549 "name": "Test TestJottacloud: test_resync_modes RemoteRemote", 21550 "type": "go", 21551 "request": "launch", 21552 "mode": "test", 21553 "program": "./cmd/bisync", 21554 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_resync_modes", "-no-cleanup"] 21555 }, 21556 { 21557 "name": "Test TestJottacloud: test_rmdirs LocalRemote", 21558 "type": "go", 21559 "request": "launch", 21560 "mode": "test", 21561 "program": "./cmd/bisync", 21562 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_rmdirs", "-no-cleanup"] 21563 }, 21564 { 21565 "name": "Test TestJottacloud: test_rmdirs RemoteLocal", 21566 "type": "go", 21567 "request": "launch", 21568 "mode": "test", 21569 "program": "./cmd/bisync", 21570 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 21571 }, 21572 { 21573 "name": "Test TestJottacloud: test_rmdirs RemoteRemote", 21574 "type": "go", 21575 "request": "launch", 21576 "mode": "test", 21577 "program": "./cmd/bisync", 21578 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_rmdirs", "-no-cleanup"] 21579 }, 21580 { 21581 "name": "Test TestJottacloud: test_volatile LocalRemote", 21582 "type": "go", 21583 "request": "launch", 21584 "mode": "test", 21585 "program": "./cmd/bisync", 21586 "args": ["-remote", "local", "-remote2", "TestJottacloud:", "-case", "test_volatile", "-no-cleanup"] 21587 }, 21588 { 21589 "name": "Test TestJottacloud: test_volatile RemoteLocal", 21590 "type": "go", 21591 "request": "launch", 21592 "mode": "test", 21593 "program": "./cmd/bisync", 21594 "args": ["-remote", "TestJottacloud:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 21595 }, 21596 { 21597 "name": "Test TestJottacloud: test_volatile RemoteRemote", 21598 "type": "go", 21599 "request": "launch", 21600 "mode": "test", 21601 "program": "./cmd/bisync", 21602 "args": ["-remote", "TestJottacloud:", "-remote2", "TestJottacloud:", "-case", "test_volatile", "-no-cleanup"] 21603 }, 21604 { 21605 "name": "Test :memory: test_all_changed LocalRemote", 21606 "type": "go", 21607 "request": "launch", 21608 "mode": "test", 21609 "program": "./cmd/bisync", 21610 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_all_changed", "-no-cleanup"] 21611 }, 21612 { 21613 "name": "Test :memory: test_all_changed RemoteLocal", 21614 "type": "go", 21615 "request": "launch", 21616 "mode": "test", 21617 "program": "./cmd/bisync", 21618 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 21619 }, 21620 { 21621 "name": "Test :memory: test_all_changed RemoteRemote", 21622 "type": "go", 21623 "request": "launch", 21624 "mode": "test", 21625 "program": "./cmd/bisync", 21626 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_all_changed", "-no-cleanup"] 21627 }, 21628 { 21629 "name": "Test :memory: test_backupdir LocalRemote", 21630 "type": "go", 21631 "request": "launch", 21632 "mode": "test", 21633 "program": "./cmd/bisync", 21634 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_backupdir", "-no-cleanup"] 21635 }, 21636 { 21637 "name": "Test :memory: test_backupdir RemoteLocal", 21638 "type": "go", 21639 "request": "launch", 21640 "mode": "test", 21641 "program": "./cmd/bisync", 21642 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 21643 }, 21644 { 21645 "name": "Test :memory: test_backupdir RemoteRemote", 21646 "type": "go", 21647 "request": "launch", 21648 "mode": "test", 21649 "program": "./cmd/bisync", 21650 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_backupdir", "-no-cleanup"] 21651 }, 21652 { 21653 "name": "Test :memory: test_basic LocalRemote", 21654 "type": "go", 21655 "request": "launch", 21656 "mode": "test", 21657 "program": "./cmd/bisync", 21658 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_basic", "-no-cleanup"] 21659 }, 21660 { 21661 "name": "Test :memory: test_basic RemoteLocal", 21662 "type": "go", 21663 "request": "launch", 21664 "mode": "test", 21665 "program": "./cmd/bisync", 21666 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 21667 }, 21668 { 21669 "name": "Test :memory: test_basic RemoteRemote", 21670 "type": "go", 21671 "request": "launch", 21672 "mode": "test", 21673 "program": "./cmd/bisync", 21674 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_basic", "-no-cleanup"] 21675 }, 21676 { 21677 "name": "Test :memory: test_changes LocalRemote", 21678 "type": "go", 21679 "request": "launch", 21680 "mode": "test", 21681 "program": "./cmd/bisync", 21682 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_changes", "-no-cleanup"] 21683 }, 21684 { 21685 "name": "Test :memory: test_changes RemoteLocal", 21686 "type": "go", 21687 "request": "launch", 21688 "mode": "test", 21689 "program": "./cmd/bisync", 21690 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 21691 }, 21692 { 21693 "name": "Test :memory: test_changes RemoteRemote", 21694 "type": "go", 21695 "request": "launch", 21696 "mode": "test", 21697 "program": "./cmd/bisync", 21698 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_changes", "-no-cleanup"] 21699 }, 21700 { 21701 "name": "Test :memory: test_check_access LocalRemote", 21702 "type": "go", 21703 "request": "launch", 21704 "mode": "test", 21705 "program": "./cmd/bisync", 21706 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_check_access", "-no-cleanup"] 21707 }, 21708 { 21709 "name": "Test :memory: test_check_access RemoteLocal", 21710 "type": "go", 21711 "request": "launch", 21712 "mode": "test", 21713 "program": "./cmd/bisync", 21714 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 21715 }, 21716 { 21717 "name": "Test :memory: test_check_access RemoteRemote", 21718 "type": "go", 21719 "request": "launch", 21720 "mode": "test", 21721 "program": "./cmd/bisync", 21722 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_check_access", "-no-cleanup"] 21723 }, 21724 { 21725 "name": "Test :memory: test_check_access_filters LocalRemote", 21726 "type": "go", 21727 "request": "launch", 21728 "mode": "test", 21729 "program": "./cmd/bisync", 21730 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_check_access_filters", "-no-cleanup"] 21731 }, 21732 { 21733 "name": "Test :memory: test_check_access_filters RemoteLocal", 21734 "type": "go", 21735 "request": "launch", 21736 "mode": "test", 21737 "program": "./cmd/bisync", 21738 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 21739 }, 21740 { 21741 "name": "Test :memory: test_check_access_filters RemoteRemote", 21742 "type": "go", 21743 "request": "launch", 21744 "mode": "test", 21745 "program": "./cmd/bisync", 21746 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_check_access_filters", "-no-cleanup"] 21747 }, 21748 { 21749 "name": "Test :memory: test_check_filename LocalRemote", 21750 "type": "go", 21751 "request": "launch", 21752 "mode": "test", 21753 "program": "./cmd/bisync", 21754 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_check_filename", "-no-cleanup"] 21755 }, 21756 { 21757 "name": "Test :memory: test_check_filename RemoteLocal", 21758 "type": "go", 21759 "request": "launch", 21760 "mode": "test", 21761 "program": "./cmd/bisync", 21762 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 21763 }, 21764 { 21765 "name": "Test :memory: test_check_filename RemoteRemote", 21766 "type": "go", 21767 "request": "launch", 21768 "mode": "test", 21769 "program": "./cmd/bisync", 21770 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_check_filename", "-no-cleanup"] 21771 }, 21772 { 21773 "name": "Test :memory: test_check_sync LocalRemote", 21774 "type": "go", 21775 "request": "launch", 21776 "mode": "test", 21777 "program": "./cmd/bisync", 21778 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_check_sync", "-no-cleanup"] 21779 }, 21780 { 21781 "name": "Test :memory: test_check_sync RemoteLocal", 21782 "type": "go", 21783 "request": "launch", 21784 "mode": "test", 21785 "program": "./cmd/bisync", 21786 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 21787 }, 21788 { 21789 "name": "Test :memory: test_check_sync RemoteRemote", 21790 "type": "go", 21791 "request": "launch", 21792 "mode": "test", 21793 "program": "./cmd/bisync", 21794 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_check_sync", "-no-cleanup"] 21795 }, 21796 { 21797 "name": "Test :memory: test_compare_all LocalRemote", 21798 "type": "go", 21799 "request": "launch", 21800 "mode": "test", 21801 "program": "./cmd/bisync", 21802 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_compare_all", "-no-cleanup"] 21803 }, 21804 { 21805 "name": "Test :memory: test_compare_all RemoteLocal", 21806 "type": "go", 21807 "request": "launch", 21808 "mode": "test", 21809 "program": "./cmd/bisync", 21810 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 21811 }, 21812 { 21813 "name": "Test :memory: test_compare_all RemoteRemote", 21814 "type": "go", 21815 "request": "launch", 21816 "mode": "test", 21817 "program": "./cmd/bisync", 21818 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_compare_all", "-no-cleanup"] 21819 }, 21820 { 21821 "name": "Test :memory: test_createemptysrcdirs LocalRemote", 21822 "type": "go", 21823 "request": "launch", 21824 "mode": "test", 21825 "program": "./cmd/bisync", 21826 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 21827 }, 21828 { 21829 "name": "Test :memory: test_createemptysrcdirs RemoteLocal", 21830 "type": "go", 21831 "request": "launch", 21832 "mode": "test", 21833 "program": "./cmd/bisync", 21834 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 21835 }, 21836 { 21837 "name": "Test :memory: test_createemptysrcdirs RemoteRemote", 21838 "type": "go", 21839 "request": "launch", 21840 "mode": "test", 21841 "program": "./cmd/bisync", 21842 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 21843 }, 21844 { 21845 "name": "Test :memory: test_dry_run LocalRemote", 21846 "type": "go", 21847 "request": "launch", 21848 "mode": "test", 21849 "program": "./cmd/bisync", 21850 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_dry_run", "-no-cleanup"] 21851 }, 21852 { 21853 "name": "Test :memory: test_dry_run RemoteLocal", 21854 "type": "go", 21855 "request": "launch", 21856 "mode": "test", 21857 "program": "./cmd/bisync", 21858 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 21859 }, 21860 { 21861 "name": "Test :memory: test_dry_run RemoteRemote", 21862 "type": "go", 21863 "request": "launch", 21864 "mode": "test", 21865 "program": "./cmd/bisync", 21866 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_dry_run", "-no-cleanup"] 21867 }, 21868 { 21869 "name": "Test :memory: test_equal LocalRemote", 21870 "type": "go", 21871 "request": "launch", 21872 "mode": "test", 21873 "program": "./cmd/bisync", 21874 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_equal", "-no-cleanup"] 21875 }, 21876 { 21877 "name": "Test :memory: test_equal RemoteLocal", 21878 "type": "go", 21879 "request": "launch", 21880 "mode": "test", 21881 "program": "./cmd/bisync", 21882 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 21883 }, 21884 { 21885 "name": "Test :memory: test_equal RemoteRemote", 21886 "type": "go", 21887 "request": "launch", 21888 "mode": "test", 21889 "program": "./cmd/bisync", 21890 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_equal", "-no-cleanup"] 21891 }, 21892 { 21893 "name": "Test :memory: test_ext_paths LocalRemote", 21894 "type": "go", 21895 "request": "launch", 21896 "mode": "test", 21897 "program": "./cmd/bisync", 21898 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_ext_paths", "-no-cleanup"] 21899 }, 21900 { 21901 "name": "Test :memory: test_ext_paths RemoteLocal", 21902 "type": "go", 21903 "request": "launch", 21904 "mode": "test", 21905 "program": "./cmd/bisync", 21906 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 21907 }, 21908 { 21909 "name": "Test :memory: test_ext_paths RemoteRemote", 21910 "type": "go", 21911 "request": "launch", 21912 "mode": "test", 21913 "program": "./cmd/bisync", 21914 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_ext_paths", "-no-cleanup"] 21915 }, 21916 { 21917 "name": "Test :memory: test_extended_filenames LocalRemote", 21918 "type": "go", 21919 "request": "launch", 21920 "mode": "test", 21921 "program": "./cmd/bisync", 21922 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_extended_filenames", "-no-cleanup"] 21923 }, 21924 { 21925 "name": "Test :memory: test_extended_filenames RemoteLocal", 21926 "type": "go", 21927 "request": "launch", 21928 "mode": "test", 21929 "program": "./cmd/bisync", 21930 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 21931 }, 21932 { 21933 "name": "Test :memory: test_extended_filenames RemoteRemote", 21934 "type": "go", 21935 "request": "launch", 21936 "mode": "test", 21937 "program": "./cmd/bisync", 21938 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_extended_filenames", "-no-cleanup"] 21939 }, 21940 { 21941 "name": "Test :memory: test_filters LocalRemote", 21942 "type": "go", 21943 "request": "launch", 21944 "mode": "test", 21945 "program": "./cmd/bisync", 21946 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_filters", "-no-cleanup"] 21947 }, 21948 { 21949 "name": "Test :memory: test_filters RemoteLocal", 21950 "type": "go", 21951 "request": "launch", 21952 "mode": "test", 21953 "program": "./cmd/bisync", 21954 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 21955 }, 21956 { 21957 "name": "Test :memory: test_filters RemoteRemote", 21958 "type": "go", 21959 "request": "launch", 21960 "mode": "test", 21961 "program": "./cmd/bisync", 21962 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_filters", "-no-cleanup"] 21963 }, 21964 { 21965 "name": "Test :memory: test_filtersfile_checks LocalRemote", 21966 "type": "go", 21967 "request": "launch", 21968 "mode": "test", 21969 "program": "./cmd/bisync", 21970 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_filtersfile_checks", "-no-cleanup"] 21971 }, 21972 { 21973 "name": "Test :memory: test_filtersfile_checks RemoteLocal", 21974 "type": "go", 21975 "request": "launch", 21976 "mode": "test", 21977 "program": "./cmd/bisync", 21978 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 21979 }, 21980 { 21981 "name": "Test :memory: test_filtersfile_checks RemoteRemote", 21982 "type": "go", 21983 "request": "launch", 21984 "mode": "test", 21985 "program": "./cmd/bisync", 21986 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_filtersfile_checks", "-no-cleanup"] 21987 }, 21988 { 21989 "name": "Test :memory: test_ignorelistingchecksum LocalRemote", 21990 "type": "go", 21991 "request": "launch", 21992 "mode": "test", 21993 "program": "./cmd/bisync", 21994 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 21995 }, 21996 { 21997 "name": "Test :memory: test_ignorelistingchecksum RemoteLocal", 21998 "type": "go", 21999 "request": "launch", 22000 "mode": "test", 22001 "program": "./cmd/bisync", 22002 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 22003 }, 22004 { 22005 "name": "Test :memory: test_ignorelistingchecksum RemoteRemote", 22006 "type": "go", 22007 "request": "launch", 22008 "mode": "test", 22009 "program": "./cmd/bisync", 22010 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 22011 }, 22012 { 22013 "name": "Test :memory: test_max_delete_path1 LocalRemote", 22014 "type": "go", 22015 "request": "launch", 22016 "mode": "test", 22017 "program": "./cmd/bisync", 22018 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_max_delete_path1", "-no-cleanup"] 22019 }, 22020 { 22021 "name": "Test :memory: test_max_delete_path1 RemoteLocal", 22022 "type": "go", 22023 "request": "launch", 22024 "mode": "test", 22025 "program": "./cmd/bisync", 22026 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 22027 }, 22028 { 22029 "name": "Test :memory: test_max_delete_path1 RemoteRemote", 22030 "type": "go", 22031 "request": "launch", 22032 "mode": "test", 22033 "program": "./cmd/bisync", 22034 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_max_delete_path1", "-no-cleanup"] 22035 }, 22036 { 22037 "name": "Test :memory: test_max_delete_path2_force LocalRemote", 22038 "type": "go", 22039 "request": "launch", 22040 "mode": "test", 22041 "program": "./cmd/bisync", 22042 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 22043 }, 22044 { 22045 "name": "Test :memory: test_max_delete_path2_force RemoteLocal", 22046 "type": "go", 22047 "request": "launch", 22048 "mode": "test", 22049 "program": "./cmd/bisync", 22050 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 22051 }, 22052 { 22053 "name": "Test :memory: test_max_delete_path2_force RemoteRemote", 22054 "type": "go", 22055 "request": "launch", 22056 "mode": "test", 22057 "program": "./cmd/bisync", 22058 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 22059 }, 22060 { 22061 "name": "Test :memory: test_nomodtime LocalRemote", 22062 "type": "go", 22063 "request": "launch", 22064 "mode": "test", 22065 "program": "./cmd/bisync", 22066 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_nomodtime", "-no-cleanup"] 22067 }, 22068 { 22069 "name": "Test :memory: test_nomodtime RemoteLocal", 22070 "type": "go", 22071 "request": "launch", 22072 "mode": "test", 22073 "program": "./cmd/bisync", 22074 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 22075 }, 22076 { 22077 "name": "Test :memory: test_nomodtime RemoteRemote", 22078 "type": "go", 22079 "request": "launch", 22080 "mode": "test", 22081 "program": "./cmd/bisync", 22082 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_nomodtime", "-no-cleanup"] 22083 }, 22084 { 22085 "name": "Test :memory: test_normalization LocalRemote", 22086 "type": "go", 22087 "request": "launch", 22088 "mode": "test", 22089 "program": "./cmd/bisync", 22090 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_normalization", "-no-cleanup"] 22091 }, 22092 { 22093 "name": "Test :memory: test_normalization RemoteLocal", 22094 "type": "go", 22095 "request": "launch", 22096 "mode": "test", 22097 "program": "./cmd/bisync", 22098 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 22099 }, 22100 { 22101 "name": "Test :memory: test_normalization RemoteRemote", 22102 "type": "go", 22103 "request": "launch", 22104 "mode": "test", 22105 "program": "./cmd/bisync", 22106 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_normalization", "-no-cleanup"] 22107 }, 22108 { 22109 "name": "Test :memory: test_rclone_args LocalRemote", 22110 "type": "go", 22111 "request": "launch", 22112 "mode": "test", 22113 "program": "./cmd/bisync", 22114 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_rclone_args", "-no-cleanup"] 22115 }, 22116 { 22117 "name": "Test :memory: test_rclone_args RemoteLocal", 22118 "type": "go", 22119 "request": "launch", 22120 "mode": "test", 22121 "program": "./cmd/bisync", 22122 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 22123 }, 22124 { 22125 "name": "Test :memory: test_rclone_args RemoteRemote", 22126 "type": "go", 22127 "request": "launch", 22128 "mode": "test", 22129 "program": "./cmd/bisync", 22130 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_rclone_args", "-no-cleanup"] 22131 }, 22132 { 22133 "name": "Test :memory: test_resolve LocalRemote", 22134 "type": "go", 22135 "request": "launch", 22136 "mode": "test", 22137 "program": "./cmd/bisync", 22138 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_resolve", "-no-cleanup"] 22139 }, 22140 { 22141 "name": "Test :memory: test_resolve RemoteLocal", 22142 "type": "go", 22143 "request": "launch", 22144 "mode": "test", 22145 "program": "./cmd/bisync", 22146 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 22147 }, 22148 { 22149 "name": "Test :memory: test_resolve RemoteRemote", 22150 "type": "go", 22151 "request": "launch", 22152 "mode": "test", 22153 "program": "./cmd/bisync", 22154 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_resolve", "-no-cleanup"] 22155 }, 22156 { 22157 "name": "Test :memory: test_resync LocalRemote", 22158 "type": "go", 22159 "request": "launch", 22160 "mode": "test", 22161 "program": "./cmd/bisync", 22162 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_resync", "-no-cleanup"] 22163 }, 22164 { 22165 "name": "Test :memory: test_resync RemoteLocal", 22166 "type": "go", 22167 "request": "launch", 22168 "mode": "test", 22169 "program": "./cmd/bisync", 22170 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 22171 }, 22172 { 22173 "name": "Test :memory: test_resync RemoteRemote", 22174 "type": "go", 22175 "request": "launch", 22176 "mode": "test", 22177 "program": "./cmd/bisync", 22178 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_resync", "-no-cleanup"] 22179 }, 22180 { 22181 "name": "Test :memory: test_resync_modes LocalRemote", 22182 "type": "go", 22183 "request": "launch", 22184 "mode": "test", 22185 "program": "./cmd/bisync", 22186 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_resync_modes", "-no-cleanup"] 22187 }, 22188 { 22189 "name": "Test :memory: test_resync_modes RemoteLocal", 22190 "type": "go", 22191 "request": "launch", 22192 "mode": "test", 22193 "program": "./cmd/bisync", 22194 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 22195 }, 22196 { 22197 "name": "Test :memory: test_resync_modes RemoteRemote", 22198 "type": "go", 22199 "request": "launch", 22200 "mode": "test", 22201 "program": "./cmd/bisync", 22202 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_resync_modes", "-no-cleanup"] 22203 }, 22204 { 22205 "name": "Test :memory: test_rmdirs LocalRemote", 22206 "type": "go", 22207 "request": "launch", 22208 "mode": "test", 22209 "program": "./cmd/bisync", 22210 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_rmdirs", "-no-cleanup"] 22211 }, 22212 { 22213 "name": "Test :memory: test_rmdirs RemoteLocal", 22214 "type": "go", 22215 "request": "launch", 22216 "mode": "test", 22217 "program": "./cmd/bisync", 22218 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 22219 }, 22220 { 22221 "name": "Test :memory: test_rmdirs RemoteRemote", 22222 "type": "go", 22223 "request": "launch", 22224 "mode": "test", 22225 "program": "./cmd/bisync", 22226 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_rmdirs", "-no-cleanup"] 22227 }, 22228 { 22229 "name": "Test :memory: test_volatile LocalRemote", 22230 "type": "go", 22231 "request": "launch", 22232 "mode": "test", 22233 "program": "./cmd/bisync", 22234 "args": ["-remote", "local", "-remote2", ":memory:", "-case", "test_volatile", "-no-cleanup"] 22235 }, 22236 { 22237 "name": "Test :memory: test_volatile RemoteLocal", 22238 "type": "go", 22239 "request": "launch", 22240 "mode": "test", 22241 "program": "./cmd/bisync", 22242 "args": ["-remote", ":memory:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 22243 }, 22244 { 22245 "name": "Test :memory: test_volatile RemoteRemote", 22246 "type": "go", 22247 "request": "launch", 22248 "mode": "test", 22249 "program": "./cmd/bisync", 22250 "args": ["-remote", ":memory:", "-remote2", ":memory:", "-case", "test_volatile", "-no-cleanup"] 22251 }, 22252 { 22253 "name": "Test TestnStorage: test_all_changed LocalRemote", 22254 "type": "go", 22255 "request": "launch", 22256 "mode": "test", 22257 "program": "./cmd/bisync", 22258 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_all_changed", "-no-cleanup"] 22259 }, 22260 { 22261 "name": "Test TestnStorage: test_all_changed RemoteLocal", 22262 "type": "go", 22263 "request": "launch", 22264 "mode": "test", 22265 "program": "./cmd/bisync", 22266 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 22267 }, 22268 { 22269 "name": "Test TestnStorage: test_all_changed RemoteRemote", 22270 "type": "go", 22271 "request": "launch", 22272 "mode": "test", 22273 "program": "./cmd/bisync", 22274 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_all_changed", "-no-cleanup"] 22275 }, 22276 { 22277 "name": "Test TestnStorage: test_backupdir LocalRemote", 22278 "type": "go", 22279 "request": "launch", 22280 "mode": "test", 22281 "program": "./cmd/bisync", 22282 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_backupdir", "-no-cleanup"] 22283 }, 22284 { 22285 "name": "Test TestnStorage: test_backupdir RemoteLocal", 22286 "type": "go", 22287 "request": "launch", 22288 "mode": "test", 22289 "program": "./cmd/bisync", 22290 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 22291 }, 22292 { 22293 "name": "Test TestnStorage: test_backupdir RemoteRemote", 22294 "type": "go", 22295 "request": "launch", 22296 "mode": "test", 22297 "program": "./cmd/bisync", 22298 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_backupdir", "-no-cleanup"] 22299 }, 22300 { 22301 "name": "Test TestnStorage: test_basic LocalRemote", 22302 "type": "go", 22303 "request": "launch", 22304 "mode": "test", 22305 "program": "./cmd/bisync", 22306 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_basic", "-no-cleanup"] 22307 }, 22308 { 22309 "name": "Test TestnStorage: test_basic RemoteLocal", 22310 "type": "go", 22311 "request": "launch", 22312 "mode": "test", 22313 "program": "./cmd/bisync", 22314 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 22315 }, 22316 { 22317 "name": "Test TestnStorage: test_basic RemoteRemote", 22318 "type": "go", 22319 "request": "launch", 22320 "mode": "test", 22321 "program": "./cmd/bisync", 22322 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_basic", "-no-cleanup"] 22323 }, 22324 { 22325 "name": "Test TestnStorage: test_changes LocalRemote", 22326 "type": "go", 22327 "request": "launch", 22328 "mode": "test", 22329 "program": "./cmd/bisync", 22330 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_changes", "-no-cleanup"] 22331 }, 22332 { 22333 "name": "Test TestnStorage: test_changes RemoteLocal", 22334 "type": "go", 22335 "request": "launch", 22336 "mode": "test", 22337 "program": "./cmd/bisync", 22338 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 22339 }, 22340 { 22341 "name": "Test TestnStorage: test_changes RemoteRemote", 22342 "type": "go", 22343 "request": "launch", 22344 "mode": "test", 22345 "program": "./cmd/bisync", 22346 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_changes", "-no-cleanup"] 22347 }, 22348 { 22349 "name": "Test TestnStorage: test_check_access LocalRemote", 22350 "type": "go", 22351 "request": "launch", 22352 "mode": "test", 22353 "program": "./cmd/bisync", 22354 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_check_access", "-no-cleanup"] 22355 }, 22356 { 22357 "name": "Test TestnStorage: test_check_access RemoteLocal", 22358 "type": "go", 22359 "request": "launch", 22360 "mode": "test", 22361 "program": "./cmd/bisync", 22362 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 22363 }, 22364 { 22365 "name": "Test TestnStorage: test_check_access RemoteRemote", 22366 "type": "go", 22367 "request": "launch", 22368 "mode": "test", 22369 "program": "./cmd/bisync", 22370 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_check_access", "-no-cleanup"] 22371 }, 22372 { 22373 "name": "Test TestnStorage: test_check_access_filters LocalRemote", 22374 "type": "go", 22375 "request": "launch", 22376 "mode": "test", 22377 "program": "./cmd/bisync", 22378 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_check_access_filters", "-no-cleanup"] 22379 }, 22380 { 22381 "name": "Test TestnStorage: test_check_access_filters RemoteLocal", 22382 "type": "go", 22383 "request": "launch", 22384 "mode": "test", 22385 "program": "./cmd/bisync", 22386 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 22387 }, 22388 { 22389 "name": "Test TestnStorage: test_check_access_filters RemoteRemote", 22390 "type": "go", 22391 "request": "launch", 22392 "mode": "test", 22393 "program": "./cmd/bisync", 22394 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_check_access_filters", "-no-cleanup"] 22395 }, 22396 { 22397 "name": "Test TestnStorage: test_check_filename LocalRemote", 22398 "type": "go", 22399 "request": "launch", 22400 "mode": "test", 22401 "program": "./cmd/bisync", 22402 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_check_filename", "-no-cleanup"] 22403 }, 22404 { 22405 "name": "Test TestnStorage: test_check_filename RemoteLocal", 22406 "type": "go", 22407 "request": "launch", 22408 "mode": "test", 22409 "program": "./cmd/bisync", 22410 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 22411 }, 22412 { 22413 "name": "Test TestnStorage: test_check_filename RemoteRemote", 22414 "type": "go", 22415 "request": "launch", 22416 "mode": "test", 22417 "program": "./cmd/bisync", 22418 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_check_filename", "-no-cleanup"] 22419 }, 22420 { 22421 "name": "Test TestnStorage: test_check_sync LocalRemote", 22422 "type": "go", 22423 "request": "launch", 22424 "mode": "test", 22425 "program": "./cmd/bisync", 22426 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_check_sync", "-no-cleanup"] 22427 }, 22428 { 22429 "name": "Test TestnStorage: test_check_sync RemoteLocal", 22430 "type": "go", 22431 "request": "launch", 22432 "mode": "test", 22433 "program": "./cmd/bisync", 22434 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 22435 }, 22436 { 22437 "name": "Test TestnStorage: test_check_sync RemoteRemote", 22438 "type": "go", 22439 "request": "launch", 22440 "mode": "test", 22441 "program": "./cmd/bisync", 22442 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_check_sync", "-no-cleanup"] 22443 }, 22444 { 22445 "name": "Test TestnStorage: test_compare_all LocalRemote", 22446 "type": "go", 22447 "request": "launch", 22448 "mode": "test", 22449 "program": "./cmd/bisync", 22450 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_compare_all", "-no-cleanup"] 22451 }, 22452 { 22453 "name": "Test TestnStorage: test_compare_all RemoteLocal", 22454 "type": "go", 22455 "request": "launch", 22456 "mode": "test", 22457 "program": "./cmd/bisync", 22458 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 22459 }, 22460 { 22461 "name": "Test TestnStorage: test_compare_all RemoteRemote", 22462 "type": "go", 22463 "request": "launch", 22464 "mode": "test", 22465 "program": "./cmd/bisync", 22466 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_compare_all", "-no-cleanup"] 22467 }, 22468 { 22469 "name": "Test TestnStorage: test_createemptysrcdirs LocalRemote", 22470 "type": "go", 22471 "request": "launch", 22472 "mode": "test", 22473 "program": "./cmd/bisync", 22474 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 22475 }, 22476 { 22477 "name": "Test TestnStorage: test_createemptysrcdirs RemoteLocal", 22478 "type": "go", 22479 "request": "launch", 22480 "mode": "test", 22481 "program": "./cmd/bisync", 22482 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 22483 }, 22484 { 22485 "name": "Test TestnStorage: test_createemptysrcdirs RemoteRemote", 22486 "type": "go", 22487 "request": "launch", 22488 "mode": "test", 22489 "program": "./cmd/bisync", 22490 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 22491 }, 22492 { 22493 "name": "Test TestnStorage: test_dry_run LocalRemote", 22494 "type": "go", 22495 "request": "launch", 22496 "mode": "test", 22497 "program": "./cmd/bisync", 22498 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_dry_run", "-no-cleanup"] 22499 }, 22500 { 22501 "name": "Test TestnStorage: test_dry_run RemoteLocal", 22502 "type": "go", 22503 "request": "launch", 22504 "mode": "test", 22505 "program": "./cmd/bisync", 22506 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 22507 }, 22508 { 22509 "name": "Test TestnStorage: test_dry_run RemoteRemote", 22510 "type": "go", 22511 "request": "launch", 22512 "mode": "test", 22513 "program": "./cmd/bisync", 22514 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_dry_run", "-no-cleanup"] 22515 }, 22516 { 22517 "name": "Test TestnStorage: test_equal LocalRemote", 22518 "type": "go", 22519 "request": "launch", 22520 "mode": "test", 22521 "program": "./cmd/bisync", 22522 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_equal", "-no-cleanup"] 22523 }, 22524 { 22525 "name": "Test TestnStorage: test_equal RemoteLocal", 22526 "type": "go", 22527 "request": "launch", 22528 "mode": "test", 22529 "program": "./cmd/bisync", 22530 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 22531 }, 22532 { 22533 "name": "Test TestnStorage: test_equal RemoteRemote", 22534 "type": "go", 22535 "request": "launch", 22536 "mode": "test", 22537 "program": "./cmd/bisync", 22538 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_equal", "-no-cleanup"] 22539 }, 22540 { 22541 "name": "Test TestnStorage: test_ext_paths LocalRemote", 22542 "type": "go", 22543 "request": "launch", 22544 "mode": "test", 22545 "program": "./cmd/bisync", 22546 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_ext_paths", "-no-cleanup"] 22547 }, 22548 { 22549 "name": "Test TestnStorage: test_ext_paths RemoteLocal", 22550 "type": "go", 22551 "request": "launch", 22552 "mode": "test", 22553 "program": "./cmd/bisync", 22554 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 22555 }, 22556 { 22557 "name": "Test TestnStorage: test_ext_paths RemoteRemote", 22558 "type": "go", 22559 "request": "launch", 22560 "mode": "test", 22561 "program": "./cmd/bisync", 22562 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_ext_paths", "-no-cleanup"] 22563 }, 22564 { 22565 "name": "Test TestnStorage: test_extended_filenames LocalRemote", 22566 "type": "go", 22567 "request": "launch", 22568 "mode": "test", 22569 "program": "./cmd/bisync", 22570 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_extended_filenames", "-no-cleanup"] 22571 }, 22572 { 22573 "name": "Test TestnStorage: test_extended_filenames RemoteLocal", 22574 "type": "go", 22575 "request": "launch", 22576 "mode": "test", 22577 "program": "./cmd/bisync", 22578 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 22579 }, 22580 { 22581 "name": "Test TestnStorage: test_extended_filenames RemoteRemote", 22582 "type": "go", 22583 "request": "launch", 22584 "mode": "test", 22585 "program": "./cmd/bisync", 22586 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_extended_filenames", "-no-cleanup"] 22587 }, 22588 { 22589 "name": "Test TestnStorage: test_filters LocalRemote", 22590 "type": "go", 22591 "request": "launch", 22592 "mode": "test", 22593 "program": "./cmd/bisync", 22594 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_filters", "-no-cleanup"] 22595 }, 22596 { 22597 "name": "Test TestnStorage: test_filters RemoteLocal", 22598 "type": "go", 22599 "request": "launch", 22600 "mode": "test", 22601 "program": "./cmd/bisync", 22602 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 22603 }, 22604 { 22605 "name": "Test TestnStorage: test_filters RemoteRemote", 22606 "type": "go", 22607 "request": "launch", 22608 "mode": "test", 22609 "program": "./cmd/bisync", 22610 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_filters", "-no-cleanup"] 22611 }, 22612 { 22613 "name": "Test TestnStorage: test_filtersfile_checks LocalRemote", 22614 "type": "go", 22615 "request": "launch", 22616 "mode": "test", 22617 "program": "./cmd/bisync", 22618 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_filtersfile_checks", "-no-cleanup"] 22619 }, 22620 { 22621 "name": "Test TestnStorage: test_filtersfile_checks RemoteLocal", 22622 "type": "go", 22623 "request": "launch", 22624 "mode": "test", 22625 "program": "./cmd/bisync", 22626 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 22627 }, 22628 { 22629 "name": "Test TestnStorage: test_filtersfile_checks RemoteRemote", 22630 "type": "go", 22631 "request": "launch", 22632 "mode": "test", 22633 "program": "./cmd/bisync", 22634 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_filtersfile_checks", "-no-cleanup"] 22635 }, 22636 { 22637 "name": "Test TestnStorage: test_ignorelistingchecksum LocalRemote", 22638 "type": "go", 22639 "request": "launch", 22640 "mode": "test", 22641 "program": "./cmd/bisync", 22642 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 22643 }, 22644 { 22645 "name": "Test TestnStorage: test_ignorelistingchecksum RemoteLocal", 22646 "type": "go", 22647 "request": "launch", 22648 "mode": "test", 22649 "program": "./cmd/bisync", 22650 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 22651 }, 22652 { 22653 "name": "Test TestnStorage: test_ignorelistingchecksum RemoteRemote", 22654 "type": "go", 22655 "request": "launch", 22656 "mode": "test", 22657 "program": "./cmd/bisync", 22658 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 22659 }, 22660 { 22661 "name": "Test TestnStorage: test_max_delete_path1 LocalRemote", 22662 "type": "go", 22663 "request": "launch", 22664 "mode": "test", 22665 "program": "./cmd/bisync", 22666 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_max_delete_path1", "-no-cleanup"] 22667 }, 22668 { 22669 "name": "Test TestnStorage: test_max_delete_path1 RemoteLocal", 22670 "type": "go", 22671 "request": "launch", 22672 "mode": "test", 22673 "program": "./cmd/bisync", 22674 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 22675 }, 22676 { 22677 "name": "Test TestnStorage: test_max_delete_path1 RemoteRemote", 22678 "type": "go", 22679 "request": "launch", 22680 "mode": "test", 22681 "program": "./cmd/bisync", 22682 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_max_delete_path1", "-no-cleanup"] 22683 }, 22684 { 22685 "name": "Test TestnStorage: test_max_delete_path2_force LocalRemote", 22686 "type": "go", 22687 "request": "launch", 22688 "mode": "test", 22689 "program": "./cmd/bisync", 22690 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 22691 }, 22692 { 22693 "name": "Test TestnStorage: test_max_delete_path2_force RemoteLocal", 22694 "type": "go", 22695 "request": "launch", 22696 "mode": "test", 22697 "program": "./cmd/bisync", 22698 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 22699 }, 22700 { 22701 "name": "Test TestnStorage: test_max_delete_path2_force RemoteRemote", 22702 "type": "go", 22703 "request": "launch", 22704 "mode": "test", 22705 "program": "./cmd/bisync", 22706 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 22707 }, 22708 { 22709 "name": "Test TestnStorage: test_nomodtime LocalRemote", 22710 "type": "go", 22711 "request": "launch", 22712 "mode": "test", 22713 "program": "./cmd/bisync", 22714 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_nomodtime", "-no-cleanup"] 22715 }, 22716 { 22717 "name": "Test TestnStorage: test_nomodtime RemoteLocal", 22718 "type": "go", 22719 "request": "launch", 22720 "mode": "test", 22721 "program": "./cmd/bisync", 22722 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 22723 }, 22724 { 22725 "name": "Test TestnStorage: test_nomodtime RemoteRemote", 22726 "type": "go", 22727 "request": "launch", 22728 "mode": "test", 22729 "program": "./cmd/bisync", 22730 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_nomodtime", "-no-cleanup"] 22731 }, 22732 { 22733 "name": "Test TestnStorage: test_normalization LocalRemote", 22734 "type": "go", 22735 "request": "launch", 22736 "mode": "test", 22737 "program": "./cmd/bisync", 22738 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_normalization", "-no-cleanup"] 22739 }, 22740 { 22741 "name": "Test TestnStorage: test_normalization RemoteLocal", 22742 "type": "go", 22743 "request": "launch", 22744 "mode": "test", 22745 "program": "./cmd/bisync", 22746 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 22747 }, 22748 { 22749 "name": "Test TestnStorage: test_normalization RemoteRemote", 22750 "type": "go", 22751 "request": "launch", 22752 "mode": "test", 22753 "program": "./cmd/bisync", 22754 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_normalization", "-no-cleanup"] 22755 }, 22756 { 22757 "name": "Test TestnStorage: test_rclone_args LocalRemote", 22758 "type": "go", 22759 "request": "launch", 22760 "mode": "test", 22761 "program": "./cmd/bisync", 22762 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_rclone_args", "-no-cleanup"] 22763 }, 22764 { 22765 "name": "Test TestnStorage: test_rclone_args RemoteLocal", 22766 "type": "go", 22767 "request": "launch", 22768 "mode": "test", 22769 "program": "./cmd/bisync", 22770 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 22771 }, 22772 { 22773 "name": "Test TestnStorage: test_rclone_args RemoteRemote", 22774 "type": "go", 22775 "request": "launch", 22776 "mode": "test", 22777 "program": "./cmd/bisync", 22778 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_rclone_args", "-no-cleanup"] 22779 }, 22780 { 22781 "name": "Test TestnStorage: test_resolve LocalRemote", 22782 "type": "go", 22783 "request": "launch", 22784 "mode": "test", 22785 "program": "./cmd/bisync", 22786 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_resolve", "-no-cleanup"] 22787 }, 22788 { 22789 "name": "Test TestnStorage: test_resolve RemoteLocal", 22790 "type": "go", 22791 "request": "launch", 22792 "mode": "test", 22793 "program": "./cmd/bisync", 22794 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 22795 }, 22796 { 22797 "name": "Test TestnStorage: test_resolve RemoteRemote", 22798 "type": "go", 22799 "request": "launch", 22800 "mode": "test", 22801 "program": "./cmd/bisync", 22802 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_resolve", "-no-cleanup"] 22803 }, 22804 { 22805 "name": "Test TestnStorage: test_resync LocalRemote", 22806 "type": "go", 22807 "request": "launch", 22808 "mode": "test", 22809 "program": "./cmd/bisync", 22810 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_resync", "-no-cleanup"] 22811 }, 22812 { 22813 "name": "Test TestnStorage: test_resync RemoteLocal", 22814 "type": "go", 22815 "request": "launch", 22816 "mode": "test", 22817 "program": "./cmd/bisync", 22818 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 22819 }, 22820 { 22821 "name": "Test TestnStorage: test_resync RemoteRemote", 22822 "type": "go", 22823 "request": "launch", 22824 "mode": "test", 22825 "program": "./cmd/bisync", 22826 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_resync", "-no-cleanup"] 22827 }, 22828 { 22829 "name": "Test TestnStorage: test_resync_modes LocalRemote", 22830 "type": "go", 22831 "request": "launch", 22832 "mode": "test", 22833 "program": "./cmd/bisync", 22834 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_resync_modes", "-no-cleanup"] 22835 }, 22836 { 22837 "name": "Test TestnStorage: test_resync_modes RemoteLocal", 22838 "type": "go", 22839 "request": "launch", 22840 "mode": "test", 22841 "program": "./cmd/bisync", 22842 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 22843 }, 22844 { 22845 "name": "Test TestnStorage: test_resync_modes RemoteRemote", 22846 "type": "go", 22847 "request": "launch", 22848 "mode": "test", 22849 "program": "./cmd/bisync", 22850 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_resync_modes", "-no-cleanup"] 22851 }, 22852 { 22853 "name": "Test TestnStorage: test_rmdirs LocalRemote", 22854 "type": "go", 22855 "request": "launch", 22856 "mode": "test", 22857 "program": "./cmd/bisync", 22858 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_rmdirs", "-no-cleanup"] 22859 }, 22860 { 22861 "name": "Test TestnStorage: test_rmdirs RemoteLocal", 22862 "type": "go", 22863 "request": "launch", 22864 "mode": "test", 22865 "program": "./cmd/bisync", 22866 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 22867 }, 22868 { 22869 "name": "Test TestnStorage: test_rmdirs RemoteRemote", 22870 "type": "go", 22871 "request": "launch", 22872 "mode": "test", 22873 "program": "./cmd/bisync", 22874 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_rmdirs", "-no-cleanup"] 22875 }, 22876 { 22877 "name": "Test TestnStorage: test_volatile LocalRemote", 22878 "type": "go", 22879 "request": "launch", 22880 "mode": "test", 22881 "program": "./cmd/bisync", 22882 "args": ["-remote", "local", "-remote2", "TestnStorage:", "-case", "test_volatile", "-no-cleanup"] 22883 }, 22884 { 22885 "name": "Test TestnStorage: test_volatile RemoteLocal", 22886 "type": "go", 22887 "request": "launch", 22888 "mode": "test", 22889 "program": "./cmd/bisync", 22890 "args": ["-remote", "TestnStorage:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 22891 }, 22892 { 22893 "name": "Test TestnStorage: test_volatile RemoteRemote", 22894 "type": "go", 22895 "request": "launch", 22896 "mode": "test", 22897 "program": "./cmd/bisync", 22898 "args": ["-remote", "TestnStorage:", "-remote2", "TestnStorage:", "-case", "test_volatile", "-no-cleanup"] 22899 }, 22900 { 22901 "name": "Test TestOneDrive: test_all_changed LocalRemote", 22902 "type": "go", 22903 "request": "launch", 22904 "mode": "test", 22905 "program": "./cmd/bisync", 22906 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_all_changed", "-no-cleanup"] 22907 }, 22908 { 22909 "name": "Test TestOneDrive: test_all_changed RemoteLocal", 22910 "type": "go", 22911 "request": "launch", 22912 "mode": "test", 22913 "program": "./cmd/bisync", 22914 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 22915 }, 22916 { 22917 "name": "Test TestOneDrive: test_all_changed RemoteRemote", 22918 "type": "go", 22919 "request": "launch", 22920 "mode": "test", 22921 "program": "./cmd/bisync", 22922 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_all_changed", "-no-cleanup"] 22923 }, 22924 { 22925 "name": "Test TestOneDrive: test_backupdir LocalRemote", 22926 "type": "go", 22927 "request": "launch", 22928 "mode": "test", 22929 "program": "./cmd/bisync", 22930 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_backupdir", "-no-cleanup"] 22931 }, 22932 { 22933 "name": "Test TestOneDrive: test_backupdir RemoteLocal", 22934 "type": "go", 22935 "request": "launch", 22936 "mode": "test", 22937 "program": "./cmd/bisync", 22938 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 22939 }, 22940 { 22941 "name": "Test TestOneDrive: test_backupdir RemoteRemote", 22942 "type": "go", 22943 "request": "launch", 22944 "mode": "test", 22945 "program": "./cmd/bisync", 22946 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_backupdir", "-no-cleanup"] 22947 }, 22948 { 22949 "name": "Test TestOneDrive: test_basic LocalRemote", 22950 "type": "go", 22951 "request": "launch", 22952 "mode": "test", 22953 "program": "./cmd/bisync", 22954 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_basic", "-no-cleanup"] 22955 }, 22956 { 22957 "name": "Test TestOneDrive: test_basic RemoteLocal", 22958 "type": "go", 22959 "request": "launch", 22960 "mode": "test", 22961 "program": "./cmd/bisync", 22962 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 22963 }, 22964 { 22965 "name": "Test TestOneDrive: test_basic RemoteRemote", 22966 "type": "go", 22967 "request": "launch", 22968 "mode": "test", 22969 "program": "./cmd/bisync", 22970 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_basic", "-no-cleanup"] 22971 }, 22972 { 22973 "name": "Test TestOneDrive: test_changes LocalRemote", 22974 "type": "go", 22975 "request": "launch", 22976 "mode": "test", 22977 "program": "./cmd/bisync", 22978 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_changes", "-no-cleanup"] 22979 }, 22980 { 22981 "name": "Test TestOneDrive: test_changes RemoteLocal", 22982 "type": "go", 22983 "request": "launch", 22984 "mode": "test", 22985 "program": "./cmd/bisync", 22986 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 22987 }, 22988 { 22989 "name": "Test TestOneDrive: test_changes RemoteRemote", 22990 "type": "go", 22991 "request": "launch", 22992 "mode": "test", 22993 "program": "./cmd/bisync", 22994 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_changes", "-no-cleanup"] 22995 }, 22996 { 22997 "name": "Test TestOneDrive: test_check_access LocalRemote", 22998 "type": "go", 22999 "request": "launch", 23000 "mode": "test", 23001 "program": "./cmd/bisync", 23002 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_check_access", "-no-cleanup"] 23003 }, 23004 { 23005 "name": "Test TestOneDrive: test_check_access RemoteLocal", 23006 "type": "go", 23007 "request": "launch", 23008 "mode": "test", 23009 "program": "./cmd/bisync", 23010 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 23011 }, 23012 { 23013 "name": "Test TestOneDrive: test_check_access RemoteRemote", 23014 "type": "go", 23015 "request": "launch", 23016 "mode": "test", 23017 "program": "./cmd/bisync", 23018 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_check_access", "-no-cleanup"] 23019 }, 23020 { 23021 "name": "Test TestOneDrive: test_check_access_filters LocalRemote", 23022 "type": "go", 23023 "request": "launch", 23024 "mode": "test", 23025 "program": "./cmd/bisync", 23026 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_check_access_filters", "-no-cleanup"] 23027 }, 23028 { 23029 "name": "Test TestOneDrive: test_check_access_filters RemoteLocal", 23030 "type": "go", 23031 "request": "launch", 23032 "mode": "test", 23033 "program": "./cmd/bisync", 23034 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 23035 }, 23036 { 23037 "name": "Test TestOneDrive: test_check_access_filters RemoteRemote", 23038 "type": "go", 23039 "request": "launch", 23040 "mode": "test", 23041 "program": "./cmd/bisync", 23042 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_check_access_filters", "-no-cleanup"] 23043 }, 23044 { 23045 "name": "Test TestOneDrive: test_check_filename LocalRemote", 23046 "type": "go", 23047 "request": "launch", 23048 "mode": "test", 23049 "program": "./cmd/bisync", 23050 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_check_filename", "-no-cleanup"] 23051 }, 23052 { 23053 "name": "Test TestOneDrive: test_check_filename RemoteLocal", 23054 "type": "go", 23055 "request": "launch", 23056 "mode": "test", 23057 "program": "./cmd/bisync", 23058 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 23059 }, 23060 { 23061 "name": "Test TestOneDrive: test_check_filename RemoteRemote", 23062 "type": "go", 23063 "request": "launch", 23064 "mode": "test", 23065 "program": "./cmd/bisync", 23066 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_check_filename", "-no-cleanup"] 23067 }, 23068 { 23069 "name": "Test TestOneDrive: test_check_sync LocalRemote", 23070 "type": "go", 23071 "request": "launch", 23072 "mode": "test", 23073 "program": "./cmd/bisync", 23074 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_check_sync", "-no-cleanup"] 23075 }, 23076 { 23077 "name": "Test TestOneDrive: test_check_sync RemoteLocal", 23078 "type": "go", 23079 "request": "launch", 23080 "mode": "test", 23081 "program": "./cmd/bisync", 23082 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 23083 }, 23084 { 23085 "name": "Test TestOneDrive: test_check_sync RemoteRemote", 23086 "type": "go", 23087 "request": "launch", 23088 "mode": "test", 23089 "program": "./cmd/bisync", 23090 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_check_sync", "-no-cleanup"] 23091 }, 23092 { 23093 "name": "Test TestOneDrive: test_compare_all LocalRemote", 23094 "type": "go", 23095 "request": "launch", 23096 "mode": "test", 23097 "program": "./cmd/bisync", 23098 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_compare_all", "-no-cleanup"] 23099 }, 23100 { 23101 "name": "Test TestOneDrive: test_compare_all RemoteLocal", 23102 "type": "go", 23103 "request": "launch", 23104 "mode": "test", 23105 "program": "./cmd/bisync", 23106 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 23107 }, 23108 { 23109 "name": "Test TestOneDrive: test_compare_all RemoteRemote", 23110 "type": "go", 23111 "request": "launch", 23112 "mode": "test", 23113 "program": "./cmd/bisync", 23114 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_compare_all", "-no-cleanup"] 23115 }, 23116 { 23117 "name": "Test TestOneDrive: test_createemptysrcdirs LocalRemote", 23118 "type": "go", 23119 "request": "launch", 23120 "mode": "test", 23121 "program": "./cmd/bisync", 23122 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 23123 }, 23124 { 23125 "name": "Test TestOneDrive: test_createemptysrcdirs RemoteLocal", 23126 "type": "go", 23127 "request": "launch", 23128 "mode": "test", 23129 "program": "./cmd/bisync", 23130 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 23131 }, 23132 { 23133 "name": "Test TestOneDrive: test_createemptysrcdirs RemoteRemote", 23134 "type": "go", 23135 "request": "launch", 23136 "mode": "test", 23137 "program": "./cmd/bisync", 23138 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 23139 }, 23140 { 23141 "name": "Test TestOneDrive: test_dry_run LocalRemote", 23142 "type": "go", 23143 "request": "launch", 23144 "mode": "test", 23145 "program": "./cmd/bisync", 23146 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_dry_run", "-no-cleanup"] 23147 }, 23148 { 23149 "name": "Test TestOneDrive: test_dry_run RemoteLocal", 23150 "type": "go", 23151 "request": "launch", 23152 "mode": "test", 23153 "program": "./cmd/bisync", 23154 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 23155 }, 23156 { 23157 "name": "Test TestOneDrive: test_dry_run RemoteRemote", 23158 "type": "go", 23159 "request": "launch", 23160 "mode": "test", 23161 "program": "./cmd/bisync", 23162 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_dry_run", "-no-cleanup"] 23163 }, 23164 { 23165 "name": "Test TestOneDrive: test_equal LocalRemote", 23166 "type": "go", 23167 "request": "launch", 23168 "mode": "test", 23169 "program": "./cmd/bisync", 23170 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_equal", "-no-cleanup"] 23171 }, 23172 { 23173 "name": "Test TestOneDrive: test_equal RemoteLocal", 23174 "type": "go", 23175 "request": "launch", 23176 "mode": "test", 23177 "program": "./cmd/bisync", 23178 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 23179 }, 23180 { 23181 "name": "Test TestOneDrive: test_equal RemoteRemote", 23182 "type": "go", 23183 "request": "launch", 23184 "mode": "test", 23185 "program": "./cmd/bisync", 23186 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_equal", "-no-cleanup"] 23187 }, 23188 { 23189 "name": "Test TestOneDrive: test_ext_paths LocalRemote", 23190 "type": "go", 23191 "request": "launch", 23192 "mode": "test", 23193 "program": "./cmd/bisync", 23194 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_ext_paths", "-no-cleanup"] 23195 }, 23196 { 23197 "name": "Test TestOneDrive: test_ext_paths RemoteLocal", 23198 "type": "go", 23199 "request": "launch", 23200 "mode": "test", 23201 "program": "./cmd/bisync", 23202 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 23203 }, 23204 { 23205 "name": "Test TestOneDrive: test_ext_paths RemoteRemote", 23206 "type": "go", 23207 "request": "launch", 23208 "mode": "test", 23209 "program": "./cmd/bisync", 23210 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_ext_paths", "-no-cleanup"] 23211 }, 23212 { 23213 "name": "Test TestOneDrive: test_extended_filenames LocalRemote", 23214 "type": "go", 23215 "request": "launch", 23216 "mode": "test", 23217 "program": "./cmd/bisync", 23218 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_extended_filenames", "-no-cleanup"] 23219 }, 23220 { 23221 "name": "Test TestOneDrive: test_extended_filenames RemoteLocal", 23222 "type": "go", 23223 "request": "launch", 23224 "mode": "test", 23225 "program": "./cmd/bisync", 23226 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 23227 }, 23228 { 23229 "name": "Test TestOneDrive: test_extended_filenames RemoteRemote", 23230 "type": "go", 23231 "request": "launch", 23232 "mode": "test", 23233 "program": "./cmd/bisync", 23234 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_extended_filenames", "-no-cleanup"] 23235 }, 23236 { 23237 "name": "Test TestOneDrive: test_filters LocalRemote", 23238 "type": "go", 23239 "request": "launch", 23240 "mode": "test", 23241 "program": "./cmd/bisync", 23242 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_filters", "-no-cleanup"] 23243 }, 23244 { 23245 "name": "Test TestOneDrive: test_filters RemoteLocal", 23246 "type": "go", 23247 "request": "launch", 23248 "mode": "test", 23249 "program": "./cmd/bisync", 23250 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 23251 }, 23252 { 23253 "name": "Test TestOneDrive: test_filters RemoteRemote", 23254 "type": "go", 23255 "request": "launch", 23256 "mode": "test", 23257 "program": "./cmd/bisync", 23258 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_filters", "-no-cleanup"] 23259 }, 23260 { 23261 "name": "Test TestOneDrive: test_filtersfile_checks LocalRemote", 23262 "type": "go", 23263 "request": "launch", 23264 "mode": "test", 23265 "program": "./cmd/bisync", 23266 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_filtersfile_checks", "-no-cleanup"] 23267 }, 23268 { 23269 "name": "Test TestOneDrive: test_filtersfile_checks RemoteLocal", 23270 "type": "go", 23271 "request": "launch", 23272 "mode": "test", 23273 "program": "./cmd/bisync", 23274 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 23275 }, 23276 { 23277 "name": "Test TestOneDrive: test_filtersfile_checks RemoteRemote", 23278 "type": "go", 23279 "request": "launch", 23280 "mode": "test", 23281 "program": "./cmd/bisync", 23282 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_filtersfile_checks", "-no-cleanup"] 23283 }, 23284 { 23285 "name": "Test TestOneDrive: test_ignorelistingchecksum LocalRemote", 23286 "type": "go", 23287 "request": "launch", 23288 "mode": "test", 23289 "program": "./cmd/bisync", 23290 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 23291 }, 23292 { 23293 "name": "Test TestOneDrive: test_ignorelistingchecksum RemoteLocal", 23294 "type": "go", 23295 "request": "launch", 23296 "mode": "test", 23297 "program": "./cmd/bisync", 23298 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 23299 }, 23300 { 23301 "name": "Test TestOneDrive: test_ignorelistingchecksum RemoteRemote", 23302 "type": "go", 23303 "request": "launch", 23304 "mode": "test", 23305 "program": "./cmd/bisync", 23306 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 23307 }, 23308 { 23309 "name": "Test TestOneDrive: test_max_delete_path1 LocalRemote", 23310 "type": "go", 23311 "request": "launch", 23312 "mode": "test", 23313 "program": "./cmd/bisync", 23314 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_max_delete_path1", "-no-cleanup"] 23315 }, 23316 { 23317 "name": "Test TestOneDrive: test_max_delete_path1 RemoteLocal", 23318 "type": "go", 23319 "request": "launch", 23320 "mode": "test", 23321 "program": "./cmd/bisync", 23322 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 23323 }, 23324 { 23325 "name": "Test TestOneDrive: test_max_delete_path1 RemoteRemote", 23326 "type": "go", 23327 "request": "launch", 23328 "mode": "test", 23329 "program": "./cmd/bisync", 23330 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_max_delete_path1", "-no-cleanup"] 23331 }, 23332 { 23333 "name": "Test TestOneDrive: test_max_delete_path2_force LocalRemote", 23334 "type": "go", 23335 "request": "launch", 23336 "mode": "test", 23337 "program": "./cmd/bisync", 23338 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 23339 }, 23340 { 23341 "name": "Test TestOneDrive: test_max_delete_path2_force RemoteLocal", 23342 "type": "go", 23343 "request": "launch", 23344 "mode": "test", 23345 "program": "./cmd/bisync", 23346 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 23347 }, 23348 { 23349 "name": "Test TestOneDrive: test_max_delete_path2_force RemoteRemote", 23350 "type": "go", 23351 "request": "launch", 23352 "mode": "test", 23353 "program": "./cmd/bisync", 23354 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 23355 }, 23356 { 23357 "name": "Test TestOneDrive: test_nomodtime LocalRemote", 23358 "type": "go", 23359 "request": "launch", 23360 "mode": "test", 23361 "program": "./cmd/bisync", 23362 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_nomodtime", "-no-cleanup"] 23363 }, 23364 { 23365 "name": "Test TestOneDrive: test_nomodtime RemoteLocal", 23366 "type": "go", 23367 "request": "launch", 23368 "mode": "test", 23369 "program": "./cmd/bisync", 23370 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 23371 }, 23372 { 23373 "name": "Test TestOneDrive: test_nomodtime RemoteRemote", 23374 "type": "go", 23375 "request": "launch", 23376 "mode": "test", 23377 "program": "./cmd/bisync", 23378 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_nomodtime", "-no-cleanup"] 23379 }, 23380 { 23381 "name": "Test TestOneDrive: test_normalization LocalRemote", 23382 "type": "go", 23383 "request": "launch", 23384 "mode": "test", 23385 "program": "./cmd/bisync", 23386 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_normalization", "-no-cleanup"] 23387 }, 23388 { 23389 "name": "Test TestOneDrive: test_normalization RemoteLocal", 23390 "type": "go", 23391 "request": "launch", 23392 "mode": "test", 23393 "program": "./cmd/bisync", 23394 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 23395 }, 23396 { 23397 "name": "Test TestOneDrive: test_normalization RemoteRemote", 23398 "type": "go", 23399 "request": "launch", 23400 "mode": "test", 23401 "program": "./cmd/bisync", 23402 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_normalization", "-no-cleanup"] 23403 }, 23404 { 23405 "name": "Test TestOneDrive: test_rclone_args LocalRemote", 23406 "type": "go", 23407 "request": "launch", 23408 "mode": "test", 23409 "program": "./cmd/bisync", 23410 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_rclone_args", "-no-cleanup"] 23411 }, 23412 { 23413 "name": "Test TestOneDrive: test_rclone_args RemoteLocal", 23414 "type": "go", 23415 "request": "launch", 23416 "mode": "test", 23417 "program": "./cmd/bisync", 23418 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 23419 }, 23420 { 23421 "name": "Test TestOneDrive: test_rclone_args RemoteRemote", 23422 "type": "go", 23423 "request": "launch", 23424 "mode": "test", 23425 "program": "./cmd/bisync", 23426 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_rclone_args", "-no-cleanup"] 23427 }, 23428 { 23429 "name": "Test TestOneDrive: test_resolve LocalRemote", 23430 "type": "go", 23431 "request": "launch", 23432 "mode": "test", 23433 "program": "./cmd/bisync", 23434 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_resolve", "-no-cleanup"] 23435 }, 23436 { 23437 "name": "Test TestOneDrive: test_resolve RemoteLocal", 23438 "type": "go", 23439 "request": "launch", 23440 "mode": "test", 23441 "program": "./cmd/bisync", 23442 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 23443 }, 23444 { 23445 "name": "Test TestOneDrive: test_resolve RemoteRemote", 23446 "type": "go", 23447 "request": "launch", 23448 "mode": "test", 23449 "program": "./cmd/bisync", 23450 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_resolve", "-no-cleanup"] 23451 }, 23452 { 23453 "name": "Test TestOneDrive: test_resync LocalRemote", 23454 "type": "go", 23455 "request": "launch", 23456 "mode": "test", 23457 "program": "./cmd/bisync", 23458 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_resync", "-no-cleanup"] 23459 }, 23460 { 23461 "name": "Test TestOneDrive: test_resync RemoteLocal", 23462 "type": "go", 23463 "request": "launch", 23464 "mode": "test", 23465 "program": "./cmd/bisync", 23466 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 23467 }, 23468 { 23469 "name": "Test TestOneDrive: test_resync RemoteRemote", 23470 "type": "go", 23471 "request": "launch", 23472 "mode": "test", 23473 "program": "./cmd/bisync", 23474 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_resync", "-no-cleanup"] 23475 }, 23476 { 23477 "name": "Test TestOneDrive: test_resync_modes LocalRemote", 23478 "type": "go", 23479 "request": "launch", 23480 "mode": "test", 23481 "program": "./cmd/bisync", 23482 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_resync_modes", "-no-cleanup"] 23483 }, 23484 { 23485 "name": "Test TestOneDrive: test_resync_modes RemoteLocal", 23486 "type": "go", 23487 "request": "launch", 23488 "mode": "test", 23489 "program": "./cmd/bisync", 23490 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 23491 }, 23492 { 23493 "name": "Test TestOneDrive: test_resync_modes RemoteRemote", 23494 "type": "go", 23495 "request": "launch", 23496 "mode": "test", 23497 "program": "./cmd/bisync", 23498 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_resync_modes", "-no-cleanup"] 23499 }, 23500 { 23501 "name": "Test TestOneDrive: test_rmdirs LocalRemote", 23502 "type": "go", 23503 "request": "launch", 23504 "mode": "test", 23505 "program": "./cmd/bisync", 23506 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_rmdirs", "-no-cleanup"] 23507 }, 23508 { 23509 "name": "Test TestOneDrive: test_rmdirs RemoteLocal", 23510 "type": "go", 23511 "request": "launch", 23512 "mode": "test", 23513 "program": "./cmd/bisync", 23514 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 23515 }, 23516 { 23517 "name": "Test TestOneDrive: test_rmdirs RemoteRemote", 23518 "type": "go", 23519 "request": "launch", 23520 "mode": "test", 23521 "program": "./cmd/bisync", 23522 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_rmdirs", "-no-cleanup"] 23523 }, 23524 { 23525 "name": "Test TestOneDrive: test_volatile LocalRemote", 23526 "type": "go", 23527 "request": "launch", 23528 "mode": "test", 23529 "program": "./cmd/bisync", 23530 "args": ["-remote", "local", "-remote2", "TestOneDrive:", "-case", "test_volatile", "-no-cleanup"] 23531 }, 23532 { 23533 "name": "Test TestOneDrive: test_volatile RemoteLocal", 23534 "type": "go", 23535 "request": "launch", 23536 "mode": "test", 23537 "program": "./cmd/bisync", 23538 "args": ["-remote", "TestOneDrive:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 23539 }, 23540 { 23541 "name": "Test TestOneDrive: test_volatile RemoteRemote", 23542 "type": "go", 23543 "request": "launch", 23544 "mode": "test", 23545 "program": "./cmd/bisync", 23546 "args": ["-remote", "TestOneDrive:", "-remote2", "TestOneDrive:", "-case", "test_volatile", "-no-cleanup"] 23547 }, 23548 { 23549 "name": "Test TestOneDriveBusiness: test_all_changed LocalRemote", 23550 "type": "go", 23551 "request": "launch", 23552 "mode": "test", 23553 "program": "./cmd/bisync", 23554 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_all_changed", "-no-cleanup"] 23555 }, 23556 { 23557 "name": "Test TestOneDriveBusiness: test_all_changed RemoteLocal", 23558 "type": "go", 23559 "request": "launch", 23560 "mode": "test", 23561 "program": "./cmd/bisync", 23562 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 23563 }, 23564 { 23565 "name": "Test TestOneDriveBusiness: test_all_changed RemoteRemote", 23566 "type": "go", 23567 "request": "launch", 23568 "mode": "test", 23569 "program": "./cmd/bisync", 23570 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_all_changed", "-no-cleanup"] 23571 }, 23572 { 23573 "name": "Test TestOneDriveBusiness: test_backupdir LocalRemote", 23574 "type": "go", 23575 "request": "launch", 23576 "mode": "test", 23577 "program": "./cmd/bisync", 23578 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_backupdir", "-no-cleanup"] 23579 }, 23580 { 23581 "name": "Test TestOneDriveBusiness: test_backupdir RemoteLocal", 23582 "type": "go", 23583 "request": "launch", 23584 "mode": "test", 23585 "program": "./cmd/bisync", 23586 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 23587 }, 23588 { 23589 "name": "Test TestOneDriveBusiness: test_backupdir RemoteRemote", 23590 "type": "go", 23591 "request": "launch", 23592 "mode": "test", 23593 "program": "./cmd/bisync", 23594 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_backupdir", "-no-cleanup"] 23595 }, 23596 { 23597 "name": "Test TestOneDriveBusiness: test_basic LocalRemote", 23598 "type": "go", 23599 "request": "launch", 23600 "mode": "test", 23601 "program": "./cmd/bisync", 23602 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_basic", "-no-cleanup"] 23603 }, 23604 { 23605 "name": "Test TestOneDriveBusiness: test_basic RemoteLocal", 23606 "type": "go", 23607 "request": "launch", 23608 "mode": "test", 23609 "program": "./cmd/bisync", 23610 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 23611 }, 23612 { 23613 "name": "Test TestOneDriveBusiness: test_basic RemoteRemote", 23614 "type": "go", 23615 "request": "launch", 23616 "mode": "test", 23617 "program": "./cmd/bisync", 23618 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_basic", "-no-cleanup"] 23619 }, 23620 { 23621 "name": "Test TestOneDriveBusiness: test_changes LocalRemote", 23622 "type": "go", 23623 "request": "launch", 23624 "mode": "test", 23625 "program": "./cmd/bisync", 23626 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_changes", "-no-cleanup"] 23627 }, 23628 { 23629 "name": "Test TestOneDriveBusiness: test_changes RemoteLocal", 23630 "type": "go", 23631 "request": "launch", 23632 "mode": "test", 23633 "program": "./cmd/bisync", 23634 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 23635 }, 23636 { 23637 "name": "Test TestOneDriveBusiness: test_changes RemoteRemote", 23638 "type": "go", 23639 "request": "launch", 23640 "mode": "test", 23641 "program": "./cmd/bisync", 23642 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_changes", "-no-cleanup"] 23643 }, 23644 { 23645 "name": "Test TestOneDriveBusiness: test_check_access LocalRemote", 23646 "type": "go", 23647 "request": "launch", 23648 "mode": "test", 23649 "program": "./cmd/bisync", 23650 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_check_access", "-no-cleanup"] 23651 }, 23652 { 23653 "name": "Test TestOneDriveBusiness: test_check_access RemoteLocal", 23654 "type": "go", 23655 "request": "launch", 23656 "mode": "test", 23657 "program": "./cmd/bisync", 23658 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 23659 }, 23660 { 23661 "name": "Test TestOneDriveBusiness: test_check_access RemoteRemote", 23662 "type": "go", 23663 "request": "launch", 23664 "mode": "test", 23665 "program": "./cmd/bisync", 23666 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_check_access", "-no-cleanup"] 23667 }, 23668 { 23669 "name": "Test TestOneDriveBusiness: test_check_access_filters LocalRemote", 23670 "type": "go", 23671 "request": "launch", 23672 "mode": "test", 23673 "program": "./cmd/bisync", 23674 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_check_access_filters", "-no-cleanup"] 23675 }, 23676 { 23677 "name": "Test TestOneDriveBusiness: test_check_access_filters RemoteLocal", 23678 "type": "go", 23679 "request": "launch", 23680 "mode": "test", 23681 "program": "./cmd/bisync", 23682 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 23683 }, 23684 { 23685 "name": "Test TestOneDriveBusiness: test_check_access_filters RemoteRemote", 23686 "type": "go", 23687 "request": "launch", 23688 "mode": "test", 23689 "program": "./cmd/bisync", 23690 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_check_access_filters", "-no-cleanup"] 23691 }, 23692 { 23693 "name": "Test TestOneDriveBusiness: test_check_filename LocalRemote", 23694 "type": "go", 23695 "request": "launch", 23696 "mode": "test", 23697 "program": "./cmd/bisync", 23698 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_check_filename", "-no-cleanup"] 23699 }, 23700 { 23701 "name": "Test TestOneDriveBusiness: test_check_filename RemoteLocal", 23702 "type": "go", 23703 "request": "launch", 23704 "mode": "test", 23705 "program": "./cmd/bisync", 23706 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 23707 }, 23708 { 23709 "name": "Test TestOneDriveBusiness: test_check_filename RemoteRemote", 23710 "type": "go", 23711 "request": "launch", 23712 "mode": "test", 23713 "program": "./cmd/bisync", 23714 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_check_filename", "-no-cleanup"] 23715 }, 23716 { 23717 "name": "Test TestOneDriveBusiness: test_check_sync LocalRemote", 23718 "type": "go", 23719 "request": "launch", 23720 "mode": "test", 23721 "program": "./cmd/bisync", 23722 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_check_sync", "-no-cleanup"] 23723 }, 23724 { 23725 "name": "Test TestOneDriveBusiness: test_check_sync RemoteLocal", 23726 "type": "go", 23727 "request": "launch", 23728 "mode": "test", 23729 "program": "./cmd/bisync", 23730 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 23731 }, 23732 { 23733 "name": "Test TestOneDriveBusiness: test_check_sync RemoteRemote", 23734 "type": "go", 23735 "request": "launch", 23736 "mode": "test", 23737 "program": "./cmd/bisync", 23738 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_check_sync", "-no-cleanup"] 23739 }, 23740 { 23741 "name": "Test TestOneDriveBusiness: test_compare_all LocalRemote", 23742 "type": "go", 23743 "request": "launch", 23744 "mode": "test", 23745 "program": "./cmd/bisync", 23746 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_compare_all", "-no-cleanup"] 23747 }, 23748 { 23749 "name": "Test TestOneDriveBusiness: test_compare_all RemoteLocal", 23750 "type": "go", 23751 "request": "launch", 23752 "mode": "test", 23753 "program": "./cmd/bisync", 23754 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 23755 }, 23756 { 23757 "name": "Test TestOneDriveBusiness: test_compare_all RemoteRemote", 23758 "type": "go", 23759 "request": "launch", 23760 "mode": "test", 23761 "program": "./cmd/bisync", 23762 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_compare_all", "-no-cleanup"] 23763 }, 23764 { 23765 "name": "Test TestOneDriveBusiness: test_createemptysrcdirs LocalRemote", 23766 "type": "go", 23767 "request": "launch", 23768 "mode": "test", 23769 "program": "./cmd/bisync", 23770 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 23771 }, 23772 { 23773 "name": "Test TestOneDriveBusiness: test_createemptysrcdirs RemoteLocal", 23774 "type": "go", 23775 "request": "launch", 23776 "mode": "test", 23777 "program": "./cmd/bisync", 23778 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 23779 }, 23780 { 23781 "name": "Test TestOneDriveBusiness: test_createemptysrcdirs RemoteRemote", 23782 "type": "go", 23783 "request": "launch", 23784 "mode": "test", 23785 "program": "./cmd/bisync", 23786 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 23787 }, 23788 { 23789 "name": "Test TestOneDriveBusiness: test_dry_run LocalRemote", 23790 "type": "go", 23791 "request": "launch", 23792 "mode": "test", 23793 "program": "./cmd/bisync", 23794 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_dry_run", "-no-cleanup"] 23795 }, 23796 { 23797 "name": "Test TestOneDriveBusiness: test_dry_run RemoteLocal", 23798 "type": "go", 23799 "request": "launch", 23800 "mode": "test", 23801 "program": "./cmd/bisync", 23802 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 23803 }, 23804 { 23805 "name": "Test TestOneDriveBusiness: test_dry_run RemoteRemote", 23806 "type": "go", 23807 "request": "launch", 23808 "mode": "test", 23809 "program": "./cmd/bisync", 23810 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_dry_run", "-no-cleanup"] 23811 }, 23812 { 23813 "name": "Test TestOneDriveBusiness: test_equal LocalRemote", 23814 "type": "go", 23815 "request": "launch", 23816 "mode": "test", 23817 "program": "./cmd/bisync", 23818 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_equal", "-no-cleanup"] 23819 }, 23820 { 23821 "name": "Test TestOneDriveBusiness: test_equal RemoteLocal", 23822 "type": "go", 23823 "request": "launch", 23824 "mode": "test", 23825 "program": "./cmd/bisync", 23826 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 23827 }, 23828 { 23829 "name": "Test TestOneDriveBusiness: test_equal RemoteRemote", 23830 "type": "go", 23831 "request": "launch", 23832 "mode": "test", 23833 "program": "./cmd/bisync", 23834 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_equal", "-no-cleanup"] 23835 }, 23836 { 23837 "name": "Test TestOneDriveBusiness: test_ext_paths LocalRemote", 23838 "type": "go", 23839 "request": "launch", 23840 "mode": "test", 23841 "program": "./cmd/bisync", 23842 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_ext_paths", "-no-cleanup"] 23843 }, 23844 { 23845 "name": "Test TestOneDriveBusiness: test_ext_paths RemoteLocal", 23846 "type": "go", 23847 "request": "launch", 23848 "mode": "test", 23849 "program": "./cmd/bisync", 23850 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 23851 }, 23852 { 23853 "name": "Test TestOneDriveBusiness: test_ext_paths RemoteRemote", 23854 "type": "go", 23855 "request": "launch", 23856 "mode": "test", 23857 "program": "./cmd/bisync", 23858 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_ext_paths", "-no-cleanup"] 23859 }, 23860 { 23861 "name": "Test TestOneDriveBusiness: test_extended_filenames LocalRemote", 23862 "type": "go", 23863 "request": "launch", 23864 "mode": "test", 23865 "program": "./cmd/bisync", 23866 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_extended_filenames", "-no-cleanup"] 23867 }, 23868 { 23869 "name": "Test TestOneDriveBusiness: test_extended_filenames RemoteLocal", 23870 "type": "go", 23871 "request": "launch", 23872 "mode": "test", 23873 "program": "./cmd/bisync", 23874 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 23875 }, 23876 { 23877 "name": "Test TestOneDriveBusiness: test_extended_filenames RemoteRemote", 23878 "type": "go", 23879 "request": "launch", 23880 "mode": "test", 23881 "program": "./cmd/bisync", 23882 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_extended_filenames", "-no-cleanup"] 23883 }, 23884 { 23885 "name": "Test TestOneDriveBusiness: test_filters LocalRemote", 23886 "type": "go", 23887 "request": "launch", 23888 "mode": "test", 23889 "program": "./cmd/bisync", 23890 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_filters", "-no-cleanup"] 23891 }, 23892 { 23893 "name": "Test TestOneDriveBusiness: test_filters RemoteLocal", 23894 "type": "go", 23895 "request": "launch", 23896 "mode": "test", 23897 "program": "./cmd/bisync", 23898 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 23899 }, 23900 { 23901 "name": "Test TestOneDriveBusiness: test_filters RemoteRemote", 23902 "type": "go", 23903 "request": "launch", 23904 "mode": "test", 23905 "program": "./cmd/bisync", 23906 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_filters", "-no-cleanup"] 23907 }, 23908 { 23909 "name": "Test TestOneDriveBusiness: test_filtersfile_checks LocalRemote", 23910 "type": "go", 23911 "request": "launch", 23912 "mode": "test", 23913 "program": "./cmd/bisync", 23914 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_filtersfile_checks", "-no-cleanup"] 23915 }, 23916 { 23917 "name": "Test TestOneDriveBusiness: test_filtersfile_checks RemoteLocal", 23918 "type": "go", 23919 "request": "launch", 23920 "mode": "test", 23921 "program": "./cmd/bisync", 23922 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 23923 }, 23924 { 23925 "name": "Test TestOneDriveBusiness: test_filtersfile_checks RemoteRemote", 23926 "type": "go", 23927 "request": "launch", 23928 "mode": "test", 23929 "program": "./cmd/bisync", 23930 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_filtersfile_checks", "-no-cleanup"] 23931 }, 23932 { 23933 "name": "Test TestOneDriveBusiness: test_ignorelistingchecksum LocalRemote", 23934 "type": "go", 23935 "request": "launch", 23936 "mode": "test", 23937 "program": "./cmd/bisync", 23938 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 23939 }, 23940 { 23941 "name": "Test TestOneDriveBusiness: test_ignorelistingchecksum RemoteLocal", 23942 "type": "go", 23943 "request": "launch", 23944 "mode": "test", 23945 "program": "./cmd/bisync", 23946 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 23947 }, 23948 { 23949 "name": "Test TestOneDriveBusiness: test_ignorelistingchecksum RemoteRemote", 23950 "type": "go", 23951 "request": "launch", 23952 "mode": "test", 23953 "program": "./cmd/bisync", 23954 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 23955 }, 23956 { 23957 "name": "Test TestOneDriveBusiness: test_max_delete_path1 LocalRemote", 23958 "type": "go", 23959 "request": "launch", 23960 "mode": "test", 23961 "program": "./cmd/bisync", 23962 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_max_delete_path1", "-no-cleanup"] 23963 }, 23964 { 23965 "name": "Test TestOneDriveBusiness: test_max_delete_path1 RemoteLocal", 23966 "type": "go", 23967 "request": "launch", 23968 "mode": "test", 23969 "program": "./cmd/bisync", 23970 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 23971 }, 23972 { 23973 "name": "Test TestOneDriveBusiness: test_max_delete_path1 RemoteRemote", 23974 "type": "go", 23975 "request": "launch", 23976 "mode": "test", 23977 "program": "./cmd/bisync", 23978 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_max_delete_path1", "-no-cleanup"] 23979 }, 23980 { 23981 "name": "Test TestOneDriveBusiness: test_max_delete_path2_force LocalRemote", 23982 "type": "go", 23983 "request": "launch", 23984 "mode": "test", 23985 "program": "./cmd/bisync", 23986 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 23987 }, 23988 { 23989 "name": "Test TestOneDriveBusiness: test_max_delete_path2_force RemoteLocal", 23990 "type": "go", 23991 "request": "launch", 23992 "mode": "test", 23993 "program": "./cmd/bisync", 23994 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 23995 }, 23996 { 23997 "name": "Test TestOneDriveBusiness: test_max_delete_path2_force RemoteRemote", 23998 "type": "go", 23999 "request": "launch", 24000 "mode": "test", 24001 "program": "./cmd/bisync", 24002 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 24003 }, 24004 { 24005 "name": "Test TestOneDriveBusiness: test_nomodtime LocalRemote", 24006 "type": "go", 24007 "request": "launch", 24008 "mode": "test", 24009 "program": "./cmd/bisync", 24010 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_nomodtime", "-no-cleanup"] 24011 }, 24012 { 24013 "name": "Test TestOneDriveBusiness: test_nomodtime RemoteLocal", 24014 "type": "go", 24015 "request": "launch", 24016 "mode": "test", 24017 "program": "./cmd/bisync", 24018 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 24019 }, 24020 { 24021 "name": "Test TestOneDriveBusiness: test_nomodtime RemoteRemote", 24022 "type": "go", 24023 "request": "launch", 24024 "mode": "test", 24025 "program": "./cmd/bisync", 24026 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_nomodtime", "-no-cleanup"] 24027 }, 24028 { 24029 "name": "Test TestOneDriveBusiness: test_normalization LocalRemote", 24030 "type": "go", 24031 "request": "launch", 24032 "mode": "test", 24033 "program": "./cmd/bisync", 24034 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_normalization", "-no-cleanup"] 24035 }, 24036 { 24037 "name": "Test TestOneDriveBusiness: test_normalization RemoteLocal", 24038 "type": "go", 24039 "request": "launch", 24040 "mode": "test", 24041 "program": "./cmd/bisync", 24042 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 24043 }, 24044 { 24045 "name": "Test TestOneDriveBusiness: test_normalization RemoteRemote", 24046 "type": "go", 24047 "request": "launch", 24048 "mode": "test", 24049 "program": "./cmd/bisync", 24050 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_normalization", "-no-cleanup"] 24051 }, 24052 { 24053 "name": "Test TestOneDriveBusiness: test_rclone_args LocalRemote", 24054 "type": "go", 24055 "request": "launch", 24056 "mode": "test", 24057 "program": "./cmd/bisync", 24058 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_rclone_args", "-no-cleanup"] 24059 }, 24060 { 24061 "name": "Test TestOneDriveBusiness: test_rclone_args RemoteLocal", 24062 "type": "go", 24063 "request": "launch", 24064 "mode": "test", 24065 "program": "./cmd/bisync", 24066 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 24067 }, 24068 { 24069 "name": "Test TestOneDriveBusiness: test_rclone_args RemoteRemote", 24070 "type": "go", 24071 "request": "launch", 24072 "mode": "test", 24073 "program": "./cmd/bisync", 24074 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_rclone_args", "-no-cleanup"] 24075 }, 24076 { 24077 "name": "Test TestOneDriveBusiness: test_resolve LocalRemote", 24078 "type": "go", 24079 "request": "launch", 24080 "mode": "test", 24081 "program": "./cmd/bisync", 24082 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_resolve", "-no-cleanup"] 24083 }, 24084 { 24085 "name": "Test TestOneDriveBusiness: test_resolve RemoteLocal", 24086 "type": "go", 24087 "request": "launch", 24088 "mode": "test", 24089 "program": "./cmd/bisync", 24090 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 24091 }, 24092 { 24093 "name": "Test TestOneDriveBusiness: test_resolve RemoteRemote", 24094 "type": "go", 24095 "request": "launch", 24096 "mode": "test", 24097 "program": "./cmd/bisync", 24098 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_resolve", "-no-cleanup"] 24099 }, 24100 { 24101 "name": "Test TestOneDriveBusiness: test_resync LocalRemote", 24102 "type": "go", 24103 "request": "launch", 24104 "mode": "test", 24105 "program": "./cmd/bisync", 24106 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_resync", "-no-cleanup"] 24107 }, 24108 { 24109 "name": "Test TestOneDriveBusiness: test_resync RemoteLocal", 24110 "type": "go", 24111 "request": "launch", 24112 "mode": "test", 24113 "program": "./cmd/bisync", 24114 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 24115 }, 24116 { 24117 "name": "Test TestOneDriveBusiness: test_resync RemoteRemote", 24118 "type": "go", 24119 "request": "launch", 24120 "mode": "test", 24121 "program": "./cmd/bisync", 24122 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_resync", "-no-cleanup"] 24123 }, 24124 { 24125 "name": "Test TestOneDriveBusiness: test_resync_modes LocalRemote", 24126 "type": "go", 24127 "request": "launch", 24128 "mode": "test", 24129 "program": "./cmd/bisync", 24130 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_resync_modes", "-no-cleanup"] 24131 }, 24132 { 24133 "name": "Test TestOneDriveBusiness: test_resync_modes RemoteLocal", 24134 "type": "go", 24135 "request": "launch", 24136 "mode": "test", 24137 "program": "./cmd/bisync", 24138 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 24139 }, 24140 { 24141 "name": "Test TestOneDriveBusiness: test_resync_modes RemoteRemote", 24142 "type": "go", 24143 "request": "launch", 24144 "mode": "test", 24145 "program": "./cmd/bisync", 24146 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_resync_modes", "-no-cleanup"] 24147 }, 24148 { 24149 "name": "Test TestOneDriveBusiness: test_rmdirs LocalRemote", 24150 "type": "go", 24151 "request": "launch", 24152 "mode": "test", 24153 "program": "./cmd/bisync", 24154 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_rmdirs", "-no-cleanup"] 24155 }, 24156 { 24157 "name": "Test TestOneDriveBusiness: test_rmdirs RemoteLocal", 24158 "type": "go", 24159 "request": "launch", 24160 "mode": "test", 24161 "program": "./cmd/bisync", 24162 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 24163 }, 24164 { 24165 "name": "Test TestOneDriveBusiness: test_rmdirs RemoteRemote", 24166 "type": "go", 24167 "request": "launch", 24168 "mode": "test", 24169 "program": "./cmd/bisync", 24170 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_rmdirs", "-no-cleanup"] 24171 }, 24172 { 24173 "name": "Test TestOneDriveBusiness: test_volatile LocalRemote", 24174 "type": "go", 24175 "request": "launch", 24176 "mode": "test", 24177 "program": "./cmd/bisync", 24178 "args": ["-remote", "local", "-remote2", "TestOneDriveBusiness:", "-case", "test_volatile", "-no-cleanup"] 24179 }, 24180 { 24181 "name": "Test TestOneDriveBusiness: test_volatile RemoteLocal", 24182 "type": "go", 24183 "request": "launch", 24184 "mode": "test", 24185 "program": "./cmd/bisync", 24186 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 24187 }, 24188 { 24189 "name": "Test TestOneDriveBusiness: test_volatile RemoteRemote", 24190 "type": "go", 24191 "request": "launch", 24192 "mode": "test", 24193 "program": "./cmd/bisync", 24194 "args": ["-remote", "TestOneDriveBusiness:", "-remote2", "TestOneDriveBusiness:", "-case", "test_volatile", "-no-cleanup"] 24195 }, 24196 { 24197 "name": "Test TestS3: test_all_changed LocalRemote", 24198 "type": "go", 24199 "request": "launch", 24200 "mode": "test", 24201 "program": "./cmd/bisync", 24202 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_all_changed", "-no-cleanup"] 24203 }, 24204 { 24205 "name": "Test TestS3: test_all_changed RemoteLocal", 24206 "type": "go", 24207 "request": "launch", 24208 "mode": "test", 24209 "program": "./cmd/bisync", 24210 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 24211 }, 24212 { 24213 "name": "Test TestS3: test_all_changed RemoteRemote", 24214 "type": "go", 24215 "request": "launch", 24216 "mode": "test", 24217 "program": "./cmd/bisync", 24218 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_all_changed", "-no-cleanup"] 24219 }, 24220 { 24221 "name": "Test TestS3: test_backupdir LocalRemote", 24222 "type": "go", 24223 "request": "launch", 24224 "mode": "test", 24225 "program": "./cmd/bisync", 24226 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_backupdir", "-no-cleanup"] 24227 }, 24228 { 24229 "name": "Test TestS3: test_backupdir RemoteLocal", 24230 "type": "go", 24231 "request": "launch", 24232 "mode": "test", 24233 "program": "./cmd/bisync", 24234 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 24235 }, 24236 { 24237 "name": "Test TestS3: test_backupdir RemoteRemote", 24238 "type": "go", 24239 "request": "launch", 24240 "mode": "test", 24241 "program": "./cmd/bisync", 24242 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_backupdir", "-no-cleanup"] 24243 }, 24244 { 24245 "name": "Test TestS3: test_basic LocalRemote", 24246 "type": "go", 24247 "request": "launch", 24248 "mode": "test", 24249 "program": "./cmd/bisync", 24250 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_basic", "-no-cleanup"] 24251 }, 24252 { 24253 "name": "Test TestS3: test_basic RemoteLocal", 24254 "type": "go", 24255 "request": "launch", 24256 "mode": "test", 24257 "program": "./cmd/bisync", 24258 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 24259 }, 24260 { 24261 "name": "Test TestS3: test_basic RemoteRemote", 24262 "type": "go", 24263 "request": "launch", 24264 "mode": "test", 24265 "program": "./cmd/bisync", 24266 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_basic", "-no-cleanup"] 24267 }, 24268 { 24269 "name": "Test TestS3: test_changes LocalRemote", 24270 "type": "go", 24271 "request": "launch", 24272 "mode": "test", 24273 "program": "./cmd/bisync", 24274 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_changes", "-no-cleanup"] 24275 }, 24276 { 24277 "name": "Test TestS3: test_changes RemoteLocal", 24278 "type": "go", 24279 "request": "launch", 24280 "mode": "test", 24281 "program": "./cmd/bisync", 24282 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 24283 }, 24284 { 24285 "name": "Test TestS3: test_changes RemoteRemote", 24286 "type": "go", 24287 "request": "launch", 24288 "mode": "test", 24289 "program": "./cmd/bisync", 24290 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_changes", "-no-cleanup"] 24291 }, 24292 { 24293 "name": "Test TestS3: test_check_access LocalRemote", 24294 "type": "go", 24295 "request": "launch", 24296 "mode": "test", 24297 "program": "./cmd/bisync", 24298 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_check_access", "-no-cleanup"] 24299 }, 24300 { 24301 "name": "Test TestS3: test_check_access RemoteLocal", 24302 "type": "go", 24303 "request": "launch", 24304 "mode": "test", 24305 "program": "./cmd/bisync", 24306 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 24307 }, 24308 { 24309 "name": "Test TestS3: test_check_access RemoteRemote", 24310 "type": "go", 24311 "request": "launch", 24312 "mode": "test", 24313 "program": "./cmd/bisync", 24314 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_check_access", "-no-cleanup"] 24315 }, 24316 { 24317 "name": "Test TestS3: test_check_access_filters LocalRemote", 24318 "type": "go", 24319 "request": "launch", 24320 "mode": "test", 24321 "program": "./cmd/bisync", 24322 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_check_access_filters", "-no-cleanup"] 24323 }, 24324 { 24325 "name": "Test TestS3: test_check_access_filters RemoteLocal", 24326 "type": "go", 24327 "request": "launch", 24328 "mode": "test", 24329 "program": "./cmd/bisync", 24330 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 24331 }, 24332 { 24333 "name": "Test TestS3: test_check_access_filters RemoteRemote", 24334 "type": "go", 24335 "request": "launch", 24336 "mode": "test", 24337 "program": "./cmd/bisync", 24338 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_check_access_filters", "-no-cleanup"] 24339 }, 24340 { 24341 "name": "Test TestS3: test_check_filename LocalRemote", 24342 "type": "go", 24343 "request": "launch", 24344 "mode": "test", 24345 "program": "./cmd/bisync", 24346 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_check_filename", "-no-cleanup"] 24347 }, 24348 { 24349 "name": "Test TestS3: test_check_filename RemoteLocal", 24350 "type": "go", 24351 "request": "launch", 24352 "mode": "test", 24353 "program": "./cmd/bisync", 24354 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 24355 }, 24356 { 24357 "name": "Test TestS3: test_check_filename RemoteRemote", 24358 "type": "go", 24359 "request": "launch", 24360 "mode": "test", 24361 "program": "./cmd/bisync", 24362 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_check_filename", "-no-cleanup"] 24363 }, 24364 { 24365 "name": "Test TestS3: test_check_sync LocalRemote", 24366 "type": "go", 24367 "request": "launch", 24368 "mode": "test", 24369 "program": "./cmd/bisync", 24370 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_check_sync", "-no-cleanup"] 24371 }, 24372 { 24373 "name": "Test TestS3: test_check_sync RemoteLocal", 24374 "type": "go", 24375 "request": "launch", 24376 "mode": "test", 24377 "program": "./cmd/bisync", 24378 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 24379 }, 24380 { 24381 "name": "Test TestS3: test_check_sync RemoteRemote", 24382 "type": "go", 24383 "request": "launch", 24384 "mode": "test", 24385 "program": "./cmd/bisync", 24386 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_check_sync", "-no-cleanup"] 24387 }, 24388 { 24389 "name": "Test TestS3: test_compare_all LocalRemote", 24390 "type": "go", 24391 "request": "launch", 24392 "mode": "test", 24393 "program": "./cmd/bisync", 24394 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_compare_all", "-no-cleanup"] 24395 }, 24396 { 24397 "name": "Test TestS3: test_compare_all RemoteLocal", 24398 "type": "go", 24399 "request": "launch", 24400 "mode": "test", 24401 "program": "./cmd/bisync", 24402 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 24403 }, 24404 { 24405 "name": "Test TestS3: test_compare_all RemoteRemote", 24406 "type": "go", 24407 "request": "launch", 24408 "mode": "test", 24409 "program": "./cmd/bisync", 24410 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_compare_all", "-no-cleanup"] 24411 }, 24412 { 24413 "name": "Test TestS3: test_createemptysrcdirs LocalRemote", 24414 "type": "go", 24415 "request": "launch", 24416 "mode": "test", 24417 "program": "./cmd/bisync", 24418 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 24419 }, 24420 { 24421 "name": "Test TestS3: test_createemptysrcdirs RemoteLocal", 24422 "type": "go", 24423 "request": "launch", 24424 "mode": "test", 24425 "program": "./cmd/bisync", 24426 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 24427 }, 24428 { 24429 "name": "Test TestS3: test_createemptysrcdirs RemoteRemote", 24430 "type": "go", 24431 "request": "launch", 24432 "mode": "test", 24433 "program": "./cmd/bisync", 24434 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 24435 }, 24436 { 24437 "name": "Test TestS3: test_dry_run LocalRemote", 24438 "type": "go", 24439 "request": "launch", 24440 "mode": "test", 24441 "program": "./cmd/bisync", 24442 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_dry_run", "-no-cleanup"] 24443 }, 24444 { 24445 "name": "Test TestS3: test_dry_run RemoteLocal", 24446 "type": "go", 24447 "request": "launch", 24448 "mode": "test", 24449 "program": "./cmd/bisync", 24450 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 24451 }, 24452 { 24453 "name": "Test TestS3: test_dry_run RemoteRemote", 24454 "type": "go", 24455 "request": "launch", 24456 "mode": "test", 24457 "program": "./cmd/bisync", 24458 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_dry_run", "-no-cleanup"] 24459 }, 24460 { 24461 "name": "Test TestS3: test_equal LocalRemote", 24462 "type": "go", 24463 "request": "launch", 24464 "mode": "test", 24465 "program": "./cmd/bisync", 24466 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_equal", "-no-cleanup"] 24467 }, 24468 { 24469 "name": "Test TestS3: test_equal RemoteLocal", 24470 "type": "go", 24471 "request": "launch", 24472 "mode": "test", 24473 "program": "./cmd/bisync", 24474 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 24475 }, 24476 { 24477 "name": "Test TestS3: test_equal RemoteRemote", 24478 "type": "go", 24479 "request": "launch", 24480 "mode": "test", 24481 "program": "./cmd/bisync", 24482 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_equal", "-no-cleanup"] 24483 }, 24484 { 24485 "name": "Test TestS3: test_ext_paths LocalRemote", 24486 "type": "go", 24487 "request": "launch", 24488 "mode": "test", 24489 "program": "./cmd/bisync", 24490 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_ext_paths", "-no-cleanup"] 24491 }, 24492 { 24493 "name": "Test TestS3: test_ext_paths RemoteLocal", 24494 "type": "go", 24495 "request": "launch", 24496 "mode": "test", 24497 "program": "./cmd/bisync", 24498 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 24499 }, 24500 { 24501 "name": "Test TestS3: test_ext_paths RemoteRemote", 24502 "type": "go", 24503 "request": "launch", 24504 "mode": "test", 24505 "program": "./cmd/bisync", 24506 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_ext_paths", "-no-cleanup"] 24507 }, 24508 { 24509 "name": "Test TestS3: test_extended_filenames LocalRemote", 24510 "type": "go", 24511 "request": "launch", 24512 "mode": "test", 24513 "program": "./cmd/bisync", 24514 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_extended_filenames", "-no-cleanup"] 24515 }, 24516 { 24517 "name": "Test TestS3: test_extended_filenames RemoteLocal", 24518 "type": "go", 24519 "request": "launch", 24520 "mode": "test", 24521 "program": "./cmd/bisync", 24522 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 24523 }, 24524 { 24525 "name": "Test TestS3: test_extended_filenames RemoteRemote", 24526 "type": "go", 24527 "request": "launch", 24528 "mode": "test", 24529 "program": "./cmd/bisync", 24530 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_extended_filenames", "-no-cleanup"] 24531 }, 24532 { 24533 "name": "Test TestS3: test_filters LocalRemote", 24534 "type": "go", 24535 "request": "launch", 24536 "mode": "test", 24537 "program": "./cmd/bisync", 24538 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_filters", "-no-cleanup"] 24539 }, 24540 { 24541 "name": "Test TestS3: test_filters RemoteLocal", 24542 "type": "go", 24543 "request": "launch", 24544 "mode": "test", 24545 "program": "./cmd/bisync", 24546 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 24547 }, 24548 { 24549 "name": "Test TestS3: test_filters RemoteRemote", 24550 "type": "go", 24551 "request": "launch", 24552 "mode": "test", 24553 "program": "./cmd/bisync", 24554 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_filters", "-no-cleanup"] 24555 }, 24556 { 24557 "name": "Test TestS3: test_filtersfile_checks LocalRemote", 24558 "type": "go", 24559 "request": "launch", 24560 "mode": "test", 24561 "program": "./cmd/bisync", 24562 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_filtersfile_checks", "-no-cleanup"] 24563 }, 24564 { 24565 "name": "Test TestS3: test_filtersfile_checks RemoteLocal", 24566 "type": "go", 24567 "request": "launch", 24568 "mode": "test", 24569 "program": "./cmd/bisync", 24570 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 24571 }, 24572 { 24573 "name": "Test TestS3: test_filtersfile_checks RemoteRemote", 24574 "type": "go", 24575 "request": "launch", 24576 "mode": "test", 24577 "program": "./cmd/bisync", 24578 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_filtersfile_checks", "-no-cleanup"] 24579 }, 24580 { 24581 "name": "Test TestS3: test_ignorelistingchecksum LocalRemote", 24582 "type": "go", 24583 "request": "launch", 24584 "mode": "test", 24585 "program": "./cmd/bisync", 24586 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 24587 }, 24588 { 24589 "name": "Test TestS3: test_ignorelistingchecksum RemoteLocal", 24590 "type": "go", 24591 "request": "launch", 24592 "mode": "test", 24593 "program": "./cmd/bisync", 24594 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 24595 }, 24596 { 24597 "name": "Test TestS3: test_ignorelistingchecksum RemoteRemote", 24598 "type": "go", 24599 "request": "launch", 24600 "mode": "test", 24601 "program": "./cmd/bisync", 24602 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 24603 }, 24604 { 24605 "name": "Test TestS3: test_max_delete_path1 LocalRemote", 24606 "type": "go", 24607 "request": "launch", 24608 "mode": "test", 24609 "program": "./cmd/bisync", 24610 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_max_delete_path1", "-no-cleanup"] 24611 }, 24612 { 24613 "name": "Test TestS3: test_max_delete_path1 RemoteLocal", 24614 "type": "go", 24615 "request": "launch", 24616 "mode": "test", 24617 "program": "./cmd/bisync", 24618 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 24619 }, 24620 { 24621 "name": "Test TestS3: test_max_delete_path1 RemoteRemote", 24622 "type": "go", 24623 "request": "launch", 24624 "mode": "test", 24625 "program": "./cmd/bisync", 24626 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_max_delete_path1", "-no-cleanup"] 24627 }, 24628 { 24629 "name": "Test TestS3: test_max_delete_path2_force LocalRemote", 24630 "type": "go", 24631 "request": "launch", 24632 "mode": "test", 24633 "program": "./cmd/bisync", 24634 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 24635 }, 24636 { 24637 "name": "Test TestS3: test_max_delete_path2_force RemoteLocal", 24638 "type": "go", 24639 "request": "launch", 24640 "mode": "test", 24641 "program": "./cmd/bisync", 24642 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 24643 }, 24644 { 24645 "name": "Test TestS3: test_max_delete_path2_force RemoteRemote", 24646 "type": "go", 24647 "request": "launch", 24648 "mode": "test", 24649 "program": "./cmd/bisync", 24650 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 24651 }, 24652 { 24653 "name": "Test TestS3: test_nomodtime LocalRemote", 24654 "type": "go", 24655 "request": "launch", 24656 "mode": "test", 24657 "program": "./cmd/bisync", 24658 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_nomodtime", "-no-cleanup"] 24659 }, 24660 { 24661 "name": "Test TestS3: test_nomodtime RemoteLocal", 24662 "type": "go", 24663 "request": "launch", 24664 "mode": "test", 24665 "program": "./cmd/bisync", 24666 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 24667 }, 24668 { 24669 "name": "Test TestS3: test_nomodtime RemoteRemote", 24670 "type": "go", 24671 "request": "launch", 24672 "mode": "test", 24673 "program": "./cmd/bisync", 24674 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_nomodtime", "-no-cleanup"] 24675 }, 24676 { 24677 "name": "Test TestS3: test_normalization LocalRemote", 24678 "type": "go", 24679 "request": "launch", 24680 "mode": "test", 24681 "program": "./cmd/bisync", 24682 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_normalization", "-no-cleanup"] 24683 }, 24684 { 24685 "name": "Test TestS3: test_normalization RemoteLocal", 24686 "type": "go", 24687 "request": "launch", 24688 "mode": "test", 24689 "program": "./cmd/bisync", 24690 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 24691 }, 24692 { 24693 "name": "Test TestS3: test_normalization RemoteRemote", 24694 "type": "go", 24695 "request": "launch", 24696 "mode": "test", 24697 "program": "./cmd/bisync", 24698 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_normalization", "-no-cleanup"] 24699 }, 24700 { 24701 "name": "Test TestS3: test_rclone_args LocalRemote", 24702 "type": "go", 24703 "request": "launch", 24704 "mode": "test", 24705 "program": "./cmd/bisync", 24706 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_rclone_args", "-no-cleanup"] 24707 }, 24708 { 24709 "name": "Test TestS3: test_rclone_args RemoteLocal", 24710 "type": "go", 24711 "request": "launch", 24712 "mode": "test", 24713 "program": "./cmd/bisync", 24714 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 24715 }, 24716 { 24717 "name": "Test TestS3: test_rclone_args RemoteRemote", 24718 "type": "go", 24719 "request": "launch", 24720 "mode": "test", 24721 "program": "./cmd/bisync", 24722 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_rclone_args", "-no-cleanup"] 24723 }, 24724 { 24725 "name": "Test TestS3: test_resolve LocalRemote", 24726 "type": "go", 24727 "request": "launch", 24728 "mode": "test", 24729 "program": "./cmd/bisync", 24730 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_resolve", "-no-cleanup"] 24731 }, 24732 { 24733 "name": "Test TestS3: test_resolve RemoteLocal", 24734 "type": "go", 24735 "request": "launch", 24736 "mode": "test", 24737 "program": "./cmd/bisync", 24738 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 24739 }, 24740 { 24741 "name": "Test TestS3: test_resolve RemoteRemote", 24742 "type": "go", 24743 "request": "launch", 24744 "mode": "test", 24745 "program": "./cmd/bisync", 24746 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_resolve", "-no-cleanup"] 24747 }, 24748 { 24749 "name": "Test TestS3: test_resync LocalRemote", 24750 "type": "go", 24751 "request": "launch", 24752 "mode": "test", 24753 "program": "./cmd/bisync", 24754 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_resync", "-no-cleanup"] 24755 }, 24756 { 24757 "name": "Test TestS3: test_resync RemoteLocal", 24758 "type": "go", 24759 "request": "launch", 24760 "mode": "test", 24761 "program": "./cmd/bisync", 24762 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 24763 }, 24764 { 24765 "name": "Test TestS3: test_resync RemoteRemote", 24766 "type": "go", 24767 "request": "launch", 24768 "mode": "test", 24769 "program": "./cmd/bisync", 24770 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_resync", "-no-cleanup"] 24771 }, 24772 { 24773 "name": "Test TestS3: test_resync_modes LocalRemote", 24774 "type": "go", 24775 "request": "launch", 24776 "mode": "test", 24777 "program": "./cmd/bisync", 24778 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_resync_modes", "-no-cleanup"] 24779 }, 24780 { 24781 "name": "Test TestS3: test_resync_modes RemoteLocal", 24782 "type": "go", 24783 "request": "launch", 24784 "mode": "test", 24785 "program": "./cmd/bisync", 24786 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 24787 }, 24788 { 24789 "name": "Test TestS3: test_resync_modes RemoteRemote", 24790 "type": "go", 24791 "request": "launch", 24792 "mode": "test", 24793 "program": "./cmd/bisync", 24794 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_resync_modes", "-no-cleanup"] 24795 }, 24796 { 24797 "name": "Test TestS3: test_rmdirs LocalRemote", 24798 "type": "go", 24799 "request": "launch", 24800 "mode": "test", 24801 "program": "./cmd/bisync", 24802 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_rmdirs", "-no-cleanup"] 24803 }, 24804 { 24805 "name": "Test TestS3: test_rmdirs RemoteLocal", 24806 "type": "go", 24807 "request": "launch", 24808 "mode": "test", 24809 "program": "./cmd/bisync", 24810 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 24811 }, 24812 { 24813 "name": "Test TestS3: test_rmdirs RemoteRemote", 24814 "type": "go", 24815 "request": "launch", 24816 "mode": "test", 24817 "program": "./cmd/bisync", 24818 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_rmdirs", "-no-cleanup"] 24819 }, 24820 { 24821 "name": "Test TestS3: test_volatile LocalRemote", 24822 "type": "go", 24823 "request": "launch", 24824 "mode": "test", 24825 "program": "./cmd/bisync", 24826 "args": ["-remote", "local", "-remote2", "TestS3:", "-case", "test_volatile", "-no-cleanup"] 24827 }, 24828 { 24829 "name": "Test TestS3: test_volatile RemoteLocal", 24830 "type": "go", 24831 "request": "launch", 24832 "mode": "test", 24833 "program": "./cmd/bisync", 24834 "args": ["-remote", "TestS3:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 24835 }, 24836 { 24837 "name": "Test TestS3: test_volatile RemoteRemote", 24838 "type": "go", 24839 "request": "launch", 24840 "mode": "test", 24841 "program": "./cmd/bisync", 24842 "args": ["-remote", "TestS3:", "-remote2", "TestS3:", "-case", "test_volatile", "-no-cleanup"] 24843 }, 24844 { 24845 "name": "Test TestS3,directory_markers: test_all_changed LocalRemote", 24846 "type": "go", 24847 "request": "launch", 24848 "mode": "test", 24849 "program": "./cmd/bisync", 24850 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_all_changed", "-no-cleanup"] 24851 }, 24852 { 24853 "name": "Test TestS3,directory_markers: test_all_changed RemoteLocal", 24854 "type": "go", 24855 "request": "launch", 24856 "mode": "test", 24857 "program": "./cmd/bisync", 24858 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 24859 }, 24860 { 24861 "name": "Test TestS3,directory_markers: test_all_changed RemoteRemote", 24862 "type": "go", 24863 "request": "launch", 24864 "mode": "test", 24865 "program": "./cmd/bisync", 24866 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_all_changed", "-no-cleanup"] 24867 }, 24868 { 24869 "name": "Test TestS3,directory_markers: test_backupdir LocalRemote", 24870 "type": "go", 24871 "request": "launch", 24872 "mode": "test", 24873 "program": "./cmd/bisync", 24874 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_backupdir", "-no-cleanup"] 24875 }, 24876 { 24877 "name": "Test TestS3,directory_markers: test_backupdir RemoteLocal", 24878 "type": "go", 24879 "request": "launch", 24880 "mode": "test", 24881 "program": "./cmd/bisync", 24882 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 24883 }, 24884 { 24885 "name": "Test TestS3,directory_markers: test_backupdir RemoteRemote", 24886 "type": "go", 24887 "request": "launch", 24888 "mode": "test", 24889 "program": "./cmd/bisync", 24890 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_backupdir", "-no-cleanup"] 24891 }, 24892 { 24893 "name": "Test TestS3,directory_markers: test_basic LocalRemote", 24894 "type": "go", 24895 "request": "launch", 24896 "mode": "test", 24897 "program": "./cmd/bisync", 24898 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_basic", "-no-cleanup"] 24899 }, 24900 { 24901 "name": "Test TestS3,directory_markers: test_basic RemoteLocal", 24902 "type": "go", 24903 "request": "launch", 24904 "mode": "test", 24905 "program": "./cmd/bisync", 24906 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 24907 }, 24908 { 24909 "name": "Test TestS3,directory_markers: test_basic RemoteRemote", 24910 "type": "go", 24911 "request": "launch", 24912 "mode": "test", 24913 "program": "./cmd/bisync", 24914 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_basic", "-no-cleanup"] 24915 }, 24916 { 24917 "name": "Test TestS3,directory_markers: test_changes LocalRemote", 24918 "type": "go", 24919 "request": "launch", 24920 "mode": "test", 24921 "program": "./cmd/bisync", 24922 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_changes", "-no-cleanup"] 24923 }, 24924 { 24925 "name": "Test TestS3,directory_markers: test_changes RemoteLocal", 24926 "type": "go", 24927 "request": "launch", 24928 "mode": "test", 24929 "program": "./cmd/bisync", 24930 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 24931 }, 24932 { 24933 "name": "Test TestS3,directory_markers: test_changes RemoteRemote", 24934 "type": "go", 24935 "request": "launch", 24936 "mode": "test", 24937 "program": "./cmd/bisync", 24938 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_changes", "-no-cleanup"] 24939 }, 24940 { 24941 "name": "Test TestS3,directory_markers: test_check_access LocalRemote", 24942 "type": "go", 24943 "request": "launch", 24944 "mode": "test", 24945 "program": "./cmd/bisync", 24946 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_check_access", "-no-cleanup"] 24947 }, 24948 { 24949 "name": "Test TestS3,directory_markers: test_check_access RemoteLocal", 24950 "type": "go", 24951 "request": "launch", 24952 "mode": "test", 24953 "program": "./cmd/bisync", 24954 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 24955 }, 24956 { 24957 "name": "Test TestS3,directory_markers: test_check_access RemoteRemote", 24958 "type": "go", 24959 "request": "launch", 24960 "mode": "test", 24961 "program": "./cmd/bisync", 24962 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_check_access", "-no-cleanup"] 24963 }, 24964 { 24965 "name": "Test TestS3,directory_markers: test_check_access_filters LocalRemote", 24966 "type": "go", 24967 "request": "launch", 24968 "mode": "test", 24969 "program": "./cmd/bisync", 24970 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_check_access_filters", "-no-cleanup"] 24971 }, 24972 { 24973 "name": "Test TestS3,directory_markers: test_check_access_filters RemoteLocal", 24974 "type": "go", 24975 "request": "launch", 24976 "mode": "test", 24977 "program": "./cmd/bisync", 24978 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 24979 }, 24980 { 24981 "name": "Test TestS3,directory_markers: test_check_access_filters RemoteRemote", 24982 "type": "go", 24983 "request": "launch", 24984 "mode": "test", 24985 "program": "./cmd/bisync", 24986 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_check_access_filters", "-no-cleanup"] 24987 }, 24988 { 24989 "name": "Test TestS3,directory_markers: test_check_filename LocalRemote", 24990 "type": "go", 24991 "request": "launch", 24992 "mode": "test", 24993 "program": "./cmd/bisync", 24994 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_check_filename", "-no-cleanup"] 24995 }, 24996 { 24997 "name": "Test TestS3,directory_markers: test_check_filename RemoteLocal", 24998 "type": "go", 24999 "request": "launch", 25000 "mode": "test", 25001 "program": "./cmd/bisync", 25002 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 25003 }, 25004 { 25005 "name": "Test TestS3,directory_markers: test_check_filename RemoteRemote", 25006 "type": "go", 25007 "request": "launch", 25008 "mode": "test", 25009 "program": "./cmd/bisync", 25010 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_check_filename", "-no-cleanup"] 25011 }, 25012 { 25013 "name": "Test TestS3,directory_markers: test_check_sync LocalRemote", 25014 "type": "go", 25015 "request": "launch", 25016 "mode": "test", 25017 "program": "./cmd/bisync", 25018 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_check_sync", "-no-cleanup"] 25019 }, 25020 { 25021 "name": "Test TestS3,directory_markers: test_check_sync RemoteLocal", 25022 "type": "go", 25023 "request": "launch", 25024 "mode": "test", 25025 "program": "./cmd/bisync", 25026 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 25027 }, 25028 { 25029 "name": "Test TestS3,directory_markers: test_check_sync RemoteRemote", 25030 "type": "go", 25031 "request": "launch", 25032 "mode": "test", 25033 "program": "./cmd/bisync", 25034 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_check_sync", "-no-cleanup"] 25035 }, 25036 { 25037 "name": "Test TestS3,directory_markers: test_compare_all LocalRemote", 25038 "type": "go", 25039 "request": "launch", 25040 "mode": "test", 25041 "program": "./cmd/bisync", 25042 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_compare_all", "-no-cleanup"] 25043 }, 25044 { 25045 "name": "Test TestS3,directory_markers: test_compare_all RemoteLocal", 25046 "type": "go", 25047 "request": "launch", 25048 "mode": "test", 25049 "program": "./cmd/bisync", 25050 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 25051 }, 25052 { 25053 "name": "Test TestS3,directory_markers: test_compare_all RemoteRemote", 25054 "type": "go", 25055 "request": "launch", 25056 "mode": "test", 25057 "program": "./cmd/bisync", 25058 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_compare_all", "-no-cleanup"] 25059 }, 25060 { 25061 "name": "Test TestS3,directory_markers: test_createemptysrcdirs LocalRemote", 25062 "type": "go", 25063 "request": "launch", 25064 "mode": "test", 25065 "program": "./cmd/bisync", 25066 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 25067 }, 25068 { 25069 "name": "Test TestS3,directory_markers: test_createemptysrcdirs RemoteLocal", 25070 "type": "go", 25071 "request": "launch", 25072 "mode": "test", 25073 "program": "./cmd/bisync", 25074 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 25075 }, 25076 { 25077 "name": "Test TestS3,directory_markers: test_createemptysrcdirs RemoteRemote", 25078 "type": "go", 25079 "request": "launch", 25080 "mode": "test", 25081 "program": "./cmd/bisync", 25082 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 25083 }, 25084 { 25085 "name": "Test TestS3,directory_markers: test_dry_run LocalRemote", 25086 "type": "go", 25087 "request": "launch", 25088 "mode": "test", 25089 "program": "./cmd/bisync", 25090 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_dry_run", "-no-cleanup"] 25091 }, 25092 { 25093 "name": "Test TestS3,directory_markers: test_dry_run RemoteLocal", 25094 "type": "go", 25095 "request": "launch", 25096 "mode": "test", 25097 "program": "./cmd/bisync", 25098 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 25099 }, 25100 { 25101 "name": "Test TestS3,directory_markers: test_dry_run RemoteRemote", 25102 "type": "go", 25103 "request": "launch", 25104 "mode": "test", 25105 "program": "./cmd/bisync", 25106 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_dry_run", "-no-cleanup"] 25107 }, 25108 { 25109 "name": "Test TestS3,directory_markers: test_equal LocalRemote", 25110 "type": "go", 25111 "request": "launch", 25112 "mode": "test", 25113 "program": "./cmd/bisync", 25114 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_equal", "-no-cleanup"] 25115 }, 25116 { 25117 "name": "Test TestS3,directory_markers: test_equal RemoteLocal", 25118 "type": "go", 25119 "request": "launch", 25120 "mode": "test", 25121 "program": "./cmd/bisync", 25122 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 25123 }, 25124 { 25125 "name": "Test TestS3,directory_markers: test_equal RemoteRemote", 25126 "type": "go", 25127 "request": "launch", 25128 "mode": "test", 25129 "program": "./cmd/bisync", 25130 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_equal", "-no-cleanup"] 25131 }, 25132 { 25133 "name": "Test TestS3,directory_markers: test_ext_paths LocalRemote", 25134 "type": "go", 25135 "request": "launch", 25136 "mode": "test", 25137 "program": "./cmd/bisync", 25138 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_ext_paths", "-no-cleanup"] 25139 }, 25140 { 25141 "name": "Test TestS3,directory_markers: test_ext_paths RemoteLocal", 25142 "type": "go", 25143 "request": "launch", 25144 "mode": "test", 25145 "program": "./cmd/bisync", 25146 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 25147 }, 25148 { 25149 "name": "Test TestS3,directory_markers: test_ext_paths RemoteRemote", 25150 "type": "go", 25151 "request": "launch", 25152 "mode": "test", 25153 "program": "./cmd/bisync", 25154 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_ext_paths", "-no-cleanup"] 25155 }, 25156 { 25157 "name": "Test TestS3,directory_markers: test_extended_filenames LocalRemote", 25158 "type": "go", 25159 "request": "launch", 25160 "mode": "test", 25161 "program": "./cmd/bisync", 25162 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_extended_filenames", "-no-cleanup"] 25163 }, 25164 { 25165 "name": "Test TestS3,directory_markers: test_extended_filenames RemoteLocal", 25166 "type": "go", 25167 "request": "launch", 25168 "mode": "test", 25169 "program": "./cmd/bisync", 25170 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 25171 }, 25172 { 25173 "name": "Test TestS3,directory_markers: test_extended_filenames RemoteRemote", 25174 "type": "go", 25175 "request": "launch", 25176 "mode": "test", 25177 "program": "./cmd/bisync", 25178 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_extended_filenames", "-no-cleanup"] 25179 }, 25180 { 25181 "name": "Test TestS3,directory_markers: test_filters LocalRemote", 25182 "type": "go", 25183 "request": "launch", 25184 "mode": "test", 25185 "program": "./cmd/bisync", 25186 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_filters", "-no-cleanup"] 25187 }, 25188 { 25189 "name": "Test TestS3,directory_markers: test_filters RemoteLocal", 25190 "type": "go", 25191 "request": "launch", 25192 "mode": "test", 25193 "program": "./cmd/bisync", 25194 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 25195 }, 25196 { 25197 "name": "Test TestS3,directory_markers: test_filters RemoteRemote", 25198 "type": "go", 25199 "request": "launch", 25200 "mode": "test", 25201 "program": "./cmd/bisync", 25202 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_filters", "-no-cleanup"] 25203 }, 25204 { 25205 "name": "Test TestS3,directory_markers: test_filtersfile_checks LocalRemote", 25206 "type": "go", 25207 "request": "launch", 25208 "mode": "test", 25209 "program": "./cmd/bisync", 25210 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_filtersfile_checks", "-no-cleanup"] 25211 }, 25212 { 25213 "name": "Test TestS3,directory_markers: test_filtersfile_checks RemoteLocal", 25214 "type": "go", 25215 "request": "launch", 25216 "mode": "test", 25217 "program": "./cmd/bisync", 25218 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 25219 }, 25220 { 25221 "name": "Test TestS3,directory_markers: test_filtersfile_checks RemoteRemote", 25222 "type": "go", 25223 "request": "launch", 25224 "mode": "test", 25225 "program": "./cmd/bisync", 25226 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_filtersfile_checks", "-no-cleanup"] 25227 }, 25228 { 25229 "name": "Test TestS3,directory_markers: test_ignorelistingchecksum LocalRemote", 25230 "type": "go", 25231 "request": "launch", 25232 "mode": "test", 25233 "program": "./cmd/bisync", 25234 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 25235 }, 25236 { 25237 "name": "Test TestS3,directory_markers: test_ignorelistingchecksum RemoteLocal", 25238 "type": "go", 25239 "request": "launch", 25240 "mode": "test", 25241 "program": "./cmd/bisync", 25242 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 25243 }, 25244 { 25245 "name": "Test TestS3,directory_markers: test_ignorelistingchecksum RemoteRemote", 25246 "type": "go", 25247 "request": "launch", 25248 "mode": "test", 25249 "program": "./cmd/bisync", 25250 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 25251 }, 25252 { 25253 "name": "Test TestS3,directory_markers: test_max_delete_path1 LocalRemote", 25254 "type": "go", 25255 "request": "launch", 25256 "mode": "test", 25257 "program": "./cmd/bisync", 25258 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_max_delete_path1", "-no-cleanup"] 25259 }, 25260 { 25261 "name": "Test TestS3,directory_markers: test_max_delete_path1 RemoteLocal", 25262 "type": "go", 25263 "request": "launch", 25264 "mode": "test", 25265 "program": "./cmd/bisync", 25266 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 25267 }, 25268 { 25269 "name": "Test TestS3,directory_markers: test_max_delete_path1 RemoteRemote", 25270 "type": "go", 25271 "request": "launch", 25272 "mode": "test", 25273 "program": "./cmd/bisync", 25274 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_max_delete_path1", "-no-cleanup"] 25275 }, 25276 { 25277 "name": "Test TestS3,directory_markers: test_max_delete_path2_force LocalRemote", 25278 "type": "go", 25279 "request": "launch", 25280 "mode": "test", 25281 "program": "./cmd/bisync", 25282 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 25283 }, 25284 { 25285 "name": "Test TestS3,directory_markers: test_max_delete_path2_force RemoteLocal", 25286 "type": "go", 25287 "request": "launch", 25288 "mode": "test", 25289 "program": "./cmd/bisync", 25290 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 25291 }, 25292 { 25293 "name": "Test TestS3,directory_markers: test_max_delete_path2_force RemoteRemote", 25294 "type": "go", 25295 "request": "launch", 25296 "mode": "test", 25297 "program": "./cmd/bisync", 25298 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 25299 }, 25300 { 25301 "name": "Test TestS3,directory_markers: test_nomodtime LocalRemote", 25302 "type": "go", 25303 "request": "launch", 25304 "mode": "test", 25305 "program": "./cmd/bisync", 25306 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_nomodtime", "-no-cleanup"] 25307 }, 25308 { 25309 "name": "Test TestS3,directory_markers: test_nomodtime RemoteLocal", 25310 "type": "go", 25311 "request": "launch", 25312 "mode": "test", 25313 "program": "./cmd/bisync", 25314 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 25315 }, 25316 { 25317 "name": "Test TestS3,directory_markers: test_nomodtime RemoteRemote", 25318 "type": "go", 25319 "request": "launch", 25320 "mode": "test", 25321 "program": "./cmd/bisync", 25322 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_nomodtime", "-no-cleanup"] 25323 }, 25324 { 25325 "name": "Test TestS3,directory_markers: test_normalization LocalRemote", 25326 "type": "go", 25327 "request": "launch", 25328 "mode": "test", 25329 "program": "./cmd/bisync", 25330 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_normalization", "-no-cleanup"] 25331 }, 25332 { 25333 "name": "Test TestS3,directory_markers: test_normalization RemoteLocal", 25334 "type": "go", 25335 "request": "launch", 25336 "mode": "test", 25337 "program": "./cmd/bisync", 25338 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 25339 }, 25340 { 25341 "name": "Test TestS3,directory_markers: test_normalization RemoteRemote", 25342 "type": "go", 25343 "request": "launch", 25344 "mode": "test", 25345 "program": "./cmd/bisync", 25346 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_normalization", "-no-cleanup"] 25347 }, 25348 { 25349 "name": "Test TestS3,directory_markers: test_rclone_args LocalRemote", 25350 "type": "go", 25351 "request": "launch", 25352 "mode": "test", 25353 "program": "./cmd/bisync", 25354 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_rclone_args", "-no-cleanup"] 25355 }, 25356 { 25357 "name": "Test TestS3,directory_markers: test_rclone_args RemoteLocal", 25358 "type": "go", 25359 "request": "launch", 25360 "mode": "test", 25361 "program": "./cmd/bisync", 25362 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 25363 }, 25364 { 25365 "name": "Test TestS3,directory_markers: test_rclone_args RemoteRemote", 25366 "type": "go", 25367 "request": "launch", 25368 "mode": "test", 25369 "program": "./cmd/bisync", 25370 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_rclone_args", "-no-cleanup"] 25371 }, 25372 { 25373 "name": "Test TestS3,directory_markers: test_resolve LocalRemote", 25374 "type": "go", 25375 "request": "launch", 25376 "mode": "test", 25377 "program": "./cmd/bisync", 25378 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_resolve", "-no-cleanup"] 25379 }, 25380 { 25381 "name": "Test TestS3,directory_markers: test_resolve RemoteLocal", 25382 "type": "go", 25383 "request": "launch", 25384 "mode": "test", 25385 "program": "./cmd/bisync", 25386 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 25387 }, 25388 { 25389 "name": "Test TestS3,directory_markers: test_resolve RemoteRemote", 25390 "type": "go", 25391 "request": "launch", 25392 "mode": "test", 25393 "program": "./cmd/bisync", 25394 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_resolve", "-no-cleanup"] 25395 }, 25396 { 25397 "name": "Test TestS3,directory_markers: test_resync LocalRemote", 25398 "type": "go", 25399 "request": "launch", 25400 "mode": "test", 25401 "program": "./cmd/bisync", 25402 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_resync", "-no-cleanup"] 25403 }, 25404 { 25405 "name": "Test TestS3,directory_markers: test_resync RemoteLocal", 25406 "type": "go", 25407 "request": "launch", 25408 "mode": "test", 25409 "program": "./cmd/bisync", 25410 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 25411 }, 25412 { 25413 "name": "Test TestS3,directory_markers: test_resync RemoteRemote", 25414 "type": "go", 25415 "request": "launch", 25416 "mode": "test", 25417 "program": "./cmd/bisync", 25418 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_resync", "-no-cleanup"] 25419 }, 25420 { 25421 "name": "Test TestS3,directory_markers: test_resync_modes LocalRemote", 25422 "type": "go", 25423 "request": "launch", 25424 "mode": "test", 25425 "program": "./cmd/bisync", 25426 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_resync_modes", "-no-cleanup"] 25427 }, 25428 { 25429 "name": "Test TestS3,directory_markers: test_resync_modes RemoteLocal", 25430 "type": "go", 25431 "request": "launch", 25432 "mode": "test", 25433 "program": "./cmd/bisync", 25434 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 25435 }, 25436 { 25437 "name": "Test TestS3,directory_markers: test_resync_modes RemoteRemote", 25438 "type": "go", 25439 "request": "launch", 25440 "mode": "test", 25441 "program": "./cmd/bisync", 25442 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_resync_modes", "-no-cleanup"] 25443 }, 25444 { 25445 "name": "Test TestS3,directory_markers: test_rmdirs LocalRemote", 25446 "type": "go", 25447 "request": "launch", 25448 "mode": "test", 25449 "program": "./cmd/bisync", 25450 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_rmdirs", "-no-cleanup"] 25451 }, 25452 { 25453 "name": "Test TestS3,directory_markers: test_rmdirs RemoteLocal", 25454 "type": "go", 25455 "request": "launch", 25456 "mode": "test", 25457 "program": "./cmd/bisync", 25458 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 25459 }, 25460 { 25461 "name": "Test TestS3,directory_markers: test_rmdirs RemoteRemote", 25462 "type": "go", 25463 "request": "launch", 25464 "mode": "test", 25465 "program": "./cmd/bisync", 25466 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_rmdirs", "-no-cleanup"] 25467 }, 25468 { 25469 "name": "Test TestS3,directory_markers: test_volatile LocalRemote", 25470 "type": "go", 25471 "request": "launch", 25472 "mode": "test", 25473 "program": "./cmd/bisync", 25474 "args": ["-remote", "local", "-remote2", "TestS3,directory_markers:", "-case", "test_volatile", "-no-cleanup"] 25475 }, 25476 { 25477 "name": "Test TestS3,directory_markers: test_volatile RemoteLocal", 25478 "type": "go", 25479 "request": "launch", 25480 "mode": "test", 25481 "program": "./cmd/bisync", 25482 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 25483 }, 25484 { 25485 "name": "Test TestS3,directory_markers: test_volatile RemoteRemote", 25486 "type": "go", 25487 "request": "launch", 25488 "mode": "test", 25489 "program": "./cmd/bisync", 25490 "args": ["-remote", "TestS3,directory_markers:", "-remote2", "TestS3,directory_markers:", "-case", "test_volatile", "-no-cleanup"] 25491 }, 25492 { 25493 "name": "Test TestS3Rclone: test_all_changed LocalRemote", 25494 "type": "go", 25495 "request": "launch", 25496 "mode": "test", 25497 "program": "./cmd/bisync", 25498 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_all_changed", "-no-cleanup"] 25499 }, 25500 { 25501 "name": "Test TestS3Rclone: test_all_changed RemoteLocal", 25502 "type": "go", 25503 "request": "launch", 25504 "mode": "test", 25505 "program": "./cmd/bisync", 25506 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 25507 }, 25508 { 25509 "name": "Test TestS3Rclone: test_all_changed RemoteRemote", 25510 "type": "go", 25511 "request": "launch", 25512 "mode": "test", 25513 "program": "./cmd/bisync", 25514 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_all_changed", "-no-cleanup"] 25515 }, 25516 { 25517 "name": "Test TestS3Rclone: test_backupdir LocalRemote", 25518 "type": "go", 25519 "request": "launch", 25520 "mode": "test", 25521 "program": "./cmd/bisync", 25522 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_backupdir", "-no-cleanup"] 25523 }, 25524 { 25525 "name": "Test TestS3Rclone: test_backupdir RemoteLocal", 25526 "type": "go", 25527 "request": "launch", 25528 "mode": "test", 25529 "program": "./cmd/bisync", 25530 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 25531 }, 25532 { 25533 "name": "Test TestS3Rclone: test_backupdir RemoteRemote", 25534 "type": "go", 25535 "request": "launch", 25536 "mode": "test", 25537 "program": "./cmd/bisync", 25538 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_backupdir", "-no-cleanup"] 25539 }, 25540 { 25541 "name": "Test TestS3Rclone: test_basic LocalRemote", 25542 "type": "go", 25543 "request": "launch", 25544 "mode": "test", 25545 "program": "./cmd/bisync", 25546 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_basic", "-no-cleanup"] 25547 }, 25548 { 25549 "name": "Test TestS3Rclone: test_basic RemoteLocal", 25550 "type": "go", 25551 "request": "launch", 25552 "mode": "test", 25553 "program": "./cmd/bisync", 25554 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 25555 }, 25556 { 25557 "name": "Test TestS3Rclone: test_basic RemoteRemote", 25558 "type": "go", 25559 "request": "launch", 25560 "mode": "test", 25561 "program": "./cmd/bisync", 25562 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_basic", "-no-cleanup"] 25563 }, 25564 { 25565 "name": "Test TestS3Rclone: test_changes LocalRemote", 25566 "type": "go", 25567 "request": "launch", 25568 "mode": "test", 25569 "program": "./cmd/bisync", 25570 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_changes", "-no-cleanup"] 25571 }, 25572 { 25573 "name": "Test TestS3Rclone: test_changes RemoteLocal", 25574 "type": "go", 25575 "request": "launch", 25576 "mode": "test", 25577 "program": "./cmd/bisync", 25578 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 25579 }, 25580 { 25581 "name": "Test TestS3Rclone: test_changes RemoteRemote", 25582 "type": "go", 25583 "request": "launch", 25584 "mode": "test", 25585 "program": "./cmd/bisync", 25586 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_changes", "-no-cleanup"] 25587 }, 25588 { 25589 "name": "Test TestS3Rclone: test_check_access LocalRemote", 25590 "type": "go", 25591 "request": "launch", 25592 "mode": "test", 25593 "program": "./cmd/bisync", 25594 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_check_access", "-no-cleanup"] 25595 }, 25596 { 25597 "name": "Test TestS3Rclone: test_check_access RemoteLocal", 25598 "type": "go", 25599 "request": "launch", 25600 "mode": "test", 25601 "program": "./cmd/bisync", 25602 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 25603 }, 25604 { 25605 "name": "Test TestS3Rclone: test_check_access RemoteRemote", 25606 "type": "go", 25607 "request": "launch", 25608 "mode": "test", 25609 "program": "./cmd/bisync", 25610 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_check_access", "-no-cleanup"] 25611 }, 25612 { 25613 "name": "Test TestS3Rclone: test_check_access_filters LocalRemote", 25614 "type": "go", 25615 "request": "launch", 25616 "mode": "test", 25617 "program": "./cmd/bisync", 25618 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_check_access_filters", "-no-cleanup"] 25619 }, 25620 { 25621 "name": "Test TestS3Rclone: test_check_access_filters RemoteLocal", 25622 "type": "go", 25623 "request": "launch", 25624 "mode": "test", 25625 "program": "./cmd/bisync", 25626 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 25627 }, 25628 { 25629 "name": "Test TestS3Rclone: test_check_access_filters RemoteRemote", 25630 "type": "go", 25631 "request": "launch", 25632 "mode": "test", 25633 "program": "./cmd/bisync", 25634 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_check_access_filters", "-no-cleanup"] 25635 }, 25636 { 25637 "name": "Test TestS3Rclone: test_check_filename LocalRemote", 25638 "type": "go", 25639 "request": "launch", 25640 "mode": "test", 25641 "program": "./cmd/bisync", 25642 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_check_filename", "-no-cleanup"] 25643 }, 25644 { 25645 "name": "Test TestS3Rclone: test_check_filename RemoteLocal", 25646 "type": "go", 25647 "request": "launch", 25648 "mode": "test", 25649 "program": "./cmd/bisync", 25650 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 25651 }, 25652 { 25653 "name": "Test TestS3Rclone: test_check_filename RemoteRemote", 25654 "type": "go", 25655 "request": "launch", 25656 "mode": "test", 25657 "program": "./cmd/bisync", 25658 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_check_filename", "-no-cleanup"] 25659 }, 25660 { 25661 "name": "Test TestS3Rclone: test_check_sync LocalRemote", 25662 "type": "go", 25663 "request": "launch", 25664 "mode": "test", 25665 "program": "./cmd/bisync", 25666 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_check_sync", "-no-cleanup"] 25667 }, 25668 { 25669 "name": "Test TestS3Rclone: test_check_sync RemoteLocal", 25670 "type": "go", 25671 "request": "launch", 25672 "mode": "test", 25673 "program": "./cmd/bisync", 25674 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 25675 }, 25676 { 25677 "name": "Test TestS3Rclone: test_check_sync RemoteRemote", 25678 "type": "go", 25679 "request": "launch", 25680 "mode": "test", 25681 "program": "./cmd/bisync", 25682 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_check_sync", "-no-cleanup"] 25683 }, 25684 { 25685 "name": "Test TestS3Rclone: test_compare_all LocalRemote", 25686 "type": "go", 25687 "request": "launch", 25688 "mode": "test", 25689 "program": "./cmd/bisync", 25690 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_compare_all", "-no-cleanup"] 25691 }, 25692 { 25693 "name": "Test TestS3Rclone: test_compare_all RemoteLocal", 25694 "type": "go", 25695 "request": "launch", 25696 "mode": "test", 25697 "program": "./cmd/bisync", 25698 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 25699 }, 25700 { 25701 "name": "Test TestS3Rclone: test_compare_all RemoteRemote", 25702 "type": "go", 25703 "request": "launch", 25704 "mode": "test", 25705 "program": "./cmd/bisync", 25706 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_compare_all", "-no-cleanup"] 25707 }, 25708 { 25709 "name": "Test TestS3Rclone: test_createemptysrcdirs LocalRemote", 25710 "type": "go", 25711 "request": "launch", 25712 "mode": "test", 25713 "program": "./cmd/bisync", 25714 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 25715 }, 25716 { 25717 "name": "Test TestS3Rclone: test_createemptysrcdirs RemoteLocal", 25718 "type": "go", 25719 "request": "launch", 25720 "mode": "test", 25721 "program": "./cmd/bisync", 25722 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 25723 }, 25724 { 25725 "name": "Test TestS3Rclone: test_createemptysrcdirs RemoteRemote", 25726 "type": "go", 25727 "request": "launch", 25728 "mode": "test", 25729 "program": "./cmd/bisync", 25730 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 25731 }, 25732 { 25733 "name": "Test TestS3Rclone: test_dry_run LocalRemote", 25734 "type": "go", 25735 "request": "launch", 25736 "mode": "test", 25737 "program": "./cmd/bisync", 25738 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_dry_run", "-no-cleanup"] 25739 }, 25740 { 25741 "name": "Test TestS3Rclone: test_dry_run RemoteLocal", 25742 "type": "go", 25743 "request": "launch", 25744 "mode": "test", 25745 "program": "./cmd/bisync", 25746 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 25747 }, 25748 { 25749 "name": "Test TestS3Rclone: test_dry_run RemoteRemote", 25750 "type": "go", 25751 "request": "launch", 25752 "mode": "test", 25753 "program": "./cmd/bisync", 25754 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_dry_run", "-no-cleanup"] 25755 }, 25756 { 25757 "name": "Test TestS3Rclone: test_equal LocalRemote", 25758 "type": "go", 25759 "request": "launch", 25760 "mode": "test", 25761 "program": "./cmd/bisync", 25762 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_equal", "-no-cleanup"] 25763 }, 25764 { 25765 "name": "Test TestS3Rclone: test_equal RemoteLocal", 25766 "type": "go", 25767 "request": "launch", 25768 "mode": "test", 25769 "program": "./cmd/bisync", 25770 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 25771 }, 25772 { 25773 "name": "Test TestS3Rclone: test_equal RemoteRemote", 25774 "type": "go", 25775 "request": "launch", 25776 "mode": "test", 25777 "program": "./cmd/bisync", 25778 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_equal", "-no-cleanup"] 25779 }, 25780 { 25781 "name": "Test TestS3Rclone: test_ext_paths LocalRemote", 25782 "type": "go", 25783 "request": "launch", 25784 "mode": "test", 25785 "program": "./cmd/bisync", 25786 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_ext_paths", "-no-cleanup"] 25787 }, 25788 { 25789 "name": "Test TestS3Rclone: test_ext_paths RemoteLocal", 25790 "type": "go", 25791 "request": "launch", 25792 "mode": "test", 25793 "program": "./cmd/bisync", 25794 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 25795 }, 25796 { 25797 "name": "Test TestS3Rclone: test_ext_paths RemoteRemote", 25798 "type": "go", 25799 "request": "launch", 25800 "mode": "test", 25801 "program": "./cmd/bisync", 25802 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_ext_paths", "-no-cleanup"] 25803 }, 25804 { 25805 "name": "Test TestS3Rclone: test_extended_filenames LocalRemote", 25806 "type": "go", 25807 "request": "launch", 25808 "mode": "test", 25809 "program": "./cmd/bisync", 25810 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_extended_filenames", "-no-cleanup"] 25811 }, 25812 { 25813 "name": "Test TestS3Rclone: test_extended_filenames RemoteLocal", 25814 "type": "go", 25815 "request": "launch", 25816 "mode": "test", 25817 "program": "./cmd/bisync", 25818 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 25819 }, 25820 { 25821 "name": "Test TestS3Rclone: test_extended_filenames RemoteRemote", 25822 "type": "go", 25823 "request": "launch", 25824 "mode": "test", 25825 "program": "./cmd/bisync", 25826 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_extended_filenames", "-no-cleanup"] 25827 }, 25828 { 25829 "name": "Test TestS3Rclone: test_filters LocalRemote", 25830 "type": "go", 25831 "request": "launch", 25832 "mode": "test", 25833 "program": "./cmd/bisync", 25834 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_filters", "-no-cleanup"] 25835 }, 25836 { 25837 "name": "Test TestS3Rclone: test_filters RemoteLocal", 25838 "type": "go", 25839 "request": "launch", 25840 "mode": "test", 25841 "program": "./cmd/bisync", 25842 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 25843 }, 25844 { 25845 "name": "Test TestS3Rclone: test_filters RemoteRemote", 25846 "type": "go", 25847 "request": "launch", 25848 "mode": "test", 25849 "program": "./cmd/bisync", 25850 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_filters", "-no-cleanup"] 25851 }, 25852 { 25853 "name": "Test TestS3Rclone: test_filtersfile_checks LocalRemote", 25854 "type": "go", 25855 "request": "launch", 25856 "mode": "test", 25857 "program": "./cmd/bisync", 25858 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_filtersfile_checks", "-no-cleanup"] 25859 }, 25860 { 25861 "name": "Test TestS3Rclone: test_filtersfile_checks RemoteLocal", 25862 "type": "go", 25863 "request": "launch", 25864 "mode": "test", 25865 "program": "./cmd/bisync", 25866 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 25867 }, 25868 { 25869 "name": "Test TestS3Rclone: test_filtersfile_checks RemoteRemote", 25870 "type": "go", 25871 "request": "launch", 25872 "mode": "test", 25873 "program": "./cmd/bisync", 25874 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_filtersfile_checks", "-no-cleanup"] 25875 }, 25876 { 25877 "name": "Test TestS3Rclone: test_ignorelistingchecksum LocalRemote", 25878 "type": "go", 25879 "request": "launch", 25880 "mode": "test", 25881 "program": "./cmd/bisync", 25882 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 25883 }, 25884 { 25885 "name": "Test TestS3Rclone: test_ignorelistingchecksum RemoteLocal", 25886 "type": "go", 25887 "request": "launch", 25888 "mode": "test", 25889 "program": "./cmd/bisync", 25890 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 25891 }, 25892 { 25893 "name": "Test TestS3Rclone: test_ignorelistingchecksum RemoteRemote", 25894 "type": "go", 25895 "request": "launch", 25896 "mode": "test", 25897 "program": "./cmd/bisync", 25898 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 25899 }, 25900 { 25901 "name": "Test TestS3Rclone: test_max_delete_path1 LocalRemote", 25902 "type": "go", 25903 "request": "launch", 25904 "mode": "test", 25905 "program": "./cmd/bisync", 25906 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_max_delete_path1", "-no-cleanup"] 25907 }, 25908 { 25909 "name": "Test TestS3Rclone: test_max_delete_path1 RemoteLocal", 25910 "type": "go", 25911 "request": "launch", 25912 "mode": "test", 25913 "program": "./cmd/bisync", 25914 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 25915 }, 25916 { 25917 "name": "Test TestS3Rclone: test_max_delete_path1 RemoteRemote", 25918 "type": "go", 25919 "request": "launch", 25920 "mode": "test", 25921 "program": "./cmd/bisync", 25922 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_max_delete_path1", "-no-cleanup"] 25923 }, 25924 { 25925 "name": "Test TestS3Rclone: test_max_delete_path2_force LocalRemote", 25926 "type": "go", 25927 "request": "launch", 25928 "mode": "test", 25929 "program": "./cmd/bisync", 25930 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 25931 }, 25932 { 25933 "name": "Test TestS3Rclone: test_max_delete_path2_force RemoteLocal", 25934 "type": "go", 25935 "request": "launch", 25936 "mode": "test", 25937 "program": "./cmd/bisync", 25938 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 25939 }, 25940 { 25941 "name": "Test TestS3Rclone: test_max_delete_path2_force RemoteRemote", 25942 "type": "go", 25943 "request": "launch", 25944 "mode": "test", 25945 "program": "./cmd/bisync", 25946 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 25947 }, 25948 { 25949 "name": "Test TestS3Rclone: test_nomodtime LocalRemote", 25950 "type": "go", 25951 "request": "launch", 25952 "mode": "test", 25953 "program": "./cmd/bisync", 25954 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_nomodtime", "-no-cleanup"] 25955 }, 25956 { 25957 "name": "Test TestS3Rclone: test_nomodtime RemoteLocal", 25958 "type": "go", 25959 "request": "launch", 25960 "mode": "test", 25961 "program": "./cmd/bisync", 25962 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 25963 }, 25964 { 25965 "name": "Test TestS3Rclone: test_nomodtime RemoteRemote", 25966 "type": "go", 25967 "request": "launch", 25968 "mode": "test", 25969 "program": "./cmd/bisync", 25970 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_nomodtime", "-no-cleanup"] 25971 }, 25972 { 25973 "name": "Test TestS3Rclone: test_normalization LocalRemote", 25974 "type": "go", 25975 "request": "launch", 25976 "mode": "test", 25977 "program": "./cmd/bisync", 25978 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_normalization", "-no-cleanup"] 25979 }, 25980 { 25981 "name": "Test TestS3Rclone: test_normalization RemoteLocal", 25982 "type": "go", 25983 "request": "launch", 25984 "mode": "test", 25985 "program": "./cmd/bisync", 25986 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 25987 }, 25988 { 25989 "name": "Test TestS3Rclone: test_normalization RemoteRemote", 25990 "type": "go", 25991 "request": "launch", 25992 "mode": "test", 25993 "program": "./cmd/bisync", 25994 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_normalization", "-no-cleanup"] 25995 }, 25996 { 25997 "name": "Test TestS3Rclone: test_rclone_args LocalRemote", 25998 "type": "go", 25999 "request": "launch", 26000 "mode": "test", 26001 "program": "./cmd/bisync", 26002 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_rclone_args", "-no-cleanup"] 26003 }, 26004 { 26005 "name": "Test TestS3Rclone: test_rclone_args RemoteLocal", 26006 "type": "go", 26007 "request": "launch", 26008 "mode": "test", 26009 "program": "./cmd/bisync", 26010 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 26011 }, 26012 { 26013 "name": "Test TestS3Rclone: test_rclone_args RemoteRemote", 26014 "type": "go", 26015 "request": "launch", 26016 "mode": "test", 26017 "program": "./cmd/bisync", 26018 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_rclone_args", "-no-cleanup"] 26019 }, 26020 { 26021 "name": "Test TestS3Rclone: test_resolve LocalRemote", 26022 "type": "go", 26023 "request": "launch", 26024 "mode": "test", 26025 "program": "./cmd/bisync", 26026 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_resolve", "-no-cleanup"] 26027 }, 26028 { 26029 "name": "Test TestS3Rclone: test_resolve RemoteLocal", 26030 "type": "go", 26031 "request": "launch", 26032 "mode": "test", 26033 "program": "./cmd/bisync", 26034 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 26035 }, 26036 { 26037 "name": "Test TestS3Rclone: test_resolve RemoteRemote", 26038 "type": "go", 26039 "request": "launch", 26040 "mode": "test", 26041 "program": "./cmd/bisync", 26042 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_resolve", "-no-cleanup"] 26043 }, 26044 { 26045 "name": "Test TestS3Rclone: test_resync LocalRemote", 26046 "type": "go", 26047 "request": "launch", 26048 "mode": "test", 26049 "program": "./cmd/bisync", 26050 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_resync", "-no-cleanup"] 26051 }, 26052 { 26053 "name": "Test TestS3Rclone: test_resync RemoteLocal", 26054 "type": "go", 26055 "request": "launch", 26056 "mode": "test", 26057 "program": "./cmd/bisync", 26058 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 26059 }, 26060 { 26061 "name": "Test TestS3Rclone: test_resync RemoteRemote", 26062 "type": "go", 26063 "request": "launch", 26064 "mode": "test", 26065 "program": "./cmd/bisync", 26066 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_resync", "-no-cleanup"] 26067 }, 26068 { 26069 "name": "Test TestS3Rclone: test_resync_modes LocalRemote", 26070 "type": "go", 26071 "request": "launch", 26072 "mode": "test", 26073 "program": "./cmd/bisync", 26074 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_resync_modes", "-no-cleanup"] 26075 }, 26076 { 26077 "name": "Test TestS3Rclone: test_resync_modes RemoteLocal", 26078 "type": "go", 26079 "request": "launch", 26080 "mode": "test", 26081 "program": "./cmd/bisync", 26082 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 26083 }, 26084 { 26085 "name": "Test TestS3Rclone: test_resync_modes RemoteRemote", 26086 "type": "go", 26087 "request": "launch", 26088 "mode": "test", 26089 "program": "./cmd/bisync", 26090 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_resync_modes", "-no-cleanup"] 26091 }, 26092 { 26093 "name": "Test TestS3Rclone: test_rmdirs LocalRemote", 26094 "type": "go", 26095 "request": "launch", 26096 "mode": "test", 26097 "program": "./cmd/bisync", 26098 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_rmdirs", "-no-cleanup"] 26099 }, 26100 { 26101 "name": "Test TestS3Rclone: test_rmdirs RemoteLocal", 26102 "type": "go", 26103 "request": "launch", 26104 "mode": "test", 26105 "program": "./cmd/bisync", 26106 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 26107 }, 26108 { 26109 "name": "Test TestS3Rclone: test_rmdirs RemoteRemote", 26110 "type": "go", 26111 "request": "launch", 26112 "mode": "test", 26113 "program": "./cmd/bisync", 26114 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_rmdirs", "-no-cleanup"] 26115 }, 26116 { 26117 "name": "Test TestS3Rclone: test_volatile LocalRemote", 26118 "type": "go", 26119 "request": "launch", 26120 "mode": "test", 26121 "program": "./cmd/bisync", 26122 "args": ["-remote", "local", "-remote2", "TestS3Rclone:", "-case", "test_volatile", "-no-cleanup"] 26123 }, 26124 { 26125 "name": "Test TestS3Rclone: test_volatile RemoteLocal", 26126 "type": "go", 26127 "request": "launch", 26128 "mode": "test", 26129 "program": "./cmd/bisync", 26130 "args": ["-remote", "TestS3Rclone:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 26131 }, 26132 { 26133 "name": "Test TestS3Rclone: test_volatile RemoteRemote", 26134 "type": "go", 26135 "request": "launch", 26136 "mode": "test", 26137 "program": "./cmd/bisync", 26138 "args": ["-remote", "TestS3Rclone:", "-remote2", "TestS3Rclone:", "-case", "test_volatile", "-no-cleanup"] 26139 }, 26140 { 26141 "name": "Test TestS3Minio: test_all_changed LocalRemote", 26142 "type": "go", 26143 "request": "launch", 26144 "mode": "test", 26145 "program": "./cmd/bisync", 26146 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_all_changed", "-no-cleanup"] 26147 }, 26148 { 26149 "name": "Test TestS3Minio: test_all_changed RemoteLocal", 26150 "type": "go", 26151 "request": "launch", 26152 "mode": "test", 26153 "program": "./cmd/bisync", 26154 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 26155 }, 26156 { 26157 "name": "Test TestS3Minio: test_all_changed RemoteRemote", 26158 "type": "go", 26159 "request": "launch", 26160 "mode": "test", 26161 "program": "./cmd/bisync", 26162 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_all_changed", "-no-cleanup"] 26163 }, 26164 { 26165 "name": "Test TestS3Minio: test_backupdir LocalRemote", 26166 "type": "go", 26167 "request": "launch", 26168 "mode": "test", 26169 "program": "./cmd/bisync", 26170 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_backupdir", "-no-cleanup"] 26171 }, 26172 { 26173 "name": "Test TestS3Minio: test_backupdir RemoteLocal", 26174 "type": "go", 26175 "request": "launch", 26176 "mode": "test", 26177 "program": "./cmd/bisync", 26178 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 26179 }, 26180 { 26181 "name": "Test TestS3Minio: test_backupdir RemoteRemote", 26182 "type": "go", 26183 "request": "launch", 26184 "mode": "test", 26185 "program": "./cmd/bisync", 26186 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_backupdir", "-no-cleanup"] 26187 }, 26188 { 26189 "name": "Test TestS3Minio: test_basic LocalRemote", 26190 "type": "go", 26191 "request": "launch", 26192 "mode": "test", 26193 "program": "./cmd/bisync", 26194 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_basic", "-no-cleanup"] 26195 }, 26196 { 26197 "name": "Test TestS3Minio: test_basic RemoteLocal", 26198 "type": "go", 26199 "request": "launch", 26200 "mode": "test", 26201 "program": "./cmd/bisync", 26202 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 26203 }, 26204 { 26205 "name": "Test TestS3Minio: test_basic RemoteRemote", 26206 "type": "go", 26207 "request": "launch", 26208 "mode": "test", 26209 "program": "./cmd/bisync", 26210 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_basic", "-no-cleanup"] 26211 }, 26212 { 26213 "name": "Test TestS3Minio: test_changes LocalRemote", 26214 "type": "go", 26215 "request": "launch", 26216 "mode": "test", 26217 "program": "./cmd/bisync", 26218 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_changes", "-no-cleanup"] 26219 }, 26220 { 26221 "name": "Test TestS3Minio: test_changes RemoteLocal", 26222 "type": "go", 26223 "request": "launch", 26224 "mode": "test", 26225 "program": "./cmd/bisync", 26226 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 26227 }, 26228 { 26229 "name": "Test TestS3Minio: test_changes RemoteRemote", 26230 "type": "go", 26231 "request": "launch", 26232 "mode": "test", 26233 "program": "./cmd/bisync", 26234 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_changes", "-no-cleanup"] 26235 }, 26236 { 26237 "name": "Test TestS3Minio: test_check_access LocalRemote", 26238 "type": "go", 26239 "request": "launch", 26240 "mode": "test", 26241 "program": "./cmd/bisync", 26242 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_check_access", "-no-cleanup"] 26243 }, 26244 { 26245 "name": "Test TestS3Minio: test_check_access RemoteLocal", 26246 "type": "go", 26247 "request": "launch", 26248 "mode": "test", 26249 "program": "./cmd/bisync", 26250 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 26251 }, 26252 { 26253 "name": "Test TestS3Minio: test_check_access RemoteRemote", 26254 "type": "go", 26255 "request": "launch", 26256 "mode": "test", 26257 "program": "./cmd/bisync", 26258 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_check_access", "-no-cleanup"] 26259 }, 26260 { 26261 "name": "Test TestS3Minio: test_check_access_filters LocalRemote", 26262 "type": "go", 26263 "request": "launch", 26264 "mode": "test", 26265 "program": "./cmd/bisync", 26266 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_check_access_filters", "-no-cleanup"] 26267 }, 26268 { 26269 "name": "Test TestS3Minio: test_check_access_filters RemoteLocal", 26270 "type": "go", 26271 "request": "launch", 26272 "mode": "test", 26273 "program": "./cmd/bisync", 26274 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 26275 }, 26276 { 26277 "name": "Test TestS3Minio: test_check_access_filters RemoteRemote", 26278 "type": "go", 26279 "request": "launch", 26280 "mode": "test", 26281 "program": "./cmd/bisync", 26282 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_check_access_filters", "-no-cleanup"] 26283 }, 26284 { 26285 "name": "Test TestS3Minio: test_check_filename LocalRemote", 26286 "type": "go", 26287 "request": "launch", 26288 "mode": "test", 26289 "program": "./cmd/bisync", 26290 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_check_filename", "-no-cleanup"] 26291 }, 26292 { 26293 "name": "Test TestS3Minio: test_check_filename RemoteLocal", 26294 "type": "go", 26295 "request": "launch", 26296 "mode": "test", 26297 "program": "./cmd/bisync", 26298 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 26299 }, 26300 { 26301 "name": "Test TestS3Minio: test_check_filename RemoteRemote", 26302 "type": "go", 26303 "request": "launch", 26304 "mode": "test", 26305 "program": "./cmd/bisync", 26306 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_check_filename", "-no-cleanup"] 26307 }, 26308 { 26309 "name": "Test TestS3Minio: test_check_sync LocalRemote", 26310 "type": "go", 26311 "request": "launch", 26312 "mode": "test", 26313 "program": "./cmd/bisync", 26314 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_check_sync", "-no-cleanup"] 26315 }, 26316 { 26317 "name": "Test TestS3Minio: test_check_sync RemoteLocal", 26318 "type": "go", 26319 "request": "launch", 26320 "mode": "test", 26321 "program": "./cmd/bisync", 26322 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 26323 }, 26324 { 26325 "name": "Test TestS3Minio: test_check_sync RemoteRemote", 26326 "type": "go", 26327 "request": "launch", 26328 "mode": "test", 26329 "program": "./cmd/bisync", 26330 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_check_sync", "-no-cleanup"] 26331 }, 26332 { 26333 "name": "Test TestS3Minio: test_compare_all LocalRemote", 26334 "type": "go", 26335 "request": "launch", 26336 "mode": "test", 26337 "program": "./cmd/bisync", 26338 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_compare_all", "-no-cleanup"] 26339 }, 26340 { 26341 "name": "Test TestS3Minio: test_compare_all RemoteLocal", 26342 "type": "go", 26343 "request": "launch", 26344 "mode": "test", 26345 "program": "./cmd/bisync", 26346 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 26347 }, 26348 { 26349 "name": "Test TestS3Minio: test_compare_all RemoteRemote", 26350 "type": "go", 26351 "request": "launch", 26352 "mode": "test", 26353 "program": "./cmd/bisync", 26354 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_compare_all", "-no-cleanup"] 26355 }, 26356 { 26357 "name": "Test TestS3Minio: test_createemptysrcdirs LocalRemote", 26358 "type": "go", 26359 "request": "launch", 26360 "mode": "test", 26361 "program": "./cmd/bisync", 26362 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 26363 }, 26364 { 26365 "name": "Test TestS3Minio: test_createemptysrcdirs RemoteLocal", 26366 "type": "go", 26367 "request": "launch", 26368 "mode": "test", 26369 "program": "./cmd/bisync", 26370 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 26371 }, 26372 { 26373 "name": "Test TestS3Minio: test_createemptysrcdirs RemoteRemote", 26374 "type": "go", 26375 "request": "launch", 26376 "mode": "test", 26377 "program": "./cmd/bisync", 26378 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 26379 }, 26380 { 26381 "name": "Test TestS3Minio: test_dry_run LocalRemote", 26382 "type": "go", 26383 "request": "launch", 26384 "mode": "test", 26385 "program": "./cmd/bisync", 26386 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_dry_run", "-no-cleanup"] 26387 }, 26388 { 26389 "name": "Test TestS3Minio: test_dry_run RemoteLocal", 26390 "type": "go", 26391 "request": "launch", 26392 "mode": "test", 26393 "program": "./cmd/bisync", 26394 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 26395 }, 26396 { 26397 "name": "Test TestS3Minio: test_dry_run RemoteRemote", 26398 "type": "go", 26399 "request": "launch", 26400 "mode": "test", 26401 "program": "./cmd/bisync", 26402 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_dry_run", "-no-cleanup"] 26403 }, 26404 { 26405 "name": "Test TestS3Minio: test_equal LocalRemote", 26406 "type": "go", 26407 "request": "launch", 26408 "mode": "test", 26409 "program": "./cmd/bisync", 26410 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_equal", "-no-cleanup"] 26411 }, 26412 { 26413 "name": "Test TestS3Minio: test_equal RemoteLocal", 26414 "type": "go", 26415 "request": "launch", 26416 "mode": "test", 26417 "program": "./cmd/bisync", 26418 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 26419 }, 26420 { 26421 "name": "Test TestS3Minio: test_equal RemoteRemote", 26422 "type": "go", 26423 "request": "launch", 26424 "mode": "test", 26425 "program": "./cmd/bisync", 26426 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_equal", "-no-cleanup"] 26427 }, 26428 { 26429 "name": "Test TestS3Minio: test_ext_paths LocalRemote", 26430 "type": "go", 26431 "request": "launch", 26432 "mode": "test", 26433 "program": "./cmd/bisync", 26434 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_ext_paths", "-no-cleanup"] 26435 }, 26436 { 26437 "name": "Test TestS3Minio: test_ext_paths RemoteLocal", 26438 "type": "go", 26439 "request": "launch", 26440 "mode": "test", 26441 "program": "./cmd/bisync", 26442 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 26443 }, 26444 { 26445 "name": "Test TestS3Minio: test_ext_paths RemoteRemote", 26446 "type": "go", 26447 "request": "launch", 26448 "mode": "test", 26449 "program": "./cmd/bisync", 26450 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_ext_paths", "-no-cleanup"] 26451 }, 26452 { 26453 "name": "Test TestS3Minio: test_extended_filenames LocalRemote", 26454 "type": "go", 26455 "request": "launch", 26456 "mode": "test", 26457 "program": "./cmd/bisync", 26458 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_extended_filenames", "-no-cleanup"] 26459 }, 26460 { 26461 "name": "Test TestS3Minio: test_extended_filenames RemoteLocal", 26462 "type": "go", 26463 "request": "launch", 26464 "mode": "test", 26465 "program": "./cmd/bisync", 26466 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 26467 }, 26468 { 26469 "name": "Test TestS3Minio: test_extended_filenames RemoteRemote", 26470 "type": "go", 26471 "request": "launch", 26472 "mode": "test", 26473 "program": "./cmd/bisync", 26474 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_extended_filenames", "-no-cleanup"] 26475 }, 26476 { 26477 "name": "Test TestS3Minio: test_filters LocalRemote", 26478 "type": "go", 26479 "request": "launch", 26480 "mode": "test", 26481 "program": "./cmd/bisync", 26482 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_filters", "-no-cleanup"] 26483 }, 26484 { 26485 "name": "Test TestS3Minio: test_filters RemoteLocal", 26486 "type": "go", 26487 "request": "launch", 26488 "mode": "test", 26489 "program": "./cmd/bisync", 26490 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 26491 }, 26492 { 26493 "name": "Test TestS3Minio: test_filters RemoteRemote", 26494 "type": "go", 26495 "request": "launch", 26496 "mode": "test", 26497 "program": "./cmd/bisync", 26498 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_filters", "-no-cleanup"] 26499 }, 26500 { 26501 "name": "Test TestS3Minio: test_filtersfile_checks LocalRemote", 26502 "type": "go", 26503 "request": "launch", 26504 "mode": "test", 26505 "program": "./cmd/bisync", 26506 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_filtersfile_checks", "-no-cleanup"] 26507 }, 26508 { 26509 "name": "Test TestS3Minio: test_filtersfile_checks RemoteLocal", 26510 "type": "go", 26511 "request": "launch", 26512 "mode": "test", 26513 "program": "./cmd/bisync", 26514 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 26515 }, 26516 { 26517 "name": "Test TestS3Minio: test_filtersfile_checks RemoteRemote", 26518 "type": "go", 26519 "request": "launch", 26520 "mode": "test", 26521 "program": "./cmd/bisync", 26522 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_filtersfile_checks", "-no-cleanup"] 26523 }, 26524 { 26525 "name": "Test TestS3Minio: test_ignorelistingchecksum LocalRemote", 26526 "type": "go", 26527 "request": "launch", 26528 "mode": "test", 26529 "program": "./cmd/bisync", 26530 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 26531 }, 26532 { 26533 "name": "Test TestS3Minio: test_ignorelistingchecksum RemoteLocal", 26534 "type": "go", 26535 "request": "launch", 26536 "mode": "test", 26537 "program": "./cmd/bisync", 26538 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 26539 }, 26540 { 26541 "name": "Test TestS3Minio: test_ignorelistingchecksum RemoteRemote", 26542 "type": "go", 26543 "request": "launch", 26544 "mode": "test", 26545 "program": "./cmd/bisync", 26546 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 26547 }, 26548 { 26549 "name": "Test TestS3Minio: test_max_delete_path1 LocalRemote", 26550 "type": "go", 26551 "request": "launch", 26552 "mode": "test", 26553 "program": "./cmd/bisync", 26554 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_max_delete_path1", "-no-cleanup"] 26555 }, 26556 { 26557 "name": "Test TestS3Minio: test_max_delete_path1 RemoteLocal", 26558 "type": "go", 26559 "request": "launch", 26560 "mode": "test", 26561 "program": "./cmd/bisync", 26562 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 26563 }, 26564 { 26565 "name": "Test TestS3Minio: test_max_delete_path1 RemoteRemote", 26566 "type": "go", 26567 "request": "launch", 26568 "mode": "test", 26569 "program": "./cmd/bisync", 26570 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_max_delete_path1", "-no-cleanup"] 26571 }, 26572 { 26573 "name": "Test TestS3Minio: test_max_delete_path2_force LocalRemote", 26574 "type": "go", 26575 "request": "launch", 26576 "mode": "test", 26577 "program": "./cmd/bisync", 26578 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 26579 }, 26580 { 26581 "name": "Test TestS3Minio: test_max_delete_path2_force RemoteLocal", 26582 "type": "go", 26583 "request": "launch", 26584 "mode": "test", 26585 "program": "./cmd/bisync", 26586 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 26587 }, 26588 { 26589 "name": "Test TestS3Minio: test_max_delete_path2_force RemoteRemote", 26590 "type": "go", 26591 "request": "launch", 26592 "mode": "test", 26593 "program": "./cmd/bisync", 26594 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 26595 }, 26596 { 26597 "name": "Test TestS3Minio: test_nomodtime LocalRemote", 26598 "type": "go", 26599 "request": "launch", 26600 "mode": "test", 26601 "program": "./cmd/bisync", 26602 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_nomodtime", "-no-cleanup"] 26603 }, 26604 { 26605 "name": "Test TestS3Minio: test_nomodtime RemoteLocal", 26606 "type": "go", 26607 "request": "launch", 26608 "mode": "test", 26609 "program": "./cmd/bisync", 26610 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 26611 }, 26612 { 26613 "name": "Test TestS3Minio: test_nomodtime RemoteRemote", 26614 "type": "go", 26615 "request": "launch", 26616 "mode": "test", 26617 "program": "./cmd/bisync", 26618 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_nomodtime", "-no-cleanup"] 26619 }, 26620 { 26621 "name": "Test TestS3Minio: test_normalization LocalRemote", 26622 "type": "go", 26623 "request": "launch", 26624 "mode": "test", 26625 "program": "./cmd/bisync", 26626 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_normalization", "-no-cleanup"] 26627 }, 26628 { 26629 "name": "Test TestS3Minio: test_normalization RemoteLocal", 26630 "type": "go", 26631 "request": "launch", 26632 "mode": "test", 26633 "program": "./cmd/bisync", 26634 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 26635 }, 26636 { 26637 "name": "Test TestS3Minio: test_normalization RemoteRemote", 26638 "type": "go", 26639 "request": "launch", 26640 "mode": "test", 26641 "program": "./cmd/bisync", 26642 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_normalization", "-no-cleanup"] 26643 }, 26644 { 26645 "name": "Test TestS3Minio: test_rclone_args LocalRemote", 26646 "type": "go", 26647 "request": "launch", 26648 "mode": "test", 26649 "program": "./cmd/bisync", 26650 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_rclone_args", "-no-cleanup"] 26651 }, 26652 { 26653 "name": "Test TestS3Minio: test_rclone_args RemoteLocal", 26654 "type": "go", 26655 "request": "launch", 26656 "mode": "test", 26657 "program": "./cmd/bisync", 26658 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 26659 }, 26660 { 26661 "name": "Test TestS3Minio: test_rclone_args RemoteRemote", 26662 "type": "go", 26663 "request": "launch", 26664 "mode": "test", 26665 "program": "./cmd/bisync", 26666 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_rclone_args", "-no-cleanup"] 26667 }, 26668 { 26669 "name": "Test TestS3Minio: test_resolve LocalRemote", 26670 "type": "go", 26671 "request": "launch", 26672 "mode": "test", 26673 "program": "./cmd/bisync", 26674 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_resolve", "-no-cleanup"] 26675 }, 26676 { 26677 "name": "Test TestS3Minio: test_resolve RemoteLocal", 26678 "type": "go", 26679 "request": "launch", 26680 "mode": "test", 26681 "program": "./cmd/bisync", 26682 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 26683 }, 26684 { 26685 "name": "Test TestS3Minio: test_resolve RemoteRemote", 26686 "type": "go", 26687 "request": "launch", 26688 "mode": "test", 26689 "program": "./cmd/bisync", 26690 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_resolve", "-no-cleanup"] 26691 }, 26692 { 26693 "name": "Test TestS3Minio: test_resync LocalRemote", 26694 "type": "go", 26695 "request": "launch", 26696 "mode": "test", 26697 "program": "./cmd/bisync", 26698 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_resync", "-no-cleanup"] 26699 }, 26700 { 26701 "name": "Test TestS3Minio: test_resync RemoteLocal", 26702 "type": "go", 26703 "request": "launch", 26704 "mode": "test", 26705 "program": "./cmd/bisync", 26706 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 26707 }, 26708 { 26709 "name": "Test TestS3Minio: test_resync RemoteRemote", 26710 "type": "go", 26711 "request": "launch", 26712 "mode": "test", 26713 "program": "./cmd/bisync", 26714 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_resync", "-no-cleanup"] 26715 }, 26716 { 26717 "name": "Test TestS3Minio: test_resync_modes LocalRemote", 26718 "type": "go", 26719 "request": "launch", 26720 "mode": "test", 26721 "program": "./cmd/bisync", 26722 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_resync_modes", "-no-cleanup"] 26723 }, 26724 { 26725 "name": "Test TestS3Minio: test_resync_modes RemoteLocal", 26726 "type": "go", 26727 "request": "launch", 26728 "mode": "test", 26729 "program": "./cmd/bisync", 26730 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 26731 }, 26732 { 26733 "name": "Test TestS3Minio: test_resync_modes RemoteRemote", 26734 "type": "go", 26735 "request": "launch", 26736 "mode": "test", 26737 "program": "./cmd/bisync", 26738 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_resync_modes", "-no-cleanup"] 26739 }, 26740 { 26741 "name": "Test TestS3Minio: test_rmdirs LocalRemote", 26742 "type": "go", 26743 "request": "launch", 26744 "mode": "test", 26745 "program": "./cmd/bisync", 26746 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_rmdirs", "-no-cleanup"] 26747 }, 26748 { 26749 "name": "Test TestS3Minio: test_rmdirs RemoteLocal", 26750 "type": "go", 26751 "request": "launch", 26752 "mode": "test", 26753 "program": "./cmd/bisync", 26754 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 26755 }, 26756 { 26757 "name": "Test TestS3Minio: test_rmdirs RemoteRemote", 26758 "type": "go", 26759 "request": "launch", 26760 "mode": "test", 26761 "program": "./cmd/bisync", 26762 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_rmdirs", "-no-cleanup"] 26763 }, 26764 { 26765 "name": "Test TestS3Minio: test_volatile LocalRemote", 26766 "type": "go", 26767 "request": "launch", 26768 "mode": "test", 26769 "program": "./cmd/bisync", 26770 "args": ["-remote", "local", "-remote2", "TestS3Minio:", "-case", "test_volatile", "-no-cleanup"] 26771 }, 26772 { 26773 "name": "Test TestS3Minio: test_volatile RemoteLocal", 26774 "type": "go", 26775 "request": "launch", 26776 "mode": "test", 26777 "program": "./cmd/bisync", 26778 "args": ["-remote", "TestS3Minio:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 26779 }, 26780 { 26781 "name": "Test TestS3Minio: test_volatile RemoteRemote", 26782 "type": "go", 26783 "request": "launch", 26784 "mode": "test", 26785 "program": "./cmd/bisync", 26786 "args": ["-remote", "TestS3Minio:", "-remote2", "TestS3Minio:", "-case", "test_volatile", "-no-cleanup"] 26787 }, 26788 { 26789 "name": "Test TestS3MinioEdge: test_all_changed LocalRemote", 26790 "type": "go", 26791 "request": "launch", 26792 "mode": "test", 26793 "program": "./cmd/bisync", 26794 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_all_changed", "-no-cleanup"] 26795 }, 26796 { 26797 "name": "Test TestS3MinioEdge: test_all_changed RemoteLocal", 26798 "type": "go", 26799 "request": "launch", 26800 "mode": "test", 26801 "program": "./cmd/bisync", 26802 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 26803 }, 26804 { 26805 "name": "Test TestS3MinioEdge: test_all_changed RemoteRemote", 26806 "type": "go", 26807 "request": "launch", 26808 "mode": "test", 26809 "program": "./cmd/bisync", 26810 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_all_changed", "-no-cleanup"] 26811 }, 26812 { 26813 "name": "Test TestS3MinioEdge: test_backupdir LocalRemote", 26814 "type": "go", 26815 "request": "launch", 26816 "mode": "test", 26817 "program": "./cmd/bisync", 26818 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_backupdir", "-no-cleanup"] 26819 }, 26820 { 26821 "name": "Test TestS3MinioEdge: test_backupdir RemoteLocal", 26822 "type": "go", 26823 "request": "launch", 26824 "mode": "test", 26825 "program": "./cmd/bisync", 26826 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 26827 }, 26828 { 26829 "name": "Test TestS3MinioEdge: test_backupdir RemoteRemote", 26830 "type": "go", 26831 "request": "launch", 26832 "mode": "test", 26833 "program": "./cmd/bisync", 26834 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_backupdir", "-no-cleanup"] 26835 }, 26836 { 26837 "name": "Test TestS3MinioEdge: test_basic LocalRemote", 26838 "type": "go", 26839 "request": "launch", 26840 "mode": "test", 26841 "program": "./cmd/bisync", 26842 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_basic", "-no-cleanup"] 26843 }, 26844 { 26845 "name": "Test TestS3MinioEdge: test_basic RemoteLocal", 26846 "type": "go", 26847 "request": "launch", 26848 "mode": "test", 26849 "program": "./cmd/bisync", 26850 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 26851 }, 26852 { 26853 "name": "Test TestS3MinioEdge: test_basic RemoteRemote", 26854 "type": "go", 26855 "request": "launch", 26856 "mode": "test", 26857 "program": "./cmd/bisync", 26858 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_basic", "-no-cleanup"] 26859 }, 26860 { 26861 "name": "Test TestS3MinioEdge: test_changes LocalRemote", 26862 "type": "go", 26863 "request": "launch", 26864 "mode": "test", 26865 "program": "./cmd/bisync", 26866 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_changes", "-no-cleanup"] 26867 }, 26868 { 26869 "name": "Test TestS3MinioEdge: test_changes RemoteLocal", 26870 "type": "go", 26871 "request": "launch", 26872 "mode": "test", 26873 "program": "./cmd/bisync", 26874 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 26875 }, 26876 { 26877 "name": "Test TestS3MinioEdge: test_changes RemoteRemote", 26878 "type": "go", 26879 "request": "launch", 26880 "mode": "test", 26881 "program": "./cmd/bisync", 26882 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_changes", "-no-cleanup"] 26883 }, 26884 { 26885 "name": "Test TestS3MinioEdge: test_check_access LocalRemote", 26886 "type": "go", 26887 "request": "launch", 26888 "mode": "test", 26889 "program": "./cmd/bisync", 26890 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_check_access", "-no-cleanup"] 26891 }, 26892 { 26893 "name": "Test TestS3MinioEdge: test_check_access RemoteLocal", 26894 "type": "go", 26895 "request": "launch", 26896 "mode": "test", 26897 "program": "./cmd/bisync", 26898 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 26899 }, 26900 { 26901 "name": "Test TestS3MinioEdge: test_check_access RemoteRemote", 26902 "type": "go", 26903 "request": "launch", 26904 "mode": "test", 26905 "program": "./cmd/bisync", 26906 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_check_access", "-no-cleanup"] 26907 }, 26908 { 26909 "name": "Test TestS3MinioEdge: test_check_access_filters LocalRemote", 26910 "type": "go", 26911 "request": "launch", 26912 "mode": "test", 26913 "program": "./cmd/bisync", 26914 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_check_access_filters", "-no-cleanup"] 26915 }, 26916 { 26917 "name": "Test TestS3MinioEdge: test_check_access_filters RemoteLocal", 26918 "type": "go", 26919 "request": "launch", 26920 "mode": "test", 26921 "program": "./cmd/bisync", 26922 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 26923 }, 26924 { 26925 "name": "Test TestS3MinioEdge: test_check_access_filters RemoteRemote", 26926 "type": "go", 26927 "request": "launch", 26928 "mode": "test", 26929 "program": "./cmd/bisync", 26930 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_check_access_filters", "-no-cleanup"] 26931 }, 26932 { 26933 "name": "Test TestS3MinioEdge: test_check_filename LocalRemote", 26934 "type": "go", 26935 "request": "launch", 26936 "mode": "test", 26937 "program": "./cmd/bisync", 26938 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_check_filename", "-no-cleanup"] 26939 }, 26940 { 26941 "name": "Test TestS3MinioEdge: test_check_filename RemoteLocal", 26942 "type": "go", 26943 "request": "launch", 26944 "mode": "test", 26945 "program": "./cmd/bisync", 26946 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 26947 }, 26948 { 26949 "name": "Test TestS3MinioEdge: test_check_filename RemoteRemote", 26950 "type": "go", 26951 "request": "launch", 26952 "mode": "test", 26953 "program": "./cmd/bisync", 26954 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_check_filename", "-no-cleanup"] 26955 }, 26956 { 26957 "name": "Test TestS3MinioEdge: test_check_sync LocalRemote", 26958 "type": "go", 26959 "request": "launch", 26960 "mode": "test", 26961 "program": "./cmd/bisync", 26962 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_check_sync", "-no-cleanup"] 26963 }, 26964 { 26965 "name": "Test TestS3MinioEdge: test_check_sync RemoteLocal", 26966 "type": "go", 26967 "request": "launch", 26968 "mode": "test", 26969 "program": "./cmd/bisync", 26970 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 26971 }, 26972 { 26973 "name": "Test TestS3MinioEdge: test_check_sync RemoteRemote", 26974 "type": "go", 26975 "request": "launch", 26976 "mode": "test", 26977 "program": "./cmd/bisync", 26978 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_check_sync", "-no-cleanup"] 26979 }, 26980 { 26981 "name": "Test TestS3MinioEdge: test_compare_all LocalRemote", 26982 "type": "go", 26983 "request": "launch", 26984 "mode": "test", 26985 "program": "./cmd/bisync", 26986 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_compare_all", "-no-cleanup"] 26987 }, 26988 { 26989 "name": "Test TestS3MinioEdge: test_compare_all RemoteLocal", 26990 "type": "go", 26991 "request": "launch", 26992 "mode": "test", 26993 "program": "./cmd/bisync", 26994 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 26995 }, 26996 { 26997 "name": "Test TestS3MinioEdge: test_compare_all RemoteRemote", 26998 "type": "go", 26999 "request": "launch", 27000 "mode": "test", 27001 "program": "./cmd/bisync", 27002 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_compare_all", "-no-cleanup"] 27003 }, 27004 { 27005 "name": "Test TestS3MinioEdge: test_createemptysrcdirs LocalRemote", 27006 "type": "go", 27007 "request": "launch", 27008 "mode": "test", 27009 "program": "./cmd/bisync", 27010 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 27011 }, 27012 { 27013 "name": "Test TestS3MinioEdge: test_createemptysrcdirs RemoteLocal", 27014 "type": "go", 27015 "request": "launch", 27016 "mode": "test", 27017 "program": "./cmd/bisync", 27018 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 27019 }, 27020 { 27021 "name": "Test TestS3MinioEdge: test_createemptysrcdirs RemoteRemote", 27022 "type": "go", 27023 "request": "launch", 27024 "mode": "test", 27025 "program": "./cmd/bisync", 27026 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 27027 }, 27028 { 27029 "name": "Test TestS3MinioEdge: test_dry_run LocalRemote", 27030 "type": "go", 27031 "request": "launch", 27032 "mode": "test", 27033 "program": "./cmd/bisync", 27034 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_dry_run", "-no-cleanup"] 27035 }, 27036 { 27037 "name": "Test TestS3MinioEdge: test_dry_run RemoteLocal", 27038 "type": "go", 27039 "request": "launch", 27040 "mode": "test", 27041 "program": "./cmd/bisync", 27042 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 27043 }, 27044 { 27045 "name": "Test TestS3MinioEdge: test_dry_run RemoteRemote", 27046 "type": "go", 27047 "request": "launch", 27048 "mode": "test", 27049 "program": "./cmd/bisync", 27050 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_dry_run", "-no-cleanup"] 27051 }, 27052 { 27053 "name": "Test TestS3MinioEdge: test_equal LocalRemote", 27054 "type": "go", 27055 "request": "launch", 27056 "mode": "test", 27057 "program": "./cmd/bisync", 27058 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_equal", "-no-cleanup"] 27059 }, 27060 { 27061 "name": "Test TestS3MinioEdge: test_equal RemoteLocal", 27062 "type": "go", 27063 "request": "launch", 27064 "mode": "test", 27065 "program": "./cmd/bisync", 27066 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 27067 }, 27068 { 27069 "name": "Test TestS3MinioEdge: test_equal RemoteRemote", 27070 "type": "go", 27071 "request": "launch", 27072 "mode": "test", 27073 "program": "./cmd/bisync", 27074 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_equal", "-no-cleanup"] 27075 }, 27076 { 27077 "name": "Test TestS3MinioEdge: test_ext_paths LocalRemote", 27078 "type": "go", 27079 "request": "launch", 27080 "mode": "test", 27081 "program": "./cmd/bisync", 27082 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_ext_paths", "-no-cleanup"] 27083 }, 27084 { 27085 "name": "Test TestS3MinioEdge: test_ext_paths RemoteLocal", 27086 "type": "go", 27087 "request": "launch", 27088 "mode": "test", 27089 "program": "./cmd/bisync", 27090 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 27091 }, 27092 { 27093 "name": "Test TestS3MinioEdge: test_ext_paths RemoteRemote", 27094 "type": "go", 27095 "request": "launch", 27096 "mode": "test", 27097 "program": "./cmd/bisync", 27098 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_ext_paths", "-no-cleanup"] 27099 }, 27100 { 27101 "name": "Test TestS3MinioEdge: test_extended_filenames LocalRemote", 27102 "type": "go", 27103 "request": "launch", 27104 "mode": "test", 27105 "program": "./cmd/bisync", 27106 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_extended_filenames", "-no-cleanup"] 27107 }, 27108 { 27109 "name": "Test TestS3MinioEdge: test_extended_filenames RemoteLocal", 27110 "type": "go", 27111 "request": "launch", 27112 "mode": "test", 27113 "program": "./cmd/bisync", 27114 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 27115 }, 27116 { 27117 "name": "Test TestS3MinioEdge: test_extended_filenames RemoteRemote", 27118 "type": "go", 27119 "request": "launch", 27120 "mode": "test", 27121 "program": "./cmd/bisync", 27122 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_extended_filenames", "-no-cleanup"] 27123 }, 27124 { 27125 "name": "Test TestS3MinioEdge: test_filters LocalRemote", 27126 "type": "go", 27127 "request": "launch", 27128 "mode": "test", 27129 "program": "./cmd/bisync", 27130 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_filters", "-no-cleanup"] 27131 }, 27132 { 27133 "name": "Test TestS3MinioEdge: test_filters RemoteLocal", 27134 "type": "go", 27135 "request": "launch", 27136 "mode": "test", 27137 "program": "./cmd/bisync", 27138 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 27139 }, 27140 { 27141 "name": "Test TestS3MinioEdge: test_filters RemoteRemote", 27142 "type": "go", 27143 "request": "launch", 27144 "mode": "test", 27145 "program": "./cmd/bisync", 27146 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_filters", "-no-cleanup"] 27147 }, 27148 { 27149 "name": "Test TestS3MinioEdge: test_filtersfile_checks LocalRemote", 27150 "type": "go", 27151 "request": "launch", 27152 "mode": "test", 27153 "program": "./cmd/bisync", 27154 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_filtersfile_checks", "-no-cleanup"] 27155 }, 27156 { 27157 "name": "Test TestS3MinioEdge: test_filtersfile_checks RemoteLocal", 27158 "type": "go", 27159 "request": "launch", 27160 "mode": "test", 27161 "program": "./cmd/bisync", 27162 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 27163 }, 27164 { 27165 "name": "Test TestS3MinioEdge: test_filtersfile_checks RemoteRemote", 27166 "type": "go", 27167 "request": "launch", 27168 "mode": "test", 27169 "program": "./cmd/bisync", 27170 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_filtersfile_checks", "-no-cleanup"] 27171 }, 27172 { 27173 "name": "Test TestS3MinioEdge: test_ignorelistingchecksum LocalRemote", 27174 "type": "go", 27175 "request": "launch", 27176 "mode": "test", 27177 "program": "./cmd/bisync", 27178 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 27179 }, 27180 { 27181 "name": "Test TestS3MinioEdge: test_ignorelistingchecksum RemoteLocal", 27182 "type": "go", 27183 "request": "launch", 27184 "mode": "test", 27185 "program": "./cmd/bisync", 27186 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 27187 }, 27188 { 27189 "name": "Test TestS3MinioEdge: test_ignorelistingchecksum RemoteRemote", 27190 "type": "go", 27191 "request": "launch", 27192 "mode": "test", 27193 "program": "./cmd/bisync", 27194 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 27195 }, 27196 { 27197 "name": "Test TestS3MinioEdge: test_max_delete_path1 LocalRemote", 27198 "type": "go", 27199 "request": "launch", 27200 "mode": "test", 27201 "program": "./cmd/bisync", 27202 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_max_delete_path1", "-no-cleanup"] 27203 }, 27204 { 27205 "name": "Test TestS3MinioEdge: test_max_delete_path1 RemoteLocal", 27206 "type": "go", 27207 "request": "launch", 27208 "mode": "test", 27209 "program": "./cmd/bisync", 27210 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 27211 }, 27212 { 27213 "name": "Test TestS3MinioEdge: test_max_delete_path1 RemoteRemote", 27214 "type": "go", 27215 "request": "launch", 27216 "mode": "test", 27217 "program": "./cmd/bisync", 27218 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_max_delete_path1", "-no-cleanup"] 27219 }, 27220 { 27221 "name": "Test TestS3MinioEdge: test_max_delete_path2_force LocalRemote", 27222 "type": "go", 27223 "request": "launch", 27224 "mode": "test", 27225 "program": "./cmd/bisync", 27226 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 27227 }, 27228 { 27229 "name": "Test TestS3MinioEdge: test_max_delete_path2_force RemoteLocal", 27230 "type": "go", 27231 "request": "launch", 27232 "mode": "test", 27233 "program": "./cmd/bisync", 27234 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 27235 }, 27236 { 27237 "name": "Test TestS3MinioEdge: test_max_delete_path2_force RemoteRemote", 27238 "type": "go", 27239 "request": "launch", 27240 "mode": "test", 27241 "program": "./cmd/bisync", 27242 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 27243 }, 27244 { 27245 "name": "Test TestS3MinioEdge: test_nomodtime LocalRemote", 27246 "type": "go", 27247 "request": "launch", 27248 "mode": "test", 27249 "program": "./cmd/bisync", 27250 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_nomodtime", "-no-cleanup"] 27251 }, 27252 { 27253 "name": "Test TestS3MinioEdge: test_nomodtime RemoteLocal", 27254 "type": "go", 27255 "request": "launch", 27256 "mode": "test", 27257 "program": "./cmd/bisync", 27258 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 27259 }, 27260 { 27261 "name": "Test TestS3MinioEdge: test_nomodtime RemoteRemote", 27262 "type": "go", 27263 "request": "launch", 27264 "mode": "test", 27265 "program": "./cmd/bisync", 27266 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_nomodtime", "-no-cleanup"] 27267 }, 27268 { 27269 "name": "Test TestS3MinioEdge: test_normalization LocalRemote", 27270 "type": "go", 27271 "request": "launch", 27272 "mode": "test", 27273 "program": "./cmd/bisync", 27274 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_normalization", "-no-cleanup"] 27275 }, 27276 { 27277 "name": "Test TestS3MinioEdge: test_normalization RemoteLocal", 27278 "type": "go", 27279 "request": "launch", 27280 "mode": "test", 27281 "program": "./cmd/bisync", 27282 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 27283 }, 27284 { 27285 "name": "Test TestS3MinioEdge: test_normalization RemoteRemote", 27286 "type": "go", 27287 "request": "launch", 27288 "mode": "test", 27289 "program": "./cmd/bisync", 27290 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_normalization", "-no-cleanup"] 27291 }, 27292 { 27293 "name": "Test TestS3MinioEdge: test_rclone_args LocalRemote", 27294 "type": "go", 27295 "request": "launch", 27296 "mode": "test", 27297 "program": "./cmd/bisync", 27298 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_rclone_args", "-no-cleanup"] 27299 }, 27300 { 27301 "name": "Test TestS3MinioEdge: test_rclone_args RemoteLocal", 27302 "type": "go", 27303 "request": "launch", 27304 "mode": "test", 27305 "program": "./cmd/bisync", 27306 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 27307 }, 27308 { 27309 "name": "Test TestS3MinioEdge: test_rclone_args RemoteRemote", 27310 "type": "go", 27311 "request": "launch", 27312 "mode": "test", 27313 "program": "./cmd/bisync", 27314 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_rclone_args", "-no-cleanup"] 27315 }, 27316 { 27317 "name": "Test TestS3MinioEdge: test_resolve LocalRemote", 27318 "type": "go", 27319 "request": "launch", 27320 "mode": "test", 27321 "program": "./cmd/bisync", 27322 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_resolve", "-no-cleanup"] 27323 }, 27324 { 27325 "name": "Test TestS3MinioEdge: test_resolve RemoteLocal", 27326 "type": "go", 27327 "request": "launch", 27328 "mode": "test", 27329 "program": "./cmd/bisync", 27330 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 27331 }, 27332 { 27333 "name": "Test TestS3MinioEdge: test_resolve RemoteRemote", 27334 "type": "go", 27335 "request": "launch", 27336 "mode": "test", 27337 "program": "./cmd/bisync", 27338 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_resolve", "-no-cleanup"] 27339 }, 27340 { 27341 "name": "Test TestS3MinioEdge: test_resync LocalRemote", 27342 "type": "go", 27343 "request": "launch", 27344 "mode": "test", 27345 "program": "./cmd/bisync", 27346 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_resync", "-no-cleanup"] 27347 }, 27348 { 27349 "name": "Test TestS3MinioEdge: test_resync RemoteLocal", 27350 "type": "go", 27351 "request": "launch", 27352 "mode": "test", 27353 "program": "./cmd/bisync", 27354 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 27355 }, 27356 { 27357 "name": "Test TestS3MinioEdge: test_resync RemoteRemote", 27358 "type": "go", 27359 "request": "launch", 27360 "mode": "test", 27361 "program": "./cmd/bisync", 27362 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_resync", "-no-cleanup"] 27363 }, 27364 { 27365 "name": "Test TestS3MinioEdge: test_resync_modes LocalRemote", 27366 "type": "go", 27367 "request": "launch", 27368 "mode": "test", 27369 "program": "./cmd/bisync", 27370 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_resync_modes", "-no-cleanup"] 27371 }, 27372 { 27373 "name": "Test TestS3MinioEdge: test_resync_modes RemoteLocal", 27374 "type": "go", 27375 "request": "launch", 27376 "mode": "test", 27377 "program": "./cmd/bisync", 27378 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 27379 }, 27380 { 27381 "name": "Test TestS3MinioEdge: test_resync_modes RemoteRemote", 27382 "type": "go", 27383 "request": "launch", 27384 "mode": "test", 27385 "program": "./cmd/bisync", 27386 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_resync_modes", "-no-cleanup"] 27387 }, 27388 { 27389 "name": "Test TestS3MinioEdge: test_rmdirs LocalRemote", 27390 "type": "go", 27391 "request": "launch", 27392 "mode": "test", 27393 "program": "./cmd/bisync", 27394 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_rmdirs", "-no-cleanup"] 27395 }, 27396 { 27397 "name": "Test TestS3MinioEdge: test_rmdirs RemoteLocal", 27398 "type": "go", 27399 "request": "launch", 27400 "mode": "test", 27401 "program": "./cmd/bisync", 27402 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 27403 }, 27404 { 27405 "name": "Test TestS3MinioEdge: test_rmdirs RemoteRemote", 27406 "type": "go", 27407 "request": "launch", 27408 "mode": "test", 27409 "program": "./cmd/bisync", 27410 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_rmdirs", "-no-cleanup"] 27411 }, 27412 { 27413 "name": "Test TestS3MinioEdge: test_volatile LocalRemote", 27414 "type": "go", 27415 "request": "launch", 27416 "mode": "test", 27417 "program": "./cmd/bisync", 27418 "args": ["-remote", "local", "-remote2", "TestS3MinioEdge:", "-case", "test_volatile", "-no-cleanup"] 27419 }, 27420 { 27421 "name": "Test TestS3MinioEdge: test_volatile RemoteLocal", 27422 "type": "go", 27423 "request": "launch", 27424 "mode": "test", 27425 "program": "./cmd/bisync", 27426 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 27427 }, 27428 { 27429 "name": "Test TestS3MinioEdge: test_volatile RemoteRemote", 27430 "type": "go", 27431 "request": "launch", 27432 "mode": "test", 27433 "program": "./cmd/bisync", 27434 "args": ["-remote", "TestS3MinioEdge:", "-remote2", "TestS3MinioEdge:", "-case", "test_volatile", "-no-cleanup"] 27435 }, 27436 { 27437 "name": "Test TestS3Wasabi: test_all_changed LocalRemote", 27438 "type": "go", 27439 "request": "launch", 27440 "mode": "test", 27441 "program": "./cmd/bisync", 27442 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_all_changed", "-no-cleanup"] 27443 }, 27444 { 27445 "name": "Test TestS3Wasabi: test_all_changed RemoteLocal", 27446 "type": "go", 27447 "request": "launch", 27448 "mode": "test", 27449 "program": "./cmd/bisync", 27450 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 27451 }, 27452 { 27453 "name": "Test TestS3Wasabi: test_all_changed RemoteRemote", 27454 "type": "go", 27455 "request": "launch", 27456 "mode": "test", 27457 "program": "./cmd/bisync", 27458 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_all_changed", "-no-cleanup"] 27459 }, 27460 { 27461 "name": "Test TestS3Wasabi: test_backupdir LocalRemote", 27462 "type": "go", 27463 "request": "launch", 27464 "mode": "test", 27465 "program": "./cmd/bisync", 27466 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_backupdir", "-no-cleanup"] 27467 }, 27468 { 27469 "name": "Test TestS3Wasabi: test_backupdir RemoteLocal", 27470 "type": "go", 27471 "request": "launch", 27472 "mode": "test", 27473 "program": "./cmd/bisync", 27474 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 27475 }, 27476 { 27477 "name": "Test TestS3Wasabi: test_backupdir RemoteRemote", 27478 "type": "go", 27479 "request": "launch", 27480 "mode": "test", 27481 "program": "./cmd/bisync", 27482 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_backupdir", "-no-cleanup"] 27483 }, 27484 { 27485 "name": "Test TestS3Wasabi: test_basic LocalRemote", 27486 "type": "go", 27487 "request": "launch", 27488 "mode": "test", 27489 "program": "./cmd/bisync", 27490 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_basic", "-no-cleanup"] 27491 }, 27492 { 27493 "name": "Test TestS3Wasabi: test_basic RemoteLocal", 27494 "type": "go", 27495 "request": "launch", 27496 "mode": "test", 27497 "program": "./cmd/bisync", 27498 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 27499 }, 27500 { 27501 "name": "Test TestS3Wasabi: test_basic RemoteRemote", 27502 "type": "go", 27503 "request": "launch", 27504 "mode": "test", 27505 "program": "./cmd/bisync", 27506 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_basic", "-no-cleanup"] 27507 }, 27508 { 27509 "name": "Test TestS3Wasabi: test_changes LocalRemote", 27510 "type": "go", 27511 "request": "launch", 27512 "mode": "test", 27513 "program": "./cmd/bisync", 27514 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_changes", "-no-cleanup"] 27515 }, 27516 { 27517 "name": "Test TestS3Wasabi: test_changes RemoteLocal", 27518 "type": "go", 27519 "request": "launch", 27520 "mode": "test", 27521 "program": "./cmd/bisync", 27522 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 27523 }, 27524 { 27525 "name": "Test TestS3Wasabi: test_changes RemoteRemote", 27526 "type": "go", 27527 "request": "launch", 27528 "mode": "test", 27529 "program": "./cmd/bisync", 27530 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_changes", "-no-cleanup"] 27531 }, 27532 { 27533 "name": "Test TestS3Wasabi: test_check_access LocalRemote", 27534 "type": "go", 27535 "request": "launch", 27536 "mode": "test", 27537 "program": "./cmd/bisync", 27538 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_check_access", "-no-cleanup"] 27539 }, 27540 { 27541 "name": "Test TestS3Wasabi: test_check_access RemoteLocal", 27542 "type": "go", 27543 "request": "launch", 27544 "mode": "test", 27545 "program": "./cmd/bisync", 27546 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 27547 }, 27548 { 27549 "name": "Test TestS3Wasabi: test_check_access RemoteRemote", 27550 "type": "go", 27551 "request": "launch", 27552 "mode": "test", 27553 "program": "./cmd/bisync", 27554 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_check_access", "-no-cleanup"] 27555 }, 27556 { 27557 "name": "Test TestS3Wasabi: test_check_access_filters LocalRemote", 27558 "type": "go", 27559 "request": "launch", 27560 "mode": "test", 27561 "program": "./cmd/bisync", 27562 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_check_access_filters", "-no-cleanup"] 27563 }, 27564 { 27565 "name": "Test TestS3Wasabi: test_check_access_filters RemoteLocal", 27566 "type": "go", 27567 "request": "launch", 27568 "mode": "test", 27569 "program": "./cmd/bisync", 27570 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 27571 }, 27572 { 27573 "name": "Test TestS3Wasabi: test_check_access_filters RemoteRemote", 27574 "type": "go", 27575 "request": "launch", 27576 "mode": "test", 27577 "program": "./cmd/bisync", 27578 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_check_access_filters", "-no-cleanup"] 27579 }, 27580 { 27581 "name": "Test TestS3Wasabi: test_check_filename LocalRemote", 27582 "type": "go", 27583 "request": "launch", 27584 "mode": "test", 27585 "program": "./cmd/bisync", 27586 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_check_filename", "-no-cleanup"] 27587 }, 27588 { 27589 "name": "Test TestS3Wasabi: test_check_filename RemoteLocal", 27590 "type": "go", 27591 "request": "launch", 27592 "mode": "test", 27593 "program": "./cmd/bisync", 27594 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 27595 }, 27596 { 27597 "name": "Test TestS3Wasabi: test_check_filename RemoteRemote", 27598 "type": "go", 27599 "request": "launch", 27600 "mode": "test", 27601 "program": "./cmd/bisync", 27602 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_check_filename", "-no-cleanup"] 27603 }, 27604 { 27605 "name": "Test TestS3Wasabi: test_check_sync LocalRemote", 27606 "type": "go", 27607 "request": "launch", 27608 "mode": "test", 27609 "program": "./cmd/bisync", 27610 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_check_sync", "-no-cleanup"] 27611 }, 27612 { 27613 "name": "Test TestS3Wasabi: test_check_sync RemoteLocal", 27614 "type": "go", 27615 "request": "launch", 27616 "mode": "test", 27617 "program": "./cmd/bisync", 27618 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 27619 }, 27620 { 27621 "name": "Test TestS3Wasabi: test_check_sync RemoteRemote", 27622 "type": "go", 27623 "request": "launch", 27624 "mode": "test", 27625 "program": "./cmd/bisync", 27626 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_check_sync", "-no-cleanup"] 27627 }, 27628 { 27629 "name": "Test TestS3Wasabi: test_compare_all LocalRemote", 27630 "type": "go", 27631 "request": "launch", 27632 "mode": "test", 27633 "program": "./cmd/bisync", 27634 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_compare_all", "-no-cleanup"] 27635 }, 27636 { 27637 "name": "Test TestS3Wasabi: test_compare_all RemoteLocal", 27638 "type": "go", 27639 "request": "launch", 27640 "mode": "test", 27641 "program": "./cmd/bisync", 27642 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 27643 }, 27644 { 27645 "name": "Test TestS3Wasabi: test_compare_all RemoteRemote", 27646 "type": "go", 27647 "request": "launch", 27648 "mode": "test", 27649 "program": "./cmd/bisync", 27650 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_compare_all", "-no-cleanup"] 27651 }, 27652 { 27653 "name": "Test TestS3Wasabi: test_createemptysrcdirs LocalRemote", 27654 "type": "go", 27655 "request": "launch", 27656 "mode": "test", 27657 "program": "./cmd/bisync", 27658 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 27659 }, 27660 { 27661 "name": "Test TestS3Wasabi: test_createemptysrcdirs RemoteLocal", 27662 "type": "go", 27663 "request": "launch", 27664 "mode": "test", 27665 "program": "./cmd/bisync", 27666 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 27667 }, 27668 { 27669 "name": "Test TestS3Wasabi: test_createemptysrcdirs RemoteRemote", 27670 "type": "go", 27671 "request": "launch", 27672 "mode": "test", 27673 "program": "./cmd/bisync", 27674 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 27675 }, 27676 { 27677 "name": "Test TestS3Wasabi: test_dry_run LocalRemote", 27678 "type": "go", 27679 "request": "launch", 27680 "mode": "test", 27681 "program": "./cmd/bisync", 27682 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_dry_run", "-no-cleanup"] 27683 }, 27684 { 27685 "name": "Test TestS3Wasabi: test_dry_run RemoteLocal", 27686 "type": "go", 27687 "request": "launch", 27688 "mode": "test", 27689 "program": "./cmd/bisync", 27690 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 27691 }, 27692 { 27693 "name": "Test TestS3Wasabi: test_dry_run RemoteRemote", 27694 "type": "go", 27695 "request": "launch", 27696 "mode": "test", 27697 "program": "./cmd/bisync", 27698 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_dry_run", "-no-cleanup"] 27699 }, 27700 { 27701 "name": "Test TestS3Wasabi: test_equal LocalRemote", 27702 "type": "go", 27703 "request": "launch", 27704 "mode": "test", 27705 "program": "./cmd/bisync", 27706 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_equal", "-no-cleanup"] 27707 }, 27708 { 27709 "name": "Test TestS3Wasabi: test_equal RemoteLocal", 27710 "type": "go", 27711 "request": "launch", 27712 "mode": "test", 27713 "program": "./cmd/bisync", 27714 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 27715 }, 27716 { 27717 "name": "Test TestS3Wasabi: test_equal RemoteRemote", 27718 "type": "go", 27719 "request": "launch", 27720 "mode": "test", 27721 "program": "./cmd/bisync", 27722 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_equal", "-no-cleanup"] 27723 }, 27724 { 27725 "name": "Test TestS3Wasabi: test_ext_paths LocalRemote", 27726 "type": "go", 27727 "request": "launch", 27728 "mode": "test", 27729 "program": "./cmd/bisync", 27730 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_ext_paths", "-no-cleanup"] 27731 }, 27732 { 27733 "name": "Test TestS3Wasabi: test_ext_paths RemoteLocal", 27734 "type": "go", 27735 "request": "launch", 27736 "mode": "test", 27737 "program": "./cmd/bisync", 27738 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 27739 }, 27740 { 27741 "name": "Test TestS3Wasabi: test_ext_paths RemoteRemote", 27742 "type": "go", 27743 "request": "launch", 27744 "mode": "test", 27745 "program": "./cmd/bisync", 27746 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_ext_paths", "-no-cleanup"] 27747 }, 27748 { 27749 "name": "Test TestS3Wasabi: test_extended_filenames LocalRemote", 27750 "type": "go", 27751 "request": "launch", 27752 "mode": "test", 27753 "program": "./cmd/bisync", 27754 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_extended_filenames", "-no-cleanup"] 27755 }, 27756 { 27757 "name": "Test TestS3Wasabi: test_extended_filenames RemoteLocal", 27758 "type": "go", 27759 "request": "launch", 27760 "mode": "test", 27761 "program": "./cmd/bisync", 27762 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 27763 }, 27764 { 27765 "name": "Test TestS3Wasabi: test_extended_filenames RemoteRemote", 27766 "type": "go", 27767 "request": "launch", 27768 "mode": "test", 27769 "program": "./cmd/bisync", 27770 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_extended_filenames", "-no-cleanup"] 27771 }, 27772 { 27773 "name": "Test TestS3Wasabi: test_filters LocalRemote", 27774 "type": "go", 27775 "request": "launch", 27776 "mode": "test", 27777 "program": "./cmd/bisync", 27778 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_filters", "-no-cleanup"] 27779 }, 27780 { 27781 "name": "Test TestS3Wasabi: test_filters RemoteLocal", 27782 "type": "go", 27783 "request": "launch", 27784 "mode": "test", 27785 "program": "./cmd/bisync", 27786 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 27787 }, 27788 { 27789 "name": "Test TestS3Wasabi: test_filters RemoteRemote", 27790 "type": "go", 27791 "request": "launch", 27792 "mode": "test", 27793 "program": "./cmd/bisync", 27794 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_filters", "-no-cleanup"] 27795 }, 27796 { 27797 "name": "Test TestS3Wasabi: test_filtersfile_checks LocalRemote", 27798 "type": "go", 27799 "request": "launch", 27800 "mode": "test", 27801 "program": "./cmd/bisync", 27802 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_filtersfile_checks", "-no-cleanup"] 27803 }, 27804 { 27805 "name": "Test TestS3Wasabi: test_filtersfile_checks RemoteLocal", 27806 "type": "go", 27807 "request": "launch", 27808 "mode": "test", 27809 "program": "./cmd/bisync", 27810 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 27811 }, 27812 { 27813 "name": "Test TestS3Wasabi: test_filtersfile_checks RemoteRemote", 27814 "type": "go", 27815 "request": "launch", 27816 "mode": "test", 27817 "program": "./cmd/bisync", 27818 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_filtersfile_checks", "-no-cleanup"] 27819 }, 27820 { 27821 "name": "Test TestS3Wasabi: test_ignorelistingchecksum LocalRemote", 27822 "type": "go", 27823 "request": "launch", 27824 "mode": "test", 27825 "program": "./cmd/bisync", 27826 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 27827 }, 27828 { 27829 "name": "Test TestS3Wasabi: test_ignorelistingchecksum RemoteLocal", 27830 "type": "go", 27831 "request": "launch", 27832 "mode": "test", 27833 "program": "./cmd/bisync", 27834 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 27835 }, 27836 { 27837 "name": "Test TestS3Wasabi: test_ignorelistingchecksum RemoteRemote", 27838 "type": "go", 27839 "request": "launch", 27840 "mode": "test", 27841 "program": "./cmd/bisync", 27842 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 27843 }, 27844 { 27845 "name": "Test TestS3Wasabi: test_max_delete_path1 LocalRemote", 27846 "type": "go", 27847 "request": "launch", 27848 "mode": "test", 27849 "program": "./cmd/bisync", 27850 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_max_delete_path1", "-no-cleanup"] 27851 }, 27852 { 27853 "name": "Test TestS3Wasabi: test_max_delete_path1 RemoteLocal", 27854 "type": "go", 27855 "request": "launch", 27856 "mode": "test", 27857 "program": "./cmd/bisync", 27858 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 27859 }, 27860 { 27861 "name": "Test TestS3Wasabi: test_max_delete_path1 RemoteRemote", 27862 "type": "go", 27863 "request": "launch", 27864 "mode": "test", 27865 "program": "./cmd/bisync", 27866 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_max_delete_path1", "-no-cleanup"] 27867 }, 27868 { 27869 "name": "Test TestS3Wasabi: test_max_delete_path2_force LocalRemote", 27870 "type": "go", 27871 "request": "launch", 27872 "mode": "test", 27873 "program": "./cmd/bisync", 27874 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 27875 }, 27876 { 27877 "name": "Test TestS3Wasabi: test_max_delete_path2_force RemoteLocal", 27878 "type": "go", 27879 "request": "launch", 27880 "mode": "test", 27881 "program": "./cmd/bisync", 27882 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 27883 }, 27884 { 27885 "name": "Test TestS3Wasabi: test_max_delete_path2_force RemoteRemote", 27886 "type": "go", 27887 "request": "launch", 27888 "mode": "test", 27889 "program": "./cmd/bisync", 27890 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 27891 }, 27892 { 27893 "name": "Test TestS3Wasabi: test_nomodtime LocalRemote", 27894 "type": "go", 27895 "request": "launch", 27896 "mode": "test", 27897 "program": "./cmd/bisync", 27898 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_nomodtime", "-no-cleanup"] 27899 }, 27900 { 27901 "name": "Test TestS3Wasabi: test_nomodtime RemoteLocal", 27902 "type": "go", 27903 "request": "launch", 27904 "mode": "test", 27905 "program": "./cmd/bisync", 27906 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 27907 }, 27908 { 27909 "name": "Test TestS3Wasabi: test_nomodtime RemoteRemote", 27910 "type": "go", 27911 "request": "launch", 27912 "mode": "test", 27913 "program": "./cmd/bisync", 27914 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_nomodtime", "-no-cleanup"] 27915 }, 27916 { 27917 "name": "Test TestS3Wasabi: test_normalization LocalRemote", 27918 "type": "go", 27919 "request": "launch", 27920 "mode": "test", 27921 "program": "./cmd/bisync", 27922 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_normalization", "-no-cleanup"] 27923 }, 27924 { 27925 "name": "Test TestS3Wasabi: test_normalization RemoteLocal", 27926 "type": "go", 27927 "request": "launch", 27928 "mode": "test", 27929 "program": "./cmd/bisync", 27930 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 27931 }, 27932 { 27933 "name": "Test TestS3Wasabi: test_normalization RemoteRemote", 27934 "type": "go", 27935 "request": "launch", 27936 "mode": "test", 27937 "program": "./cmd/bisync", 27938 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_normalization", "-no-cleanup"] 27939 }, 27940 { 27941 "name": "Test TestS3Wasabi: test_rclone_args LocalRemote", 27942 "type": "go", 27943 "request": "launch", 27944 "mode": "test", 27945 "program": "./cmd/bisync", 27946 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_rclone_args", "-no-cleanup"] 27947 }, 27948 { 27949 "name": "Test TestS3Wasabi: test_rclone_args RemoteLocal", 27950 "type": "go", 27951 "request": "launch", 27952 "mode": "test", 27953 "program": "./cmd/bisync", 27954 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 27955 }, 27956 { 27957 "name": "Test TestS3Wasabi: test_rclone_args RemoteRemote", 27958 "type": "go", 27959 "request": "launch", 27960 "mode": "test", 27961 "program": "./cmd/bisync", 27962 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_rclone_args", "-no-cleanup"] 27963 }, 27964 { 27965 "name": "Test TestS3Wasabi: test_resolve LocalRemote", 27966 "type": "go", 27967 "request": "launch", 27968 "mode": "test", 27969 "program": "./cmd/bisync", 27970 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_resolve", "-no-cleanup"] 27971 }, 27972 { 27973 "name": "Test TestS3Wasabi: test_resolve RemoteLocal", 27974 "type": "go", 27975 "request": "launch", 27976 "mode": "test", 27977 "program": "./cmd/bisync", 27978 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 27979 }, 27980 { 27981 "name": "Test TestS3Wasabi: test_resolve RemoteRemote", 27982 "type": "go", 27983 "request": "launch", 27984 "mode": "test", 27985 "program": "./cmd/bisync", 27986 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_resolve", "-no-cleanup"] 27987 }, 27988 { 27989 "name": "Test TestS3Wasabi: test_resync LocalRemote", 27990 "type": "go", 27991 "request": "launch", 27992 "mode": "test", 27993 "program": "./cmd/bisync", 27994 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_resync", "-no-cleanup"] 27995 }, 27996 { 27997 "name": "Test TestS3Wasabi: test_resync RemoteLocal", 27998 "type": "go", 27999 "request": "launch", 28000 "mode": "test", 28001 "program": "./cmd/bisync", 28002 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 28003 }, 28004 { 28005 "name": "Test TestS3Wasabi: test_resync RemoteRemote", 28006 "type": "go", 28007 "request": "launch", 28008 "mode": "test", 28009 "program": "./cmd/bisync", 28010 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_resync", "-no-cleanup"] 28011 }, 28012 { 28013 "name": "Test TestS3Wasabi: test_resync_modes LocalRemote", 28014 "type": "go", 28015 "request": "launch", 28016 "mode": "test", 28017 "program": "./cmd/bisync", 28018 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_resync_modes", "-no-cleanup"] 28019 }, 28020 { 28021 "name": "Test TestS3Wasabi: test_resync_modes RemoteLocal", 28022 "type": "go", 28023 "request": "launch", 28024 "mode": "test", 28025 "program": "./cmd/bisync", 28026 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 28027 }, 28028 { 28029 "name": "Test TestS3Wasabi: test_resync_modes RemoteRemote", 28030 "type": "go", 28031 "request": "launch", 28032 "mode": "test", 28033 "program": "./cmd/bisync", 28034 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_resync_modes", "-no-cleanup"] 28035 }, 28036 { 28037 "name": "Test TestS3Wasabi: test_rmdirs LocalRemote", 28038 "type": "go", 28039 "request": "launch", 28040 "mode": "test", 28041 "program": "./cmd/bisync", 28042 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_rmdirs", "-no-cleanup"] 28043 }, 28044 { 28045 "name": "Test TestS3Wasabi: test_rmdirs RemoteLocal", 28046 "type": "go", 28047 "request": "launch", 28048 "mode": "test", 28049 "program": "./cmd/bisync", 28050 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 28051 }, 28052 { 28053 "name": "Test TestS3Wasabi: test_rmdirs RemoteRemote", 28054 "type": "go", 28055 "request": "launch", 28056 "mode": "test", 28057 "program": "./cmd/bisync", 28058 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_rmdirs", "-no-cleanup"] 28059 }, 28060 { 28061 "name": "Test TestS3Wasabi: test_volatile LocalRemote", 28062 "type": "go", 28063 "request": "launch", 28064 "mode": "test", 28065 "program": "./cmd/bisync", 28066 "args": ["-remote", "local", "-remote2", "TestS3Wasabi:", "-case", "test_volatile", "-no-cleanup"] 28067 }, 28068 { 28069 "name": "Test TestS3Wasabi: test_volatile RemoteLocal", 28070 "type": "go", 28071 "request": "launch", 28072 "mode": "test", 28073 "program": "./cmd/bisync", 28074 "args": ["-remote", "TestS3Wasabi:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 28075 }, 28076 { 28077 "name": "Test TestS3Wasabi: test_volatile RemoteRemote", 28078 "type": "go", 28079 "request": "launch", 28080 "mode": "test", 28081 "program": "./cmd/bisync", 28082 "args": ["-remote", "TestS3Wasabi:", "-remote2", "TestS3Wasabi:", "-case", "test_volatile", "-no-cleanup"] 28083 }, 28084 { 28085 "name": "Test TestS3Alibaba: test_all_changed LocalRemote", 28086 "type": "go", 28087 "request": "launch", 28088 "mode": "test", 28089 "program": "./cmd/bisync", 28090 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_all_changed", "-no-cleanup"] 28091 }, 28092 { 28093 "name": "Test TestS3Alibaba: test_all_changed RemoteLocal", 28094 "type": "go", 28095 "request": "launch", 28096 "mode": "test", 28097 "program": "./cmd/bisync", 28098 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 28099 }, 28100 { 28101 "name": "Test TestS3Alibaba: test_all_changed RemoteRemote", 28102 "type": "go", 28103 "request": "launch", 28104 "mode": "test", 28105 "program": "./cmd/bisync", 28106 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_all_changed", "-no-cleanup"] 28107 }, 28108 { 28109 "name": "Test TestS3Alibaba: test_backupdir LocalRemote", 28110 "type": "go", 28111 "request": "launch", 28112 "mode": "test", 28113 "program": "./cmd/bisync", 28114 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_backupdir", "-no-cleanup"] 28115 }, 28116 { 28117 "name": "Test TestS3Alibaba: test_backupdir RemoteLocal", 28118 "type": "go", 28119 "request": "launch", 28120 "mode": "test", 28121 "program": "./cmd/bisync", 28122 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 28123 }, 28124 { 28125 "name": "Test TestS3Alibaba: test_backupdir RemoteRemote", 28126 "type": "go", 28127 "request": "launch", 28128 "mode": "test", 28129 "program": "./cmd/bisync", 28130 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_backupdir", "-no-cleanup"] 28131 }, 28132 { 28133 "name": "Test TestS3Alibaba: test_basic LocalRemote", 28134 "type": "go", 28135 "request": "launch", 28136 "mode": "test", 28137 "program": "./cmd/bisync", 28138 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_basic", "-no-cleanup"] 28139 }, 28140 { 28141 "name": "Test TestS3Alibaba: test_basic RemoteLocal", 28142 "type": "go", 28143 "request": "launch", 28144 "mode": "test", 28145 "program": "./cmd/bisync", 28146 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 28147 }, 28148 { 28149 "name": "Test TestS3Alibaba: test_basic RemoteRemote", 28150 "type": "go", 28151 "request": "launch", 28152 "mode": "test", 28153 "program": "./cmd/bisync", 28154 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_basic", "-no-cleanup"] 28155 }, 28156 { 28157 "name": "Test TestS3Alibaba: test_changes LocalRemote", 28158 "type": "go", 28159 "request": "launch", 28160 "mode": "test", 28161 "program": "./cmd/bisync", 28162 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_changes", "-no-cleanup"] 28163 }, 28164 { 28165 "name": "Test TestS3Alibaba: test_changes RemoteLocal", 28166 "type": "go", 28167 "request": "launch", 28168 "mode": "test", 28169 "program": "./cmd/bisync", 28170 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 28171 }, 28172 { 28173 "name": "Test TestS3Alibaba: test_changes RemoteRemote", 28174 "type": "go", 28175 "request": "launch", 28176 "mode": "test", 28177 "program": "./cmd/bisync", 28178 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_changes", "-no-cleanup"] 28179 }, 28180 { 28181 "name": "Test TestS3Alibaba: test_check_access LocalRemote", 28182 "type": "go", 28183 "request": "launch", 28184 "mode": "test", 28185 "program": "./cmd/bisync", 28186 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_check_access", "-no-cleanup"] 28187 }, 28188 { 28189 "name": "Test TestS3Alibaba: test_check_access RemoteLocal", 28190 "type": "go", 28191 "request": "launch", 28192 "mode": "test", 28193 "program": "./cmd/bisync", 28194 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 28195 }, 28196 { 28197 "name": "Test TestS3Alibaba: test_check_access RemoteRemote", 28198 "type": "go", 28199 "request": "launch", 28200 "mode": "test", 28201 "program": "./cmd/bisync", 28202 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_check_access", "-no-cleanup"] 28203 }, 28204 { 28205 "name": "Test TestS3Alibaba: test_check_access_filters LocalRemote", 28206 "type": "go", 28207 "request": "launch", 28208 "mode": "test", 28209 "program": "./cmd/bisync", 28210 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_check_access_filters", "-no-cleanup"] 28211 }, 28212 { 28213 "name": "Test TestS3Alibaba: test_check_access_filters RemoteLocal", 28214 "type": "go", 28215 "request": "launch", 28216 "mode": "test", 28217 "program": "./cmd/bisync", 28218 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 28219 }, 28220 { 28221 "name": "Test TestS3Alibaba: test_check_access_filters RemoteRemote", 28222 "type": "go", 28223 "request": "launch", 28224 "mode": "test", 28225 "program": "./cmd/bisync", 28226 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_check_access_filters", "-no-cleanup"] 28227 }, 28228 { 28229 "name": "Test TestS3Alibaba: test_check_filename LocalRemote", 28230 "type": "go", 28231 "request": "launch", 28232 "mode": "test", 28233 "program": "./cmd/bisync", 28234 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_check_filename", "-no-cleanup"] 28235 }, 28236 { 28237 "name": "Test TestS3Alibaba: test_check_filename RemoteLocal", 28238 "type": "go", 28239 "request": "launch", 28240 "mode": "test", 28241 "program": "./cmd/bisync", 28242 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 28243 }, 28244 { 28245 "name": "Test TestS3Alibaba: test_check_filename RemoteRemote", 28246 "type": "go", 28247 "request": "launch", 28248 "mode": "test", 28249 "program": "./cmd/bisync", 28250 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_check_filename", "-no-cleanup"] 28251 }, 28252 { 28253 "name": "Test TestS3Alibaba: test_check_sync LocalRemote", 28254 "type": "go", 28255 "request": "launch", 28256 "mode": "test", 28257 "program": "./cmd/bisync", 28258 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_check_sync", "-no-cleanup"] 28259 }, 28260 { 28261 "name": "Test TestS3Alibaba: test_check_sync RemoteLocal", 28262 "type": "go", 28263 "request": "launch", 28264 "mode": "test", 28265 "program": "./cmd/bisync", 28266 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 28267 }, 28268 { 28269 "name": "Test TestS3Alibaba: test_check_sync RemoteRemote", 28270 "type": "go", 28271 "request": "launch", 28272 "mode": "test", 28273 "program": "./cmd/bisync", 28274 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_check_sync", "-no-cleanup"] 28275 }, 28276 { 28277 "name": "Test TestS3Alibaba: test_compare_all LocalRemote", 28278 "type": "go", 28279 "request": "launch", 28280 "mode": "test", 28281 "program": "./cmd/bisync", 28282 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_compare_all", "-no-cleanup"] 28283 }, 28284 { 28285 "name": "Test TestS3Alibaba: test_compare_all RemoteLocal", 28286 "type": "go", 28287 "request": "launch", 28288 "mode": "test", 28289 "program": "./cmd/bisync", 28290 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 28291 }, 28292 { 28293 "name": "Test TestS3Alibaba: test_compare_all RemoteRemote", 28294 "type": "go", 28295 "request": "launch", 28296 "mode": "test", 28297 "program": "./cmd/bisync", 28298 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_compare_all", "-no-cleanup"] 28299 }, 28300 { 28301 "name": "Test TestS3Alibaba: test_createemptysrcdirs LocalRemote", 28302 "type": "go", 28303 "request": "launch", 28304 "mode": "test", 28305 "program": "./cmd/bisync", 28306 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 28307 }, 28308 { 28309 "name": "Test TestS3Alibaba: test_createemptysrcdirs RemoteLocal", 28310 "type": "go", 28311 "request": "launch", 28312 "mode": "test", 28313 "program": "./cmd/bisync", 28314 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 28315 }, 28316 { 28317 "name": "Test TestS3Alibaba: test_createemptysrcdirs RemoteRemote", 28318 "type": "go", 28319 "request": "launch", 28320 "mode": "test", 28321 "program": "./cmd/bisync", 28322 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 28323 }, 28324 { 28325 "name": "Test TestS3Alibaba: test_dry_run LocalRemote", 28326 "type": "go", 28327 "request": "launch", 28328 "mode": "test", 28329 "program": "./cmd/bisync", 28330 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_dry_run", "-no-cleanup"] 28331 }, 28332 { 28333 "name": "Test TestS3Alibaba: test_dry_run RemoteLocal", 28334 "type": "go", 28335 "request": "launch", 28336 "mode": "test", 28337 "program": "./cmd/bisync", 28338 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 28339 }, 28340 { 28341 "name": "Test TestS3Alibaba: test_dry_run RemoteRemote", 28342 "type": "go", 28343 "request": "launch", 28344 "mode": "test", 28345 "program": "./cmd/bisync", 28346 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_dry_run", "-no-cleanup"] 28347 }, 28348 { 28349 "name": "Test TestS3Alibaba: test_equal LocalRemote", 28350 "type": "go", 28351 "request": "launch", 28352 "mode": "test", 28353 "program": "./cmd/bisync", 28354 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_equal", "-no-cleanup"] 28355 }, 28356 { 28357 "name": "Test TestS3Alibaba: test_equal RemoteLocal", 28358 "type": "go", 28359 "request": "launch", 28360 "mode": "test", 28361 "program": "./cmd/bisync", 28362 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 28363 }, 28364 { 28365 "name": "Test TestS3Alibaba: test_equal RemoteRemote", 28366 "type": "go", 28367 "request": "launch", 28368 "mode": "test", 28369 "program": "./cmd/bisync", 28370 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_equal", "-no-cleanup"] 28371 }, 28372 { 28373 "name": "Test TestS3Alibaba: test_ext_paths LocalRemote", 28374 "type": "go", 28375 "request": "launch", 28376 "mode": "test", 28377 "program": "./cmd/bisync", 28378 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_ext_paths", "-no-cleanup"] 28379 }, 28380 { 28381 "name": "Test TestS3Alibaba: test_ext_paths RemoteLocal", 28382 "type": "go", 28383 "request": "launch", 28384 "mode": "test", 28385 "program": "./cmd/bisync", 28386 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 28387 }, 28388 { 28389 "name": "Test TestS3Alibaba: test_ext_paths RemoteRemote", 28390 "type": "go", 28391 "request": "launch", 28392 "mode": "test", 28393 "program": "./cmd/bisync", 28394 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_ext_paths", "-no-cleanup"] 28395 }, 28396 { 28397 "name": "Test TestS3Alibaba: test_extended_filenames LocalRemote", 28398 "type": "go", 28399 "request": "launch", 28400 "mode": "test", 28401 "program": "./cmd/bisync", 28402 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_extended_filenames", "-no-cleanup"] 28403 }, 28404 { 28405 "name": "Test TestS3Alibaba: test_extended_filenames RemoteLocal", 28406 "type": "go", 28407 "request": "launch", 28408 "mode": "test", 28409 "program": "./cmd/bisync", 28410 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 28411 }, 28412 { 28413 "name": "Test TestS3Alibaba: test_extended_filenames RemoteRemote", 28414 "type": "go", 28415 "request": "launch", 28416 "mode": "test", 28417 "program": "./cmd/bisync", 28418 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_extended_filenames", "-no-cleanup"] 28419 }, 28420 { 28421 "name": "Test TestS3Alibaba: test_filters LocalRemote", 28422 "type": "go", 28423 "request": "launch", 28424 "mode": "test", 28425 "program": "./cmd/bisync", 28426 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_filters", "-no-cleanup"] 28427 }, 28428 { 28429 "name": "Test TestS3Alibaba: test_filters RemoteLocal", 28430 "type": "go", 28431 "request": "launch", 28432 "mode": "test", 28433 "program": "./cmd/bisync", 28434 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 28435 }, 28436 { 28437 "name": "Test TestS3Alibaba: test_filters RemoteRemote", 28438 "type": "go", 28439 "request": "launch", 28440 "mode": "test", 28441 "program": "./cmd/bisync", 28442 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_filters", "-no-cleanup"] 28443 }, 28444 { 28445 "name": "Test TestS3Alibaba: test_filtersfile_checks LocalRemote", 28446 "type": "go", 28447 "request": "launch", 28448 "mode": "test", 28449 "program": "./cmd/bisync", 28450 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_filtersfile_checks", "-no-cleanup"] 28451 }, 28452 { 28453 "name": "Test TestS3Alibaba: test_filtersfile_checks RemoteLocal", 28454 "type": "go", 28455 "request": "launch", 28456 "mode": "test", 28457 "program": "./cmd/bisync", 28458 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 28459 }, 28460 { 28461 "name": "Test TestS3Alibaba: test_filtersfile_checks RemoteRemote", 28462 "type": "go", 28463 "request": "launch", 28464 "mode": "test", 28465 "program": "./cmd/bisync", 28466 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_filtersfile_checks", "-no-cleanup"] 28467 }, 28468 { 28469 "name": "Test TestS3Alibaba: test_ignorelistingchecksum LocalRemote", 28470 "type": "go", 28471 "request": "launch", 28472 "mode": "test", 28473 "program": "./cmd/bisync", 28474 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 28475 }, 28476 { 28477 "name": "Test TestS3Alibaba: test_ignorelistingchecksum RemoteLocal", 28478 "type": "go", 28479 "request": "launch", 28480 "mode": "test", 28481 "program": "./cmd/bisync", 28482 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 28483 }, 28484 { 28485 "name": "Test TestS3Alibaba: test_ignorelistingchecksum RemoteRemote", 28486 "type": "go", 28487 "request": "launch", 28488 "mode": "test", 28489 "program": "./cmd/bisync", 28490 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 28491 }, 28492 { 28493 "name": "Test TestS3Alibaba: test_max_delete_path1 LocalRemote", 28494 "type": "go", 28495 "request": "launch", 28496 "mode": "test", 28497 "program": "./cmd/bisync", 28498 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_max_delete_path1", "-no-cleanup"] 28499 }, 28500 { 28501 "name": "Test TestS3Alibaba: test_max_delete_path1 RemoteLocal", 28502 "type": "go", 28503 "request": "launch", 28504 "mode": "test", 28505 "program": "./cmd/bisync", 28506 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 28507 }, 28508 { 28509 "name": "Test TestS3Alibaba: test_max_delete_path1 RemoteRemote", 28510 "type": "go", 28511 "request": "launch", 28512 "mode": "test", 28513 "program": "./cmd/bisync", 28514 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_max_delete_path1", "-no-cleanup"] 28515 }, 28516 { 28517 "name": "Test TestS3Alibaba: test_max_delete_path2_force LocalRemote", 28518 "type": "go", 28519 "request": "launch", 28520 "mode": "test", 28521 "program": "./cmd/bisync", 28522 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 28523 }, 28524 { 28525 "name": "Test TestS3Alibaba: test_max_delete_path2_force RemoteLocal", 28526 "type": "go", 28527 "request": "launch", 28528 "mode": "test", 28529 "program": "./cmd/bisync", 28530 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 28531 }, 28532 { 28533 "name": "Test TestS3Alibaba: test_max_delete_path2_force RemoteRemote", 28534 "type": "go", 28535 "request": "launch", 28536 "mode": "test", 28537 "program": "./cmd/bisync", 28538 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 28539 }, 28540 { 28541 "name": "Test TestS3Alibaba: test_nomodtime LocalRemote", 28542 "type": "go", 28543 "request": "launch", 28544 "mode": "test", 28545 "program": "./cmd/bisync", 28546 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_nomodtime", "-no-cleanup"] 28547 }, 28548 { 28549 "name": "Test TestS3Alibaba: test_nomodtime RemoteLocal", 28550 "type": "go", 28551 "request": "launch", 28552 "mode": "test", 28553 "program": "./cmd/bisync", 28554 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 28555 }, 28556 { 28557 "name": "Test TestS3Alibaba: test_nomodtime RemoteRemote", 28558 "type": "go", 28559 "request": "launch", 28560 "mode": "test", 28561 "program": "./cmd/bisync", 28562 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_nomodtime", "-no-cleanup"] 28563 }, 28564 { 28565 "name": "Test TestS3Alibaba: test_normalization LocalRemote", 28566 "type": "go", 28567 "request": "launch", 28568 "mode": "test", 28569 "program": "./cmd/bisync", 28570 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_normalization", "-no-cleanup"] 28571 }, 28572 { 28573 "name": "Test TestS3Alibaba: test_normalization RemoteLocal", 28574 "type": "go", 28575 "request": "launch", 28576 "mode": "test", 28577 "program": "./cmd/bisync", 28578 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 28579 }, 28580 { 28581 "name": "Test TestS3Alibaba: test_normalization RemoteRemote", 28582 "type": "go", 28583 "request": "launch", 28584 "mode": "test", 28585 "program": "./cmd/bisync", 28586 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_normalization", "-no-cleanup"] 28587 }, 28588 { 28589 "name": "Test TestS3Alibaba: test_rclone_args LocalRemote", 28590 "type": "go", 28591 "request": "launch", 28592 "mode": "test", 28593 "program": "./cmd/bisync", 28594 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_rclone_args", "-no-cleanup"] 28595 }, 28596 { 28597 "name": "Test TestS3Alibaba: test_rclone_args RemoteLocal", 28598 "type": "go", 28599 "request": "launch", 28600 "mode": "test", 28601 "program": "./cmd/bisync", 28602 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 28603 }, 28604 { 28605 "name": "Test TestS3Alibaba: test_rclone_args RemoteRemote", 28606 "type": "go", 28607 "request": "launch", 28608 "mode": "test", 28609 "program": "./cmd/bisync", 28610 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_rclone_args", "-no-cleanup"] 28611 }, 28612 { 28613 "name": "Test TestS3Alibaba: test_resolve LocalRemote", 28614 "type": "go", 28615 "request": "launch", 28616 "mode": "test", 28617 "program": "./cmd/bisync", 28618 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_resolve", "-no-cleanup"] 28619 }, 28620 { 28621 "name": "Test TestS3Alibaba: test_resolve RemoteLocal", 28622 "type": "go", 28623 "request": "launch", 28624 "mode": "test", 28625 "program": "./cmd/bisync", 28626 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 28627 }, 28628 { 28629 "name": "Test TestS3Alibaba: test_resolve RemoteRemote", 28630 "type": "go", 28631 "request": "launch", 28632 "mode": "test", 28633 "program": "./cmd/bisync", 28634 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_resolve", "-no-cleanup"] 28635 }, 28636 { 28637 "name": "Test TestS3Alibaba: test_resync LocalRemote", 28638 "type": "go", 28639 "request": "launch", 28640 "mode": "test", 28641 "program": "./cmd/bisync", 28642 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_resync", "-no-cleanup"] 28643 }, 28644 { 28645 "name": "Test TestS3Alibaba: test_resync RemoteLocal", 28646 "type": "go", 28647 "request": "launch", 28648 "mode": "test", 28649 "program": "./cmd/bisync", 28650 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 28651 }, 28652 { 28653 "name": "Test TestS3Alibaba: test_resync RemoteRemote", 28654 "type": "go", 28655 "request": "launch", 28656 "mode": "test", 28657 "program": "./cmd/bisync", 28658 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_resync", "-no-cleanup"] 28659 }, 28660 { 28661 "name": "Test TestS3Alibaba: test_resync_modes LocalRemote", 28662 "type": "go", 28663 "request": "launch", 28664 "mode": "test", 28665 "program": "./cmd/bisync", 28666 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_resync_modes", "-no-cleanup"] 28667 }, 28668 { 28669 "name": "Test TestS3Alibaba: test_resync_modes RemoteLocal", 28670 "type": "go", 28671 "request": "launch", 28672 "mode": "test", 28673 "program": "./cmd/bisync", 28674 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 28675 }, 28676 { 28677 "name": "Test TestS3Alibaba: test_resync_modes RemoteRemote", 28678 "type": "go", 28679 "request": "launch", 28680 "mode": "test", 28681 "program": "./cmd/bisync", 28682 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_resync_modes", "-no-cleanup"] 28683 }, 28684 { 28685 "name": "Test TestS3Alibaba: test_rmdirs LocalRemote", 28686 "type": "go", 28687 "request": "launch", 28688 "mode": "test", 28689 "program": "./cmd/bisync", 28690 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_rmdirs", "-no-cleanup"] 28691 }, 28692 { 28693 "name": "Test TestS3Alibaba: test_rmdirs RemoteLocal", 28694 "type": "go", 28695 "request": "launch", 28696 "mode": "test", 28697 "program": "./cmd/bisync", 28698 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 28699 }, 28700 { 28701 "name": "Test TestS3Alibaba: test_rmdirs RemoteRemote", 28702 "type": "go", 28703 "request": "launch", 28704 "mode": "test", 28705 "program": "./cmd/bisync", 28706 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_rmdirs", "-no-cleanup"] 28707 }, 28708 { 28709 "name": "Test TestS3Alibaba: test_volatile LocalRemote", 28710 "type": "go", 28711 "request": "launch", 28712 "mode": "test", 28713 "program": "./cmd/bisync", 28714 "args": ["-remote", "local", "-remote2", "TestS3Alibaba:", "-case", "test_volatile", "-no-cleanup"] 28715 }, 28716 { 28717 "name": "Test TestS3Alibaba: test_volatile RemoteLocal", 28718 "type": "go", 28719 "request": "launch", 28720 "mode": "test", 28721 "program": "./cmd/bisync", 28722 "args": ["-remote", "TestS3Alibaba:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 28723 }, 28724 { 28725 "name": "Test TestS3Alibaba: test_volatile RemoteRemote", 28726 "type": "go", 28727 "request": "launch", 28728 "mode": "test", 28729 "program": "./cmd/bisync", 28730 "args": ["-remote", "TestS3Alibaba:", "-remote2", "TestS3Alibaba:", "-case", "test_volatile", "-no-cleanup"] 28731 }, 28732 { 28733 "name": "Test TestS3R2: test_all_changed LocalRemote", 28734 "type": "go", 28735 "request": "launch", 28736 "mode": "test", 28737 "program": "./cmd/bisync", 28738 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_all_changed", "-no-cleanup"] 28739 }, 28740 { 28741 "name": "Test TestS3R2: test_all_changed RemoteLocal", 28742 "type": "go", 28743 "request": "launch", 28744 "mode": "test", 28745 "program": "./cmd/bisync", 28746 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 28747 }, 28748 { 28749 "name": "Test TestS3R2: test_all_changed RemoteRemote", 28750 "type": "go", 28751 "request": "launch", 28752 "mode": "test", 28753 "program": "./cmd/bisync", 28754 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_all_changed", "-no-cleanup"] 28755 }, 28756 { 28757 "name": "Test TestS3R2: test_backupdir LocalRemote", 28758 "type": "go", 28759 "request": "launch", 28760 "mode": "test", 28761 "program": "./cmd/bisync", 28762 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_backupdir", "-no-cleanup"] 28763 }, 28764 { 28765 "name": "Test TestS3R2: test_backupdir RemoteLocal", 28766 "type": "go", 28767 "request": "launch", 28768 "mode": "test", 28769 "program": "./cmd/bisync", 28770 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 28771 }, 28772 { 28773 "name": "Test TestS3R2: test_backupdir RemoteRemote", 28774 "type": "go", 28775 "request": "launch", 28776 "mode": "test", 28777 "program": "./cmd/bisync", 28778 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_backupdir", "-no-cleanup"] 28779 }, 28780 { 28781 "name": "Test TestS3R2: test_basic LocalRemote", 28782 "type": "go", 28783 "request": "launch", 28784 "mode": "test", 28785 "program": "./cmd/bisync", 28786 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_basic", "-no-cleanup"] 28787 }, 28788 { 28789 "name": "Test TestS3R2: test_basic RemoteLocal", 28790 "type": "go", 28791 "request": "launch", 28792 "mode": "test", 28793 "program": "./cmd/bisync", 28794 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 28795 }, 28796 { 28797 "name": "Test TestS3R2: test_basic RemoteRemote", 28798 "type": "go", 28799 "request": "launch", 28800 "mode": "test", 28801 "program": "./cmd/bisync", 28802 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_basic", "-no-cleanup"] 28803 }, 28804 { 28805 "name": "Test TestS3R2: test_changes LocalRemote", 28806 "type": "go", 28807 "request": "launch", 28808 "mode": "test", 28809 "program": "./cmd/bisync", 28810 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_changes", "-no-cleanup"] 28811 }, 28812 { 28813 "name": "Test TestS3R2: test_changes RemoteLocal", 28814 "type": "go", 28815 "request": "launch", 28816 "mode": "test", 28817 "program": "./cmd/bisync", 28818 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 28819 }, 28820 { 28821 "name": "Test TestS3R2: test_changes RemoteRemote", 28822 "type": "go", 28823 "request": "launch", 28824 "mode": "test", 28825 "program": "./cmd/bisync", 28826 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_changes", "-no-cleanup"] 28827 }, 28828 { 28829 "name": "Test TestS3R2: test_check_access LocalRemote", 28830 "type": "go", 28831 "request": "launch", 28832 "mode": "test", 28833 "program": "./cmd/bisync", 28834 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_check_access", "-no-cleanup"] 28835 }, 28836 { 28837 "name": "Test TestS3R2: test_check_access RemoteLocal", 28838 "type": "go", 28839 "request": "launch", 28840 "mode": "test", 28841 "program": "./cmd/bisync", 28842 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 28843 }, 28844 { 28845 "name": "Test TestS3R2: test_check_access RemoteRemote", 28846 "type": "go", 28847 "request": "launch", 28848 "mode": "test", 28849 "program": "./cmd/bisync", 28850 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_check_access", "-no-cleanup"] 28851 }, 28852 { 28853 "name": "Test TestS3R2: test_check_access_filters LocalRemote", 28854 "type": "go", 28855 "request": "launch", 28856 "mode": "test", 28857 "program": "./cmd/bisync", 28858 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_check_access_filters", "-no-cleanup"] 28859 }, 28860 { 28861 "name": "Test TestS3R2: test_check_access_filters RemoteLocal", 28862 "type": "go", 28863 "request": "launch", 28864 "mode": "test", 28865 "program": "./cmd/bisync", 28866 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 28867 }, 28868 { 28869 "name": "Test TestS3R2: test_check_access_filters RemoteRemote", 28870 "type": "go", 28871 "request": "launch", 28872 "mode": "test", 28873 "program": "./cmd/bisync", 28874 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_check_access_filters", "-no-cleanup"] 28875 }, 28876 { 28877 "name": "Test TestS3R2: test_check_filename LocalRemote", 28878 "type": "go", 28879 "request": "launch", 28880 "mode": "test", 28881 "program": "./cmd/bisync", 28882 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_check_filename", "-no-cleanup"] 28883 }, 28884 { 28885 "name": "Test TestS3R2: test_check_filename RemoteLocal", 28886 "type": "go", 28887 "request": "launch", 28888 "mode": "test", 28889 "program": "./cmd/bisync", 28890 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 28891 }, 28892 { 28893 "name": "Test TestS3R2: test_check_filename RemoteRemote", 28894 "type": "go", 28895 "request": "launch", 28896 "mode": "test", 28897 "program": "./cmd/bisync", 28898 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_check_filename", "-no-cleanup"] 28899 }, 28900 { 28901 "name": "Test TestS3R2: test_check_sync LocalRemote", 28902 "type": "go", 28903 "request": "launch", 28904 "mode": "test", 28905 "program": "./cmd/bisync", 28906 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_check_sync", "-no-cleanup"] 28907 }, 28908 { 28909 "name": "Test TestS3R2: test_check_sync RemoteLocal", 28910 "type": "go", 28911 "request": "launch", 28912 "mode": "test", 28913 "program": "./cmd/bisync", 28914 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 28915 }, 28916 { 28917 "name": "Test TestS3R2: test_check_sync RemoteRemote", 28918 "type": "go", 28919 "request": "launch", 28920 "mode": "test", 28921 "program": "./cmd/bisync", 28922 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_check_sync", "-no-cleanup"] 28923 }, 28924 { 28925 "name": "Test TestS3R2: test_compare_all LocalRemote", 28926 "type": "go", 28927 "request": "launch", 28928 "mode": "test", 28929 "program": "./cmd/bisync", 28930 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_compare_all", "-no-cleanup"] 28931 }, 28932 { 28933 "name": "Test TestS3R2: test_compare_all RemoteLocal", 28934 "type": "go", 28935 "request": "launch", 28936 "mode": "test", 28937 "program": "./cmd/bisync", 28938 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 28939 }, 28940 { 28941 "name": "Test TestS3R2: test_compare_all RemoteRemote", 28942 "type": "go", 28943 "request": "launch", 28944 "mode": "test", 28945 "program": "./cmd/bisync", 28946 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_compare_all", "-no-cleanup"] 28947 }, 28948 { 28949 "name": "Test TestS3R2: test_createemptysrcdirs LocalRemote", 28950 "type": "go", 28951 "request": "launch", 28952 "mode": "test", 28953 "program": "./cmd/bisync", 28954 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 28955 }, 28956 { 28957 "name": "Test TestS3R2: test_createemptysrcdirs RemoteLocal", 28958 "type": "go", 28959 "request": "launch", 28960 "mode": "test", 28961 "program": "./cmd/bisync", 28962 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 28963 }, 28964 { 28965 "name": "Test TestS3R2: test_createemptysrcdirs RemoteRemote", 28966 "type": "go", 28967 "request": "launch", 28968 "mode": "test", 28969 "program": "./cmd/bisync", 28970 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 28971 }, 28972 { 28973 "name": "Test TestS3R2: test_dry_run LocalRemote", 28974 "type": "go", 28975 "request": "launch", 28976 "mode": "test", 28977 "program": "./cmd/bisync", 28978 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_dry_run", "-no-cleanup"] 28979 }, 28980 { 28981 "name": "Test TestS3R2: test_dry_run RemoteLocal", 28982 "type": "go", 28983 "request": "launch", 28984 "mode": "test", 28985 "program": "./cmd/bisync", 28986 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 28987 }, 28988 { 28989 "name": "Test TestS3R2: test_dry_run RemoteRemote", 28990 "type": "go", 28991 "request": "launch", 28992 "mode": "test", 28993 "program": "./cmd/bisync", 28994 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_dry_run", "-no-cleanup"] 28995 }, 28996 { 28997 "name": "Test TestS3R2: test_equal LocalRemote", 28998 "type": "go", 28999 "request": "launch", 29000 "mode": "test", 29001 "program": "./cmd/bisync", 29002 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_equal", "-no-cleanup"] 29003 }, 29004 { 29005 "name": "Test TestS3R2: test_equal RemoteLocal", 29006 "type": "go", 29007 "request": "launch", 29008 "mode": "test", 29009 "program": "./cmd/bisync", 29010 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 29011 }, 29012 { 29013 "name": "Test TestS3R2: test_equal RemoteRemote", 29014 "type": "go", 29015 "request": "launch", 29016 "mode": "test", 29017 "program": "./cmd/bisync", 29018 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_equal", "-no-cleanup"] 29019 }, 29020 { 29021 "name": "Test TestS3R2: test_ext_paths LocalRemote", 29022 "type": "go", 29023 "request": "launch", 29024 "mode": "test", 29025 "program": "./cmd/bisync", 29026 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_ext_paths", "-no-cleanup"] 29027 }, 29028 { 29029 "name": "Test TestS3R2: test_ext_paths RemoteLocal", 29030 "type": "go", 29031 "request": "launch", 29032 "mode": "test", 29033 "program": "./cmd/bisync", 29034 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 29035 }, 29036 { 29037 "name": "Test TestS3R2: test_ext_paths RemoteRemote", 29038 "type": "go", 29039 "request": "launch", 29040 "mode": "test", 29041 "program": "./cmd/bisync", 29042 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_ext_paths", "-no-cleanup"] 29043 }, 29044 { 29045 "name": "Test TestS3R2: test_extended_filenames LocalRemote", 29046 "type": "go", 29047 "request": "launch", 29048 "mode": "test", 29049 "program": "./cmd/bisync", 29050 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_extended_filenames", "-no-cleanup"] 29051 }, 29052 { 29053 "name": "Test TestS3R2: test_extended_filenames RemoteLocal", 29054 "type": "go", 29055 "request": "launch", 29056 "mode": "test", 29057 "program": "./cmd/bisync", 29058 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 29059 }, 29060 { 29061 "name": "Test TestS3R2: test_extended_filenames RemoteRemote", 29062 "type": "go", 29063 "request": "launch", 29064 "mode": "test", 29065 "program": "./cmd/bisync", 29066 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_extended_filenames", "-no-cleanup"] 29067 }, 29068 { 29069 "name": "Test TestS3R2: test_filters LocalRemote", 29070 "type": "go", 29071 "request": "launch", 29072 "mode": "test", 29073 "program": "./cmd/bisync", 29074 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_filters", "-no-cleanup"] 29075 }, 29076 { 29077 "name": "Test TestS3R2: test_filters RemoteLocal", 29078 "type": "go", 29079 "request": "launch", 29080 "mode": "test", 29081 "program": "./cmd/bisync", 29082 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 29083 }, 29084 { 29085 "name": "Test TestS3R2: test_filters RemoteRemote", 29086 "type": "go", 29087 "request": "launch", 29088 "mode": "test", 29089 "program": "./cmd/bisync", 29090 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_filters", "-no-cleanup"] 29091 }, 29092 { 29093 "name": "Test TestS3R2: test_filtersfile_checks LocalRemote", 29094 "type": "go", 29095 "request": "launch", 29096 "mode": "test", 29097 "program": "./cmd/bisync", 29098 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_filtersfile_checks", "-no-cleanup"] 29099 }, 29100 { 29101 "name": "Test TestS3R2: test_filtersfile_checks RemoteLocal", 29102 "type": "go", 29103 "request": "launch", 29104 "mode": "test", 29105 "program": "./cmd/bisync", 29106 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 29107 }, 29108 { 29109 "name": "Test TestS3R2: test_filtersfile_checks RemoteRemote", 29110 "type": "go", 29111 "request": "launch", 29112 "mode": "test", 29113 "program": "./cmd/bisync", 29114 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_filtersfile_checks", "-no-cleanup"] 29115 }, 29116 { 29117 "name": "Test TestS3R2: test_ignorelistingchecksum LocalRemote", 29118 "type": "go", 29119 "request": "launch", 29120 "mode": "test", 29121 "program": "./cmd/bisync", 29122 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 29123 }, 29124 { 29125 "name": "Test TestS3R2: test_ignorelistingchecksum RemoteLocal", 29126 "type": "go", 29127 "request": "launch", 29128 "mode": "test", 29129 "program": "./cmd/bisync", 29130 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 29131 }, 29132 { 29133 "name": "Test TestS3R2: test_ignorelistingchecksum RemoteRemote", 29134 "type": "go", 29135 "request": "launch", 29136 "mode": "test", 29137 "program": "./cmd/bisync", 29138 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 29139 }, 29140 { 29141 "name": "Test TestS3R2: test_max_delete_path1 LocalRemote", 29142 "type": "go", 29143 "request": "launch", 29144 "mode": "test", 29145 "program": "./cmd/bisync", 29146 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_max_delete_path1", "-no-cleanup"] 29147 }, 29148 { 29149 "name": "Test TestS3R2: test_max_delete_path1 RemoteLocal", 29150 "type": "go", 29151 "request": "launch", 29152 "mode": "test", 29153 "program": "./cmd/bisync", 29154 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 29155 }, 29156 { 29157 "name": "Test TestS3R2: test_max_delete_path1 RemoteRemote", 29158 "type": "go", 29159 "request": "launch", 29160 "mode": "test", 29161 "program": "./cmd/bisync", 29162 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_max_delete_path1", "-no-cleanup"] 29163 }, 29164 { 29165 "name": "Test TestS3R2: test_max_delete_path2_force LocalRemote", 29166 "type": "go", 29167 "request": "launch", 29168 "mode": "test", 29169 "program": "./cmd/bisync", 29170 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 29171 }, 29172 { 29173 "name": "Test TestS3R2: test_max_delete_path2_force RemoteLocal", 29174 "type": "go", 29175 "request": "launch", 29176 "mode": "test", 29177 "program": "./cmd/bisync", 29178 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 29179 }, 29180 { 29181 "name": "Test TestS3R2: test_max_delete_path2_force RemoteRemote", 29182 "type": "go", 29183 "request": "launch", 29184 "mode": "test", 29185 "program": "./cmd/bisync", 29186 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 29187 }, 29188 { 29189 "name": "Test TestS3R2: test_nomodtime LocalRemote", 29190 "type": "go", 29191 "request": "launch", 29192 "mode": "test", 29193 "program": "./cmd/bisync", 29194 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_nomodtime", "-no-cleanup"] 29195 }, 29196 { 29197 "name": "Test TestS3R2: test_nomodtime RemoteLocal", 29198 "type": "go", 29199 "request": "launch", 29200 "mode": "test", 29201 "program": "./cmd/bisync", 29202 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 29203 }, 29204 { 29205 "name": "Test TestS3R2: test_nomodtime RemoteRemote", 29206 "type": "go", 29207 "request": "launch", 29208 "mode": "test", 29209 "program": "./cmd/bisync", 29210 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_nomodtime", "-no-cleanup"] 29211 }, 29212 { 29213 "name": "Test TestS3R2: test_normalization LocalRemote", 29214 "type": "go", 29215 "request": "launch", 29216 "mode": "test", 29217 "program": "./cmd/bisync", 29218 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_normalization", "-no-cleanup"] 29219 }, 29220 { 29221 "name": "Test TestS3R2: test_normalization RemoteLocal", 29222 "type": "go", 29223 "request": "launch", 29224 "mode": "test", 29225 "program": "./cmd/bisync", 29226 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 29227 }, 29228 { 29229 "name": "Test TestS3R2: test_normalization RemoteRemote", 29230 "type": "go", 29231 "request": "launch", 29232 "mode": "test", 29233 "program": "./cmd/bisync", 29234 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_normalization", "-no-cleanup"] 29235 }, 29236 { 29237 "name": "Test TestS3R2: test_rclone_args LocalRemote", 29238 "type": "go", 29239 "request": "launch", 29240 "mode": "test", 29241 "program": "./cmd/bisync", 29242 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_rclone_args", "-no-cleanup"] 29243 }, 29244 { 29245 "name": "Test TestS3R2: test_rclone_args RemoteLocal", 29246 "type": "go", 29247 "request": "launch", 29248 "mode": "test", 29249 "program": "./cmd/bisync", 29250 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 29251 }, 29252 { 29253 "name": "Test TestS3R2: test_rclone_args RemoteRemote", 29254 "type": "go", 29255 "request": "launch", 29256 "mode": "test", 29257 "program": "./cmd/bisync", 29258 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_rclone_args", "-no-cleanup"] 29259 }, 29260 { 29261 "name": "Test TestS3R2: test_resolve LocalRemote", 29262 "type": "go", 29263 "request": "launch", 29264 "mode": "test", 29265 "program": "./cmd/bisync", 29266 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_resolve", "-no-cleanup"] 29267 }, 29268 { 29269 "name": "Test TestS3R2: test_resolve RemoteLocal", 29270 "type": "go", 29271 "request": "launch", 29272 "mode": "test", 29273 "program": "./cmd/bisync", 29274 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 29275 }, 29276 { 29277 "name": "Test TestS3R2: test_resolve RemoteRemote", 29278 "type": "go", 29279 "request": "launch", 29280 "mode": "test", 29281 "program": "./cmd/bisync", 29282 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_resolve", "-no-cleanup"] 29283 }, 29284 { 29285 "name": "Test TestS3R2: test_resync LocalRemote", 29286 "type": "go", 29287 "request": "launch", 29288 "mode": "test", 29289 "program": "./cmd/bisync", 29290 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_resync", "-no-cleanup"] 29291 }, 29292 { 29293 "name": "Test TestS3R2: test_resync RemoteLocal", 29294 "type": "go", 29295 "request": "launch", 29296 "mode": "test", 29297 "program": "./cmd/bisync", 29298 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 29299 }, 29300 { 29301 "name": "Test TestS3R2: test_resync RemoteRemote", 29302 "type": "go", 29303 "request": "launch", 29304 "mode": "test", 29305 "program": "./cmd/bisync", 29306 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_resync", "-no-cleanup"] 29307 }, 29308 { 29309 "name": "Test TestS3R2: test_resync_modes LocalRemote", 29310 "type": "go", 29311 "request": "launch", 29312 "mode": "test", 29313 "program": "./cmd/bisync", 29314 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_resync_modes", "-no-cleanup"] 29315 }, 29316 { 29317 "name": "Test TestS3R2: test_resync_modes RemoteLocal", 29318 "type": "go", 29319 "request": "launch", 29320 "mode": "test", 29321 "program": "./cmd/bisync", 29322 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 29323 }, 29324 { 29325 "name": "Test TestS3R2: test_resync_modes RemoteRemote", 29326 "type": "go", 29327 "request": "launch", 29328 "mode": "test", 29329 "program": "./cmd/bisync", 29330 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_resync_modes", "-no-cleanup"] 29331 }, 29332 { 29333 "name": "Test TestS3R2: test_rmdirs LocalRemote", 29334 "type": "go", 29335 "request": "launch", 29336 "mode": "test", 29337 "program": "./cmd/bisync", 29338 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_rmdirs", "-no-cleanup"] 29339 }, 29340 { 29341 "name": "Test TestS3R2: test_rmdirs RemoteLocal", 29342 "type": "go", 29343 "request": "launch", 29344 "mode": "test", 29345 "program": "./cmd/bisync", 29346 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 29347 }, 29348 { 29349 "name": "Test TestS3R2: test_rmdirs RemoteRemote", 29350 "type": "go", 29351 "request": "launch", 29352 "mode": "test", 29353 "program": "./cmd/bisync", 29354 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_rmdirs", "-no-cleanup"] 29355 }, 29356 { 29357 "name": "Test TestS3R2: test_volatile LocalRemote", 29358 "type": "go", 29359 "request": "launch", 29360 "mode": "test", 29361 "program": "./cmd/bisync", 29362 "args": ["-remote", "local", "-remote2", "TestS3R2:", "-case", "test_volatile", "-no-cleanup"] 29363 }, 29364 { 29365 "name": "Test TestS3R2: test_volatile RemoteLocal", 29366 "type": "go", 29367 "request": "launch", 29368 "mode": "test", 29369 "program": "./cmd/bisync", 29370 "args": ["-remote", "TestS3R2:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 29371 }, 29372 { 29373 "name": "Test TestS3R2: test_volatile RemoteRemote", 29374 "type": "go", 29375 "request": "launch", 29376 "mode": "test", 29377 "program": "./cmd/bisync", 29378 "args": ["-remote", "TestS3R2:", "-remote2", "TestS3R2:", "-case", "test_volatile", "-no-cleanup"] 29379 }, 29380 { 29381 "name": "Test TestSFTPOpenssh: test_all_changed LocalRemote", 29382 "type": "go", 29383 "request": "launch", 29384 "mode": "test", 29385 "program": "./cmd/bisync", 29386 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_all_changed", "-no-cleanup"] 29387 }, 29388 { 29389 "name": "Test TestSFTPOpenssh: test_all_changed RemoteLocal", 29390 "type": "go", 29391 "request": "launch", 29392 "mode": "test", 29393 "program": "./cmd/bisync", 29394 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 29395 }, 29396 { 29397 "name": "Test TestSFTPOpenssh: test_all_changed RemoteRemote", 29398 "type": "go", 29399 "request": "launch", 29400 "mode": "test", 29401 "program": "./cmd/bisync", 29402 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_all_changed", "-no-cleanup"] 29403 }, 29404 { 29405 "name": "Test TestSFTPOpenssh: test_backupdir LocalRemote", 29406 "type": "go", 29407 "request": "launch", 29408 "mode": "test", 29409 "program": "./cmd/bisync", 29410 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_backupdir", "-no-cleanup"] 29411 }, 29412 { 29413 "name": "Test TestSFTPOpenssh: test_backupdir RemoteLocal", 29414 "type": "go", 29415 "request": "launch", 29416 "mode": "test", 29417 "program": "./cmd/bisync", 29418 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 29419 }, 29420 { 29421 "name": "Test TestSFTPOpenssh: test_backupdir RemoteRemote", 29422 "type": "go", 29423 "request": "launch", 29424 "mode": "test", 29425 "program": "./cmd/bisync", 29426 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_backupdir", "-no-cleanup"] 29427 }, 29428 { 29429 "name": "Test TestSFTPOpenssh: test_basic LocalRemote", 29430 "type": "go", 29431 "request": "launch", 29432 "mode": "test", 29433 "program": "./cmd/bisync", 29434 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_basic", "-no-cleanup"] 29435 }, 29436 { 29437 "name": "Test TestSFTPOpenssh: test_basic RemoteLocal", 29438 "type": "go", 29439 "request": "launch", 29440 "mode": "test", 29441 "program": "./cmd/bisync", 29442 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 29443 }, 29444 { 29445 "name": "Test TestSFTPOpenssh: test_basic RemoteRemote", 29446 "type": "go", 29447 "request": "launch", 29448 "mode": "test", 29449 "program": "./cmd/bisync", 29450 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_basic", "-no-cleanup"] 29451 }, 29452 { 29453 "name": "Test TestSFTPOpenssh: test_changes LocalRemote", 29454 "type": "go", 29455 "request": "launch", 29456 "mode": "test", 29457 "program": "./cmd/bisync", 29458 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_changes", "-no-cleanup"] 29459 }, 29460 { 29461 "name": "Test TestSFTPOpenssh: test_changes RemoteLocal", 29462 "type": "go", 29463 "request": "launch", 29464 "mode": "test", 29465 "program": "./cmd/bisync", 29466 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 29467 }, 29468 { 29469 "name": "Test TestSFTPOpenssh: test_changes RemoteRemote", 29470 "type": "go", 29471 "request": "launch", 29472 "mode": "test", 29473 "program": "./cmd/bisync", 29474 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_changes", "-no-cleanup"] 29475 }, 29476 { 29477 "name": "Test TestSFTPOpenssh: test_check_access LocalRemote", 29478 "type": "go", 29479 "request": "launch", 29480 "mode": "test", 29481 "program": "./cmd/bisync", 29482 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_check_access", "-no-cleanup"] 29483 }, 29484 { 29485 "name": "Test TestSFTPOpenssh: test_check_access RemoteLocal", 29486 "type": "go", 29487 "request": "launch", 29488 "mode": "test", 29489 "program": "./cmd/bisync", 29490 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 29491 }, 29492 { 29493 "name": "Test TestSFTPOpenssh: test_check_access RemoteRemote", 29494 "type": "go", 29495 "request": "launch", 29496 "mode": "test", 29497 "program": "./cmd/bisync", 29498 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_check_access", "-no-cleanup"] 29499 }, 29500 { 29501 "name": "Test TestSFTPOpenssh: test_check_access_filters LocalRemote", 29502 "type": "go", 29503 "request": "launch", 29504 "mode": "test", 29505 "program": "./cmd/bisync", 29506 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_check_access_filters", "-no-cleanup"] 29507 }, 29508 { 29509 "name": "Test TestSFTPOpenssh: test_check_access_filters RemoteLocal", 29510 "type": "go", 29511 "request": "launch", 29512 "mode": "test", 29513 "program": "./cmd/bisync", 29514 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 29515 }, 29516 { 29517 "name": "Test TestSFTPOpenssh: test_check_access_filters RemoteRemote", 29518 "type": "go", 29519 "request": "launch", 29520 "mode": "test", 29521 "program": "./cmd/bisync", 29522 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_check_access_filters", "-no-cleanup"] 29523 }, 29524 { 29525 "name": "Test TestSFTPOpenssh: test_check_filename LocalRemote", 29526 "type": "go", 29527 "request": "launch", 29528 "mode": "test", 29529 "program": "./cmd/bisync", 29530 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_check_filename", "-no-cleanup"] 29531 }, 29532 { 29533 "name": "Test TestSFTPOpenssh: test_check_filename RemoteLocal", 29534 "type": "go", 29535 "request": "launch", 29536 "mode": "test", 29537 "program": "./cmd/bisync", 29538 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 29539 }, 29540 { 29541 "name": "Test TestSFTPOpenssh: test_check_filename RemoteRemote", 29542 "type": "go", 29543 "request": "launch", 29544 "mode": "test", 29545 "program": "./cmd/bisync", 29546 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_check_filename", "-no-cleanup"] 29547 }, 29548 { 29549 "name": "Test TestSFTPOpenssh: test_check_sync LocalRemote", 29550 "type": "go", 29551 "request": "launch", 29552 "mode": "test", 29553 "program": "./cmd/bisync", 29554 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_check_sync", "-no-cleanup"] 29555 }, 29556 { 29557 "name": "Test TestSFTPOpenssh: test_check_sync RemoteLocal", 29558 "type": "go", 29559 "request": "launch", 29560 "mode": "test", 29561 "program": "./cmd/bisync", 29562 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 29563 }, 29564 { 29565 "name": "Test TestSFTPOpenssh: test_check_sync RemoteRemote", 29566 "type": "go", 29567 "request": "launch", 29568 "mode": "test", 29569 "program": "./cmd/bisync", 29570 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_check_sync", "-no-cleanup"] 29571 }, 29572 { 29573 "name": "Test TestSFTPOpenssh: test_compare_all LocalRemote", 29574 "type": "go", 29575 "request": "launch", 29576 "mode": "test", 29577 "program": "./cmd/bisync", 29578 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_compare_all", "-no-cleanup"] 29579 }, 29580 { 29581 "name": "Test TestSFTPOpenssh: test_compare_all RemoteLocal", 29582 "type": "go", 29583 "request": "launch", 29584 "mode": "test", 29585 "program": "./cmd/bisync", 29586 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 29587 }, 29588 { 29589 "name": "Test TestSFTPOpenssh: test_compare_all RemoteRemote", 29590 "type": "go", 29591 "request": "launch", 29592 "mode": "test", 29593 "program": "./cmd/bisync", 29594 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_compare_all", "-no-cleanup"] 29595 }, 29596 { 29597 "name": "Test TestSFTPOpenssh: test_createemptysrcdirs LocalRemote", 29598 "type": "go", 29599 "request": "launch", 29600 "mode": "test", 29601 "program": "./cmd/bisync", 29602 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 29603 }, 29604 { 29605 "name": "Test TestSFTPOpenssh: test_createemptysrcdirs RemoteLocal", 29606 "type": "go", 29607 "request": "launch", 29608 "mode": "test", 29609 "program": "./cmd/bisync", 29610 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 29611 }, 29612 { 29613 "name": "Test TestSFTPOpenssh: test_createemptysrcdirs RemoteRemote", 29614 "type": "go", 29615 "request": "launch", 29616 "mode": "test", 29617 "program": "./cmd/bisync", 29618 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 29619 }, 29620 { 29621 "name": "Test TestSFTPOpenssh: test_dry_run LocalRemote", 29622 "type": "go", 29623 "request": "launch", 29624 "mode": "test", 29625 "program": "./cmd/bisync", 29626 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_dry_run", "-no-cleanup"] 29627 }, 29628 { 29629 "name": "Test TestSFTPOpenssh: test_dry_run RemoteLocal", 29630 "type": "go", 29631 "request": "launch", 29632 "mode": "test", 29633 "program": "./cmd/bisync", 29634 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 29635 }, 29636 { 29637 "name": "Test TestSFTPOpenssh: test_dry_run RemoteRemote", 29638 "type": "go", 29639 "request": "launch", 29640 "mode": "test", 29641 "program": "./cmd/bisync", 29642 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_dry_run", "-no-cleanup"] 29643 }, 29644 { 29645 "name": "Test TestSFTPOpenssh: test_equal LocalRemote", 29646 "type": "go", 29647 "request": "launch", 29648 "mode": "test", 29649 "program": "./cmd/bisync", 29650 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_equal", "-no-cleanup"] 29651 }, 29652 { 29653 "name": "Test TestSFTPOpenssh: test_equal RemoteLocal", 29654 "type": "go", 29655 "request": "launch", 29656 "mode": "test", 29657 "program": "./cmd/bisync", 29658 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 29659 }, 29660 { 29661 "name": "Test TestSFTPOpenssh: test_equal RemoteRemote", 29662 "type": "go", 29663 "request": "launch", 29664 "mode": "test", 29665 "program": "./cmd/bisync", 29666 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_equal", "-no-cleanup"] 29667 }, 29668 { 29669 "name": "Test TestSFTPOpenssh: test_ext_paths LocalRemote", 29670 "type": "go", 29671 "request": "launch", 29672 "mode": "test", 29673 "program": "./cmd/bisync", 29674 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_ext_paths", "-no-cleanup"] 29675 }, 29676 { 29677 "name": "Test TestSFTPOpenssh: test_ext_paths RemoteLocal", 29678 "type": "go", 29679 "request": "launch", 29680 "mode": "test", 29681 "program": "./cmd/bisync", 29682 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 29683 }, 29684 { 29685 "name": "Test TestSFTPOpenssh: test_ext_paths RemoteRemote", 29686 "type": "go", 29687 "request": "launch", 29688 "mode": "test", 29689 "program": "./cmd/bisync", 29690 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_ext_paths", "-no-cleanup"] 29691 }, 29692 { 29693 "name": "Test TestSFTPOpenssh: test_extended_filenames LocalRemote", 29694 "type": "go", 29695 "request": "launch", 29696 "mode": "test", 29697 "program": "./cmd/bisync", 29698 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_extended_filenames", "-no-cleanup"] 29699 }, 29700 { 29701 "name": "Test TestSFTPOpenssh: test_extended_filenames RemoteLocal", 29702 "type": "go", 29703 "request": "launch", 29704 "mode": "test", 29705 "program": "./cmd/bisync", 29706 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 29707 }, 29708 { 29709 "name": "Test TestSFTPOpenssh: test_extended_filenames RemoteRemote", 29710 "type": "go", 29711 "request": "launch", 29712 "mode": "test", 29713 "program": "./cmd/bisync", 29714 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_extended_filenames", "-no-cleanup"] 29715 }, 29716 { 29717 "name": "Test TestSFTPOpenssh: test_filters LocalRemote", 29718 "type": "go", 29719 "request": "launch", 29720 "mode": "test", 29721 "program": "./cmd/bisync", 29722 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_filters", "-no-cleanup"] 29723 }, 29724 { 29725 "name": "Test TestSFTPOpenssh: test_filters RemoteLocal", 29726 "type": "go", 29727 "request": "launch", 29728 "mode": "test", 29729 "program": "./cmd/bisync", 29730 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 29731 }, 29732 { 29733 "name": "Test TestSFTPOpenssh: test_filters RemoteRemote", 29734 "type": "go", 29735 "request": "launch", 29736 "mode": "test", 29737 "program": "./cmd/bisync", 29738 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_filters", "-no-cleanup"] 29739 }, 29740 { 29741 "name": "Test TestSFTPOpenssh: test_filtersfile_checks LocalRemote", 29742 "type": "go", 29743 "request": "launch", 29744 "mode": "test", 29745 "program": "./cmd/bisync", 29746 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_filtersfile_checks", "-no-cleanup"] 29747 }, 29748 { 29749 "name": "Test TestSFTPOpenssh: test_filtersfile_checks RemoteLocal", 29750 "type": "go", 29751 "request": "launch", 29752 "mode": "test", 29753 "program": "./cmd/bisync", 29754 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 29755 }, 29756 { 29757 "name": "Test TestSFTPOpenssh: test_filtersfile_checks RemoteRemote", 29758 "type": "go", 29759 "request": "launch", 29760 "mode": "test", 29761 "program": "./cmd/bisync", 29762 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_filtersfile_checks", "-no-cleanup"] 29763 }, 29764 { 29765 "name": "Test TestSFTPOpenssh: test_ignorelistingchecksum LocalRemote", 29766 "type": "go", 29767 "request": "launch", 29768 "mode": "test", 29769 "program": "./cmd/bisync", 29770 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 29771 }, 29772 { 29773 "name": "Test TestSFTPOpenssh: test_ignorelistingchecksum RemoteLocal", 29774 "type": "go", 29775 "request": "launch", 29776 "mode": "test", 29777 "program": "./cmd/bisync", 29778 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 29779 }, 29780 { 29781 "name": "Test TestSFTPOpenssh: test_ignorelistingchecksum RemoteRemote", 29782 "type": "go", 29783 "request": "launch", 29784 "mode": "test", 29785 "program": "./cmd/bisync", 29786 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 29787 }, 29788 { 29789 "name": "Test TestSFTPOpenssh: test_max_delete_path1 LocalRemote", 29790 "type": "go", 29791 "request": "launch", 29792 "mode": "test", 29793 "program": "./cmd/bisync", 29794 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_max_delete_path1", "-no-cleanup"] 29795 }, 29796 { 29797 "name": "Test TestSFTPOpenssh: test_max_delete_path1 RemoteLocal", 29798 "type": "go", 29799 "request": "launch", 29800 "mode": "test", 29801 "program": "./cmd/bisync", 29802 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 29803 }, 29804 { 29805 "name": "Test TestSFTPOpenssh: test_max_delete_path1 RemoteRemote", 29806 "type": "go", 29807 "request": "launch", 29808 "mode": "test", 29809 "program": "./cmd/bisync", 29810 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_max_delete_path1", "-no-cleanup"] 29811 }, 29812 { 29813 "name": "Test TestSFTPOpenssh: test_max_delete_path2_force LocalRemote", 29814 "type": "go", 29815 "request": "launch", 29816 "mode": "test", 29817 "program": "./cmd/bisync", 29818 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 29819 }, 29820 { 29821 "name": "Test TestSFTPOpenssh: test_max_delete_path2_force RemoteLocal", 29822 "type": "go", 29823 "request": "launch", 29824 "mode": "test", 29825 "program": "./cmd/bisync", 29826 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 29827 }, 29828 { 29829 "name": "Test TestSFTPOpenssh: test_max_delete_path2_force RemoteRemote", 29830 "type": "go", 29831 "request": "launch", 29832 "mode": "test", 29833 "program": "./cmd/bisync", 29834 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 29835 }, 29836 { 29837 "name": "Test TestSFTPOpenssh: test_nomodtime LocalRemote", 29838 "type": "go", 29839 "request": "launch", 29840 "mode": "test", 29841 "program": "./cmd/bisync", 29842 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_nomodtime", "-no-cleanup"] 29843 }, 29844 { 29845 "name": "Test TestSFTPOpenssh: test_nomodtime RemoteLocal", 29846 "type": "go", 29847 "request": "launch", 29848 "mode": "test", 29849 "program": "./cmd/bisync", 29850 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 29851 }, 29852 { 29853 "name": "Test TestSFTPOpenssh: test_nomodtime RemoteRemote", 29854 "type": "go", 29855 "request": "launch", 29856 "mode": "test", 29857 "program": "./cmd/bisync", 29858 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_nomodtime", "-no-cleanup"] 29859 }, 29860 { 29861 "name": "Test TestSFTPOpenssh: test_normalization LocalRemote", 29862 "type": "go", 29863 "request": "launch", 29864 "mode": "test", 29865 "program": "./cmd/bisync", 29866 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_normalization", "-no-cleanup"] 29867 }, 29868 { 29869 "name": "Test TestSFTPOpenssh: test_normalization RemoteLocal", 29870 "type": "go", 29871 "request": "launch", 29872 "mode": "test", 29873 "program": "./cmd/bisync", 29874 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 29875 }, 29876 { 29877 "name": "Test TestSFTPOpenssh: test_normalization RemoteRemote", 29878 "type": "go", 29879 "request": "launch", 29880 "mode": "test", 29881 "program": "./cmd/bisync", 29882 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_normalization", "-no-cleanup"] 29883 }, 29884 { 29885 "name": "Test TestSFTPOpenssh: test_rclone_args LocalRemote", 29886 "type": "go", 29887 "request": "launch", 29888 "mode": "test", 29889 "program": "./cmd/bisync", 29890 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_rclone_args", "-no-cleanup"] 29891 }, 29892 { 29893 "name": "Test TestSFTPOpenssh: test_rclone_args RemoteLocal", 29894 "type": "go", 29895 "request": "launch", 29896 "mode": "test", 29897 "program": "./cmd/bisync", 29898 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 29899 }, 29900 { 29901 "name": "Test TestSFTPOpenssh: test_rclone_args RemoteRemote", 29902 "type": "go", 29903 "request": "launch", 29904 "mode": "test", 29905 "program": "./cmd/bisync", 29906 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_rclone_args", "-no-cleanup"] 29907 }, 29908 { 29909 "name": "Test TestSFTPOpenssh: test_resolve LocalRemote", 29910 "type": "go", 29911 "request": "launch", 29912 "mode": "test", 29913 "program": "./cmd/bisync", 29914 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_resolve", "-no-cleanup"] 29915 }, 29916 { 29917 "name": "Test TestSFTPOpenssh: test_resolve RemoteLocal", 29918 "type": "go", 29919 "request": "launch", 29920 "mode": "test", 29921 "program": "./cmd/bisync", 29922 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 29923 }, 29924 { 29925 "name": "Test TestSFTPOpenssh: test_resolve RemoteRemote", 29926 "type": "go", 29927 "request": "launch", 29928 "mode": "test", 29929 "program": "./cmd/bisync", 29930 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_resolve", "-no-cleanup"] 29931 }, 29932 { 29933 "name": "Test TestSFTPOpenssh: test_resync LocalRemote", 29934 "type": "go", 29935 "request": "launch", 29936 "mode": "test", 29937 "program": "./cmd/bisync", 29938 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_resync", "-no-cleanup"] 29939 }, 29940 { 29941 "name": "Test TestSFTPOpenssh: test_resync RemoteLocal", 29942 "type": "go", 29943 "request": "launch", 29944 "mode": "test", 29945 "program": "./cmd/bisync", 29946 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 29947 }, 29948 { 29949 "name": "Test TestSFTPOpenssh: test_resync RemoteRemote", 29950 "type": "go", 29951 "request": "launch", 29952 "mode": "test", 29953 "program": "./cmd/bisync", 29954 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_resync", "-no-cleanup"] 29955 }, 29956 { 29957 "name": "Test TestSFTPOpenssh: test_resync_modes LocalRemote", 29958 "type": "go", 29959 "request": "launch", 29960 "mode": "test", 29961 "program": "./cmd/bisync", 29962 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_resync_modes", "-no-cleanup"] 29963 }, 29964 { 29965 "name": "Test TestSFTPOpenssh: test_resync_modes RemoteLocal", 29966 "type": "go", 29967 "request": "launch", 29968 "mode": "test", 29969 "program": "./cmd/bisync", 29970 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 29971 }, 29972 { 29973 "name": "Test TestSFTPOpenssh: test_resync_modes RemoteRemote", 29974 "type": "go", 29975 "request": "launch", 29976 "mode": "test", 29977 "program": "./cmd/bisync", 29978 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_resync_modes", "-no-cleanup"] 29979 }, 29980 { 29981 "name": "Test TestSFTPOpenssh: test_rmdirs LocalRemote", 29982 "type": "go", 29983 "request": "launch", 29984 "mode": "test", 29985 "program": "./cmd/bisync", 29986 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_rmdirs", "-no-cleanup"] 29987 }, 29988 { 29989 "name": "Test TestSFTPOpenssh: test_rmdirs RemoteLocal", 29990 "type": "go", 29991 "request": "launch", 29992 "mode": "test", 29993 "program": "./cmd/bisync", 29994 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 29995 }, 29996 { 29997 "name": "Test TestSFTPOpenssh: test_rmdirs RemoteRemote", 29998 "type": "go", 29999 "request": "launch", 30000 "mode": "test", 30001 "program": "./cmd/bisync", 30002 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_rmdirs", "-no-cleanup"] 30003 }, 30004 { 30005 "name": "Test TestSFTPOpenssh: test_volatile LocalRemote", 30006 "type": "go", 30007 "request": "launch", 30008 "mode": "test", 30009 "program": "./cmd/bisync", 30010 "args": ["-remote", "local", "-remote2", "TestSFTPOpenssh:", "-case", "test_volatile", "-no-cleanup"] 30011 }, 30012 { 30013 "name": "Test TestSFTPOpenssh: test_volatile RemoteLocal", 30014 "type": "go", 30015 "request": "launch", 30016 "mode": "test", 30017 "program": "./cmd/bisync", 30018 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 30019 }, 30020 { 30021 "name": "Test TestSFTPOpenssh: test_volatile RemoteRemote", 30022 "type": "go", 30023 "request": "launch", 30024 "mode": "test", 30025 "program": "./cmd/bisync", 30026 "args": ["-remote", "TestSFTPOpenssh:", "-remote2", "TestSFTPOpenssh:", "-case", "test_volatile", "-no-cleanup"] 30027 }, 30028 { 30029 "name": "Test TestSFTPRclone: test_all_changed LocalRemote", 30030 "type": "go", 30031 "request": "launch", 30032 "mode": "test", 30033 "program": "./cmd/bisync", 30034 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_all_changed", "-no-cleanup"] 30035 }, 30036 { 30037 "name": "Test TestSFTPRclone: test_all_changed RemoteLocal", 30038 "type": "go", 30039 "request": "launch", 30040 "mode": "test", 30041 "program": "./cmd/bisync", 30042 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 30043 }, 30044 { 30045 "name": "Test TestSFTPRclone: test_all_changed RemoteRemote", 30046 "type": "go", 30047 "request": "launch", 30048 "mode": "test", 30049 "program": "./cmd/bisync", 30050 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_all_changed", "-no-cleanup"] 30051 }, 30052 { 30053 "name": "Test TestSFTPRclone: test_backupdir LocalRemote", 30054 "type": "go", 30055 "request": "launch", 30056 "mode": "test", 30057 "program": "./cmd/bisync", 30058 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_backupdir", "-no-cleanup"] 30059 }, 30060 { 30061 "name": "Test TestSFTPRclone: test_backupdir RemoteLocal", 30062 "type": "go", 30063 "request": "launch", 30064 "mode": "test", 30065 "program": "./cmd/bisync", 30066 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 30067 }, 30068 { 30069 "name": "Test TestSFTPRclone: test_backupdir RemoteRemote", 30070 "type": "go", 30071 "request": "launch", 30072 "mode": "test", 30073 "program": "./cmd/bisync", 30074 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_backupdir", "-no-cleanup"] 30075 }, 30076 { 30077 "name": "Test TestSFTPRclone: test_basic LocalRemote", 30078 "type": "go", 30079 "request": "launch", 30080 "mode": "test", 30081 "program": "./cmd/bisync", 30082 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_basic", "-no-cleanup"] 30083 }, 30084 { 30085 "name": "Test TestSFTPRclone: test_basic RemoteLocal", 30086 "type": "go", 30087 "request": "launch", 30088 "mode": "test", 30089 "program": "./cmd/bisync", 30090 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 30091 }, 30092 { 30093 "name": "Test TestSFTPRclone: test_basic RemoteRemote", 30094 "type": "go", 30095 "request": "launch", 30096 "mode": "test", 30097 "program": "./cmd/bisync", 30098 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_basic", "-no-cleanup"] 30099 }, 30100 { 30101 "name": "Test TestSFTPRclone: test_changes LocalRemote", 30102 "type": "go", 30103 "request": "launch", 30104 "mode": "test", 30105 "program": "./cmd/bisync", 30106 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_changes", "-no-cleanup"] 30107 }, 30108 { 30109 "name": "Test TestSFTPRclone: test_changes RemoteLocal", 30110 "type": "go", 30111 "request": "launch", 30112 "mode": "test", 30113 "program": "./cmd/bisync", 30114 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 30115 }, 30116 { 30117 "name": "Test TestSFTPRclone: test_changes RemoteRemote", 30118 "type": "go", 30119 "request": "launch", 30120 "mode": "test", 30121 "program": "./cmd/bisync", 30122 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_changes", "-no-cleanup"] 30123 }, 30124 { 30125 "name": "Test TestSFTPRclone: test_check_access LocalRemote", 30126 "type": "go", 30127 "request": "launch", 30128 "mode": "test", 30129 "program": "./cmd/bisync", 30130 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_check_access", "-no-cleanup"] 30131 }, 30132 { 30133 "name": "Test TestSFTPRclone: test_check_access RemoteLocal", 30134 "type": "go", 30135 "request": "launch", 30136 "mode": "test", 30137 "program": "./cmd/bisync", 30138 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 30139 }, 30140 { 30141 "name": "Test TestSFTPRclone: test_check_access RemoteRemote", 30142 "type": "go", 30143 "request": "launch", 30144 "mode": "test", 30145 "program": "./cmd/bisync", 30146 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_check_access", "-no-cleanup"] 30147 }, 30148 { 30149 "name": "Test TestSFTPRclone: test_check_access_filters LocalRemote", 30150 "type": "go", 30151 "request": "launch", 30152 "mode": "test", 30153 "program": "./cmd/bisync", 30154 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_check_access_filters", "-no-cleanup"] 30155 }, 30156 { 30157 "name": "Test TestSFTPRclone: test_check_access_filters RemoteLocal", 30158 "type": "go", 30159 "request": "launch", 30160 "mode": "test", 30161 "program": "./cmd/bisync", 30162 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 30163 }, 30164 { 30165 "name": "Test TestSFTPRclone: test_check_access_filters RemoteRemote", 30166 "type": "go", 30167 "request": "launch", 30168 "mode": "test", 30169 "program": "./cmd/bisync", 30170 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_check_access_filters", "-no-cleanup"] 30171 }, 30172 { 30173 "name": "Test TestSFTPRclone: test_check_filename LocalRemote", 30174 "type": "go", 30175 "request": "launch", 30176 "mode": "test", 30177 "program": "./cmd/bisync", 30178 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_check_filename", "-no-cleanup"] 30179 }, 30180 { 30181 "name": "Test TestSFTPRclone: test_check_filename RemoteLocal", 30182 "type": "go", 30183 "request": "launch", 30184 "mode": "test", 30185 "program": "./cmd/bisync", 30186 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 30187 }, 30188 { 30189 "name": "Test TestSFTPRclone: test_check_filename RemoteRemote", 30190 "type": "go", 30191 "request": "launch", 30192 "mode": "test", 30193 "program": "./cmd/bisync", 30194 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_check_filename", "-no-cleanup"] 30195 }, 30196 { 30197 "name": "Test TestSFTPRclone: test_check_sync LocalRemote", 30198 "type": "go", 30199 "request": "launch", 30200 "mode": "test", 30201 "program": "./cmd/bisync", 30202 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_check_sync", "-no-cleanup"] 30203 }, 30204 { 30205 "name": "Test TestSFTPRclone: test_check_sync RemoteLocal", 30206 "type": "go", 30207 "request": "launch", 30208 "mode": "test", 30209 "program": "./cmd/bisync", 30210 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 30211 }, 30212 { 30213 "name": "Test TestSFTPRclone: test_check_sync RemoteRemote", 30214 "type": "go", 30215 "request": "launch", 30216 "mode": "test", 30217 "program": "./cmd/bisync", 30218 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_check_sync", "-no-cleanup"] 30219 }, 30220 { 30221 "name": "Test TestSFTPRclone: test_compare_all LocalRemote", 30222 "type": "go", 30223 "request": "launch", 30224 "mode": "test", 30225 "program": "./cmd/bisync", 30226 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_compare_all", "-no-cleanup"] 30227 }, 30228 { 30229 "name": "Test TestSFTPRclone: test_compare_all RemoteLocal", 30230 "type": "go", 30231 "request": "launch", 30232 "mode": "test", 30233 "program": "./cmd/bisync", 30234 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 30235 }, 30236 { 30237 "name": "Test TestSFTPRclone: test_compare_all RemoteRemote", 30238 "type": "go", 30239 "request": "launch", 30240 "mode": "test", 30241 "program": "./cmd/bisync", 30242 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_compare_all", "-no-cleanup"] 30243 }, 30244 { 30245 "name": "Test TestSFTPRclone: test_createemptysrcdirs LocalRemote", 30246 "type": "go", 30247 "request": "launch", 30248 "mode": "test", 30249 "program": "./cmd/bisync", 30250 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 30251 }, 30252 { 30253 "name": "Test TestSFTPRclone: test_createemptysrcdirs RemoteLocal", 30254 "type": "go", 30255 "request": "launch", 30256 "mode": "test", 30257 "program": "./cmd/bisync", 30258 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 30259 }, 30260 { 30261 "name": "Test TestSFTPRclone: test_createemptysrcdirs RemoteRemote", 30262 "type": "go", 30263 "request": "launch", 30264 "mode": "test", 30265 "program": "./cmd/bisync", 30266 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 30267 }, 30268 { 30269 "name": "Test TestSFTPRclone: test_dry_run LocalRemote", 30270 "type": "go", 30271 "request": "launch", 30272 "mode": "test", 30273 "program": "./cmd/bisync", 30274 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_dry_run", "-no-cleanup"] 30275 }, 30276 { 30277 "name": "Test TestSFTPRclone: test_dry_run RemoteLocal", 30278 "type": "go", 30279 "request": "launch", 30280 "mode": "test", 30281 "program": "./cmd/bisync", 30282 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 30283 }, 30284 { 30285 "name": "Test TestSFTPRclone: test_dry_run RemoteRemote", 30286 "type": "go", 30287 "request": "launch", 30288 "mode": "test", 30289 "program": "./cmd/bisync", 30290 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_dry_run", "-no-cleanup"] 30291 }, 30292 { 30293 "name": "Test TestSFTPRclone: test_equal LocalRemote", 30294 "type": "go", 30295 "request": "launch", 30296 "mode": "test", 30297 "program": "./cmd/bisync", 30298 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_equal", "-no-cleanup"] 30299 }, 30300 { 30301 "name": "Test TestSFTPRclone: test_equal RemoteLocal", 30302 "type": "go", 30303 "request": "launch", 30304 "mode": "test", 30305 "program": "./cmd/bisync", 30306 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 30307 }, 30308 { 30309 "name": "Test TestSFTPRclone: test_equal RemoteRemote", 30310 "type": "go", 30311 "request": "launch", 30312 "mode": "test", 30313 "program": "./cmd/bisync", 30314 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_equal", "-no-cleanup"] 30315 }, 30316 { 30317 "name": "Test TestSFTPRclone: test_ext_paths LocalRemote", 30318 "type": "go", 30319 "request": "launch", 30320 "mode": "test", 30321 "program": "./cmd/bisync", 30322 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_ext_paths", "-no-cleanup"] 30323 }, 30324 { 30325 "name": "Test TestSFTPRclone: test_ext_paths RemoteLocal", 30326 "type": "go", 30327 "request": "launch", 30328 "mode": "test", 30329 "program": "./cmd/bisync", 30330 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 30331 }, 30332 { 30333 "name": "Test TestSFTPRclone: test_ext_paths RemoteRemote", 30334 "type": "go", 30335 "request": "launch", 30336 "mode": "test", 30337 "program": "./cmd/bisync", 30338 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_ext_paths", "-no-cleanup"] 30339 }, 30340 { 30341 "name": "Test TestSFTPRclone: test_extended_filenames LocalRemote", 30342 "type": "go", 30343 "request": "launch", 30344 "mode": "test", 30345 "program": "./cmd/bisync", 30346 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_extended_filenames", "-no-cleanup"] 30347 }, 30348 { 30349 "name": "Test TestSFTPRclone: test_extended_filenames RemoteLocal", 30350 "type": "go", 30351 "request": "launch", 30352 "mode": "test", 30353 "program": "./cmd/bisync", 30354 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 30355 }, 30356 { 30357 "name": "Test TestSFTPRclone: test_extended_filenames RemoteRemote", 30358 "type": "go", 30359 "request": "launch", 30360 "mode": "test", 30361 "program": "./cmd/bisync", 30362 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_extended_filenames", "-no-cleanup"] 30363 }, 30364 { 30365 "name": "Test TestSFTPRclone: test_filters LocalRemote", 30366 "type": "go", 30367 "request": "launch", 30368 "mode": "test", 30369 "program": "./cmd/bisync", 30370 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_filters", "-no-cleanup"] 30371 }, 30372 { 30373 "name": "Test TestSFTPRclone: test_filters RemoteLocal", 30374 "type": "go", 30375 "request": "launch", 30376 "mode": "test", 30377 "program": "./cmd/bisync", 30378 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 30379 }, 30380 { 30381 "name": "Test TestSFTPRclone: test_filters RemoteRemote", 30382 "type": "go", 30383 "request": "launch", 30384 "mode": "test", 30385 "program": "./cmd/bisync", 30386 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_filters", "-no-cleanup"] 30387 }, 30388 { 30389 "name": "Test TestSFTPRclone: test_filtersfile_checks LocalRemote", 30390 "type": "go", 30391 "request": "launch", 30392 "mode": "test", 30393 "program": "./cmd/bisync", 30394 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_filtersfile_checks", "-no-cleanup"] 30395 }, 30396 { 30397 "name": "Test TestSFTPRclone: test_filtersfile_checks RemoteLocal", 30398 "type": "go", 30399 "request": "launch", 30400 "mode": "test", 30401 "program": "./cmd/bisync", 30402 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 30403 }, 30404 { 30405 "name": "Test TestSFTPRclone: test_filtersfile_checks RemoteRemote", 30406 "type": "go", 30407 "request": "launch", 30408 "mode": "test", 30409 "program": "./cmd/bisync", 30410 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_filtersfile_checks", "-no-cleanup"] 30411 }, 30412 { 30413 "name": "Test TestSFTPRclone: test_ignorelistingchecksum LocalRemote", 30414 "type": "go", 30415 "request": "launch", 30416 "mode": "test", 30417 "program": "./cmd/bisync", 30418 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 30419 }, 30420 { 30421 "name": "Test TestSFTPRclone: test_ignorelistingchecksum RemoteLocal", 30422 "type": "go", 30423 "request": "launch", 30424 "mode": "test", 30425 "program": "./cmd/bisync", 30426 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 30427 }, 30428 { 30429 "name": "Test TestSFTPRclone: test_ignorelistingchecksum RemoteRemote", 30430 "type": "go", 30431 "request": "launch", 30432 "mode": "test", 30433 "program": "./cmd/bisync", 30434 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 30435 }, 30436 { 30437 "name": "Test TestSFTPRclone: test_max_delete_path1 LocalRemote", 30438 "type": "go", 30439 "request": "launch", 30440 "mode": "test", 30441 "program": "./cmd/bisync", 30442 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_max_delete_path1", "-no-cleanup"] 30443 }, 30444 { 30445 "name": "Test TestSFTPRclone: test_max_delete_path1 RemoteLocal", 30446 "type": "go", 30447 "request": "launch", 30448 "mode": "test", 30449 "program": "./cmd/bisync", 30450 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 30451 }, 30452 { 30453 "name": "Test TestSFTPRclone: test_max_delete_path1 RemoteRemote", 30454 "type": "go", 30455 "request": "launch", 30456 "mode": "test", 30457 "program": "./cmd/bisync", 30458 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_max_delete_path1", "-no-cleanup"] 30459 }, 30460 { 30461 "name": "Test TestSFTPRclone: test_max_delete_path2_force LocalRemote", 30462 "type": "go", 30463 "request": "launch", 30464 "mode": "test", 30465 "program": "./cmd/bisync", 30466 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 30467 }, 30468 { 30469 "name": "Test TestSFTPRclone: test_max_delete_path2_force RemoteLocal", 30470 "type": "go", 30471 "request": "launch", 30472 "mode": "test", 30473 "program": "./cmd/bisync", 30474 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 30475 }, 30476 { 30477 "name": "Test TestSFTPRclone: test_max_delete_path2_force RemoteRemote", 30478 "type": "go", 30479 "request": "launch", 30480 "mode": "test", 30481 "program": "./cmd/bisync", 30482 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 30483 }, 30484 { 30485 "name": "Test TestSFTPRclone: test_nomodtime LocalRemote", 30486 "type": "go", 30487 "request": "launch", 30488 "mode": "test", 30489 "program": "./cmd/bisync", 30490 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_nomodtime", "-no-cleanup"] 30491 }, 30492 { 30493 "name": "Test TestSFTPRclone: test_nomodtime RemoteLocal", 30494 "type": "go", 30495 "request": "launch", 30496 "mode": "test", 30497 "program": "./cmd/bisync", 30498 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 30499 }, 30500 { 30501 "name": "Test TestSFTPRclone: test_nomodtime RemoteRemote", 30502 "type": "go", 30503 "request": "launch", 30504 "mode": "test", 30505 "program": "./cmd/bisync", 30506 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_nomodtime", "-no-cleanup"] 30507 }, 30508 { 30509 "name": "Test TestSFTPRclone: test_normalization LocalRemote", 30510 "type": "go", 30511 "request": "launch", 30512 "mode": "test", 30513 "program": "./cmd/bisync", 30514 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_normalization", "-no-cleanup"] 30515 }, 30516 { 30517 "name": "Test TestSFTPRclone: test_normalization RemoteLocal", 30518 "type": "go", 30519 "request": "launch", 30520 "mode": "test", 30521 "program": "./cmd/bisync", 30522 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 30523 }, 30524 { 30525 "name": "Test TestSFTPRclone: test_normalization RemoteRemote", 30526 "type": "go", 30527 "request": "launch", 30528 "mode": "test", 30529 "program": "./cmd/bisync", 30530 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_normalization", "-no-cleanup"] 30531 }, 30532 { 30533 "name": "Test TestSFTPRclone: test_rclone_args LocalRemote", 30534 "type": "go", 30535 "request": "launch", 30536 "mode": "test", 30537 "program": "./cmd/bisync", 30538 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_rclone_args", "-no-cleanup"] 30539 }, 30540 { 30541 "name": "Test TestSFTPRclone: test_rclone_args RemoteLocal", 30542 "type": "go", 30543 "request": "launch", 30544 "mode": "test", 30545 "program": "./cmd/bisync", 30546 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 30547 }, 30548 { 30549 "name": "Test TestSFTPRclone: test_rclone_args RemoteRemote", 30550 "type": "go", 30551 "request": "launch", 30552 "mode": "test", 30553 "program": "./cmd/bisync", 30554 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_rclone_args", "-no-cleanup"] 30555 }, 30556 { 30557 "name": "Test TestSFTPRclone: test_resolve LocalRemote", 30558 "type": "go", 30559 "request": "launch", 30560 "mode": "test", 30561 "program": "./cmd/bisync", 30562 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_resolve", "-no-cleanup"] 30563 }, 30564 { 30565 "name": "Test TestSFTPRclone: test_resolve RemoteLocal", 30566 "type": "go", 30567 "request": "launch", 30568 "mode": "test", 30569 "program": "./cmd/bisync", 30570 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 30571 }, 30572 { 30573 "name": "Test TestSFTPRclone: test_resolve RemoteRemote", 30574 "type": "go", 30575 "request": "launch", 30576 "mode": "test", 30577 "program": "./cmd/bisync", 30578 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_resolve", "-no-cleanup"] 30579 }, 30580 { 30581 "name": "Test TestSFTPRclone: test_resync LocalRemote", 30582 "type": "go", 30583 "request": "launch", 30584 "mode": "test", 30585 "program": "./cmd/bisync", 30586 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_resync", "-no-cleanup"] 30587 }, 30588 { 30589 "name": "Test TestSFTPRclone: test_resync RemoteLocal", 30590 "type": "go", 30591 "request": "launch", 30592 "mode": "test", 30593 "program": "./cmd/bisync", 30594 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 30595 }, 30596 { 30597 "name": "Test TestSFTPRclone: test_resync RemoteRemote", 30598 "type": "go", 30599 "request": "launch", 30600 "mode": "test", 30601 "program": "./cmd/bisync", 30602 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_resync", "-no-cleanup"] 30603 }, 30604 { 30605 "name": "Test TestSFTPRclone: test_resync_modes LocalRemote", 30606 "type": "go", 30607 "request": "launch", 30608 "mode": "test", 30609 "program": "./cmd/bisync", 30610 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_resync_modes", "-no-cleanup"] 30611 }, 30612 { 30613 "name": "Test TestSFTPRclone: test_resync_modes RemoteLocal", 30614 "type": "go", 30615 "request": "launch", 30616 "mode": "test", 30617 "program": "./cmd/bisync", 30618 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 30619 }, 30620 { 30621 "name": "Test TestSFTPRclone: test_resync_modes RemoteRemote", 30622 "type": "go", 30623 "request": "launch", 30624 "mode": "test", 30625 "program": "./cmd/bisync", 30626 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_resync_modes", "-no-cleanup"] 30627 }, 30628 { 30629 "name": "Test TestSFTPRclone: test_rmdirs LocalRemote", 30630 "type": "go", 30631 "request": "launch", 30632 "mode": "test", 30633 "program": "./cmd/bisync", 30634 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_rmdirs", "-no-cleanup"] 30635 }, 30636 { 30637 "name": "Test TestSFTPRclone: test_rmdirs RemoteLocal", 30638 "type": "go", 30639 "request": "launch", 30640 "mode": "test", 30641 "program": "./cmd/bisync", 30642 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 30643 }, 30644 { 30645 "name": "Test TestSFTPRclone: test_rmdirs RemoteRemote", 30646 "type": "go", 30647 "request": "launch", 30648 "mode": "test", 30649 "program": "./cmd/bisync", 30650 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_rmdirs", "-no-cleanup"] 30651 }, 30652 { 30653 "name": "Test TestSFTPRclone: test_volatile LocalRemote", 30654 "type": "go", 30655 "request": "launch", 30656 "mode": "test", 30657 "program": "./cmd/bisync", 30658 "args": ["-remote", "local", "-remote2", "TestSFTPRclone:", "-case", "test_volatile", "-no-cleanup"] 30659 }, 30660 { 30661 "name": "Test TestSFTPRclone: test_volatile RemoteLocal", 30662 "type": "go", 30663 "request": "launch", 30664 "mode": "test", 30665 "program": "./cmd/bisync", 30666 "args": ["-remote", "TestSFTPRclone:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 30667 }, 30668 { 30669 "name": "Test TestSFTPRclone: test_volatile RemoteRemote", 30670 "type": "go", 30671 "request": "launch", 30672 "mode": "test", 30673 "program": "./cmd/bisync", 30674 "args": ["-remote", "TestSFTPRclone:", "-remote2", "TestSFTPRclone:", "-case", "test_volatile", "-no-cleanup"] 30675 }, 30676 { 30677 "name": "Test TestSFTPRcloneSSH: test_all_changed LocalRemote", 30678 "type": "go", 30679 "request": "launch", 30680 "mode": "test", 30681 "program": "./cmd/bisync", 30682 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_all_changed", "-no-cleanup"] 30683 }, 30684 { 30685 "name": "Test TestSFTPRcloneSSH: test_all_changed RemoteLocal", 30686 "type": "go", 30687 "request": "launch", 30688 "mode": "test", 30689 "program": "./cmd/bisync", 30690 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 30691 }, 30692 { 30693 "name": "Test TestSFTPRcloneSSH: test_all_changed RemoteRemote", 30694 "type": "go", 30695 "request": "launch", 30696 "mode": "test", 30697 "program": "./cmd/bisync", 30698 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_all_changed", "-no-cleanup"] 30699 }, 30700 { 30701 "name": "Test TestSFTPRcloneSSH: test_backupdir LocalRemote", 30702 "type": "go", 30703 "request": "launch", 30704 "mode": "test", 30705 "program": "./cmd/bisync", 30706 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_backupdir", "-no-cleanup"] 30707 }, 30708 { 30709 "name": "Test TestSFTPRcloneSSH: test_backupdir RemoteLocal", 30710 "type": "go", 30711 "request": "launch", 30712 "mode": "test", 30713 "program": "./cmd/bisync", 30714 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 30715 }, 30716 { 30717 "name": "Test TestSFTPRcloneSSH: test_backupdir RemoteRemote", 30718 "type": "go", 30719 "request": "launch", 30720 "mode": "test", 30721 "program": "./cmd/bisync", 30722 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_backupdir", "-no-cleanup"] 30723 }, 30724 { 30725 "name": "Test TestSFTPRcloneSSH: test_basic LocalRemote", 30726 "type": "go", 30727 "request": "launch", 30728 "mode": "test", 30729 "program": "./cmd/bisync", 30730 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_basic", "-no-cleanup"] 30731 }, 30732 { 30733 "name": "Test TestSFTPRcloneSSH: test_basic RemoteLocal", 30734 "type": "go", 30735 "request": "launch", 30736 "mode": "test", 30737 "program": "./cmd/bisync", 30738 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 30739 }, 30740 { 30741 "name": "Test TestSFTPRcloneSSH: test_basic RemoteRemote", 30742 "type": "go", 30743 "request": "launch", 30744 "mode": "test", 30745 "program": "./cmd/bisync", 30746 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_basic", "-no-cleanup"] 30747 }, 30748 { 30749 "name": "Test TestSFTPRcloneSSH: test_changes LocalRemote", 30750 "type": "go", 30751 "request": "launch", 30752 "mode": "test", 30753 "program": "./cmd/bisync", 30754 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_changes", "-no-cleanup"] 30755 }, 30756 { 30757 "name": "Test TestSFTPRcloneSSH: test_changes RemoteLocal", 30758 "type": "go", 30759 "request": "launch", 30760 "mode": "test", 30761 "program": "./cmd/bisync", 30762 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 30763 }, 30764 { 30765 "name": "Test TestSFTPRcloneSSH: test_changes RemoteRemote", 30766 "type": "go", 30767 "request": "launch", 30768 "mode": "test", 30769 "program": "./cmd/bisync", 30770 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_changes", "-no-cleanup"] 30771 }, 30772 { 30773 "name": "Test TestSFTPRcloneSSH: test_check_access LocalRemote", 30774 "type": "go", 30775 "request": "launch", 30776 "mode": "test", 30777 "program": "./cmd/bisync", 30778 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_check_access", "-no-cleanup"] 30779 }, 30780 { 30781 "name": "Test TestSFTPRcloneSSH: test_check_access RemoteLocal", 30782 "type": "go", 30783 "request": "launch", 30784 "mode": "test", 30785 "program": "./cmd/bisync", 30786 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 30787 }, 30788 { 30789 "name": "Test TestSFTPRcloneSSH: test_check_access RemoteRemote", 30790 "type": "go", 30791 "request": "launch", 30792 "mode": "test", 30793 "program": "./cmd/bisync", 30794 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_check_access", "-no-cleanup"] 30795 }, 30796 { 30797 "name": "Test TestSFTPRcloneSSH: test_check_access_filters LocalRemote", 30798 "type": "go", 30799 "request": "launch", 30800 "mode": "test", 30801 "program": "./cmd/bisync", 30802 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_check_access_filters", "-no-cleanup"] 30803 }, 30804 { 30805 "name": "Test TestSFTPRcloneSSH: test_check_access_filters RemoteLocal", 30806 "type": "go", 30807 "request": "launch", 30808 "mode": "test", 30809 "program": "./cmd/bisync", 30810 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 30811 }, 30812 { 30813 "name": "Test TestSFTPRcloneSSH: test_check_access_filters RemoteRemote", 30814 "type": "go", 30815 "request": "launch", 30816 "mode": "test", 30817 "program": "./cmd/bisync", 30818 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_check_access_filters", "-no-cleanup"] 30819 }, 30820 { 30821 "name": "Test TestSFTPRcloneSSH: test_check_filename LocalRemote", 30822 "type": "go", 30823 "request": "launch", 30824 "mode": "test", 30825 "program": "./cmd/bisync", 30826 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_check_filename", "-no-cleanup"] 30827 }, 30828 { 30829 "name": "Test TestSFTPRcloneSSH: test_check_filename RemoteLocal", 30830 "type": "go", 30831 "request": "launch", 30832 "mode": "test", 30833 "program": "./cmd/bisync", 30834 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 30835 }, 30836 { 30837 "name": "Test TestSFTPRcloneSSH: test_check_filename RemoteRemote", 30838 "type": "go", 30839 "request": "launch", 30840 "mode": "test", 30841 "program": "./cmd/bisync", 30842 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_check_filename", "-no-cleanup"] 30843 }, 30844 { 30845 "name": "Test TestSFTPRcloneSSH: test_check_sync LocalRemote", 30846 "type": "go", 30847 "request": "launch", 30848 "mode": "test", 30849 "program": "./cmd/bisync", 30850 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_check_sync", "-no-cleanup"] 30851 }, 30852 { 30853 "name": "Test TestSFTPRcloneSSH: test_check_sync RemoteLocal", 30854 "type": "go", 30855 "request": "launch", 30856 "mode": "test", 30857 "program": "./cmd/bisync", 30858 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 30859 }, 30860 { 30861 "name": "Test TestSFTPRcloneSSH: test_check_sync RemoteRemote", 30862 "type": "go", 30863 "request": "launch", 30864 "mode": "test", 30865 "program": "./cmd/bisync", 30866 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_check_sync", "-no-cleanup"] 30867 }, 30868 { 30869 "name": "Test TestSFTPRcloneSSH: test_compare_all LocalRemote", 30870 "type": "go", 30871 "request": "launch", 30872 "mode": "test", 30873 "program": "./cmd/bisync", 30874 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_compare_all", "-no-cleanup"] 30875 }, 30876 { 30877 "name": "Test TestSFTPRcloneSSH: test_compare_all RemoteLocal", 30878 "type": "go", 30879 "request": "launch", 30880 "mode": "test", 30881 "program": "./cmd/bisync", 30882 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 30883 }, 30884 { 30885 "name": "Test TestSFTPRcloneSSH: test_compare_all RemoteRemote", 30886 "type": "go", 30887 "request": "launch", 30888 "mode": "test", 30889 "program": "./cmd/bisync", 30890 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_compare_all", "-no-cleanup"] 30891 }, 30892 { 30893 "name": "Test TestSFTPRcloneSSH: test_createemptysrcdirs LocalRemote", 30894 "type": "go", 30895 "request": "launch", 30896 "mode": "test", 30897 "program": "./cmd/bisync", 30898 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 30899 }, 30900 { 30901 "name": "Test TestSFTPRcloneSSH: test_createemptysrcdirs RemoteLocal", 30902 "type": "go", 30903 "request": "launch", 30904 "mode": "test", 30905 "program": "./cmd/bisync", 30906 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 30907 }, 30908 { 30909 "name": "Test TestSFTPRcloneSSH: test_createemptysrcdirs RemoteRemote", 30910 "type": "go", 30911 "request": "launch", 30912 "mode": "test", 30913 "program": "./cmd/bisync", 30914 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 30915 }, 30916 { 30917 "name": "Test TestSFTPRcloneSSH: test_dry_run LocalRemote", 30918 "type": "go", 30919 "request": "launch", 30920 "mode": "test", 30921 "program": "./cmd/bisync", 30922 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_dry_run", "-no-cleanup"] 30923 }, 30924 { 30925 "name": "Test TestSFTPRcloneSSH: test_dry_run RemoteLocal", 30926 "type": "go", 30927 "request": "launch", 30928 "mode": "test", 30929 "program": "./cmd/bisync", 30930 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 30931 }, 30932 { 30933 "name": "Test TestSFTPRcloneSSH: test_dry_run RemoteRemote", 30934 "type": "go", 30935 "request": "launch", 30936 "mode": "test", 30937 "program": "./cmd/bisync", 30938 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_dry_run", "-no-cleanup"] 30939 }, 30940 { 30941 "name": "Test TestSFTPRcloneSSH: test_equal LocalRemote", 30942 "type": "go", 30943 "request": "launch", 30944 "mode": "test", 30945 "program": "./cmd/bisync", 30946 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_equal", "-no-cleanup"] 30947 }, 30948 { 30949 "name": "Test TestSFTPRcloneSSH: test_equal RemoteLocal", 30950 "type": "go", 30951 "request": "launch", 30952 "mode": "test", 30953 "program": "./cmd/bisync", 30954 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 30955 }, 30956 { 30957 "name": "Test TestSFTPRcloneSSH: test_equal RemoteRemote", 30958 "type": "go", 30959 "request": "launch", 30960 "mode": "test", 30961 "program": "./cmd/bisync", 30962 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_equal", "-no-cleanup"] 30963 }, 30964 { 30965 "name": "Test TestSFTPRcloneSSH: test_ext_paths LocalRemote", 30966 "type": "go", 30967 "request": "launch", 30968 "mode": "test", 30969 "program": "./cmd/bisync", 30970 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_ext_paths", "-no-cleanup"] 30971 }, 30972 { 30973 "name": "Test TestSFTPRcloneSSH: test_ext_paths RemoteLocal", 30974 "type": "go", 30975 "request": "launch", 30976 "mode": "test", 30977 "program": "./cmd/bisync", 30978 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 30979 }, 30980 { 30981 "name": "Test TestSFTPRcloneSSH: test_ext_paths RemoteRemote", 30982 "type": "go", 30983 "request": "launch", 30984 "mode": "test", 30985 "program": "./cmd/bisync", 30986 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_ext_paths", "-no-cleanup"] 30987 }, 30988 { 30989 "name": "Test TestSFTPRcloneSSH: test_extended_filenames LocalRemote", 30990 "type": "go", 30991 "request": "launch", 30992 "mode": "test", 30993 "program": "./cmd/bisync", 30994 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_extended_filenames", "-no-cleanup"] 30995 }, 30996 { 30997 "name": "Test TestSFTPRcloneSSH: test_extended_filenames RemoteLocal", 30998 "type": "go", 30999 "request": "launch", 31000 "mode": "test", 31001 "program": "./cmd/bisync", 31002 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 31003 }, 31004 { 31005 "name": "Test TestSFTPRcloneSSH: test_extended_filenames RemoteRemote", 31006 "type": "go", 31007 "request": "launch", 31008 "mode": "test", 31009 "program": "./cmd/bisync", 31010 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_extended_filenames", "-no-cleanup"] 31011 }, 31012 { 31013 "name": "Test TestSFTPRcloneSSH: test_filters LocalRemote", 31014 "type": "go", 31015 "request": "launch", 31016 "mode": "test", 31017 "program": "./cmd/bisync", 31018 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_filters", "-no-cleanup"] 31019 }, 31020 { 31021 "name": "Test TestSFTPRcloneSSH: test_filters RemoteLocal", 31022 "type": "go", 31023 "request": "launch", 31024 "mode": "test", 31025 "program": "./cmd/bisync", 31026 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 31027 }, 31028 { 31029 "name": "Test TestSFTPRcloneSSH: test_filters RemoteRemote", 31030 "type": "go", 31031 "request": "launch", 31032 "mode": "test", 31033 "program": "./cmd/bisync", 31034 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_filters", "-no-cleanup"] 31035 }, 31036 { 31037 "name": "Test TestSFTPRcloneSSH: test_filtersfile_checks LocalRemote", 31038 "type": "go", 31039 "request": "launch", 31040 "mode": "test", 31041 "program": "./cmd/bisync", 31042 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_filtersfile_checks", "-no-cleanup"] 31043 }, 31044 { 31045 "name": "Test TestSFTPRcloneSSH: test_filtersfile_checks RemoteLocal", 31046 "type": "go", 31047 "request": "launch", 31048 "mode": "test", 31049 "program": "./cmd/bisync", 31050 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 31051 }, 31052 { 31053 "name": "Test TestSFTPRcloneSSH: test_filtersfile_checks RemoteRemote", 31054 "type": "go", 31055 "request": "launch", 31056 "mode": "test", 31057 "program": "./cmd/bisync", 31058 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_filtersfile_checks", "-no-cleanup"] 31059 }, 31060 { 31061 "name": "Test TestSFTPRcloneSSH: test_ignorelistingchecksum LocalRemote", 31062 "type": "go", 31063 "request": "launch", 31064 "mode": "test", 31065 "program": "./cmd/bisync", 31066 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 31067 }, 31068 { 31069 "name": "Test TestSFTPRcloneSSH: test_ignorelistingchecksum RemoteLocal", 31070 "type": "go", 31071 "request": "launch", 31072 "mode": "test", 31073 "program": "./cmd/bisync", 31074 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 31075 }, 31076 { 31077 "name": "Test TestSFTPRcloneSSH: test_ignorelistingchecksum RemoteRemote", 31078 "type": "go", 31079 "request": "launch", 31080 "mode": "test", 31081 "program": "./cmd/bisync", 31082 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 31083 }, 31084 { 31085 "name": "Test TestSFTPRcloneSSH: test_max_delete_path1 LocalRemote", 31086 "type": "go", 31087 "request": "launch", 31088 "mode": "test", 31089 "program": "./cmd/bisync", 31090 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_max_delete_path1", "-no-cleanup"] 31091 }, 31092 { 31093 "name": "Test TestSFTPRcloneSSH: test_max_delete_path1 RemoteLocal", 31094 "type": "go", 31095 "request": "launch", 31096 "mode": "test", 31097 "program": "./cmd/bisync", 31098 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 31099 }, 31100 { 31101 "name": "Test TestSFTPRcloneSSH: test_max_delete_path1 RemoteRemote", 31102 "type": "go", 31103 "request": "launch", 31104 "mode": "test", 31105 "program": "./cmd/bisync", 31106 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_max_delete_path1", "-no-cleanup"] 31107 }, 31108 { 31109 "name": "Test TestSFTPRcloneSSH: test_max_delete_path2_force LocalRemote", 31110 "type": "go", 31111 "request": "launch", 31112 "mode": "test", 31113 "program": "./cmd/bisync", 31114 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 31115 }, 31116 { 31117 "name": "Test TestSFTPRcloneSSH: test_max_delete_path2_force RemoteLocal", 31118 "type": "go", 31119 "request": "launch", 31120 "mode": "test", 31121 "program": "./cmd/bisync", 31122 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 31123 }, 31124 { 31125 "name": "Test TestSFTPRcloneSSH: test_max_delete_path2_force RemoteRemote", 31126 "type": "go", 31127 "request": "launch", 31128 "mode": "test", 31129 "program": "./cmd/bisync", 31130 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 31131 }, 31132 { 31133 "name": "Test TestSFTPRcloneSSH: test_nomodtime LocalRemote", 31134 "type": "go", 31135 "request": "launch", 31136 "mode": "test", 31137 "program": "./cmd/bisync", 31138 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_nomodtime", "-no-cleanup"] 31139 }, 31140 { 31141 "name": "Test TestSFTPRcloneSSH: test_nomodtime RemoteLocal", 31142 "type": "go", 31143 "request": "launch", 31144 "mode": "test", 31145 "program": "./cmd/bisync", 31146 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 31147 }, 31148 { 31149 "name": "Test TestSFTPRcloneSSH: test_nomodtime RemoteRemote", 31150 "type": "go", 31151 "request": "launch", 31152 "mode": "test", 31153 "program": "./cmd/bisync", 31154 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_nomodtime", "-no-cleanup"] 31155 }, 31156 { 31157 "name": "Test TestSFTPRcloneSSH: test_normalization LocalRemote", 31158 "type": "go", 31159 "request": "launch", 31160 "mode": "test", 31161 "program": "./cmd/bisync", 31162 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_normalization", "-no-cleanup"] 31163 }, 31164 { 31165 "name": "Test TestSFTPRcloneSSH: test_normalization RemoteLocal", 31166 "type": "go", 31167 "request": "launch", 31168 "mode": "test", 31169 "program": "./cmd/bisync", 31170 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 31171 }, 31172 { 31173 "name": "Test TestSFTPRcloneSSH: test_normalization RemoteRemote", 31174 "type": "go", 31175 "request": "launch", 31176 "mode": "test", 31177 "program": "./cmd/bisync", 31178 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_normalization", "-no-cleanup"] 31179 }, 31180 { 31181 "name": "Test TestSFTPRcloneSSH: test_rclone_args LocalRemote", 31182 "type": "go", 31183 "request": "launch", 31184 "mode": "test", 31185 "program": "./cmd/bisync", 31186 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_rclone_args", "-no-cleanup"] 31187 }, 31188 { 31189 "name": "Test TestSFTPRcloneSSH: test_rclone_args RemoteLocal", 31190 "type": "go", 31191 "request": "launch", 31192 "mode": "test", 31193 "program": "./cmd/bisync", 31194 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 31195 }, 31196 { 31197 "name": "Test TestSFTPRcloneSSH: test_rclone_args RemoteRemote", 31198 "type": "go", 31199 "request": "launch", 31200 "mode": "test", 31201 "program": "./cmd/bisync", 31202 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_rclone_args", "-no-cleanup"] 31203 }, 31204 { 31205 "name": "Test TestSFTPRcloneSSH: test_resolve LocalRemote", 31206 "type": "go", 31207 "request": "launch", 31208 "mode": "test", 31209 "program": "./cmd/bisync", 31210 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_resolve", "-no-cleanup"] 31211 }, 31212 { 31213 "name": "Test TestSFTPRcloneSSH: test_resolve RemoteLocal", 31214 "type": "go", 31215 "request": "launch", 31216 "mode": "test", 31217 "program": "./cmd/bisync", 31218 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 31219 }, 31220 { 31221 "name": "Test TestSFTPRcloneSSH: test_resolve RemoteRemote", 31222 "type": "go", 31223 "request": "launch", 31224 "mode": "test", 31225 "program": "./cmd/bisync", 31226 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_resolve", "-no-cleanup"] 31227 }, 31228 { 31229 "name": "Test TestSFTPRcloneSSH: test_resync LocalRemote", 31230 "type": "go", 31231 "request": "launch", 31232 "mode": "test", 31233 "program": "./cmd/bisync", 31234 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_resync", "-no-cleanup"] 31235 }, 31236 { 31237 "name": "Test TestSFTPRcloneSSH: test_resync RemoteLocal", 31238 "type": "go", 31239 "request": "launch", 31240 "mode": "test", 31241 "program": "./cmd/bisync", 31242 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 31243 }, 31244 { 31245 "name": "Test TestSFTPRcloneSSH: test_resync RemoteRemote", 31246 "type": "go", 31247 "request": "launch", 31248 "mode": "test", 31249 "program": "./cmd/bisync", 31250 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_resync", "-no-cleanup"] 31251 }, 31252 { 31253 "name": "Test TestSFTPRcloneSSH: test_resync_modes LocalRemote", 31254 "type": "go", 31255 "request": "launch", 31256 "mode": "test", 31257 "program": "./cmd/bisync", 31258 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_resync_modes", "-no-cleanup"] 31259 }, 31260 { 31261 "name": "Test TestSFTPRcloneSSH: test_resync_modes RemoteLocal", 31262 "type": "go", 31263 "request": "launch", 31264 "mode": "test", 31265 "program": "./cmd/bisync", 31266 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 31267 }, 31268 { 31269 "name": "Test TestSFTPRcloneSSH: test_resync_modes RemoteRemote", 31270 "type": "go", 31271 "request": "launch", 31272 "mode": "test", 31273 "program": "./cmd/bisync", 31274 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_resync_modes", "-no-cleanup"] 31275 }, 31276 { 31277 "name": "Test TestSFTPRcloneSSH: test_rmdirs LocalRemote", 31278 "type": "go", 31279 "request": "launch", 31280 "mode": "test", 31281 "program": "./cmd/bisync", 31282 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_rmdirs", "-no-cleanup"] 31283 }, 31284 { 31285 "name": "Test TestSFTPRcloneSSH: test_rmdirs RemoteLocal", 31286 "type": "go", 31287 "request": "launch", 31288 "mode": "test", 31289 "program": "./cmd/bisync", 31290 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 31291 }, 31292 { 31293 "name": "Test TestSFTPRcloneSSH: test_rmdirs RemoteRemote", 31294 "type": "go", 31295 "request": "launch", 31296 "mode": "test", 31297 "program": "./cmd/bisync", 31298 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_rmdirs", "-no-cleanup"] 31299 }, 31300 { 31301 "name": "Test TestSFTPRcloneSSH: test_volatile LocalRemote", 31302 "type": "go", 31303 "request": "launch", 31304 "mode": "test", 31305 "program": "./cmd/bisync", 31306 "args": ["-remote", "local", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_volatile", "-no-cleanup"] 31307 }, 31308 { 31309 "name": "Test TestSFTPRcloneSSH: test_volatile RemoteLocal", 31310 "type": "go", 31311 "request": "launch", 31312 "mode": "test", 31313 "program": "./cmd/bisync", 31314 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 31315 }, 31316 { 31317 "name": "Test TestSFTPRcloneSSH: test_volatile RemoteRemote", 31318 "type": "go", 31319 "request": "launch", 31320 "mode": "test", 31321 "program": "./cmd/bisync", 31322 "args": ["-remote", "TestSFTPRcloneSSH:", "-remote2", "TestSFTPRcloneSSH:", "-case", "test_volatile", "-no-cleanup"] 31323 }, 31324 { 31325 "name": "Test TestSFTPRsyncNet: test_all_changed LocalRemote", 31326 "type": "go", 31327 "request": "launch", 31328 "mode": "test", 31329 "program": "./cmd/bisync", 31330 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_all_changed", "-no-cleanup"] 31331 }, 31332 { 31333 "name": "Test TestSFTPRsyncNet: test_all_changed RemoteLocal", 31334 "type": "go", 31335 "request": "launch", 31336 "mode": "test", 31337 "program": "./cmd/bisync", 31338 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 31339 }, 31340 { 31341 "name": "Test TestSFTPRsyncNet: test_all_changed RemoteRemote", 31342 "type": "go", 31343 "request": "launch", 31344 "mode": "test", 31345 "program": "./cmd/bisync", 31346 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_all_changed", "-no-cleanup"] 31347 }, 31348 { 31349 "name": "Test TestSFTPRsyncNet: test_backupdir LocalRemote", 31350 "type": "go", 31351 "request": "launch", 31352 "mode": "test", 31353 "program": "./cmd/bisync", 31354 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_backupdir", "-no-cleanup"] 31355 }, 31356 { 31357 "name": "Test TestSFTPRsyncNet: test_backupdir RemoteLocal", 31358 "type": "go", 31359 "request": "launch", 31360 "mode": "test", 31361 "program": "./cmd/bisync", 31362 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 31363 }, 31364 { 31365 "name": "Test TestSFTPRsyncNet: test_backupdir RemoteRemote", 31366 "type": "go", 31367 "request": "launch", 31368 "mode": "test", 31369 "program": "./cmd/bisync", 31370 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_backupdir", "-no-cleanup"] 31371 }, 31372 { 31373 "name": "Test TestSFTPRsyncNet: test_basic LocalRemote", 31374 "type": "go", 31375 "request": "launch", 31376 "mode": "test", 31377 "program": "./cmd/bisync", 31378 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_basic", "-no-cleanup"] 31379 }, 31380 { 31381 "name": "Test TestSFTPRsyncNet: test_basic RemoteLocal", 31382 "type": "go", 31383 "request": "launch", 31384 "mode": "test", 31385 "program": "./cmd/bisync", 31386 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 31387 }, 31388 { 31389 "name": "Test TestSFTPRsyncNet: test_basic RemoteRemote", 31390 "type": "go", 31391 "request": "launch", 31392 "mode": "test", 31393 "program": "./cmd/bisync", 31394 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_basic", "-no-cleanup"] 31395 }, 31396 { 31397 "name": "Test TestSFTPRsyncNet: test_changes LocalRemote", 31398 "type": "go", 31399 "request": "launch", 31400 "mode": "test", 31401 "program": "./cmd/bisync", 31402 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_changes", "-no-cleanup"] 31403 }, 31404 { 31405 "name": "Test TestSFTPRsyncNet: test_changes RemoteLocal", 31406 "type": "go", 31407 "request": "launch", 31408 "mode": "test", 31409 "program": "./cmd/bisync", 31410 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 31411 }, 31412 { 31413 "name": "Test TestSFTPRsyncNet: test_changes RemoteRemote", 31414 "type": "go", 31415 "request": "launch", 31416 "mode": "test", 31417 "program": "./cmd/bisync", 31418 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_changes", "-no-cleanup"] 31419 }, 31420 { 31421 "name": "Test TestSFTPRsyncNet: test_check_access LocalRemote", 31422 "type": "go", 31423 "request": "launch", 31424 "mode": "test", 31425 "program": "./cmd/bisync", 31426 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_check_access", "-no-cleanup"] 31427 }, 31428 { 31429 "name": "Test TestSFTPRsyncNet: test_check_access RemoteLocal", 31430 "type": "go", 31431 "request": "launch", 31432 "mode": "test", 31433 "program": "./cmd/bisync", 31434 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 31435 }, 31436 { 31437 "name": "Test TestSFTPRsyncNet: test_check_access RemoteRemote", 31438 "type": "go", 31439 "request": "launch", 31440 "mode": "test", 31441 "program": "./cmd/bisync", 31442 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_check_access", "-no-cleanup"] 31443 }, 31444 { 31445 "name": "Test TestSFTPRsyncNet: test_check_access_filters LocalRemote", 31446 "type": "go", 31447 "request": "launch", 31448 "mode": "test", 31449 "program": "./cmd/bisync", 31450 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_check_access_filters", "-no-cleanup"] 31451 }, 31452 { 31453 "name": "Test TestSFTPRsyncNet: test_check_access_filters RemoteLocal", 31454 "type": "go", 31455 "request": "launch", 31456 "mode": "test", 31457 "program": "./cmd/bisync", 31458 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 31459 }, 31460 { 31461 "name": "Test TestSFTPRsyncNet: test_check_access_filters RemoteRemote", 31462 "type": "go", 31463 "request": "launch", 31464 "mode": "test", 31465 "program": "./cmd/bisync", 31466 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_check_access_filters", "-no-cleanup"] 31467 }, 31468 { 31469 "name": "Test TestSFTPRsyncNet: test_check_filename LocalRemote", 31470 "type": "go", 31471 "request": "launch", 31472 "mode": "test", 31473 "program": "./cmd/bisync", 31474 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_check_filename", "-no-cleanup"] 31475 }, 31476 { 31477 "name": "Test TestSFTPRsyncNet: test_check_filename RemoteLocal", 31478 "type": "go", 31479 "request": "launch", 31480 "mode": "test", 31481 "program": "./cmd/bisync", 31482 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 31483 }, 31484 { 31485 "name": "Test TestSFTPRsyncNet: test_check_filename RemoteRemote", 31486 "type": "go", 31487 "request": "launch", 31488 "mode": "test", 31489 "program": "./cmd/bisync", 31490 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_check_filename", "-no-cleanup"] 31491 }, 31492 { 31493 "name": "Test TestSFTPRsyncNet: test_check_sync LocalRemote", 31494 "type": "go", 31495 "request": "launch", 31496 "mode": "test", 31497 "program": "./cmd/bisync", 31498 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_check_sync", "-no-cleanup"] 31499 }, 31500 { 31501 "name": "Test TestSFTPRsyncNet: test_check_sync RemoteLocal", 31502 "type": "go", 31503 "request": "launch", 31504 "mode": "test", 31505 "program": "./cmd/bisync", 31506 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 31507 }, 31508 { 31509 "name": "Test TestSFTPRsyncNet: test_check_sync RemoteRemote", 31510 "type": "go", 31511 "request": "launch", 31512 "mode": "test", 31513 "program": "./cmd/bisync", 31514 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_check_sync", "-no-cleanup"] 31515 }, 31516 { 31517 "name": "Test TestSFTPRsyncNet: test_compare_all LocalRemote", 31518 "type": "go", 31519 "request": "launch", 31520 "mode": "test", 31521 "program": "./cmd/bisync", 31522 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_compare_all", "-no-cleanup"] 31523 }, 31524 { 31525 "name": "Test TestSFTPRsyncNet: test_compare_all RemoteLocal", 31526 "type": "go", 31527 "request": "launch", 31528 "mode": "test", 31529 "program": "./cmd/bisync", 31530 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 31531 }, 31532 { 31533 "name": "Test TestSFTPRsyncNet: test_compare_all RemoteRemote", 31534 "type": "go", 31535 "request": "launch", 31536 "mode": "test", 31537 "program": "./cmd/bisync", 31538 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_compare_all", "-no-cleanup"] 31539 }, 31540 { 31541 "name": "Test TestSFTPRsyncNet: test_createemptysrcdirs LocalRemote", 31542 "type": "go", 31543 "request": "launch", 31544 "mode": "test", 31545 "program": "./cmd/bisync", 31546 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 31547 }, 31548 { 31549 "name": "Test TestSFTPRsyncNet: test_createemptysrcdirs RemoteLocal", 31550 "type": "go", 31551 "request": "launch", 31552 "mode": "test", 31553 "program": "./cmd/bisync", 31554 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 31555 }, 31556 { 31557 "name": "Test TestSFTPRsyncNet: test_createemptysrcdirs RemoteRemote", 31558 "type": "go", 31559 "request": "launch", 31560 "mode": "test", 31561 "program": "./cmd/bisync", 31562 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 31563 }, 31564 { 31565 "name": "Test TestSFTPRsyncNet: test_dry_run LocalRemote", 31566 "type": "go", 31567 "request": "launch", 31568 "mode": "test", 31569 "program": "./cmd/bisync", 31570 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_dry_run", "-no-cleanup"] 31571 }, 31572 { 31573 "name": "Test TestSFTPRsyncNet: test_dry_run RemoteLocal", 31574 "type": "go", 31575 "request": "launch", 31576 "mode": "test", 31577 "program": "./cmd/bisync", 31578 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 31579 }, 31580 { 31581 "name": "Test TestSFTPRsyncNet: test_dry_run RemoteRemote", 31582 "type": "go", 31583 "request": "launch", 31584 "mode": "test", 31585 "program": "./cmd/bisync", 31586 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_dry_run", "-no-cleanup"] 31587 }, 31588 { 31589 "name": "Test TestSFTPRsyncNet: test_equal LocalRemote", 31590 "type": "go", 31591 "request": "launch", 31592 "mode": "test", 31593 "program": "./cmd/bisync", 31594 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_equal", "-no-cleanup"] 31595 }, 31596 { 31597 "name": "Test TestSFTPRsyncNet: test_equal RemoteLocal", 31598 "type": "go", 31599 "request": "launch", 31600 "mode": "test", 31601 "program": "./cmd/bisync", 31602 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 31603 }, 31604 { 31605 "name": "Test TestSFTPRsyncNet: test_equal RemoteRemote", 31606 "type": "go", 31607 "request": "launch", 31608 "mode": "test", 31609 "program": "./cmd/bisync", 31610 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_equal", "-no-cleanup"] 31611 }, 31612 { 31613 "name": "Test TestSFTPRsyncNet: test_ext_paths LocalRemote", 31614 "type": "go", 31615 "request": "launch", 31616 "mode": "test", 31617 "program": "./cmd/bisync", 31618 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_ext_paths", "-no-cleanup"] 31619 }, 31620 { 31621 "name": "Test TestSFTPRsyncNet: test_ext_paths RemoteLocal", 31622 "type": "go", 31623 "request": "launch", 31624 "mode": "test", 31625 "program": "./cmd/bisync", 31626 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 31627 }, 31628 { 31629 "name": "Test TestSFTPRsyncNet: test_ext_paths RemoteRemote", 31630 "type": "go", 31631 "request": "launch", 31632 "mode": "test", 31633 "program": "./cmd/bisync", 31634 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_ext_paths", "-no-cleanup"] 31635 }, 31636 { 31637 "name": "Test TestSFTPRsyncNet: test_extended_filenames LocalRemote", 31638 "type": "go", 31639 "request": "launch", 31640 "mode": "test", 31641 "program": "./cmd/bisync", 31642 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_extended_filenames", "-no-cleanup"] 31643 }, 31644 { 31645 "name": "Test TestSFTPRsyncNet: test_extended_filenames RemoteLocal", 31646 "type": "go", 31647 "request": "launch", 31648 "mode": "test", 31649 "program": "./cmd/bisync", 31650 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 31651 }, 31652 { 31653 "name": "Test TestSFTPRsyncNet: test_extended_filenames RemoteRemote", 31654 "type": "go", 31655 "request": "launch", 31656 "mode": "test", 31657 "program": "./cmd/bisync", 31658 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_extended_filenames", "-no-cleanup"] 31659 }, 31660 { 31661 "name": "Test TestSFTPRsyncNet: test_filters LocalRemote", 31662 "type": "go", 31663 "request": "launch", 31664 "mode": "test", 31665 "program": "./cmd/bisync", 31666 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_filters", "-no-cleanup"] 31667 }, 31668 { 31669 "name": "Test TestSFTPRsyncNet: test_filters RemoteLocal", 31670 "type": "go", 31671 "request": "launch", 31672 "mode": "test", 31673 "program": "./cmd/bisync", 31674 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 31675 }, 31676 { 31677 "name": "Test TestSFTPRsyncNet: test_filters RemoteRemote", 31678 "type": "go", 31679 "request": "launch", 31680 "mode": "test", 31681 "program": "./cmd/bisync", 31682 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_filters", "-no-cleanup"] 31683 }, 31684 { 31685 "name": "Test TestSFTPRsyncNet: test_filtersfile_checks LocalRemote", 31686 "type": "go", 31687 "request": "launch", 31688 "mode": "test", 31689 "program": "./cmd/bisync", 31690 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_filtersfile_checks", "-no-cleanup"] 31691 }, 31692 { 31693 "name": "Test TestSFTPRsyncNet: test_filtersfile_checks RemoteLocal", 31694 "type": "go", 31695 "request": "launch", 31696 "mode": "test", 31697 "program": "./cmd/bisync", 31698 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 31699 }, 31700 { 31701 "name": "Test TestSFTPRsyncNet: test_filtersfile_checks RemoteRemote", 31702 "type": "go", 31703 "request": "launch", 31704 "mode": "test", 31705 "program": "./cmd/bisync", 31706 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_filtersfile_checks", "-no-cleanup"] 31707 }, 31708 { 31709 "name": "Test TestSFTPRsyncNet: test_ignorelistingchecksum LocalRemote", 31710 "type": "go", 31711 "request": "launch", 31712 "mode": "test", 31713 "program": "./cmd/bisync", 31714 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 31715 }, 31716 { 31717 "name": "Test TestSFTPRsyncNet: test_ignorelistingchecksum RemoteLocal", 31718 "type": "go", 31719 "request": "launch", 31720 "mode": "test", 31721 "program": "./cmd/bisync", 31722 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 31723 }, 31724 { 31725 "name": "Test TestSFTPRsyncNet: test_ignorelistingchecksum RemoteRemote", 31726 "type": "go", 31727 "request": "launch", 31728 "mode": "test", 31729 "program": "./cmd/bisync", 31730 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 31731 }, 31732 { 31733 "name": "Test TestSFTPRsyncNet: test_max_delete_path1 LocalRemote", 31734 "type": "go", 31735 "request": "launch", 31736 "mode": "test", 31737 "program": "./cmd/bisync", 31738 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_max_delete_path1", "-no-cleanup"] 31739 }, 31740 { 31741 "name": "Test TestSFTPRsyncNet: test_max_delete_path1 RemoteLocal", 31742 "type": "go", 31743 "request": "launch", 31744 "mode": "test", 31745 "program": "./cmd/bisync", 31746 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 31747 }, 31748 { 31749 "name": "Test TestSFTPRsyncNet: test_max_delete_path1 RemoteRemote", 31750 "type": "go", 31751 "request": "launch", 31752 "mode": "test", 31753 "program": "./cmd/bisync", 31754 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_max_delete_path1", "-no-cleanup"] 31755 }, 31756 { 31757 "name": "Test TestSFTPRsyncNet: test_max_delete_path2_force LocalRemote", 31758 "type": "go", 31759 "request": "launch", 31760 "mode": "test", 31761 "program": "./cmd/bisync", 31762 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 31763 }, 31764 { 31765 "name": "Test TestSFTPRsyncNet: test_max_delete_path2_force RemoteLocal", 31766 "type": "go", 31767 "request": "launch", 31768 "mode": "test", 31769 "program": "./cmd/bisync", 31770 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 31771 }, 31772 { 31773 "name": "Test TestSFTPRsyncNet: test_max_delete_path2_force RemoteRemote", 31774 "type": "go", 31775 "request": "launch", 31776 "mode": "test", 31777 "program": "./cmd/bisync", 31778 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 31779 }, 31780 { 31781 "name": "Test TestSFTPRsyncNet: test_nomodtime LocalRemote", 31782 "type": "go", 31783 "request": "launch", 31784 "mode": "test", 31785 "program": "./cmd/bisync", 31786 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_nomodtime", "-no-cleanup"] 31787 }, 31788 { 31789 "name": "Test TestSFTPRsyncNet: test_nomodtime RemoteLocal", 31790 "type": "go", 31791 "request": "launch", 31792 "mode": "test", 31793 "program": "./cmd/bisync", 31794 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 31795 }, 31796 { 31797 "name": "Test TestSFTPRsyncNet: test_nomodtime RemoteRemote", 31798 "type": "go", 31799 "request": "launch", 31800 "mode": "test", 31801 "program": "./cmd/bisync", 31802 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_nomodtime", "-no-cleanup"] 31803 }, 31804 { 31805 "name": "Test TestSFTPRsyncNet: test_normalization LocalRemote", 31806 "type": "go", 31807 "request": "launch", 31808 "mode": "test", 31809 "program": "./cmd/bisync", 31810 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_normalization", "-no-cleanup"] 31811 }, 31812 { 31813 "name": "Test TestSFTPRsyncNet: test_normalization RemoteLocal", 31814 "type": "go", 31815 "request": "launch", 31816 "mode": "test", 31817 "program": "./cmd/bisync", 31818 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 31819 }, 31820 { 31821 "name": "Test TestSFTPRsyncNet: test_normalization RemoteRemote", 31822 "type": "go", 31823 "request": "launch", 31824 "mode": "test", 31825 "program": "./cmd/bisync", 31826 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_normalization", "-no-cleanup"] 31827 }, 31828 { 31829 "name": "Test TestSFTPRsyncNet: test_rclone_args LocalRemote", 31830 "type": "go", 31831 "request": "launch", 31832 "mode": "test", 31833 "program": "./cmd/bisync", 31834 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_rclone_args", "-no-cleanup"] 31835 }, 31836 { 31837 "name": "Test TestSFTPRsyncNet: test_rclone_args RemoteLocal", 31838 "type": "go", 31839 "request": "launch", 31840 "mode": "test", 31841 "program": "./cmd/bisync", 31842 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 31843 }, 31844 { 31845 "name": "Test TestSFTPRsyncNet: test_rclone_args RemoteRemote", 31846 "type": "go", 31847 "request": "launch", 31848 "mode": "test", 31849 "program": "./cmd/bisync", 31850 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_rclone_args", "-no-cleanup"] 31851 }, 31852 { 31853 "name": "Test TestSFTPRsyncNet: test_resolve LocalRemote", 31854 "type": "go", 31855 "request": "launch", 31856 "mode": "test", 31857 "program": "./cmd/bisync", 31858 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_resolve", "-no-cleanup"] 31859 }, 31860 { 31861 "name": "Test TestSFTPRsyncNet: test_resolve RemoteLocal", 31862 "type": "go", 31863 "request": "launch", 31864 "mode": "test", 31865 "program": "./cmd/bisync", 31866 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 31867 }, 31868 { 31869 "name": "Test TestSFTPRsyncNet: test_resolve RemoteRemote", 31870 "type": "go", 31871 "request": "launch", 31872 "mode": "test", 31873 "program": "./cmd/bisync", 31874 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_resolve", "-no-cleanup"] 31875 }, 31876 { 31877 "name": "Test TestSFTPRsyncNet: test_resync LocalRemote", 31878 "type": "go", 31879 "request": "launch", 31880 "mode": "test", 31881 "program": "./cmd/bisync", 31882 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_resync", "-no-cleanup"] 31883 }, 31884 { 31885 "name": "Test TestSFTPRsyncNet: test_resync RemoteLocal", 31886 "type": "go", 31887 "request": "launch", 31888 "mode": "test", 31889 "program": "./cmd/bisync", 31890 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 31891 }, 31892 { 31893 "name": "Test TestSFTPRsyncNet: test_resync RemoteRemote", 31894 "type": "go", 31895 "request": "launch", 31896 "mode": "test", 31897 "program": "./cmd/bisync", 31898 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_resync", "-no-cleanup"] 31899 }, 31900 { 31901 "name": "Test TestSFTPRsyncNet: test_resync_modes LocalRemote", 31902 "type": "go", 31903 "request": "launch", 31904 "mode": "test", 31905 "program": "./cmd/bisync", 31906 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_resync_modes", "-no-cleanup"] 31907 }, 31908 { 31909 "name": "Test TestSFTPRsyncNet: test_resync_modes RemoteLocal", 31910 "type": "go", 31911 "request": "launch", 31912 "mode": "test", 31913 "program": "./cmd/bisync", 31914 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 31915 }, 31916 { 31917 "name": "Test TestSFTPRsyncNet: test_resync_modes RemoteRemote", 31918 "type": "go", 31919 "request": "launch", 31920 "mode": "test", 31921 "program": "./cmd/bisync", 31922 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_resync_modes", "-no-cleanup"] 31923 }, 31924 { 31925 "name": "Test TestSFTPRsyncNet: test_rmdirs LocalRemote", 31926 "type": "go", 31927 "request": "launch", 31928 "mode": "test", 31929 "program": "./cmd/bisync", 31930 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_rmdirs", "-no-cleanup"] 31931 }, 31932 { 31933 "name": "Test TestSFTPRsyncNet: test_rmdirs RemoteLocal", 31934 "type": "go", 31935 "request": "launch", 31936 "mode": "test", 31937 "program": "./cmd/bisync", 31938 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 31939 }, 31940 { 31941 "name": "Test TestSFTPRsyncNet: test_rmdirs RemoteRemote", 31942 "type": "go", 31943 "request": "launch", 31944 "mode": "test", 31945 "program": "./cmd/bisync", 31946 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_rmdirs", "-no-cleanup"] 31947 }, 31948 { 31949 "name": "Test TestSFTPRsyncNet: test_volatile LocalRemote", 31950 "type": "go", 31951 "request": "launch", 31952 "mode": "test", 31953 "program": "./cmd/bisync", 31954 "args": ["-remote", "local", "-remote2", "TestSFTPRsyncNet:", "-case", "test_volatile", "-no-cleanup"] 31955 }, 31956 { 31957 "name": "Test TestSFTPRsyncNet: test_volatile RemoteLocal", 31958 "type": "go", 31959 "request": "launch", 31960 "mode": "test", 31961 "program": "./cmd/bisync", 31962 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 31963 }, 31964 { 31965 "name": "Test TestSFTPRsyncNet: test_volatile RemoteRemote", 31966 "type": "go", 31967 "request": "launch", 31968 "mode": "test", 31969 "program": "./cmd/bisync", 31970 "args": ["-remote", "TestSFTPRsyncNet:", "-remote2", "TestSFTPRsyncNet:", "-case", "test_volatile", "-no-cleanup"] 31971 }, 31972 { 31973 "name": "Test TestSugarSync:Test test_all_changed LocalRemote", 31974 "type": "go", 31975 "request": "launch", 31976 "mode": "test", 31977 "program": "./cmd/bisync", 31978 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_all_changed", "-no-cleanup"] 31979 }, 31980 { 31981 "name": "Test TestSugarSync:Test test_all_changed RemoteLocal", 31982 "type": "go", 31983 "request": "launch", 31984 "mode": "test", 31985 "program": "./cmd/bisync", 31986 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 31987 }, 31988 { 31989 "name": "Test TestSugarSync:Test test_all_changed RemoteRemote", 31990 "type": "go", 31991 "request": "launch", 31992 "mode": "test", 31993 "program": "./cmd/bisync", 31994 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_all_changed", "-no-cleanup"] 31995 }, 31996 { 31997 "name": "Test TestSugarSync:Test test_backupdir LocalRemote", 31998 "type": "go", 31999 "request": "launch", 32000 "mode": "test", 32001 "program": "./cmd/bisync", 32002 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_backupdir", "-no-cleanup"] 32003 }, 32004 { 32005 "name": "Test TestSugarSync:Test test_backupdir RemoteLocal", 32006 "type": "go", 32007 "request": "launch", 32008 "mode": "test", 32009 "program": "./cmd/bisync", 32010 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 32011 }, 32012 { 32013 "name": "Test TestSugarSync:Test test_backupdir RemoteRemote", 32014 "type": "go", 32015 "request": "launch", 32016 "mode": "test", 32017 "program": "./cmd/bisync", 32018 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_backupdir", "-no-cleanup"] 32019 }, 32020 { 32021 "name": "Test TestSugarSync:Test test_basic LocalRemote", 32022 "type": "go", 32023 "request": "launch", 32024 "mode": "test", 32025 "program": "./cmd/bisync", 32026 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_basic", "-no-cleanup"] 32027 }, 32028 { 32029 "name": "Test TestSugarSync:Test test_basic RemoteLocal", 32030 "type": "go", 32031 "request": "launch", 32032 "mode": "test", 32033 "program": "./cmd/bisync", 32034 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 32035 }, 32036 { 32037 "name": "Test TestSugarSync:Test test_basic RemoteRemote", 32038 "type": "go", 32039 "request": "launch", 32040 "mode": "test", 32041 "program": "./cmd/bisync", 32042 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_basic", "-no-cleanup"] 32043 }, 32044 { 32045 "name": "Test TestSugarSync:Test test_changes LocalRemote", 32046 "type": "go", 32047 "request": "launch", 32048 "mode": "test", 32049 "program": "./cmd/bisync", 32050 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_changes", "-no-cleanup"] 32051 }, 32052 { 32053 "name": "Test TestSugarSync:Test test_changes RemoteLocal", 32054 "type": "go", 32055 "request": "launch", 32056 "mode": "test", 32057 "program": "./cmd/bisync", 32058 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 32059 }, 32060 { 32061 "name": "Test TestSugarSync:Test test_changes RemoteRemote", 32062 "type": "go", 32063 "request": "launch", 32064 "mode": "test", 32065 "program": "./cmd/bisync", 32066 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_changes", "-no-cleanup"] 32067 }, 32068 { 32069 "name": "Test TestSugarSync:Test test_check_access LocalRemote", 32070 "type": "go", 32071 "request": "launch", 32072 "mode": "test", 32073 "program": "./cmd/bisync", 32074 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_check_access", "-no-cleanup"] 32075 }, 32076 { 32077 "name": "Test TestSugarSync:Test test_check_access RemoteLocal", 32078 "type": "go", 32079 "request": "launch", 32080 "mode": "test", 32081 "program": "./cmd/bisync", 32082 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 32083 }, 32084 { 32085 "name": "Test TestSugarSync:Test test_check_access RemoteRemote", 32086 "type": "go", 32087 "request": "launch", 32088 "mode": "test", 32089 "program": "./cmd/bisync", 32090 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_check_access", "-no-cleanup"] 32091 }, 32092 { 32093 "name": "Test TestSugarSync:Test test_check_access_filters LocalRemote", 32094 "type": "go", 32095 "request": "launch", 32096 "mode": "test", 32097 "program": "./cmd/bisync", 32098 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_check_access_filters", "-no-cleanup"] 32099 }, 32100 { 32101 "name": "Test TestSugarSync:Test test_check_access_filters RemoteLocal", 32102 "type": "go", 32103 "request": "launch", 32104 "mode": "test", 32105 "program": "./cmd/bisync", 32106 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 32107 }, 32108 { 32109 "name": "Test TestSugarSync:Test test_check_access_filters RemoteRemote", 32110 "type": "go", 32111 "request": "launch", 32112 "mode": "test", 32113 "program": "./cmd/bisync", 32114 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_check_access_filters", "-no-cleanup"] 32115 }, 32116 { 32117 "name": "Test TestSugarSync:Test test_check_filename LocalRemote", 32118 "type": "go", 32119 "request": "launch", 32120 "mode": "test", 32121 "program": "./cmd/bisync", 32122 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_check_filename", "-no-cleanup"] 32123 }, 32124 { 32125 "name": "Test TestSugarSync:Test test_check_filename RemoteLocal", 32126 "type": "go", 32127 "request": "launch", 32128 "mode": "test", 32129 "program": "./cmd/bisync", 32130 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 32131 }, 32132 { 32133 "name": "Test TestSugarSync:Test test_check_filename RemoteRemote", 32134 "type": "go", 32135 "request": "launch", 32136 "mode": "test", 32137 "program": "./cmd/bisync", 32138 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_check_filename", "-no-cleanup"] 32139 }, 32140 { 32141 "name": "Test TestSugarSync:Test test_check_sync LocalRemote", 32142 "type": "go", 32143 "request": "launch", 32144 "mode": "test", 32145 "program": "./cmd/bisync", 32146 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_check_sync", "-no-cleanup"] 32147 }, 32148 { 32149 "name": "Test TestSugarSync:Test test_check_sync RemoteLocal", 32150 "type": "go", 32151 "request": "launch", 32152 "mode": "test", 32153 "program": "./cmd/bisync", 32154 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 32155 }, 32156 { 32157 "name": "Test TestSugarSync:Test test_check_sync RemoteRemote", 32158 "type": "go", 32159 "request": "launch", 32160 "mode": "test", 32161 "program": "./cmd/bisync", 32162 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_check_sync", "-no-cleanup"] 32163 }, 32164 { 32165 "name": "Test TestSugarSync:Test test_compare_all LocalRemote", 32166 "type": "go", 32167 "request": "launch", 32168 "mode": "test", 32169 "program": "./cmd/bisync", 32170 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_compare_all", "-no-cleanup"] 32171 }, 32172 { 32173 "name": "Test TestSugarSync:Test test_compare_all RemoteLocal", 32174 "type": "go", 32175 "request": "launch", 32176 "mode": "test", 32177 "program": "./cmd/bisync", 32178 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 32179 }, 32180 { 32181 "name": "Test TestSugarSync:Test test_compare_all RemoteRemote", 32182 "type": "go", 32183 "request": "launch", 32184 "mode": "test", 32185 "program": "./cmd/bisync", 32186 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_compare_all", "-no-cleanup"] 32187 }, 32188 { 32189 "name": "Test TestSugarSync:Test test_createemptysrcdirs LocalRemote", 32190 "type": "go", 32191 "request": "launch", 32192 "mode": "test", 32193 "program": "./cmd/bisync", 32194 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_createemptysrcdirs", "-no-cleanup"] 32195 }, 32196 { 32197 "name": "Test TestSugarSync:Test test_createemptysrcdirs RemoteLocal", 32198 "type": "go", 32199 "request": "launch", 32200 "mode": "test", 32201 "program": "./cmd/bisync", 32202 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 32203 }, 32204 { 32205 "name": "Test TestSugarSync:Test test_createemptysrcdirs RemoteRemote", 32206 "type": "go", 32207 "request": "launch", 32208 "mode": "test", 32209 "program": "./cmd/bisync", 32210 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_createemptysrcdirs", "-no-cleanup"] 32211 }, 32212 { 32213 "name": "Test TestSugarSync:Test test_dry_run LocalRemote", 32214 "type": "go", 32215 "request": "launch", 32216 "mode": "test", 32217 "program": "./cmd/bisync", 32218 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_dry_run", "-no-cleanup"] 32219 }, 32220 { 32221 "name": "Test TestSugarSync:Test test_dry_run RemoteLocal", 32222 "type": "go", 32223 "request": "launch", 32224 "mode": "test", 32225 "program": "./cmd/bisync", 32226 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 32227 }, 32228 { 32229 "name": "Test TestSugarSync:Test test_dry_run RemoteRemote", 32230 "type": "go", 32231 "request": "launch", 32232 "mode": "test", 32233 "program": "./cmd/bisync", 32234 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_dry_run", "-no-cleanup"] 32235 }, 32236 { 32237 "name": "Test TestSugarSync:Test test_equal LocalRemote", 32238 "type": "go", 32239 "request": "launch", 32240 "mode": "test", 32241 "program": "./cmd/bisync", 32242 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_equal", "-no-cleanup"] 32243 }, 32244 { 32245 "name": "Test TestSugarSync:Test test_equal RemoteLocal", 32246 "type": "go", 32247 "request": "launch", 32248 "mode": "test", 32249 "program": "./cmd/bisync", 32250 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 32251 }, 32252 { 32253 "name": "Test TestSugarSync:Test test_equal RemoteRemote", 32254 "type": "go", 32255 "request": "launch", 32256 "mode": "test", 32257 "program": "./cmd/bisync", 32258 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_equal", "-no-cleanup"] 32259 }, 32260 { 32261 "name": "Test TestSugarSync:Test test_ext_paths LocalRemote", 32262 "type": "go", 32263 "request": "launch", 32264 "mode": "test", 32265 "program": "./cmd/bisync", 32266 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_ext_paths", "-no-cleanup"] 32267 }, 32268 { 32269 "name": "Test TestSugarSync:Test test_ext_paths RemoteLocal", 32270 "type": "go", 32271 "request": "launch", 32272 "mode": "test", 32273 "program": "./cmd/bisync", 32274 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 32275 }, 32276 { 32277 "name": "Test TestSugarSync:Test test_ext_paths RemoteRemote", 32278 "type": "go", 32279 "request": "launch", 32280 "mode": "test", 32281 "program": "./cmd/bisync", 32282 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_ext_paths", "-no-cleanup"] 32283 }, 32284 { 32285 "name": "Test TestSugarSync:Test test_extended_filenames LocalRemote", 32286 "type": "go", 32287 "request": "launch", 32288 "mode": "test", 32289 "program": "./cmd/bisync", 32290 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_extended_filenames", "-no-cleanup"] 32291 }, 32292 { 32293 "name": "Test TestSugarSync:Test test_extended_filenames RemoteLocal", 32294 "type": "go", 32295 "request": "launch", 32296 "mode": "test", 32297 "program": "./cmd/bisync", 32298 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 32299 }, 32300 { 32301 "name": "Test TestSugarSync:Test test_extended_filenames RemoteRemote", 32302 "type": "go", 32303 "request": "launch", 32304 "mode": "test", 32305 "program": "./cmd/bisync", 32306 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_extended_filenames", "-no-cleanup"] 32307 }, 32308 { 32309 "name": "Test TestSugarSync:Test test_filters LocalRemote", 32310 "type": "go", 32311 "request": "launch", 32312 "mode": "test", 32313 "program": "./cmd/bisync", 32314 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_filters", "-no-cleanup"] 32315 }, 32316 { 32317 "name": "Test TestSugarSync:Test test_filters RemoteLocal", 32318 "type": "go", 32319 "request": "launch", 32320 "mode": "test", 32321 "program": "./cmd/bisync", 32322 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 32323 }, 32324 { 32325 "name": "Test TestSugarSync:Test test_filters RemoteRemote", 32326 "type": "go", 32327 "request": "launch", 32328 "mode": "test", 32329 "program": "./cmd/bisync", 32330 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_filters", "-no-cleanup"] 32331 }, 32332 { 32333 "name": "Test TestSugarSync:Test test_filtersfile_checks LocalRemote", 32334 "type": "go", 32335 "request": "launch", 32336 "mode": "test", 32337 "program": "./cmd/bisync", 32338 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_filtersfile_checks", "-no-cleanup"] 32339 }, 32340 { 32341 "name": "Test TestSugarSync:Test test_filtersfile_checks RemoteLocal", 32342 "type": "go", 32343 "request": "launch", 32344 "mode": "test", 32345 "program": "./cmd/bisync", 32346 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 32347 }, 32348 { 32349 "name": "Test TestSugarSync:Test test_filtersfile_checks RemoteRemote", 32350 "type": "go", 32351 "request": "launch", 32352 "mode": "test", 32353 "program": "./cmd/bisync", 32354 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_filtersfile_checks", "-no-cleanup"] 32355 }, 32356 { 32357 "name": "Test TestSugarSync:Test test_ignorelistingchecksum LocalRemote", 32358 "type": "go", 32359 "request": "launch", 32360 "mode": "test", 32361 "program": "./cmd/bisync", 32362 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 32363 }, 32364 { 32365 "name": "Test TestSugarSync:Test test_ignorelistingchecksum RemoteLocal", 32366 "type": "go", 32367 "request": "launch", 32368 "mode": "test", 32369 "program": "./cmd/bisync", 32370 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 32371 }, 32372 { 32373 "name": "Test TestSugarSync:Test test_ignorelistingchecksum RemoteRemote", 32374 "type": "go", 32375 "request": "launch", 32376 "mode": "test", 32377 "program": "./cmd/bisync", 32378 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 32379 }, 32380 { 32381 "name": "Test TestSugarSync:Test test_max_delete_path1 LocalRemote", 32382 "type": "go", 32383 "request": "launch", 32384 "mode": "test", 32385 "program": "./cmd/bisync", 32386 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_max_delete_path1", "-no-cleanup"] 32387 }, 32388 { 32389 "name": "Test TestSugarSync:Test test_max_delete_path1 RemoteLocal", 32390 "type": "go", 32391 "request": "launch", 32392 "mode": "test", 32393 "program": "./cmd/bisync", 32394 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 32395 }, 32396 { 32397 "name": "Test TestSugarSync:Test test_max_delete_path1 RemoteRemote", 32398 "type": "go", 32399 "request": "launch", 32400 "mode": "test", 32401 "program": "./cmd/bisync", 32402 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_max_delete_path1", "-no-cleanup"] 32403 }, 32404 { 32405 "name": "Test TestSugarSync:Test test_max_delete_path2_force LocalRemote", 32406 "type": "go", 32407 "request": "launch", 32408 "mode": "test", 32409 "program": "./cmd/bisync", 32410 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_max_delete_path2_force", "-no-cleanup"] 32411 }, 32412 { 32413 "name": "Test TestSugarSync:Test test_max_delete_path2_force RemoteLocal", 32414 "type": "go", 32415 "request": "launch", 32416 "mode": "test", 32417 "program": "./cmd/bisync", 32418 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 32419 }, 32420 { 32421 "name": "Test TestSugarSync:Test test_max_delete_path2_force RemoteRemote", 32422 "type": "go", 32423 "request": "launch", 32424 "mode": "test", 32425 "program": "./cmd/bisync", 32426 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_max_delete_path2_force", "-no-cleanup"] 32427 }, 32428 { 32429 "name": "Test TestSugarSync:Test test_nomodtime LocalRemote", 32430 "type": "go", 32431 "request": "launch", 32432 "mode": "test", 32433 "program": "./cmd/bisync", 32434 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_nomodtime", "-no-cleanup"] 32435 }, 32436 { 32437 "name": "Test TestSugarSync:Test test_nomodtime RemoteLocal", 32438 "type": "go", 32439 "request": "launch", 32440 "mode": "test", 32441 "program": "./cmd/bisync", 32442 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 32443 }, 32444 { 32445 "name": "Test TestSugarSync:Test test_nomodtime RemoteRemote", 32446 "type": "go", 32447 "request": "launch", 32448 "mode": "test", 32449 "program": "./cmd/bisync", 32450 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_nomodtime", "-no-cleanup"] 32451 }, 32452 { 32453 "name": "Test TestSugarSync:Test test_normalization LocalRemote", 32454 "type": "go", 32455 "request": "launch", 32456 "mode": "test", 32457 "program": "./cmd/bisync", 32458 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_normalization", "-no-cleanup"] 32459 }, 32460 { 32461 "name": "Test TestSugarSync:Test test_normalization RemoteLocal", 32462 "type": "go", 32463 "request": "launch", 32464 "mode": "test", 32465 "program": "./cmd/bisync", 32466 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 32467 }, 32468 { 32469 "name": "Test TestSugarSync:Test test_normalization RemoteRemote", 32470 "type": "go", 32471 "request": "launch", 32472 "mode": "test", 32473 "program": "./cmd/bisync", 32474 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_normalization", "-no-cleanup"] 32475 }, 32476 { 32477 "name": "Test TestSugarSync:Test test_rclone_args LocalRemote", 32478 "type": "go", 32479 "request": "launch", 32480 "mode": "test", 32481 "program": "./cmd/bisync", 32482 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_rclone_args", "-no-cleanup"] 32483 }, 32484 { 32485 "name": "Test TestSugarSync:Test test_rclone_args RemoteLocal", 32486 "type": "go", 32487 "request": "launch", 32488 "mode": "test", 32489 "program": "./cmd/bisync", 32490 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 32491 }, 32492 { 32493 "name": "Test TestSugarSync:Test test_rclone_args RemoteRemote", 32494 "type": "go", 32495 "request": "launch", 32496 "mode": "test", 32497 "program": "./cmd/bisync", 32498 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_rclone_args", "-no-cleanup"] 32499 }, 32500 { 32501 "name": "Test TestSugarSync:Test test_resolve LocalRemote", 32502 "type": "go", 32503 "request": "launch", 32504 "mode": "test", 32505 "program": "./cmd/bisync", 32506 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_resolve", "-no-cleanup"] 32507 }, 32508 { 32509 "name": "Test TestSugarSync:Test test_resolve RemoteLocal", 32510 "type": "go", 32511 "request": "launch", 32512 "mode": "test", 32513 "program": "./cmd/bisync", 32514 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 32515 }, 32516 { 32517 "name": "Test TestSugarSync:Test test_resolve RemoteRemote", 32518 "type": "go", 32519 "request": "launch", 32520 "mode": "test", 32521 "program": "./cmd/bisync", 32522 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_resolve", "-no-cleanup"] 32523 }, 32524 { 32525 "name": "Test TestSugarSync:Test test_resync LocalRemote", 32526 "type": "go", 32527 "request": "launch", 32528 "mode": "test", 32529 "program": "./cmd/bisync", 32530 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_resync", "-no-cleanup"] 32531 }, 32532 { 32533 "name": "Test TestSugarSync:Test test_resync RemoteLocal", 32534 "type": "go", 32535 "request": "launch", 32536 "mode": "test", 32537 "program": "./cmd/bisync", 32538 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 32539 }, 32540 { 32541 "name": "Test TestSugarSync:Test test_resync RemoteRemote", 32542 "type": "go", 32543 "request": "launch", 32544 "mode": "test", 32545 "program": "./cmd/bisync", 32546 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_resync", "-no-cleanup"] 32547 }, 32548 { 32549 "name": "Test TestSugarSync:Test test_resync_modes LocalRemote", 32550 "type": "go", 32551 "request": "launch", 32552 "mode": "test", 32553 "program": "./cmd/bisync", 32554 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_resync_modes", "-no-cleanup"] 32555 }, 32556 { 32557 "name": "Test TestSugarSync:Test test_resync_modes RemoteLocal", 32558 "type": "go", 32559 "request": "launch", 32560 "mode": "test", 32561 "program": "./cmd/bisync", 32562 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 32563 }, 32564 { 32565 "name": "Test TestSugarSync:Test test_resync_modes RemoteRemote", 32566 "type": "go", 32567 "request": "launch", 32568 "mode": "test", 32569 "program": "./cmd/bisync", 32570 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_resync_modes", "-no-cleanup"] 32571 }, 32572 { 32573 "name": "Test TestSugarSync:Test test_rmdirs LocalRemote", 32574 "type": "go", 32575 "request": "launch", 32576 "mode": "test", 32577 "program": "./cmd/bisync", 32578 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_rmdirs", "-no-cleanup"] 32579 }, 32580 { 32581 "name": "Test TestSugarSync:Test test_rmdirs RemoteLocal", 32582 "type": "go", 32583 "request": "launch", 32584 "mode": "test", 32585 "program": "./cmd/bisync", 32586 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 32587 }, 32588 { 32589 "name": "Test TestSugarSync:Test test_rmdirs RemoteRemote", 32590 "type": "go", 32591 "request": "launch", 32592 "mode": "test", 32593 "program": "./cmd/bisync", 32594 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_rmdirs", "-no-cleanup"] 32595 }, 32596 { 32597 "name": "Test TestSugarSync:Test test_volatile LocalRemote", 32598 "type": "go", 32599 "request": "launch", 32600 "mode": "test", 32601 "program": "./cmd/bisync", 32602 "args": ["-remote", "local", "-remote2", "TestSugarSync:Test", "-case", "test_volatile", "-no-cleanup"] 32603 }, 32604 { 32605 "name": "Test TestSugarSync:Test test_volatile RemoteLocal", 32606 "type": "go", 32607 "request": "launch", 32608 "mode": "test", 32609 "program": "./cmd/bisync", 32610 "args": ["-remote", "TestSugarSync:Test", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 32611 }, 32612 { 32613 "name": "Test TestSugarSync:Test test_volatile RemoteRemote", 32614 "type": "go", 32615 "request": "launch", 32616 "mode": "test", 32617 "program": "./cmd/bisync", 32618 "args": ["-remote", "TestSugarSync:Test", "-remote2", "TestSugarSync:Test", "-case", "test_volatile", "-no-cleanup"] 32619 }, 32620 { 32621 "name": "Test TestSwiftAIO: test_all_changed LocalRemote", 32622 "type": "go", 32623 "request": "launch", 32624 "mode": "test", 32625 "program": "./cmd/bisync", 32626 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_all_changed", "-no-cleanup"] 32627 }, 32628 { 32629 "name": "Test TestSwiftAIO: test_all_changed RemoteLocal", 32630 "type": "go", 32631 "request": "launch", 32632 "mode": "test", 32633 "program": "./cmd/bisync", 32634 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 32635 }, 32636 { 32637 "name": "Test TestSwiftAIO: test_all_changed RemoteRemote", 32638 "type": "go", 32639 "request": "launch", 32640 "mode": "test", 32641 "program": "./cmd/bisync", 32642 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_all_changed", "-no-cleanup"] 32643 }, 32644 { 32645 "name": "Test TestSwiftAIO: test_backupdir LocalRemote", 32646 "type": "go", 32647 "request": "launch", 32648 "mode": "test", 32649 "program": "./cmd/bisync", 32650 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_backupdir", "-no-cleanup"] 32651 }, 32652 { 32653 "name": "Test TestSwiftAIO: test_backupdir RemoteLocal", 32654 "type": "go", 32655 "request": "launch", 32656 "mode": "test", 32657 "program": "./cmd/bisync", 32658 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 32659 }, 32660 { 32661 "name": "Test TestSwiftAIO: test_backupdir RemoteRemote", 32662 "type": "go", 32663 "request": "launch", 32664 "mode": "test", 32665 "program": "./cmd/bisync", 32666 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_backupdir", "-no-cleanup"] 32667 }, 32668 { 32669 "name": "Test TestSwiftAIO: test_basic LocalRemote", 32670 "type": "go", 32671 "request": "launch", 32672 "mode": "test", 32673 "program": "./cmd/bisync", 32674 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_basic", "-no-cleanup"] 32675 }, 32676 { 32677 "name": "Test TestSwiftAIO: test_basic RemoteLocal", 32678 "type": "go", 32679 "request": "launch", 32680 "mode": "test", 32681 "program": "./cmd/bisync", 32682 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 32683 }, 32684 { 32685 "name": "Test TestSwiftAIO: test_basic RemoteRemote", 32686 "type": "go", 32687 "request": "launch", 32688 "mode": "test", 32689 "program": "./cmd/bisync", 32690 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_basic", "-no-cleanup"] 32691 }, 32692 { 32693 "name": "Test TestSwiftAIO: test_changes LocalRemote", 32694 "type": "go", 32695 "request": "launch", 32696 "mode": "test", 32697 "program": "./cmd/bisync", 32698 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_changes", "-no-cleanup"] 32699 }, 32700 { 32701 "name": "Test TestSwiftAIO: test_changes RemoteLocal", 32702 "type": "go", 32703 "request": "launch", 32704 "mode": "test", 32705 "program": "./cmd/bisync", 32706 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 32707 }, 32708 { 32709 "name": "Test TestSwiftAIO: test_changes RemoteRemote", 32710 "type": "go", 32711 "request": "launch", 32712 "mode": "test", 32713 "program": "./cmd/bisync", 32714 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_changes", "-no-cleanup"] 32715 }, 32716 { 32717 "name": "Test TestSwiftAIO: test_check_access LocalRemote", 32718 "type": "go", 32719 "request": "launch", 32720 "mode": "test", 32721 "program": "./cmd/bisync", 32722 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_check_access", "-no-cleanup"] 32723 }, 32724 { 32725 "name": "Test TestSwiftAIO: test_check_access RemoteLocal", 32726 "type": "go", 32727 "request": "launch", 32728 "mode": "test", 32729 "program": "./cmd/bisync", 32730 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 32731 }, 32732 { 32733 "name": "Test TestSwiftAIO: test_check_access RemoteRemote", 32734 "type": "go", 32735 "request": "launch", 32736 "mode": "test", 32737 "program": "./cmd/bisync", 32738 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_check_access", "-no-cleanup"] 32739 }, 32740 { 32741 "name": "Test TestSwiftAIO: test_check_access_filters LocalRemote", 32742 "type": "go", 32743 "request": "launch", 32744 "mode": "test", 32745 "program": "./cmd/bisync", 32746 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_check_access_filters", "-no-cleanup"] 32747 }, 32748 { 32749 "name": "Test TestSwiftAIO: test_check_access_filters RemoteLocal", 32750 "type": "go", 32751 "request": "launch", 32752 "mode": "test", 32753 "program": "./cmd/bisync", 32754 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 32755 }, 32756 { 32757 "name": "Test TestSwiftAIO: test_check_access_filters RemoteRemote", 32758 "type": "go", 32759 "request": "launch", 32760 "mode": "test", 32761 "program": "./cmd/bisync", 32762 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_check_access_filters", "-no-cleanup"] 32763 }, 32764 { 32765 "name": "Test TestSwiftAIO: test_check_filename LocalRemote", 32766 "type": "go", 32767 "request": "launch", 32768 "mode": "test", 32769 "program": "./cmd/bisync", 32770 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_check_filename", "-no-cleanup"] 32771 }, 32772 { 32773 "name": "Test TestSwiftAIO: test_check_filename RemoteLocal", 32774 "type": "go", 32775 "request": "launch", 32776 "mode": "test", 32777 "program": "./cmd/bisync", 32778 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 32779 }, 32780 { 32781 "name": "Test TestSwiftAIO: test_check_filename RemoteRemote", 32782 "type": "go", 32783 "request": "launch", 32784 "mode": "test", 32785 "program": "./cmd/bisync", 32786 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_check_filename", "-no-cleanup"] 32787 }, 32788 { 32789 "name": "Test TestSwiftAIO: test_check_sync LocalRemote", 32790 "type": "go", 32791 "request": "launch", 32792 "mode": "test", 32793 "program": "./cmd/bisync", 32794 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_check_sync", "-no-cleanup"] 32795 }, 32796 { 32797 "name": "Test TestSwiftAIO: test_check_sync RemoteLocal", 32798 "type": "go", 32799 "request": "launch", 32800 "mode": "test", 32801 "program": "./cmd/bisync", 32802 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 32803 }, 32804 { 32805 "name": "Test TestSwiftAIO: test_check_sync RemoteRemote", 32806 "type": "go", 32807 "request": "launch", 32808 "mode": "test", 32809 "program": "./cmd/bisync", 32810 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_check_sync", "-no-cleanup"] 32811 }, 32812 { 32813 "name": "Test TestSwiftAIO: test_compare_all LocalRemote", 32814 "type": "go", 32815 "request": "launch", 32816 "mode": "test", 32817 "program": "./cmd/bisync", 32818 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_compare_all", "-no-cleanup"] 32819 }, 32820 { 32821 "name": "Test TestSwiftAIO: test_compare_all RemoteLocal", 32822 "type": "go", 32823 "request": "launch", 32824 "mode": "test", 32825 "program": "./cmd/bisync", 32826 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 32827 }, 32828 { 32829 "name": "Test TestSwiftAIO: test_compare_all RemoteRemote", 32830 "type": "go", 32831 "request": "launch", 32832 "mode": "test", 32833 "program": "./cmd/bisync", 32834 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_compare_all", "-no-cleanup"] 32835 }, 32836 { 32837 "name": "Test TestSwiftAIO: test_createemptysrcdirs LocalRemote", 32838 "type": "go", 32839 "request": "launch", 32840 "mode": "test", 32841 "program": "./cmd/bisync", 32842 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 32843 }, 32844 { 32845 "name": "Test TestSwiftAIO: test_createemptysrcdirs RemoteLocal", 32846 "type": "go", 32847 "request": "launch", 32848 "mode": "test", 32849 "program": "./cmd/bisync", 32850 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 32851 }, 32852 { 32853 "name": "Test TestSwiftAIO: test_createemptysrcdirs RemoteRemote", 32854 "type": "go", 32855 "request": "launch", 32856 "mode": "test", 32857 "program": "./cmd/bisync", 32858 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 32859 }, 32860 { 32861 "name": "Test TestSwiftAIO: test_dry_run LocalRemote", 32862 "type": "go", 32863 "request": "launch", 32864 "mode": "test", 32865 "program": "./cmd/bisync", 32866 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_dry_run", "-no-cleanup"] 32867 }, 32868 { 32869 "name": "Test TestSwiftAIO: test_dry_run RemoteLocal", 32870 "type": "go", 32871 "request": "launch", 32872 "mode": "test", 32873 "program": "./cmd/bisync", 32874 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 32875 }, 32876 { 32877 "name": "Test TestSwiftAIO: test_dry_run RemoteRemote", 32878 "type": "go", 32879 "request": "launch", 32880 "mode": "test", 32881 "program": "./cmd/bisync", 32882 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_dry_run", "-no-cleanup"] 32883 }, 32884 { 32885 "name": "Test TestSwiftAIO: test_equal LocalRemote", 32886 "type": "go", 32887 "request": "launch", 32888 "mode": "test", 32889 "program": "./cmd/bisync", 32890 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_equal", "-no-cleanup"] 32891 }, 32892 { 32893 "name": "Test TestSwiftAIO: test_equal RemoteLocal", 32894 "type": "go", 32895 "request": "launch", 32896 "mode": "test", 32897 "program": "./cmd/bisync", 32898 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 32899 }, 32900 { 32901 "name": "Test TestSwiftAIO: test_equal RemoteRemote", 32902 "type": "go", 32903 "request": "launch", 32904 "mode": "test", 32905 "program": "./cmd/bisync", 32906 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_equal", "-no-cleanup"] 32907 }, 32908 { 32909 "name": "Test TestSwiftAIO: test_ext_paths LocalRemote", 32910 "type": "go", 32911 "request": "launch", 32912 "mode": "test", 32913 "program": "./cmd/bisync", 32914 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_ext_paths", "-no-cleanup"] 32915 }, 32916 { 32917 "name": "Test TestSwiftAIO: test_ext_paths RemoteLocal", 32918 "type": "go", 32919 "request": "launch", 32920 "mode": "test", 32921 "program": "./cmd/bisync", 32922 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 32923 }, 32924 { 32925 "name": "Test TestSwiftAIO: test_ext_paths RemoteRemote", 32926 "type": "go", 32927 "request": "launch", 32928 "mode": "test", 32929 "program": "./cmd/bisync", 32930 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_ext_paths", "-no-cleanup"] 32931 }, 32932 { 32933 "name": "Test TestSwiftAIO: test_extended_filenames LocalRemote", 32934 "type": "go", 32935 "request": "launch", 32936 "mode": "test", 32937 "program": "./cmd/bisync", 32938 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_extended_filenames", "-no-cleanup"] 32939 }, 32940 { 32941 "name": "Test TestSwiftAIO: test_extended_filenames RemoteLocal", 32942 "type": "go", 32943 "request": "launch", 32944 "mode": "test", 32945 "program": "./cmd/bisync", 32946 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 32947 }, 32948 { 32949 "name": "Test TestSwiftAIO: test_extended_filenames RemoteRemote", 32950 "type": "go", 32951 "request": "launch", 32952 "mode": "test", 32953 "program": "./cmd/bisync", 32954 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_extended_filenames", "-no-cleanup"] 32955 }, 32956 { 32957 "name": "Test TestSwiftAIO: test_filters LocalRemote", 32958 "type": "go", 32959 "request": "launch", 32960 "mode": "test", 32961 "program": "./cmd/bisync", 32962 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_filters", "-no-cleanup"] 32963 }, 32964 { 32965 "name": "Test TestSwiftAIO: test_filters RemoteLocal", 32966 "type": "go", 32967 "request": "launch", 32968 "mode": "test", 32969 "program": "./cmd/bisync", 32970 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 32971 }, 32972 { 32973 "name": "Test TestSwiftAIO: test_filters RemoteRemote", 32974 "type": "go", 32975 "request": "launch", 32976 "mode": "test", 32977 "program": "./cmd/bisync", 32978 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_filters", "-no-cleanup"] 32979 }, 32980 { 32981 "name": "Test TestSwiftAIO: test_filtersfile_checks LocalRemote", 32982 "type": "go", 32983 "request": "launch", 32984 "mode": "test", 32985 "program": "./cmd/bisync", 32986 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_filtersfile_checks", "-no-cleanup"] 32987 }, 32988 { 32989 "name": "Test TestSwiftAIO: test_filtersfile_checks RemoteLocal", 32990 "type": "go", 32991 "request": "launch", 32992 "mode": "test", 32993 "program": "./cmd/bisync", 32994 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 32995 }, 32996 { 32997 "name": "Test TestSwiftAIO: test_filtersfile_checks RemoteRemote", 32998 "type": "go", 32999 "request": "launch", 33000 "mode": "test", 33001 "program": "./cmd/bisync", 33002 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_filtersfile_checks", "-no-cleanup"] 33003 }, 33004 { 33005 "name": "Test TestSwiftAIO: test_ignorelistingchecksum LocalRemote", 33006 "type": "go", 33007 "request": "launch", 33008 "mode": "test", 33009 "program": "./cmd/bisync", 33010 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 33011 }, 33012 { 33013 "name": "Test TestSwiftAIO: test_ignorelistingchecksum RemoteLocal", 33014 "type": "go", 33015 "request": "launch", 33016 "mode": "test", 33017 "program": "./cmd/bisync", 33018 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 33019 }, 33020 { 33021 "name": "Test TestSwiftAIO: test_ignorelistingchecksum RemoteRemote", 33022 "type": "go", 33023 "request": "launch", 33024 "mode": "test", 33025 "program": "./cmd/bisync", 33026 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 33027 }, 33028 { 33029 "name": "Test TestSwiftAIO: test_max_delete_path1 LocalRemote", 33030 "type": "go", 33031 "request": "launch", 33032 "mode": "test", 33033 "program": "./cmd/bisync", 33034 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_max_delete_path1", "-no-cleanup"] 33035 }, 33036 { 33037 "name": "Test TestSwiftAIO: test_max_delete_path1 RemoteLocal", 33038 "type": "go", 33039 "request": "launch", 33040 "mode": "test", 33041 "program": "./cmd/bisync", 33042 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 33043 }, 33044 { 33045 "name": "Test TestSwiftAIO: test_max_delete_path1 RemoteRemote", 33046 "type": "go", 33047 "request": "launch", 33048 "mode": "test", 33049 "program": "./cmd/bisync", 33050 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_max_delete_path1", "-no-cleanup"] 33051 }, 33052 { 33053 "name": "Test TestSwiftAIO: test_max_delete_path2_force LocalRemote", 33054 "type": "go", 33055 "request": "launch", 33056 "mode": "test", 33057 "program": "./cmd/bisync", 33058 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 33059 }, 33060 { 33061 "name": "Test TestSwiftAIO: test_max_delete_path2_force RemoteLocal", 33062 "type": "go", 33063 "request": "launch", 33064 "mode": "test", 33065 "program": "./cmd/bisync", 33066 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 33067 }, 33068 { 33069 "name": "Test TestSwiftAIO: test_max_delete_path2_force RemoteRemote", 33070 "type": "go", 33071 "request": "launch", 33072 "mode": "test", 33073 "program": "./cmd/bisync", 33074 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 33075 }, 33076 { 33077 "name": "Test TestSwiftAIO: test_nomodtime LocalRemote", 33078 "type": "go", 33079 "request": "launch", 33080 "mode": "test", 33081 "program": "./cmd/bisync", 33082 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_nomodtime", "-no-cleanup"] 33083 }, 33084 { 33085 "name": "Test TestSwiftAIO: test_nomodtime RemoteLocal", 33086 "type": "go", 33087 "request": "launch", 33088 "mode": "test", 33089 "program": "./cmd/bisync", 33090 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 33091 }, 33092 { 33093 "name": "Test TestSwiftAIO: test_nomodtime RemoteRemote", 33094 "type": "go", 33095 "request": "launch", 33096 "mode": "test", 33097 "program": "./cmd/bisync", 33098 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_nomodtime", "-no-cleanup"] 33099 }, 33100 { 33101 "name": "Test TestSwiftAIO: test_normalization LocalRemote", 33102 "type": "go", 33103 "request": "launch", 33104 "mode": "test", 33105 "program": "./cmd/bisync", 33106 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_normalization", "-no-cleanup"] 33107 }, 33108 { 33109 "name": "Test TestSwiftAIO: test_normalization RemoteLocal", 33110 "type": "go", 33111 "request": "launch", 33112 "mode": "test", 33113 "program": "./cmd/bisync", 33114 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 33115 }, 33116 { 33117 "name": "Test TestSwiftAIO: test_normalization RemoteRemote", 33118 "type": "go", 33119 "request": "launch", 33120 "mode": "test", 33121 "program": "./cmd/bisync", 33122 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_normalization", "-no-cleanup"] 33123 }, 33124 { 33125 "name": "Test TestSwiftAIO: test_rclone_args LocalRemote", 33126 "type": "go", 33127 "request": "launch", 33128 "mode": "test", 33129 "program": "./cmd/bisync", 33130 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_rclone_args", "-no-cleanup"] 33131 }, 33132 { 33133 "name": "Test TestSwiftAIO: test_rclone_args RemoteLocal", 33134 "type": "go", 33135 "request": "launch", 33136 "mode": "test", 33137 "program": "./cmd/bisync", 33138 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 33139 }, 33140 { 33141 "name": "Test TestSwiftAIO: test_rclone_args RemoteRemote", 33142 "type": "go", 33143 "request": "launch", 33144 "mode": "test", 33145 "program": "./cmd/bisync", 33146 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_rclone_args", "-no-cleanup"] 33147 }, 33148 { 33149 "name": "Test TestSwiftAIO: test_resolve LocalRemote", 33150 "type": "go", 33151 "request": "launch", 33152 "mode": "test", 33153 "program": "./cmd/bisync", 33154 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_resolve", "-no-cleanup"] 33155 }, 33156 { 33157 "name": "Test TestSwiftAIO: test_resolve RemoteLocal", 33158 "type": "go", 33159 "request": "launch", 33160 "mode": "test", 33161 "program": "./cmd/bisync", 33162 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 33163 }, 33164 { 33165 "name": "Test TestSwiftAIO: test_resolve RemoteRemote", 33166 "type": "go", 33167 "request": "launch", 33168 "mode": "test", 33169 "program": "./cmd/bisync", 33170 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_resolve", "-no-cleanup"] 33171 }, 33172 { 33173 "name": "Test TestSwiftAIO: test_resync LocalRemote", 33174 "type": "go", 33175 "request": "launch", 33176 "mode": "test", 33177 "program": "./cmd/bisync", 33178 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_resync", "-no-cleanup"] 33179 }, 33180 { 33181 "name": "Test TestSwiftAIO: test_resync RemoteLocal", 33182 "type": "go", 33183 "request": "launch", 33184 "mode": "test", 33185 "program": "./cmd/bisync", 33186 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 33187 }, 33188 { 33189 "name": "Test TestSwiftAIO: test_resync RemoteRemote", 33190 "type": "go", 33191 "request": "launch", 33192 "mode": "test", 33193 "program": "./cmd/bisync", 33194 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_resync", "-no-cleanup"] 33195 }, 33196 { 33197 "name": "Test TestSwiftAIO: test_resync_modes LocalRemote", 33198 "type": "go", 33199 "request": "launch", 33200 "mode": "test", 33201 "program": "./cmd/bisync", 33202 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_resync_modes", "-no-cleanup"] 33203 }, 33204 { 33205 "name": "Test TestSwiftAIO: test_resync_modes RemoteLocal", 33206 "type": "go", 33207 "request": "launch", 33208 "mode": "test", 33209 "program": "./cmd/bisync", 33210 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 33211 }, 33212 { 33213 "name": "Test TestSwiftAIO: test_resync_modes RemoteRemote", 33214 "type": "go", 33215 "request": "launch", 33216 "mode": "test", 33217 "program": "./cmd/bisync", 33218 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_resync_modes", "-no-cleanup"] 33219 }, 33220 { 33221 "name": "Test TestSwiftAIO: test_rmdirs LocalRemote", 33222 "type": "go", 33223 "request": "launch", 33224 "mode": "test", 33225 "program": "./cmd/bisync", 33226 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_rmdirs", "-no-cleanup"] 33227 }, 33228 { 33229 "name": "Test TestSwiftAIO: test_rmdirs RemoteLocal", 33230 "type": "go", 33231 "request": "launch", 33232 "mode": "test", 33233 "program": "./cmd/bisync", 33234 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 33235 }, 33236 { 33237 "name": "Test TestSwiftAIO: test_rmdirs RemoteRemote", 33238 "type": "go", 33239 "request": "launch", 33240 "mode": "test", 33241 "program": "./cmd/bisync", 33242 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_rmdirs", "-no-cleanup"] 33243 }, 33244 { 33245 "name": "Test TestSwiftAIO: test_volatile LocalRemote", 33246 "type": "go", 33247 "request": "launch", 33248 "mode": "test", 33249 "program": "./cmd/bisync", 33250 "args": ["-remote", "local", "-remote2", "TestSwiftAIO:", "-case", "test_volatile", "-no-cleanup"] 33251 }, 33252 { 33253 "name": "Test TestSwiftAIO: test_volatile RemoteLocal", 33254 "type": "go", 33255 "request": "launch", 33256 "mode": "test", 33257 "program": "./cmd/bisync", 33258 "args": ["-remote", "TestSwiftAIO:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 33259 }, 33260 { 33261 "name": "Test TestSwiftAIO: test_volatile RemoteRemote", 33262 "type": "go", 33263 "request": "launch", 33264 "mode": "test", 33265 "program": "./cmd/bisync", 33266 "args": ["-remote", "TestSwiftAIO:", "-remote2", "TestSwiftAIO:", "-case", "test_volatile", "-no-cleanup"] 33267 }, 33268 { 33269 "name": "Test TestSwift: test_all_changed LocalRemote", 33270 "type": "go", 33271 "request": "launch", 33272 "mode": "test", 33273 "program": "./cmd/bisync", 33274 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_all_changed", "-no-cleanup"] 33275 }, 33276 { 33277 "name": "Test TestSwift: test_all_changed RemoteLocal", 33278 "type": "go", 33279 "request": "launch", 33280 "mode": "test", 33281 "program": "./cmd/bisync", 33282 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 33283 }, 33284 { 33285 "name": "Test TestSwift: test_all_changed RemoteRemote", 33286 "type": "go", 33287 "request": "launch", 33288 "mode": "test", 33289 "program": "./cmd/bisync", 33290 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_all_changed", "-no-cleanup"] 33291 }, 33292 { 33293 "name": "Test TestSwift: test_backupdir LocalRemote", 33294 "type": "go", 33295 "request": "launch", 33296 "mode": "test", 33297 "program": "./cmd/bisync", 33298 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_backupdir", "-no-cleanup"] 33299 }, 33300 { 33301 "name": "Test TestSwift: test_backupdir RemoteLocal", 33302 "type": "go", 33303 "request": "launch", 33304 "mode": "test", 33305 "program": "./cmd/bisync", 33306 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 33307 }, 33308 { 33309 "name": "Test TestSwift: test_backupdir RemoteRemote", 33310 "type": "go", 33311 "request": "launch", 33312 "mode": "test", 33313 "program": "./cmd/bisync", 33314 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_backupdir", "-no-cleanup"] 33315 }, 33316 { 33317 "name": "Test TestSwift: test_basic LocalRemote", 33318 "type": "go", 33319 "request": "launch", 33320 "mode": "test", 33321 "program": "./cmd/bisync", 33322 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_basic", "-no-cleanup"] 33323 }, 33324 { 33325 "name": "Test TestSwift: test_basic RemoteLocal", 33326 "type": "go", 33327 "request": "launch", 33328 "mode": "test", 33329 "program": "./cmd/bisync", 33330 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 33331 }, 33332 { 33333 "name": "Test TestSwift: test_basic RemoteRemote", 33334 "type": "go", 33335 "request": "launch", 33336 "mode": "test", 33337 "program": "./cmd/bisync", 33338 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_basic", "-no-cleanup"] 33339 }, 33340 { 33341 "name": "Test TestSwift: test_changes LocalRemote", 33342 "type": "go", 33343 "request": "launch", 33344 "mode": "test", 33345 "program": "./cmd/bisync", 33346 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_changes", "-no-cleanup"] 33347 }, 33348 { 33349 "name": "Test TestSwift: test_changes RemoteLocal", 33350 "type": "go", 33351 "request": "launch", 33352 "mode": "test", 33353 "program": "./cmd/bisync", 33354 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 33355 }, 33356 { 33357 "name": "Test TestSwift: test_changes RemoteRemote", 33358 "type": "go", 33359 "request": "launch", 33360 "mode": "test", 33361 "program": "./cmd/bisync", 33362 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_changes", "-no-cleanup"] 33363 }, 33364 { 33365 "name": "Test TestSwift: test_check_access LocalRemote", 33366 "type": "go", 33367 "request": "launch", 33368 "mode": "test", 33369 "program": "./cmd/bisync", 33370 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_check_access", "-no-cleanup"] 33371 }, 33372 { 33373 "name": "Test TestSwift: test_check_access RemoteLocal", 33374 "type": "go", 33375 "request": "launch", 33376 "mode": "test", 33377 "program": "./cmd/bisync", 33378 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 33379 }, 33380 { 33381 "name": "Test TestSwift: test_check_access RemoteRemote", 33382 "type": "go", 33383 "request": "launch", 33384 "mode": "test", 33385 "program": "./cmd/bisync", 33386 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_check_access", "-no-cleanup"] 33387 }, 33388 { 33389 "name": "Test TestSwift: test_check_access_filters LocalRemote", 33390 "type": "go", 33391 "request": "launch", 33392 "mode": "test", 33393 "program": "./cmd/bisync", 33394 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_check_access_filters", "-no-cleanup"] 33395 }, 33396 { 33397 "name": "Test TestSwift: test_check_access_filters RemoteLocal", 33398 "type": "go", 33399 "request": "launch", 33400 "mode": "test", 33401 "program": "./cmd/bisync", 33402 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 33403 }, 33404 { 33405 "name": "Test TestSwift: test_check_access_filters RemoteRemote", 33406 "type": "go", 33407 "request": "launch", 33408 "mode": "test", 33409 "program": "./cmd/bisync", 33410 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_check_access_filters", "-no-cleanup"] 33411 }, 33412 { 33413 "name": "Test TestSwift: test_check_filename LocalRemote", 33414 "type": "go", 33415 "request": "launch", 33416 "mode": "test", 33417 "program": "./cmd/bisync", 33418 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_check_filename", "-no-cleanup"] 33419 }, 33420 { 33421 "name": "Test TestSwift: test_check_filename RemoteLocal", 33422 "type": "go", 33423 "request": "launch", 33424 "mode": "test", 33425 "program": "./cmd/bisync", 33426 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 33427 }, 33428 { 33429 "name": "Test TestSwift: test_check_filename RemoteRemote", 33430 "type": "go", 33431 "request": "launch", 33432 "mode": "test", 33433 "program": "./cmd/bisync", 33434 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_check_filename", "-no-cleanup"] 33435 }, 33436 { 33437 "name": "Test TestSwift: test_check_sync LocalRemote", 33438 "type": "go", 33439 "request": "launch", 33440 "mode": "test", 33441 "program": "./cmd/bisync", 33442 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_check_sync", "-no-cleanup"] 33443 }, 33444 { 33445 "name": "Test TestSwift: test_check_sync RemoteLocal", 33446 "type": "go", 33447 "request": "launch", 33448 "mode": "test", 33449 "program": "./cmd/bisync", 33450 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 33451 }, 33452 { 33453 "name": "Test TestSwift: test_check_sync RemoteRemote", 33454 "type": "go", 33455 "request": "launch", 33456 "mode": "test", 33457 "program": "./cmd/bisync", 33458 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_check_sync", "-no-cleanup"] 33459 }, 33460 { 33461 "name": "Test TestSwift: test_compare_all LocalRemote", 33462 "type": "go", 33463 "request": "launch", 33464 "mode": "test", 33465 "program": "./cmd/bisync", 33466 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_compare_all", "-no-cleanup"] 33467 }, 33468 { 33469 "name": "Test TestSwift: test_compare_all RemoteLocal", 33470 "type": "go", 33471 "request": "launch", 33472 "mode": "test", 33473 "program": "./cmd/bisync", 33474 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 33475 }, 33476 { 33477 "name": "Test TestSwift: test_compare_all RemoteRemote", 33478 "type": "go", 33479 "request": "launch", 33480 "mode": "test", 33481 "program": "./cmd/bisync", 33482 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_compare_all", "-no-cleanup"] 33483 }, 33484 { 33485 "name": "Test TestSwift: test_createemptysrcdirs LocalRemote", 33486 "type": "go", 33487 "request": "launch", 33488 "mode": "test", 33489 "program": "./cmd/bisync", 33490 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 33491 }, 33492 { 33493 "name": "Test TestSwift: test_createemptysrcdirs RemoteLocal", 33494 "type": "go", 33495 "request": "launch", 33496 "mode": "test", 33497 "program": "./cmd/bisync", 33498 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 33499 }, 33500 { 33501 "name": "Test TestSwift: test_createemptysrcdirs RemoteRemote", 33502 "type": "go", 33503 "request": "launch", 33504 "mode": "test", 33505 "program": "./cmd/bisync", 33506 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 33507 }, 33508 { 33509 "name": "Test TestSwift: test_dry_run LocalRemote", 33510 "type": "go", 33511 "request": "launch", 33512 "mode": "test", 33513 "program": "./cmd/bisync", 33514 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_dry_run", "-no-cleanup"] 33515 }, 33516 { 33517 "name": "Test TestSwift: test_dry_run RemoteLocal", 33518 "type": "go", 33519 "request": "launch", 33520 "mode": "test", 33521 "program": "./cmd/bisync", 33522 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 33523 }, 33524 { 33525 "name": "Test TestSwift: test_dry_run RemoteRemote", 33526 "type": "go", 33527 "request": "launch", 33528 "mode": "test", 33529 "program": "./cmd/bisync", 33530 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_dry_run", "-no-cleanup"] 33531 }, 33532 { 33533 "name": "Test TestSwift: test_equal LocalRemote", 33534 "type": "go", 33535 "request": "launch", 33536 "mode": "test", 33537 "program": "./cmd/bisync", 33538 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_equal", "-no-cleanup"] 33539 }, 33540 { 33541 "name": "Test TestSwift: test_equal RemoteLocal", 33542 "type": "go", 33543 "request": "launch", 33544 "mode": "test", 33545 "program": "./cmd/bisync", 33546 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 33547 }, 33548 { 33549 "name": "Test TestSwift: test_equal RemoteRemote", 33550 "type": "go", 33551 "request": "launch", 33552 "mode": "test", 33553 "program": "./cmd/bisync", 33554 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_equal", "-no-cleanup"] 33555 }, 33556 { 33557 "name": "Test TestSwift: test_ext_paths LocalRemote", 33558 "type": "go", 33559 "request": "launch", 33560 "mode": "test", 33561 "program": "./cmd/bisync", 33562 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_ext_paths", "-no-cleanup"] 33563 }, 33564 { 33565 "name": "Test TestSwift: test_ext_paths RemoteLocal", 33566 "type": "go", 33567 "request": "launch", 33568 "mode": "test", 33569 "program": "./cmd/bisync", 33570 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 33571 }, 33572 { 33573 "name": "Test TestSwift: test_ext_paths RemoteRemote", 33574 "type": "go", 33575 "request": "launch", 33576 "mode": "test", 33577 "program": "./cmd/bisync", 33578 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_ext_paths", "-no-cleanup"] 33579 }, 33580 { 33581 "name": "Test TestSwift: test_extended_filenames LocalRemote", 33582 "type": "go", 33583 "request": "launch", 33584 "mode": "test", 33585 "program": "./cmd/bisync", 33586 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_extended_filenames", "-no-cleanup"] 33587 }, 33588 { 33589 "name": "Test TestSwift: test_extended_filenames RemoteLocal", 33590 "type": "go", 33591 "request": "launch", 33592 "mode": "test", 33593 "program": "./cmd/bisync", 33594 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 33595 }, 33596 { 33597 "name": "Test TestSwift: test_extended_filenames RemoteRemote", 33598 "type": "go", 33599 "request": "launch", 33600 "mode": "test", 33601 "program": "./cmd/bisync", 33602 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_extended_filenames", "-no-cleanup"] 33603 }, 33604 { 33605 "name": "Test TestSwift: test_filters LocalRemote", 33606 "type": "go", 33607 "request": "launch", 33608 "mode": "test", 33609 "program": "./cmd/bisync", 33610 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_filters", "-no-cleanup"] 33611 }, 33612 { 33613 "name": "Test TestSwift: test_filters RemoteLocal", 33614 "type": "go", 33615 "request": "launch", 33616 "mode": "test", 33617 "program": "./cmd/bisync", 33618 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 33619 }, 33620 { 33621 "name": "Test TestSwift: test_filters RemoteRemote", 33622 "type": "go", 33623 "request": "launch", 33624 "mode": "test", 33625 "program": "./cmd/bisync", 33626 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_filters", "-no-cleanup"] 33627 }, 33628 { 33629 "name": "Test TestSwift: test_filtersfile_checks LocalRemote", 33630 "type": "go", 33631 "request": "launch", 33632 "mode": "test", 33633 "program": "./cmd/bisync", 33634 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_filtersfile_checks", "-no-cleanup"] 33635 }, 33636 { 33637 "name": "Test TestSwift: test_filtersfile_checks RemoteLocal", 33638 "type": "go", 33639 "request": "launch", 33640 "mode": "test", 33641 "program": "./cmd/bisync", 33642 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 33643 }, 33644 { 33645 "name": "Test TestSwift: test_filtersfile_checks RemoteRemote", 33646 "type": "go", 33647 "request": "launch", 33648 "mode": "test", 33649 "program": "./cmd/bisync", 33650 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_filtersfile_checks", "-no-cleanup"] 33651 }, 33652 { 33653 "name": "Test TestSwift: test_ignorelistingchecksum LocalRemote", 33654 "type": "go", 33655 "request": "launch", 33656 "mode": "test", 33657 "program": "./cmd/bisync", 33658 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 33659 }, 33660 { 33661 "name": "Test TestSwift: test_ignorelistingchecksum RemoteLocal", 33662 "type": "go", 33663 "request": "launch", 33664 "mode": "test", 33665 "program": "./cmd/bisync", 33666 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 33667 }, 33668 { 33669 "name": "Test TestSwift: test_ignorelistingchecksum RemoteRemote", 33670 "type": "go", 33671 "request": "launch", 33672 "mode": "test", 33673 "program": "./cmd/bisync", 33674 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 33675 }, 33676 { 33677 "name": "Test TestSwift: test_max_delete_path1 LocalRemote", 33678 "type": "go", 33679 "request": "launch", 33680 "mode": "test", 33681 "program": "./cmd/bisync", 33682 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_max_delete_path1", "-no-cleanup"] 33683 }, 33684 { 33685 "name": "Test TestSwift: test_max_delete_path1 RemoteLocal", 33686 "type": "go", 33687 "request": "launch", 33688 "mode": "test", 33689 "program": "./cmd/bisync", 33690 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 33691 }, 33692 { 33693 "name": "Test TestSwift: test_max_delete_path1 RemoteRemote", 33694 "type": "go", 33695 "request": "launch", 33696 "mode": "test", 33697 "program": "./cmd/bisync", 33698 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_max_delete_path1", "-no-cleanup"] 33699 }, 33700 { 33701 "name": "Test TestSwift: test_max_delete_path2_force LocalRemote", 33702 "type": "go", 33703 "request": "launch", 33704 "mode": "test", 33705 "program": "./cmd/bisync", 33706 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 33707 }, 33708 { 33709 "name": "Test TestSwift: test_max_delete_path2_force RemoteLocal", 33710 "type": "go", 33711 "request": "launch", 33712 "mode": "test", 33713 "program": "./cmd/bisync", 33714 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 33715 }, 33716 { 33717 "name": "Test TestSwift: test_max_delete_path2_force RemoteRemote", 33718 "type": "go", 33719 "request": "launch", 33720 "mode": "test", 33721 "program": "./cmd/bisync", 33722 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 33723 }, 33724 { 33725 "name": "Test TestSwift: test_nomodtime LocalRemote", 33726 "type": "go", 33727 "request": "launch", 33728 "mode": "test", 33729 "program": "./cmd/bisync", 33730 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_nomodtime", "-no-cleanup"] 33731 }, 33732 { 33733 "name": "Test TestSwift: test_nomodtime RemoteLocal", 33734 "type": "go", 33735 "request": "launch", 33736 "mode": "test", 33737 "program": "./cmd/bisync", 33738 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 33739 }, 33740 { 33741 "name": "Test TestSwift: test_nomodtime RemoteRemote", 33742 "type": "go", 33743 "request": "launch", 33744 "mode": "test", 33745 "program": "./cmd/bisync", 33746 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_nomodtime", "-no-cleanup"] 33747 }, 33748 { 33749 "name": "Test TestSwift: test_normalization LocalRemote", 33750 "type": "go", 33751 "request": "launch", 33752 "mode": "test", 33753 "program": "./cmd/bisync", 33754 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_normalization", "-no-cleanup"] 33755 }, 33756 { 33757 "name": "Test TestSwift: test_normalization RemoteLocal", 33758 "type": "go", 33759 "request": "launch", 33760 "mode": "test", 33761 "program": "./cmd/bisync", 33762 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 33763 }, 33764 { 33765 "name": "Test TestSwift: test_normalization RemoteRemote", 33766 "type": "go", 33767 "request": "launch", 33768 "mode": "test", 33769 "program": "./cmd/bisync", 33770 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_normalization", "-no-cleanup"] 33771 }, 33772 { 33773 "name": "Test TestSwift: test_rclone_args LocalRemote", 33774 "type": "go", 33775 "request": "launch", 33776 "mode": "test", 33777 "program": "./cmd/bisync", 33778 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_rclone_args", "-no-cleanup"] 33779 }, 33780 { 33781 "name": "Test TestSwift: test_rclone_args RemoteLocal", 33782 "type": "go", 33783 "request": "launch", 33784 "mode": "test", 33785 "program": "./cmd/bisync", 33786 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 33787 }, 33788 { 33789 "name": "Test TestSwift: test_rclone_args RemoteRemote", 33790 "type": "go", 33791 "request": "launch", 33792 "mode": "test", 33793 "program": "./cmd/bisync", 33794 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_rclone_args", "-no-cleanup"] 33795 }, 33796 { 33797 "name": "Test TestSwift: test_resolve LocalRemote", 33798 "type": "go", 33799 "request": "launch", 33800 "mode": "test", 33801 "program": "./cmd/bisync", 33802 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_resolve", "-no-cleanup"] 33803 }, 33804 { 33805 "name": "Test TestSwift: test_resolve RemoteLocal", 33806 "type": "go", 33807 "request": "launch", 33808 "mode": "test", 33809 "program": "./cmd/bisync", 33810 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 33811 }, 33812 { 33813 "name": "Test TestSwift: test_resolve RemoteRemote", 33814 "type": "go", 33815 "request": "launch", 33816 "mode": "test", 33817 "program": "./cmd/bisync", 33818 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_resolve", "-no-cleanup"] 33819 }, 33820 { 33821 "name": "Test TestSwift: test_resync LocalRemote", 33822 "type": "go", 33823 "request": "launch", 33824 "mode": "test", 33825 "program": "./cmd/bisync", 33826 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_resync", "-no-cleanup"] 33827 }, 33828 { 33829 "name": "Test TestSwift: test_resync RemoteLocal", 33830 "type": "go", 33831 "request": "launch", 33832 "mode": "test", 33833 "program": "./cmd/bisync", 33834 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 33835 }, 33836 { 33837 "name": "Test TestSwift: test_resync RemoteRemote", 33838 "type": "go", 33839 "request": "launch", 33840 "mode": "test", 33841 "program": "./cmd/bisync", 33842 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_resync", "-no-cleanup"] 33843 }, 33844 { 33845 "name": "Test TestSwift: test_resync_modes LocalRemote", 33846 "type": "go", 33847 "request": "launch", 33848 "mode": "test", 33849 "program": "./cmd/bisync", 33850 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_resync_modes", "-no-cleanup"] 33851 }, 33852 { 33853 "name": "Test TestSwift: test_resync_modes RemoteLocal", 33854 "type": "go", 33855 "request": "launch", 33856 "mode": "test", 33857 "program": "./cmd/bisync", 33858 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 33859 }, 33860 { 33861 "name": "Test TestSwift: test_resync_modes RemoteRemote", 33862 "type": "go", 33863 "request": "launch", 33864 "mode": "test", 33865 "program": "./cmd/bisync", 33866 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_resync_modes", "-no-cleanup"] 33867 }, 33868 { 33869 "name": "Test TestSwift: test_rmdirs LocalRemote", 33870 "type": "go", 33871 "request": "launch", 33872 "mode": "test", 33873 "program": "./cmd/bisync", 33874 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_rmdirs", "-no-cleanup"] 33875 }, 33876 { 33877 "name": "Test TestSwift: test_rmdirs RemoteLocal", 33878 "type": "go", 33879 "request": "launch", 33880 "mode": "test", 33881 "program": "./cmd/bisync", 33882 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 33883 }, 33884 { 33885 "name": "Test TestSwift: test_rmdirs RemoteRemote", 33886 "type": "go", 33887 "request": "launch", 33888 "mode": "test", 33889 "program": "./cmd/bisync", 33890 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_rmdirs", "-no-cleanup"] 33891 }, 33892 { 33893 "name": "Test TestSwift: test_volatile LocalRemote", 33894 "type": "go", 33895 "request": "launch", 33896 "mode": "test", 33897 "program": "./cmd/bisync", 33898 "args": ["-remote", "local", "-remote2", "TestSwift:", "-case", "test_volatile", "-no-cleanup"] 33899 }, 33900 { 33901 "name": "Test TestSwift: test_volatile RemoteLocal", 33902 "type": "go", 33903 "request": "launch", 33904 "mode": "test", 33905 "program": "./cmd/bisync", 33906 "args": ["-remote", "TestSwift:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 33907 }, 33908 { 33909 "name": "Test TestSwift: test_volatile RemoteRemote", 33910 "type": "go", 33911 "request": "launch", 33912 "mode": "test", 33913 "program": "./cmd/bisync", 33914 "args": ["-remote", "TestSwift:", "-remote2", "TestSwift:", "-case", "test_volatile", "-no-cleanup"] 33915 }, 33916 { 33917 "name": "Test TestYandex: test_all_changed LocalRemote", 33918 "type": "go", 33919 "request": "launch", 33920 "mode": "test", 33921 "program": "./cmd/bisync", 33922 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_all_changed", "-no-cleanup"] 33923 }, 33924 { 33925 "name": "Test TestYandex: test_all_changed RemoteLocal", 33926 "type": "go", 33927 "request": "launch", 33928 "mode": "test", 33929 "program": "./cmd/bisync", 33930 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 33931 }, 33932 { 33933 "name": "Test TestYandex: test_all_changed RemoteRemote", 33934 "type": "go", 33935 "request": "launch", 33936 "mode": "test", 33937 "program": "./cmd/bisync", 33938 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_all_changed", "-no-cleanup"] 33939 }, 33940 { 33941 "name": "Test TestYandex: test_backupdir LocalRemote", 33942 "type": "go", 33943 "request": "launch", 33944 "mode": "test", 33945 "program": "./cmd/bisync", 33946 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_backupdir", "-no-cleanup"] 33947 }, 33948 { 33949 "name": "Test TestYandex: test_backupdir RemoteLocal", 33950 "type": "go", 33951 "request": "launch", 33952 "mode": "test", 33953 "program": "./cmd/bisync", 33954 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 33955 }, 33956 { 33957 "name": "Test TestYandex: test_backupdir RemoteRemote", 33958 "type": "go", 33959 "request": "launch", 33960 "mode": "test", 33961 "program": "./cmd/bisync", 33962 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_backupdir", "-no-cleanup"] 33963 }, 33964 { 33965 "name": "Test TestYandex: test_basic LocalRemote", 33966 "type": "go", 33967 "request": "launch", 33968 "mode": "test", 33969 "program": "./cmd/bisync", 33970 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_basic", "-no-cleanup"] 33971 }, 33972 { 33973 "name": "Test TestYandex: test_basic RemoteLocal", 33974 "type": "go", 33975 "request": "launch", 33976 "mode": "test", 33977 "program": "./cmd/bisync", 33978 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 33979 }, 33980 { 33981 "name": "Test TestYandex: test_basic RemoteRemote", 33982 "type": "go", 33983 "request": "launch", 33984 "mode": "test", 33985 "program": "./cmd/bisync", 33986 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_basic", "-no-cleanup"] 33987 }, 33988 { 33989 "name": "Test TestYandex: test_changes LocalRemote", 33990 "type": "go", 33991 "request": "launch", 33992 "mode": "test", 33993 "program": "./cmd/bisync", 33994 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_changes", "-no-cleanup"] 33995 }, 33996 { 33997 "name": "Test TestYandex: test_changes RemoteLocal", 33998 "type": "go", 33999 "request": "launch", 34000 "mode": "test", 34001 "program": "./cmd/bisync", 34002 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 34003 }, 34004 { 34005 "name": "Test TestYandex: test_changes RemoteRemote", 34006 "type": "go", 34007 "request": "launch", 34008 "mode": "test", 34009 "program": "./cmd/bisync", 34010 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_changes", "-no-cleanup"] 34011 }, 34012 { 34013 "name": "Test TestYandex: test_check_access LocalRemote", 34014 "type": "go", 34015 "request": "launch", 34016 "mode": "test", 34017 "program": "./cmd/bisync", 34018 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_check_access", "-no-cleanup"] 34019 }, 34020 { 34021 "name": "Test TestYandex: test_check_access RemoteLocal", 34022 "type": "go", 34023 "request": "launch", 34024 "mode": "test", 34025 "program": "./cmd/bisync", 34026 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 34027 }, 34028 { 34029 "name": "Test TestYandex: test_check_access RemoteRemote", 34030 "type": "go", 34031 "request": "launch", 34032 "mode": "test", 34033 "program": "./cmd/bisync", 34034 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_check_access", "-no-cleanup"] 34035 }, 34036 { 34037 "name": "Test TestYandex: test_check_access_filters LocalRemote", 34038 "type": "go", 34039 "request": "launch", 34040 "mode": "test", 34041 "program": "./cmd/bisync", 34042 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_check_access_filters", "-no-cleanup"] 34043 }, 34044 { 34045 "name": "Test TestYandex: test_check_access_filters RemoteLocal", 34046 "type": "go", 34047 "request": "launch", 34048 "mode": "test", 34049 "program": "./cmd/bisync", 34050 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 34051 }, 34052 { 34053 "name": "Test TestYandex: test_check_access_filters RemoteRemote", 34054 "type": "go", 34055 "request": "launch", 34056 "mode": "test", 34057 "program": "./cmd/bisync", 34058 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_check_access_filters", "-no-cleanup"] 34059 }, 34060 { 34061 "name": "Test TestYandex: test_check_filename LocalRemote", 34062 "type": "go", 34063 "request": "launch", 34064 "mode": "test", 34065 "program": "./cmd/bisync", 34066 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_check_filename", "-no-cleanup"] 34067 }, 34068 { 34069 "name": "Test TestYandex: test_check_filename RemoteLocal", 34070 "type": "go", 34071 "request": "launch", 34072 "mode": "test", 34073 "program": "./cmd/bisync", 34074 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 34075 }, 34076 { 34077 "name": "Test TestYandex: test_check_filename RemoteRemote", 34078 "type": "go", 34079 "request": "launch", 34080 "mode": "test", 34081 "program": "./cmd/bisync", 34082 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_check_filename", "-no-cleanup"] 34083 }, 34084 { 34085 "name": "Test TestYandex: test_check_sync LocalRemote", 34086 "type": "go", 34087 "request": "launch", 34088 "mode": "test", 34089 "program": "./cmd/bisync", 34090 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_check_sync", "-no-cleanup"] 34091 }, 34092 { 34093 "name": "Test TestYandex: test_check_sync RemoteLocal", 34094 "type": "go", 34095 "request": "launch", 34096 "mode": "test", 34097 "program": "./cmd/bisync", 34098 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 34099 }, 34100 { 34101 "name": "Test TestYandex: test_check_sync RemoteRemote", 34102 "type": "go", 34103 "request": "launch", 34104 "mode": "test", 34105 "program": "./cmd/bisync", 34106 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_check_sync", "-no-cleanup"] 34107 }, 34108 { 34109 "name": "Test TestYandex: test_compare_all LocalRemote", 34110 "type": "go", 34111 "request": "launch", 34112 "mode": "test", 34113 "program": "./cmd/bisync", 34114 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_compare_all", "-no-cleanup"] 34115 }, 34116 { 34117 "name": "Test TestYandex: test_compare_all RemoteLocal", 34118 "type": "go", 34119 "request": "launch", 34120 "mode": "test", 34121 "program": "./cmd/bisync", 34122 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 34123 }, 34124 { 34125 "name": "Test TestYandex: test_compare_all RemoteRemote", 34126 "type": "go", 34127 "request": "launch", 34128 "mode": "test", 34129 "program": "./cmd/bisync", 34130 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_compare_all", "-no-cleanup"] 34131 }, 34132 { 34133 "name": "Test TestYandex: test_createemptysrcdirs LocalRemote", 34134 "type": "go", 34135 "request": "launch", 34136 "mode": "test", 34137 "program": "./cmd/bisync", 34138 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 34139 }, 34140 { 34141 "name": "Test TestYandex: test_createemptysrcdirs RemoteLocal", 34142 "type": "go", 34143 "request": "launch", 34144 "mode": "test", 34145 "program": "./cmd/bisync", 34146 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 34147 }, 34148 { 34149 "name": "Test TestYandex: test_createemptysrcdirs RemoteRemote", 34150 "type": "go", 34151 "request": "launch", 34152 "mode": "test", 34153 "program": "./cmd/bisync", 34154 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 34155 }, 34156 { 34157 "name": "Test TestYandex: test_dry_run LocalRemote", 34158 "type": "go", 34159 "request": "launch", 34160 "mode": "test", 34161 "program": "./cmd/bisync", 34162 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_dry_run", "-no-cleanup"] 34163 }, 34164 { 34165 "name": "Test TestYandex: test_dry_run RemoteLocal", 34166 "type": "go", 34167 "request": "launch", 34168 "mode": "test", 34169 "program": "./cmd/bisync", 34170 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 34171 }, 34172 { 34173 "name": "Test TestYandex: test_dry_run RemoteRemote", 34174 "type": "go", 34175 "request": "launch", 34176 "mode": "test", 34177 "program": "./cmd/bisync", 34178 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_dry_run", "-no-cleanup"] 34179 }, 34180 { 34181 "name": "Test TestYandex: test_equal LocalRemote", 34182 "type": "go", 34183 "request": "launch", 34184 "mode": "test", 34185 "program": "./cmd/bisync", 34186 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_equal", "-no-cleanup"] 34187 }, 34188 { 34189 "name": "Test TestYandex: test_equal RemoteLocal", 34190 "type": "go", 34191 "request": "launch", 34192 "mode": "test", 34193 "program": "./cmd/bisync", 34194 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 34195 }, 34196 { 34197 "name": "Test TestYandex: test_equal RemoteRemote", 34198 "type": "go", 34199 "request": "launch", 34200 "mode": "test", 34201 "program": "./cmd/bisync", 34202 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_equal", "-no-cleanup"] 34203 }, 34204 { 34205 "name": "Test TestYandex: test_ext_paths LocalRemote", 34206 "type": "go", 34207 "request": "launch", 34208 "mode": "test", 34209 "program": "./cmd/bisync", 34210 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_ext_paths", "-no-cleanup"] 34211 }, 34212 { 34213 "name": "Test TestYandex: test_ext_paths RemoteLocal", 34214 "type": "go", 34215 "request": "launch", 34216 "mode": "test", 34217 "program": "./cmd/bisync", 34218 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 34219 }, 34220 { 34221 "name": "Test TestYandex: test_ext_paths RemoteRemote", 34222 "type": "go", 34223 "request": "launch", 34224 "mode": "test", 34225 "program": "./cmd/bisync", 34226 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_ext_paths", "-no-cleanup"] 34227 }, 34228 { 34229 "name": "Test TestYandex: test_extended_filenames LocalRemote", 34230 "type": "go", 34231 "request": "launch", 34232 "mode": "test", 34233 "program": "./cmd/bisync", 34234 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_extended_filenames", "-no-cleanup"] 34235 }, 34236 { 34237 "name": "Test TestYandex: test_extended_filenames RemoteLocal", 34238 "type": "go", 34239 "request": "launch", 34240 "mode": "test", 34241 "program": "./cmd/bisync", 34242 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 34243 }, 34244 { 34245 "name": "Test TestYandex: test_extended_filenames RemoteRemote", 34246 "type": "go", 34247 "request": "launch", 34248 "mode": "test", 34249 "program": "./cmd/bisync", 34250 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_extended_filenames", "-no-cleanup"] 34251 }, 34252 { 34253 "name": "Test TestYandex: test_filters LocalRemote", 34254 "type": "go", 34255 "request": "launch", 34256 "mode": "test", 34257 "program": "./cmd/bisync", 34258 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_filters", "-no-cleanup"] 34259 }, 34260 { 34261 "name": "Test TestYandex: test_filters RemoteLocal", 34262 "type": "go", 34263 "request": "launch", 34264 "mode": "test", 34265 "program": "./cmd/bisync", 34266 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 34267 }, 34268 { 34269 "name": "Test TestYandex: test_filters RemoteRemote", 34270 "type": "go", 34271 "request": "launch", 34272 "mode": "test", 34273 "program": "./cmd/bisync", 34274 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_filters", "-no-cleanup"] 34275 }, 34276 { 34277 "name": "Test TestYandex: test_filtersfile_checks LocalRemote", 34278 "type": "go", 34279 "request": "launch", 34280 "mode": "test", 34281 "program": "./cmd/bisync", 34282 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_filtersfile_checks", "-no-cleanup"] 34283 }, 34284 { 34285 "name": "Test TestYandex: test_filtersfile_checks RemoteLocal", 34286 "type": "go", 34287 "request": "launch", 34288 "mode": "test", 34289 "program": "./cmd/bisync", 34290 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 34291 }, 34292 { 34293 "name": "Test TestYandex: test_filtersfile_checks RemoteRemote", 34294 "type": "go", 34295 "request": "launch", 34296 "mode": "test", 34297 "program": "./cmd/bisync", 34298 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_filtersfile_checks", "-no-cleanup"] 34299 }, 34300 { 34301 "name": "Test TestYandex: test_ignorelistingchecksum LocalRemote", 34302 "type": "go", 34303 "request": "launch", 34304 "mode": "test", 34305 "program": "./cmd/bisync", 34306 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 34307 }, 34308 { 34309 "name": "Test TestYandex: test_ignorelistingchecksum RemoteLocal", 34310 "type": "go", 34311 "request": "launch", 34312 "mode": "test", 34313 "program": "./cmd/bisync", 34314 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 34315 }, 34316 { 34317 "name": "Test TestYandex: test_ignorelistingchecksum RemoteRemote", 34318 "type": "go", 34319 "request": "launch", 34320 "mode": "test", 34321 "program": "./cmd/bisync", 34322 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 34323 }, 34324 { 34325 "name": "Test TestYandex: test_max_delete_path1 LocalRemote", 34326 "type": "go", 34327 "request": "launch", 34328 "mode": "test", 34329 "program": "./cmd/bisync", 34330 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_max_delete_path1", "-no-cleanup"] 34331 }, 34332 { 34333 "name": "Test TestYandex: test_max_delete_path1 RemoteLocal", 34334 "type": "go", 34335 "request": "launch", 34336 "mode": "test", 34337 "program": "./cmd/bisync", 34338 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 34339 }, 34340 { 34341 "name": "Test TestYandex: test_max_delete_path1 RemoteRemote", 34342 "type": "go", 34343 "request": "launch", 34344 "mode": "test", 34345 "program": "./cmd/bisync", 34346 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_max_delete_path1", "-no-cleanup"] 34347 }, 34348 { 34349 "name": "Test TestYandex: test_max_delete_path2_force LocalRemote", 34350 "type": "go", 34351 "request": "launch", 34352 "mode": "test", 34353 "program": "./cmd/bisync", 34354 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 34355 }, 34356 { 34357 "name": "Test TestYandex: test_max_delete_path2_force RemoteLocal", 34358 "type": "go", 34359 "request": "launch", 34360 "mode": "test", 34361 "program": "./cmd/bisync", 34362 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 34363 }, 34364 { 34365 "name": "Test TestYandex: test_max_delete_path2_force RemoteRemote", 34366 "type": "go", 34367 "request": "launch", 34368 "mode": "test", 34369 "program": "./cmd/bisync", 34370 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 34371 }, 34372 { 34373 "name": "Test TestYandex: test_nomodtime LocalRemote", 34374 "type": "go", 34375 "request": "launch", 34376 "mode": "test", 34377 "program": "./cmd/bisync", 34378 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_nomodtime", "-no-cleanup"] 34379 }, 34380 { 34381 "name": "Test TestYandex: test_nomodtime RemoteLocal", 34382 "type": "go", 34383 "request": "launch", 34384 "mode": "test", 34385 "program": "./cmd/bisync", 34386 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 34387 }, 34388 { 34389 "name": "Test TestYandex: test_nomodtime RemoteRemote", 34390 "type": "go", 34391 "request": "launch", 34392 "mode": "test", 34393 "program": "./cmd/bisync", 34394 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_nomodtime", "-no-cleanup"] 34395 }, 34396 { 34397 "name": "Test TestYandex: test_normalization LocalRemote", 34398 "type": "go", 34399 "request": "launch", 34400 "mode": "test", 34401 "program": "./cmd/bisync", 34402 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_normalization", "-no-cleanup"] 34403 }, 34404 { 34405 "name": "Test TestYandex: test_normalization RemoteLocal", 34406 "type": "go", 34407 "request": "launch", 34408 "mode": "test", 34409 "program": "./cmd/bisync", 34410 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 34411 }, 34412 { 34413 "name": "Test TestYandex: test_normalization RemoteRemote", 34414 "type": "go", 34415 "request": "launch", 34416 "mode": "test", 34417 "program": "./cmd/bisync", 34418 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_normalization", "-no-cleanup"] 34419 }, 34420 { 34421 "name": "Test TestYandex: test_rclone_args LocalRemote", 34422 "type": "go", 34423 "request": "launch", 34424 "mode": "test", 34425 "program": "./cmd/bisync", 34426 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_rclone_args", "-no-cleanup"] 34427 }, 34428 { 34429 "name": "Test TestYandex: test_rclone_args RemoteLocal", 34430 "type": "go", 34431 "request": "launch", 34432 "mode": "test", 34433 "program": "./cmd/bisync", 34434 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 34435 }, 34436 { 34437 "name": "Test TestYandex: test_rclone_args RemoteRemote", 34438 "type": "go", 34439 "request": "launch", 34440 "mode": "test", 34441 "program": "./cmd/bisync", 34442 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_rclone_args", "-no-cleanup"] 34443 }, 34444 { 34445 "name": "Test TestYandex: test_resolve LocalRemote", 34446 "type": "go", 34447 "request": "launch", 34448 "mode": "test", 34449 "program": "./cmd/bisync", 34450 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_resolve", "-no-cleanup"] 34451 }, 34452 { 34453 "name": "Test TestYandex: test_resolve RemoteLocal", 34454 "type": "go", 34455 "request": "launch", 34456 "mode": "test", 34457 "program": "./cmd/bisync", 34458 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 34459 }, 34460 { 34461 "name": "Test TestYandex: test_resolve RemoteRemote", 34462 "type": "go", 34463 "request": "launch", 34464 "mode": "test", 34465 "program": "./cmd/bisync", 34466 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_resolve", "-no-cleanup"] 34467 }, 34468 { 34469 "name": "Test TestYandex: test_resync LocalRemote", 34470 "type": "go", 34471 "request": "launch", 34472 "mode": "test", 34473 "program": "./cmd/bisync", 34474 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_resync", "-no-cleanup"] 34475 }, 34476 { 34477 "name": "Test TestYandex: test_resync RemoteLocal", 34478 "type": "go", 34479 "request": "launch", 34480 "mode": "test", 34481 "program": "./cmd/bisync", 34482 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 34483 }, 34484 { 34485 "name": "Test TestYandex: test_resync RemoteRemote", 34486 "type": "go", 34487 "request": "launch", 34488 "mode": "test", 34489 "program": "./cmd/bisync", 34490 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_resync", "-no-cleanup"] 34491 }, 34492 { 34493 "name": "Test TestYandex: test_resync_modes LocalRemote", 34494 "type": "go", 34495 "request": "launch", 34496 "mode": "test", 34497 "program": "./cmd/bisync", 34498 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_resync_modes", "-no-cleanup"] 34499 }, 34500 { 34501 "name": "Test TestYandex: test_resync_modes RemoteLocal", 34502 "type": "go", 34503 "request": "launch", 34504 "mode": "test", 34505 "program": "./cmd/bisync", 34506 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 34507 }, 34508 { 34509 "name": "Test TestYandex: test_resync_modes RemoteRemote", 34510 "type": "go", 34511 "request": "launch", 34512 "mode": "test", 34513 "program": "./cmd/bisync", 34514 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_resync_modes", "-no-cleanup"] 34515 }, 34516 { 34517 "name": "Test TestYandex: test_rmdirs LocalRemote", 34518 "type": "go", 34519 "request": "launch", 34520 "mode": "test", 34521 "program": "./cmd/bisync", 34522 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_rmdirs", "-no-cleanup"] 34523 }, 34524 { 34525 "name": "Test TestYandex: test_rmdirs RemoteLocal", 34526 "type": "go", 34527 "request": "launch", 34528 "mode": "test", 34529 "program": "./cmd/bisync", 34530 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 34531 }, 34532 { 34533 "name": "Test TestYandex: test_rmdirs RemoteRemote", 34534 "type": "go", 34535 "request": "launch", 34536 "mode": "test", 34537 "program": "./cmd/bisync", 34538 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_rmdirs", "-no-cleanup"] 34539 }, 34540 { 34541 "name": "Test TestYandex: test_volatile LocalRemote", 34542 "type": "go", 34543 "request": "launch", 34544 "mode": "test", 34545 "program": "./cmd/bisync", 34546 "args": ["-remote", "local", "-remote2", "TestYandex:", "-case", "test_volatile", "-no-cleanup"] 34547 }, 34548 { 34549 "name": "Test TestYandex: test_volatile RemoteLocal", 34550 "type": "go", 34551 "request": "launch", 34552 "mode": "test", 34553 "program": "./cmd/bisync", 34554 "args": ["-remote", "TestYandex:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 34555 }, 34556 { 34557 "name": "Test TestYandex: test_volatile RemoteRemote", 34558 "type": "go", 34559 "request": "launch", 34560 "mode": "test", 34561 "program": "./cmd/bisync", 34562 "args": ["-remote", "TestYandex:", "-remote2", "TestYandex:", "-case", "test_volatile", "-no-cleanup"] 34563 }, 34564 { 34565 "name": "Test TestFTPProftpd: test_all_changed LocalRemote", 34566 "type": "go", 34567 "request": "launch", 34568 "mode": "test", 34569 "program": "./cmd/bisync", 34570 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_all_changed", "-no-cleanup"] 34571 }, 34572 { 34573 "name": "Test TestFTPProftpd: test_all_changed RemoteLocal", 34574 "type": "go", 34575 "request": "launch", 34576 "mode": "test", 34577 "program": "./cmd/bisync", 34578 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 34579 }, 34580 { 34581 "name": "Test TestFTPProftpd: test_all_changed RemoteRemote", 34582 "type": "go", 34583 "request": "launch", 34584 "mode": "test", 34585 "program": "./cmd/bisync", 34586 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_all_changed", "-no-cleanup"] 34587 }, 34588 { 34589 "name": "Test TestFTPProftpd: test_backupdir LocalRemote", 34590 "type": "go", 34591 "request": "launch", 34592 "mode": "test", 34593 "program": "./cmd/bisync", 34594 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_backupdir", "-no-cleanup"] 34595 }, 34596 { 34597 "name": "Test TestFTPProftpd: test_backupdir RemoteLocal", 34598 "type": "go", 34599 "request": "launch", 34600 "mode": "test", 34601 "program": "./cmd/bisync", 34602 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 34603 }, 34604 { 34605 "name": "Test TestFTPProftpd: test_backupdir RemoteRemote", 34606 "type": "go", 34607 "request": "launch", 34608 "mode": "test", 34609 "program": "./cmd/bisync", 34610 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_backupdir", "-no-cleanup"] 34611 }, 34612 { 34613 "name": "Test TestFTPProftpd: test_basic LocalRemote", 34614 "type": "go", 34615 "request": "launch", 34616 "mode": "test", 34617 "program": "./cmd/bisync", 34618 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_basic", "-no-cleanup"] 34619 }, 34620 { 34621 "name": "Test TestFTPProftpd: test_basic RemoteLocal", 34622 "type": "go", 34623 "request": "launch", 34624 "mode": "test", 34625 "program": "./cmd/bisync", 34626 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 34627 }, 34628 { 34629 "name": "Test TestFTPProftpd: test_basic RemoteRemote", 34630 "type": "go", 34631 "request": "launch", 34632 "mode": "test", 34633 "program": "./cmd/bisync", 34634 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_basic", "-no-cleanup"] 34635 }, 34636 { 34637 "name": "Test TestFTPProftpd: test_changes LocalRemote", 34638 "type": "go", 34639 "request": "launch", 34640 "mode": "test", 34641 "program": "./cmd/bisync", 34642 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_changes", "-no-cleanup"] 34643 }, 34644 { 34645 "name": "Test TestFTPProftpd: test_changes RemoteLocal", 34646 "type": "go", 34647 "request": "launch", 34648 "mode": "test", 34649 "program": "./cmd/bisync", 34650 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 34651 }, 34652 { 34653 "name": "Test TestFTPProftpd: test_changes RemoteRemote", 34654 "type": "go", 34655 "request": "launch", 34656 "mode": "test", 34657 "program": "./cmd/bisync", 34658 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_changes", "-no-cleanup"] 34659 }, 34660 { 34661 "name": "Test TestFTPProftpd: test_check_access LocalRemote", 34662 "type": "go", 34663 "request": "launch", 34664 "mode": "test", 34665 "program": "./cmd/bisync", 34666 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_check_access", "-no-cleanup"] 34667 }, 34668 { 34669 "name": "Test TestFTPProftpd: test_check_access RemoteLocal", 34670 "type": "go", 34671 "request": "launch", 34672 "mode": "test", 34673 "program": "./cmd/bisync", 34674 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 34675 }, 34676 { 34677 "name": "Test TestFTPProftpd: test_check_access RemoteRemote", 34678 "type": "go", 34679 "request": "launch", 34680 "mode": "test", 34681 "program": "./cmd/bisync", 34682 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_check_access", "-no-cleanup"] 34683 }, 34684 { 34685 "name": "Test TestFTPProftpd: test_check_access_filters LocalRemote", 34686 "type": "go", 34687 "request": "launch", 34688 "mode": "test", 34689 "program": "./cmd/bisync", 34690 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_check_access_filters", "-no-cleanup"] 34691 }, 34692 { 34693 "name": "Test TestFTPProftpd: test_check_access_filters RemoteLocal", 34694 "type": "go", 34695 "request": "launch", 34696 "mode": "test", 34697 "program": "./cmd/bisync", 34698 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 34699 }, 34700 { 34701 "name": "Test TestFTPProftpd: test_check_access_filters RemoteRemote", 34702 "type": "go", 34703 "request": "launch", 34704 "mode": "test", 34705 "program": "./cmd/bisync", 34706 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_check_access_filters", "-no-cleanup"] 34707 }, 34708 { 34709 "name": "Test TestFTPProftpd: test_check_filename LocalRemote", 34710 "type": "go", 34711 "request": "launch", 34712 "mode": "test", 34713 "program": "./cmd/bisync", 34714 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_check_filename", "-no-cleanup"] 34715 }, 34716 { 34717 "name": "Test TestFTPProftpd: test_check_filename RemoteLocal", 34718 "type": "go", 34719 "request": "launch", 34720 "mode": "test", 34721 "program": "./cmd/bisync", 34722 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 34723 }, 34724 { 34725 "name": "Test TestFTPProftpd: test_check_filename RemoteRemote", 34726 "type": "go", 34727 "request": "launch", 34728 "mode": "test", 34729 "program": "./cmd/bisync", 34730 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_check_filename", "-no-cleanup"] 34731 }, 34732 { 34733 "name": "Test TestFTPProftpd: test_check_sync LocalRemote", 34734 "type": "go", 34735 "request": "launch", 34736 "mode": "test", 34737 "program": "./cmd/bisync", 34738 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_check_sync", "-no-cleanup"] 34739 }, 34740 { 34741 "name": "Test TestFTPProftpd: test_check_sync RemoteLocal", 34742 "type": "go", 34743 "request": "launch", 34744 "mode": "test", 34745 "program": "./cmd/bisync", 34746 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 34747 }, 34748 { 34749 "name": "Test TestFTPProftpd: test_check_sync RemoteRemote", 34750 "type": "go", 34751 "request": "launch", 34752 "mode": "test", 34753 "program": "./cmd/bisync", 34754 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_check_sync", "-no-cleanup"] 34755 }, 34756 { 34757 "name": "Test TestFTPProftpd: test_compare_all LocalRemote", 34758 "type": "go", 34759 "request": "launch", 34760 "mode": "test", 34761 "program": "./cmd/bisync", 34762 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_compare_all", "-no-cleanup"] 34763 }, 34764 { 34765 "name": "Test TestFTPProftpd: test_compare_all RemoteLocal", 34766 "type": "go", 34767 "request": "launch", 34768 "mode": "test", 34769 "program": "./cmd/bisync", 34770 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 34771 }, 34772 { 34773 "name": "Test TestFTPProftpd: test_compare_all RemoteRemote", 34774 "type": "go", 34775 "request": "launch", 34776 "mode": "test", 34777 "program": "./cmd/bisync", 34778 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_compare_all", "-no-cleanup"] 34779 }, 34780 { 34781 "name": "Test TestFTPProftpd: test_createemptysrcdirs LocalRemote", 34782 "type": "go", 34783 "request": "launch", 34784 "mode": "test", 34785 "program": "./cmd/bisync", 34786 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 34787 }, 34788 { 34789 "name": "Test TestFTPProftpd: test_createemptysrcdirs RemoteLocal", 34790 "type": "go", 34791 "request": "launch", 34792 "mode": "test", 34793 "program": "./cmd/bisync", 34794 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 34795 }, 34796 { 34797 "name": "Test TestFTPProftpd: test_createemptysrcdirs RemoteRemote", 34798 "type": "go", 34799 "request": "launch", 34800 "mode": "test", 34801 "program": "./cmd/bisync", 34802 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 34803 }, 34804 { 34805 "name": "Test TestFTPProftpd: test_dry_run LocalRemote", 34806 "type": "go", 34807 "request": "launch", 34808 "mode": "test", 34809 "program": "./cmd/bisync", 34810 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_dry_run", "-no-cleanup"] 34811 }, 34812 { 34813 "name": "Test TestFTPProftpd: test_dry_run RemoteLocal", 34814 "type": "go", 34815 "request": "launch", 34816 "mode": "test", 34817 "program": "./cmd/bisync", 34818 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 34819 }, 34820 { 34821 "name": "Test TestFTPProftpd: test_dry_run RemoteRemote", 34822 "type": "go", 34823 "request": "launch", 34824 "mode": "test", 34825 "program": "./cmd/bisync", 34826 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_dry_run", "-no-cleanup"] 34827 }, 34828 { 34829 "name": "Test TestFTPProftpd: test_equal LocalRemote", 34830 "type": "go", 34831 "request": "launch", 34832 "mode": "test", 34833 "program": "./cmd/bisync", 34834 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_equal", "-no-cleanup"] 34835 }, 34836 { 34837 "name": "Test TestFTPProftpd: test_equal RemoteLocal", 34838 "type": "go", 34839 "request": "launch", 34840 "mode": "test", 34841 "program": "./cmd/bisync", 34842 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 34843 }, 34844 { 34845 "name": "Test TestFTPProftpd: test_equal RemoteRemote", 34846 "type": "go", 34847 "request": "launch", 34848 "mode": "test", 34849 "program": "./cmd/bisync", 34850 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_equal", "-no-cleanup"] 34851 }, 34852 { 34853 "name": "Test TestFTPProftpd: test_ext_paths LocalRemote", 34854 "type": "go", 34855 "request": "launch", 34856 "mode": "test", 34857 "program": "./cmd/bisync", 34858 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_ext_paths", "-no-cleanup"] 34859 }, 34860 { 34861 "name": "Test TestFTPProftpd: test_ext_paths RemoteLocal", 34862 "type": "go", 34863 "request": "launch", 34864 "mode": "test", 34865 "program": "./cmd/bisync", 34866 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 34867 }, 34868 { 34869 "name": "Test TestFTPProftpd: test_ext_paths RemoteRemote", 34870 "type": "go", 34871 "request": "launch", 34872 "mode": "test", 34873 "program": "./cmd/bisync", 34874 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_ext_paths", "-no-cleanup"] 34875 }, 34876 { 34877 "name": "Test TestFTPProftpd: test_extended_filenames LocalRemote", 34878 "type": "go", 34879 "request": "launch", 34880 "mode": "test", 34881 "program": "./cmd/bisync", 34882 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_extended_filenames", "-no-cleanup"] 34883 }, 34884 { 34885 "name": "Test TestFTPProftpd: test_extended_filenames RemoteLocal", 34886 "type": "go", 34887 "request": "launch", 34888 "mode": "test", 34889 "program": "./cmd/bisync", 34890 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 34891 }, 34892 { 34893 "name": "Test TestFTPProftpd: test_extended_filenames RemoteRemote", 34894 "type": "go", 34895 "request": "launch", 34896 "mode": "test", 34897 "program": "./cmd/bisync", 34898 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_extended_filenames", "-no-cleanup"] 34899 }, 34900 { 34901 "name": "Test TestFTPProftpd: test_filters LocalRemote", 34902 "type": "go", 34903 "request": "launch", 34904 "mode": "test", 34905 "program": "./cmd/bisync", 34906 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_filters", "-no-cleanup"] 34907 }, 34908 { 34909 "name": "Test TestFTPProftpd: test_filters RemoteLocal", 34910 "type": "go", 34911 "request": "launch", 34912 "mode": "test", 34913 "program": "./cmd/bisync", 34914 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 34915 }, 34916 { 34917 "name": "Test TestFTPProftpd: test_filters RemoteRemote", 34918 "type": "go", 34919 "request": "launch", 34920 "mode": "test", 34921 "program": "./cmd/bisync", 34922 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_filters", "-no-cleanup"] 34923 }, 34924 { 34925 "name": "Test TestFTPProftpd: test_filtersfile_checks LocalRemote", 34926 "type": "go", 34927 "request": "launch", 34928 "mode": "test", 34929 "program": "./cmd/bisync", 34930 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_filtersfile_checks", "-no-cleanup"] 34931 }, 34932 { 34933 "name": "Test TestFTPProftpd: test_filtersfile_checks RemoteLocal", 34934 "type": "go", 34935 "request": "launch", 34936 "mode": "test", 34937 "program": "./cmd/bisync", 34938 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 34939 }, 34940 { 34941 "name": "Test TestFTPProftpd: test_filtersfile_checks RemoteRemote", 34942 "type": "go", 34943 "request": "launch", 34944 "mode": "test", 34945 "program": "./cmd/bisync", 34946 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_filtersfile_checks", "-no-cleanup"] 34947 }, 34948 { 34949 "name": "Test TestFTPProftpd: test_ignorelistingchecksum LocalRemote", 34950 "type": "go", 34951 "request": "launch", 34952 "mode": "test", 34953 "program": "./cmd/bisync", 34954 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 34955 }, 34956 { 34957 "name": "Test TestFTPProftpd: test_ignorelistingchecksum RemoteLocal", 34958 "type": "go", 34959 "request": "launch", 34960 "mode": "test", 34961 "program": "./cmd/bisync", 34962 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 34963 }, 34964 { 34965 "name": "Test TestFTPProftpd: test_ignorelistingchecksum RemoteRemote", 34966 "type": "go", 34967 "request": "launch", 34968 "mode": "test", 34969 "program": "./cmd/bisync", 34970 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 34971 }, 34972 { 34973 "name": "Test TestFTPProftpd: test_max_delete_path1 LocalRemote", 34974 "type": "go", 34975 "request": "launch", 34976 "mode": "test", 34977 "program": "./cmd/bisync", 34978 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_max_delete_path1", "-no-cleanup"] 34979 }, 34980 { 34981 "name": "Test TestFTPProftpd: test_max_delete_path1 RemoteLocal", 34982 "type": "go", 34983 "request": "launch", 34984 "mode": "test", 34985 "program": "./cmd/bisync", 34986 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 34987 }, 34988 { 34989 "name": "Test TestFTPProftpd: test_max_delete_path1 RemoteRemote", 34990 "type": "go", 34991 "request": "launch", 34992 "mode": "test", 34993 "program": "./cmd/bisync", 34994 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_max_delete_path1", "-no-cleanup"] 34995 }, 34996 { 34997 "name": "Test TestFTPProftpd: test_max_delete_path2_force LocalRemote", 34998 "type": "go", 34999 "request": "launch", 35000 "mode": "test", 35001 "program": "./cmd/bisync", 35002 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 35003 }, 35004 { 35005 "name": "Test TestFTPProftpd: test_max_delete_path2_force RemoteLocal", 35006 "type": "go", 35007 "request": "launch", 35008 "mode": "test", 35009 "program": "./cmd/bisync", 35010 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 35011 }, 35012 { 35013 "name": "Test TestFTPProftpd: test_max_delete_path2_force RemoteRemote", 35014 "type": "go", 35015 "request": "launch", 35016 "mode": "test", 35017 "program": "./cmd/bisync", 35018 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 35019 }, 35020 { 35021 "name": "Test TestFTPProftpd: test_nomodtime LocalRemote", 35022 "type": "go", 35023 "request": "launch", 35024 "mode": "test", 35025 "program": "./cmd/bisync", 35026 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_nomodtime", "-no-cleanup"] 35027 }, 35028 { 35029 "name": "Test TestFTPProftpd: test_nomodtime RemoteLocal", 35030 "type": "go", 35031 "request": "launch", 35032 "mode": "test", 35033 "program": "./cmd/bisync", 35034 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 35035 }, 35036 { 35037 "name": "Test TestFTPProftpd: test_nomodtime RemoteRemote", 35038 "type": "go", 35039 "request": "launch", 35040 "mode": "test", 35041 "program": "./cmd/bisync", 35042 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_nomodtime", "-no-cleanup"] 35043 }, 35044 { 35045 "name": "Test TestFTPProftpd: test_normalization LocalRemote", 35046 "type": "go", 35047 "request": "launch", 35048 "mode": "test", 35049 "program": "./cmd/bisync", 35050 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_normalization", "-no-cleanup"] 35051 }, 35052 { 35053 "name": "Test TestFTPProftpd: test_normalization RemoteLocal", 35054 "type": "go", 35055 "request": "launch", 35056 "mode": "test", 35057 "program": "./cmd/bisync", 35058 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 35059 }, 35060 { 35061 "name": "Test TestFTPProftpd: test_normalization RemoteRemote", 35062 "type": "go", 35063 "request": "launch", 35064 "mode": "test", 35065 "program": "./cmd/bisync", 35066 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_normalization", "-no-cleanup"] 35067 }, 35068 { 35069 "name": "Test TestFTPProftpd: test_rclone_args LocalRemote", 35070 "type": "go", 35071 "request": "launch", 35072 "mode": "test", 35073 "program": "./cmd/bisync", 35074 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_rclone_args", "-no-cleanup"] 35075 }, 35076 { 35077 "name": "Test TestFTPProftpd: test_rclone_args RemoteLocal", 35078 "type": "go", 35079 "request": "launch", 35080 "mode": "test", 35081 "program": "./cmd/bisync", 35082 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 35083 }, 35084 { 35085 "name": "Test TestFTPProftpd: test_rclone_args RemoteRemote", 35086 "type": "go", 35087 "request": "launch", 35088 "mode": "test", 35089 "program": "./cmd/bisync", 35090 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_rclone_args", "-no-cleanup"] 35091 }, 35092 { 35093 "name": "Test TestFTPProftpd: test_resolve LocalRemote", 35094 "type": "go", 35095 "request": "launch", 35096 "mode": "test", 35097 "program": "./cmd/bisync", 35098 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_resolve", "-no-cleanup"] 35099 }, 35100 { 35101 "name": "Test TestFTPProftpd: test_resolve RemoteLocal", 35102 "type": "go", 35103 "request": "launch", 35104 "mode": "test", 35105 "program": "./cmd/bisync", 35106 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 35107 }, 35108 { 35109 "name": "Test TestFTPProftpd: test_resolve RemoteRemote", 35110 "type": "go", 35111 "request": "launch", 35112 "mode": "test", 35113 "program": "./cmd/bisync", 35114 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_resolve", "-no-cleanup"] 35115 }, 35116 { 35117 "name": "Test TestFTPProftpd: test_resync LocalRemote", 35118 "type": "go", 35119 "request": "launch", 35120 "mode": "test", 35121 "program": "./cmd/bisync", 35122 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_resync", "-no-cleanup"] 35123 }, 35124 { 35125 "name": "Test TestFTPProftpd: test_resync RemoteLocal", 35126 "type": "go", 35127 "request": "launch", 35128 "mode": "test", 35129 "program": "./cmd/bisync", 35130 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 35131 }, 35132 { 35133 "name": "Test TestFTPProftpd: test_resync RemoteRemote", 35134 "type": "go", 35135 "request": "launch", 35136 "mode": "test", 35137 "program": "./cmd/bisync", 35138 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_resync", "-no-cleanup"] 35139 }, 35140 { 35141 "name": "Test TestFTPProftpd: test_resync_modes LocalRemote", 35142 "type": "go", 35143 "request": "launch", 35144 "mode": "test", 35145 "program": "./cmd/bisync", 35146 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_resync_modes", "-no-cleanup"] 35147 }, 35148 { 35149 "name": "Test TestFTPProftpd: test_resync_modes RemoteLocal", 35150 "type": "go", 35151 "request": "launch", 35152 "mode": "test", 35153 "program": "./cmd/bisync", 35154 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 35155 }, 35156 { 35157 "name": "Test TestFTPProftpd: test_resync_modes RemoteRemote", 35158 "type": "go", 35159 "request": "launch", 35160 "mode": "test", 35161 "program": "./cmd/bisync", 35162 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_resync_modes", "-no-cleanup"] 35163 }, 35164 { 35165 "name": "Test TestFTPProftpd: test_rmdirs LocalRemote", 35166 "type": "go", 35167 "request": "launch", 35168 "mode": "test", 35169 "program": "./cmd/bisync", 35170 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_rmdirs", "-no-cleanup"] 35171 }, 35172 { 35173 "name": "Test TestFTPProftpd: test_rmdirs RemoteLocal", 35174 "type": "go", 35175 "request": "launch", 35176 "mode": "test", 35177 "program": "./cmd/bisync", 35178 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 35179 }, 35180 { 35181 "name": "Test TestFTPProftpd: test_rmdirs RemoteRemote", 35182 "type": "go", 35183 "request": "launch", 35184 "mode": "test", 35185 "program": "./cmd/bisync", 35186 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_rmdirs", "-no-cleanup"] 35187 }, 35188 { 35189 "name": "Test TestFTPProftpd: test_volatile LocalRemote", 35190 "type": "go", 35191 "request": "launch", 35192 "mode": "test", 35193 "program": "./cmd/bisync", 35194 "args": ["-remote", "local", "-remote2", "TestFTPProftpd:", "-case", "test_volatile", "-no-cleanup"] 35195 }, 35196 { 35197 "name": "Test TestFTPProftpd: test_volatile RemoteLocal", 35198 "type": "go", 35199 "request": "launch", 35200 "mode": "test", 35201 "program": "./cmd/bisync", 35202 "args": ["-remote", "TestFTPProftpd:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 35203 }, 35204 { 35205 "name": "Test TestFTPProftpd: test_volatile RemoteRemote", 35206 "type": "go", 35207 "request": "launch", 35208 "mode": "test", 35209 "program": "./cmd/bisync", 35210 "args": ["-remote", "TestFTPProftpd:", "-remote2", "TestFTPProftpd:", "-case", "test_volatile", "-no-cleanup"] 35211 }, 35212 { 35213 "name": "Test TestFTPPureftpd: test_all_changed LocalRemote", 35214 "type": "go", 35215 "request": "launch", 35216 "mode": "test", 35217 "program": "./cmd/bisync", 35218 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_all_changed", "-no-cleanup"] 35219 }, 35220 { 35221 "name": "Test TestFTPPureftpd: test_all_changed RemoteLocal", 35222 "type": "go", 35223 "request": "launch", 35224 "mode": "test", 35225 "program": "./cmd/bisync", 35226 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 35227 }, 35228 { 35229 "name": "Test TestFTPPureftpd: test_all_changed RemoteRemote", 35230 "type": "go", 35231 "request": "launch", 35232 "mode": "test", 35233 "program": "./cmd/bisync", 35234 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_all_changed", "-no-cleanup"] 35235 }, 35236 { 35237 "name": "Test TestFTPPureftpd: test_backupdir LocalRemote", 35238 "type": "go", 35239 "request": "launch", 35240 "mode": "test", 35241 "program": "./cmd/bisync", 35242 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_backupdir", "-no-cleanup"] 35243 }, 35244 { 35245 "name": "Test TestFTPPureftpd: test_backupdir RemoteLocal", 35246 "type": "go", 35247 "request": "launch", 35248 "mode": "test", 35249 "program": "./cmd/bisync", 35250 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 35251 }, 35252 { 35253 "name": "Test TestFTPPureftpd: test_backupdir RemoteRemote", 35254 "type": "go", 35255 "request": "launch", 35256 "mode": "test", 35257 "program": "./cmd/bisync", 35258 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_backupdir", "-no-cleanup"] 35259 }, 35260 { 35261 "name": "Test TestFTPPureftpd: test_basic LocalRemote", 35262 "type": "go", 35263 "request": "launch", 35264 "mode": "test", 35265 "program": "./cmd/bisync", 35266 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_basic", "-no-cleanup"] 35267 }, 35268 { 35269 "name": "Test TestFTPPureftpd: test_basic RemoteLocal", 35270 "type": "go", 35271 "request": "launch", 35272 "mode": "test", 35273 "program": "./cmd/bisync", 35274 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 35275 }, 35276 { 35277 "name": "Test TestFTPPureftpd: test_basic RemoteRemote", 35278 "type": "go", 35279 "request": "launch", 35280 "mode": "test", 35281 "program": "./cmd/bisync", 35282 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_basic", "-no-cleanup"] 35283 }, 35284 { 35285 "name": "Test TestFTPPureftpd: test_changes LocalRemote", 35286 "type": "go", 35287 "request": "launch", 35288 "mode": "test", 35289 "program": "./cmd/bisync", 35290 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_changes", "-no-cleanup"] 35291 }, 35292 { 35293 "name": "Test TestFTPPureftpd: test_changes RemoteLocal", 35294 "type": "go", 35295 "request": "launch", 35296 "mode": "test", 35297 "program": "./cmd/bisync", 35298 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 35299 }, 35300 { 35301 "name": "Test TestFTPPureftpd: test_changes RemoteRemote", 35302 "type": "go", 35303 "request": "launch", 35304 "mode": "test", 35305 "program": "./cmd/bisync", 35306 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_changes", "-no-cleanup"] 35307 }, 35308 { 35309 "name": "Test TestFTPPureftpd: test_check_access LocalRemote", 35310 "type": "go", 35311 "request": "launch", 35312 "mode": "test", 35313 "program": "./cmd/bisync", 35314 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_check_access", "-no-cleanup"] 35315 }, 35316 { 35317 "name": "Test TestFTPPureftpd: test_check_access RemoteLocal", 35318 "type": "go", 35319 "request": "launch", 35320 "mode": "test", 35321 "program": "./cmd/bisync", 35322 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 35323 }, 35324 { 35325 "name": "Test TestFTPPureftpd: test_check_access RemoteRemote", 35326 "type": "go", 35327 "request": "launch", 35328 "mode": "test", 35329 "program": "./cmd/bisync", 35330 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_check_access", "-no-cleanup"] 35331 }, 35332 { 35333 "name": "Test TestFTPPureftpd: test_check_access_filters LocalRemote", 35334 "type": "go", 35335 "request": "launch", 35336 "mode": "test", 35337 "program": "./cmd/bisync", 35338 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_check_access_filters", "-no-cleanup"] 35339 }, 35340 { 35341 "name": "Test TestFTPPureftpd: test_check_access_filters RemoteLocal", 35342 "type": "go", 35343 "request": "launch", 35344 "mode": "test", 35345 "program": "./cmd/bisync", 35346 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 35347 }, 35348 { 35349 "name": "Test TestFTPPureftpd: test_check_access_filters RemoteRemote", 35350 "type": "go", 35351 "request": "launch", 35352 "mode": "test", 35353 "program": "./cmd/bisync", 35354 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_check_access_filters", "-no-cleanup"] 35355 }, 35356 { 35357 "name": "Test TestFTPPureftpd: test_check_filename LocalRemote", 35358 "type": "go", 35359 "request": "launch", 35360 "mode": "test", 35361 "program": "./cmd/bisync", 35362 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_check_filename", "-no-cleanup"] 35363 }, 35364 { 35365 "name": "Test TestFTPPureftpd: test_check_filename RemoteLocal", 35366 "type": "go", 35367 "request": "launch", 35368 "mode": "test", 35369 "program": "./cmd/bisync", 35370 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 35371 }, 35372 { 35373 "name": "Test TestFTPPureftpd: test_check_filename RemoteRemote", 35374 "type": "go", 35375 "request": "launch", 35376 "mode": "test", 35377 "program": "./cmd/bisync", 35378 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_check_filename", "-no-cleanup"] 35379 }, 35380 { 35381 "name": "Test TestFTPPureftpd: test_check_sync LocalRemote", 35382 "type": "go", 35383 "request": "launch", 35384 "mode": "test", 35385 "program": "./cmd/bisync", 35386 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_check_sync", "-no-cleanup"] 35387 }, 35388 { 35389 "name": "Test TestFTPPureftpd: test_check_sync RemoteLocal", 35390 "type": "go", 35391 "request": "launch", 35392 "mode": "test", 35393 "program": "./cmd/bisync", 35394 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 35395 }, 35396 { 35397 "name": "Test TestFTPPureftpd: test_check_sync RemoteRemote", 35398 "type": "go", 35399 "request": "launch", 35400 "mode": "test", 35401 "program": "./cmd/bisync", 35402 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_check_sync", "-no-cleanup"] 35403 }, 35404 { 35405 "name": "Test TestFTPPureftpd: test_compare_all LocalRemote", 35406 "type": "go", 35407 "request": "launch", 35408 "mode": "test", 35409 "program": "./cmd/bisync", 35410 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_compare_all", "-no-cleanup"] 35411 }, 35412 { 35413 "name": "Test TestFTPPureftpd: test_compare_all RemoteLocal", 35414 "type": "go", 35415 "request": "launch", 35416 "mode": "test", 35417 "program": "./cmd/bisync", 35418 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 35419 }, 35420 { 35421 "name": "Test TestFTPPureftpd: test_compare_all RemoteRemote", 35422 "type": "go", 35423 "request": "launch", 35424 "mode": "test", 35425 "program": "./cmd/bisync", 35426 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_compare_all", "-no-cleanup"] 35427 }, 35428 { 35429 "name": "Test TestFTPPureftpd: test_createemptysrcdirs LocalRemote", 35430 "type": "go", 35431 "request": "launch", 35432 "mode": "test", 35433 "program": "./cmd/bisync", 35434 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 35435 }, 35436 { 35437 "name": "Test TestFTPPureftpd: test_createemptysrcdirs RemoteLocal", 35438 "type": "go", 35439 "request": "launch", 35440 "mode": "test", 35441 "program": "./cmd/bisync", 35442 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 35443 }, 35444 { 35445 "name": "Test TestFTPPureftpd: test_createemptysrcdirs RemoteRemote", 35446 "type": "go", 35447 "request": "launch", 35448 "mode": "test", 35449 "program": "./cmd/bisync", 35450 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 35451 }, 35452 { 35453 "name": "Test TestFTPPureftpd: test_dry_run LocalRemote", 35454 "type": "go", 35455 "request": "launch", 35456 "mode": "test", 35457 "program": "./cmd/bisync", 35458 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_dry_run", "-no-cleanup"] 35459 }, 35460 { 35461 "name": "Test TestFTPPureftpd: test_dry_run RemoteLocal", 35462 "type": "go", 35463 "request": "launch", 35464 "mode": "test", 35465 "program": "./cmd/bisync", 35466 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 35467 }, 35468 { 35469 "name": "Test TestFTPPureftpd: test_dry_run RemoteRemote", 35470 "type": "go", 35471 "request": "launch", 35472 "mode": "test", 35473 "program": "./cmd/bisync", 35474 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_dry_run", "-no-cleanup"] 35475 }, 35476 { 35477 "name": "Test TestFTPPureftpd: test_equal LocalRemote", 35478 "type": "go", 35479 "request": "launch", 35480 "mode": "test", 35481 "program": "./cmd/bisync", 35482 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_equal", "-no-cleanup"] 35483 }, 35484 { 35485 "name": "Test TestFTPPureftpd: test_equal RemoteLocal", 35486 "type": "go", 35487 "request": "launch", 35488 "mode": "test", 35489 "program": "./cmd/bisync", 35490 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 35491 }, 35492 { 35493 "name": "Test TestFTPPureftpd: test_equal RemoteRemote", 35494 "type": "go", 35495 "request": "launch", 35496 "mode": "test", 35497 "program": "./cmd/bisync", 35498 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_equal", "-no-cleanup"] 35499 }, 35500 { 35501 "name": "Test TestFTPPureftpd: test_ext_paths LocalRemote", 35502 "type": "go", 35503 "request": "launch", 35504 "mode": "test", 35505 "program": "./cmd/bisync", 35506 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_ext_paths", "-no-cleanup"] 35507 }, 35508 { 35509 "name": "Test TestFTPPureftpd: test_ext_paths RemoteLocal", 35510 "type": "go", 35511 "request": "launch", 35512 "mode": "test", 35513 "program": "./cmd/bisync", 35514 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 35515 }, 35516 { 35517 "name": "Test TestFTPPureftpd: test_ext_paths RemoteRemote", 35518 "type": "go", 35519 "request": "launch", 35520 "mode": "test", 35521 "program": "./cmd/bisync", 35522 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_ext_paths", "-no-cleanup"] 35523 }, 35524 { 35525 "name": "Test TestFTPPureftpd: test_extended_filenames LocalRemote", 35526 "type": "go", 35527 "request": "launch", 35528 "mode": "test", 35529 "program": "./cmd/bisync", 35530 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_extended_filenames", "-no-cleanup"] 35531 }, 35532 { 35533 "name": "Test TestFTPPureftpd: test_extended_filenames RemoteLocal", 35534 "type": "go", 35535 "request": "launch", 35536 "mode": "test", 35537 "program": "./cmd/bisync", 35538 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 35539 }, 35540 { 35541 "name": "Test TestFTPPureftpd: test_extended_filenames RemoteRemote", 35542 "type": "go", 35543 "request": "launch", 35544 "mode": "test", 35545 "program": "./cmd/bisync", 35546 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_extended_filenames", "-no-cleanup"] 35547 }, 35548 { 35549 "name": "Test TestFTPPureftpd: test_filters LocalRemote", 35550 "type": "go", 35551 "request": "launch", 35552 "mode": "test", 35553 "program": "./cmd/bisync", 35554 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_filters", "-no-cleanup"] 35555 }, 35556 { 35557 "name": "Test TestFTPPureftpd: test_filters RemoteLocal", 35558 "type": "go", 35559 "request": "launch", 35560 "mode": "test", 35561 "program": "./cmd/bisync", 35562 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 35563 }, 35564 { 35565 "name": "Test TestFTPPureftpd: test_filters RemoteRemote", 35566 "type": "go", 35567 "request": "launch", 35568 "mode": "test", 35569 "program": "./cmd/bisync", 35570 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_filters", "-no-cleanup"] 35571 }, 35572 { 35573 "name": "Test TestFTPPureftpd: test_filtersfile_checks LocalRemote", 35574 "type": "go", 35575 "request": "launch", 35576 "mode": "test", 35577 "program": "./cmd/bisync", 35578 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_filtersfile_checks", "-no-cleanup"] 35579 }, 35580 { 35581 "name": "Test TestFTPPureftpd: test_filtersfile_checks RemoteLocal", 35582 "type": "go", 35583 "request": "launch", 35584 "mode": "test", 35585 "program": "./cmd/bisync", 35586 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 35587 }, 35588 { 35589 "name": "Test TestFTPPureftpd: test_filtersfile_checks RemoteRemote", 35590 "type": "go", 35591 "request": "launch", 35592 "mode": "test", 35593 "program": "./cmd/bisync", 35594 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_filtersfile_checks", "-no-cleanup"] 35595 }, 35596 { 35597 "name": "Test TestFTPPureftpd: test_ignorelistingchecksum LocalRemote", 35598 "type": "go", 35599 "request": "launch", 35600 "mode": "test", 35601 "program": "./cmd/bisync", 35602 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 35603 }, 35604 { 35605 "name": "Test TestFTPPureftpd: test_ignorelistingchecksum RemoteLocal", 35606 "type": "go", 35607 "request": "launch", 35608 "mode": "test", 35609 "program": "./cmd/bisync", 35610 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 35611 }, 35612 { 35613 "name": "Test TestFTPPureftpd: test_ignorelistingchecksum RemoteRemote", 35614 "type": "go", 35615 "request": "launch", 35616 "mode": "test", 35617 "program": "./cmd/bisync", 35618 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 35619 }, 35620 { 35621 "name": "Test TestFTPPureftpd: test_max_delete_path1 LocalRemote", 35622 "type": "go", 35623 "request": "launch", 35624 "mode": "test", 35625 "program": "./cmd/bisync", 35626 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_max_delete_path1", "-no-cleanup"] 35627 }, 35628 { 35629 "name": "Test TestFTPPureftpd: test_max_delete_path1 RemoteLocal", 35630 "type": "go", 35631 "request": "launch", 35632 "mode": "test", 35633 "program": "./cmd/bisync", 35634 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 35635 }, 35636 { 35637 "name": "Test TestFTPPureftpd: test_max_delete_path1 RemoteRemote", 35638 "type": "go", 35639 "request": "launch", 35640 "mode": "test", 35641 "program": "./cmd/bisync", 35642 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_max_delete_path1", "-no-cleanup"] 35643 }, 35644 { 35645 "name": "Test TestFTPPureftpd: test_max_delete_path2_force LocalRemote", 35646 "type": "go", 35647 "request": "launch", 35648 "mode": "test", 35649 "program": "./cmd/bisync", 35650 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 35651 }, 35652 { 35653 "name": "Test TestFTPPureftpd: test_max_delete_path2_force RemoteLocal", 35654 "type": "go", 35655 "request": "launch", 35656 "mode": "test", 35657 "program": "./cmd/bisync", 35658 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 35659 }, 35660 { 35661 "name": "Test TestFTPPureftpd: test_max_delete_path2_force RemoteRemote", 35662 "type": "go", 35663 "request": "launch", 35664 "mode": "test", 35665 "program": "./cmd/bisync", 35666 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 35667 }, 35668 { 35669 "name": "Test TestFTPPureftpd: test_nomodtime LocalRemote", 35670 "type": "go", 35671 "request": "launch", 35672 "mode": "test", 35673 "program": "./cmd/bisync", 35674 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_nomodtime", "-no-cleanup"] 35675 }, 35676 { 35677 "name": "Test TestFTPPureftpd: test_nomodtime RemoteLocal", 35678 "type": "go", 35679 "request": "launch", 35680 "mode": "test", 35681 "program": "./cmd/bisync", 35682 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 35683 }, 35684 { 35685 "name": "Test TestFTPPureftpd: test_nomodtime RemoteRemote", 35686 "type": "go", 35687 "request": "launch", 35688 "mode": "test", 35689 "program": "./cmd/bisync", 35690 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_nomodtime", "-no-cleanup"] 35691 }, 35692 { 35693 "name": "Test TestFTPPureftpd: test_normalization LocalRemote", 35694 "type": "go", 35695 "request": "launch", 35696 "mode": "test", 35697 "program": "./cmd/bisync", 35698 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_normalization", "-no-cleanup"] 35699 }, 35700 { 35701 "name": "Test TestFTPPureftpd: test_normalization RemoteLocal", 35702 "type": "go", 35703 "request": "launch", 35704 "mode": "test", 35705 "program": "./cmd/bisync", 35706 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 35707 }, 35708 { 35709 "name": "Test TestFTPPureftpd: test_normalization RemoteRemote", 35710 "type": "go", 35711 "request": "launch", 35712 "mode": "test", 35713 "program": "./cmd/bisync", 35714 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_normalization", "-no-cleanup"] 35715 }, 35716 { 35717 "name": "Test TestFTPPureftpd: test_rclone_args LocalRemote", 35718 "type": "go", 35719 "request": "launch", 35720 "mode": "test", 35721 "program": "./cmd/bisync", 35722 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_rclone_args", "-no-cleanup"] 35723 }, 35724 { 35725 "name": "Test TestFTPPureftpd: test_rclone_args RemoteLocal", 35726 "type": "go", 35727 "request": "launch", 35728 "mode": "test", 35729 "program": "./cmd/bisync", 35730 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 35731 }, 35732 { 35733 "name": "Test TestFTPPureftpd: test_rclone_args RemoteRemote", 35734 "type": "go", 35735 "request": "launch", 35736 "mode": "test", 35737 "program": "./cmd/bisync", 35738 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_rclone_args", "-no-cleanup"] 35739 }, 35740 { 35741 "name": "Test TestFTPPureftpd: test_resolve LocalRemote", 35742 "type": "go", 35743 "request": "launch", 35744 "mode": "test", 35745 "program": "./cmd/bisync", 35746 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_resolve", "-no-cleanup"] 35747 }, 35748 { 35749 "name": "Test TestFTPPureftpd: test_resolve RemoteLocal", 35750 "type": "go", 35751 "request": "launch", 35752 "mode": "test", 35753 "program": "./cmd/bisync", 35754 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 35755 }, 35756 { 35757 "name": "Test TestFTPPureftpd: test_resolve RemoteRemote", 35758 "type": "go", 35759 "request": "launch", 35760 "mode": "test", 35761 "program": "./cmd/bisync", 35762 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_resolve", "-no-cleanup"] 35763 }, 35764 { 35765 "name": "Test TestFTPPureftpd: test_resync LocalRemote", 35766 "type": "go", 35767 "request": "launch", 35768 "mode": "test", 35769 "program": "./cmd/bisync", 35770 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_resync", "-no-cleanup"] 35771 }, 35772 { 35773 "name": "Test TestFTPPureftpd: test_resync RemoteLocal", 35774 "type": "go", 35775 "request": "launch", 35776 "mode": "test", 35777 "program": "./cmd/bisync", 35778 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 35779 }, 35780 { 35781 "name": "Test TestFTPPureftpd: test_resync RemoteRemote", 35782 "type": "go", 35783 "request": "launch", 35784 "mode": "test", 35785 "program": "./cmd/bisync", 35786 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_resync", "-no-cleanup"] 35787 }, 35788 { 35789 "name": "Test TestFTPPureftpd: test_resync_modes LocalRemote", 35790 "type": "go", 35791 "request": "launch", 35792 "mode": "test", 35793 "program": "./cmd/bisync", 35794 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_resync_modes", "-no-cleanup"] 35795 }, 35796 { 35797 "name": "Test TestFTPPureftpd: test_resync_modes RemoteLocal", 35798 "type": "go", 35799 "request": "launch", 35800 "mode": "test", 35801 "program": "./cmd/bisync", 35802 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 35803 }, 35804 { 35805 "name": "Test TestFTPPureftpd: test_resync_modes RemoteRemote", 35806 "type": "go", 35807 "request": "launch", 35808 "mode": "test", 35809 "program": "./cmd/bisync", 35810 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_resync_modes", "-no-cleanup"] 35811 }, 35812 { 35813 "name": "Test TestFTPPureftpd: test_rmdirs LocalRemote", 35814 "type": "go", 35815 "request": "launch", 35816 "mode": "test", 35817 "program": "./cmd/bisync", 35818 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_rmdirs", "-no-cleanup"] 35819 }, 35820 { 35821 "name": "Test TestFTPPureftpd: test_rmdirs RemoteLocal", 35822 "type": "go", 35823 "request": "launch", 35824 "mode": "test", 35825 "program": "./cmd/bisync", 35826 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 35827 }, 35828 { 35829 "name": "Test TestFTPPureftpd: test_rmdirs RemoteRemote", 35830 "type": "go", 35831 "request": "launch", 35832 "mode": "test", 35833 "program": "./cmd/bisync", 35834 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_rmdirs", "-no-cleanup"] 35835 }, 35836 { 35837 "name": "Test TestFTPPureftpd: test_volatile LocalRemote", 35838 "type": "go", 35839 "request": "launch", 35840 "mode": "test", 35841 "program": "./cmd/bisync", 35842 "args": ["-remote", "local", "-remote2", "TestFTPPureftpd:", "-case", "test_volatile", "-no-cleanup"] 35843 }, 35844 { 35845 "name": "Test TestFTPPureftpd: test_volatile RemoteLocal", 35846 "type": "go", 35847 "request": "launch", 35848 "mode": "test", 35849 "program": "./cmd/bisync", 35850 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 35851 }, 35852 { 35853 "name": "Test TestFTPPureftpd: test_volatile RemoteRemote", 35854 "type": "go", 35855 "request": "launch", 35856 "mode": "test", 35857 "program": "./cmd/bisync", 35858 "args": ["-remote", "TestFTPPureftpd:", "-remote2", "TestFTPPureftpd:", "-case", "test_volatile", "-no-cleanup"] 35859 }, 35860 { 35861 "name": "Test TestFTPVsftpd: test_all_changed LocalRemote", 35862 "type": "go", 35863 "request": "launch", 35864 "mode": "test", 35865 "program": "./cmd/bisync", 35866 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_all_changed", "-no-cleanup"] 35867 }, 35868 { 35869 "name": "Test TestFTPVsftpd: test_all_changed RemoteLocal", 35870 "type": "go", 35871 "request": "launch", 35872 "mode": "test", 35873 "program": "./cmd/bisync", 35874 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 35875 }, 35876 { 35877 "name": "Test TestFTPVsftpd: test_all_changed RemoteRemote", 35878 "type": "go", 35879 "request": "launch", 35880 "mode": "test", 35881 "program": "./cmd/bisync", 35882 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_all_changed", "-no-cleanup"] 35883 }, 35884 { 35885 "name": "Test TestFTPVsftpd: test_backupdir LocalRemote", 35886 "type": "go", 35887 "request": "launch", 35888 "mode": "test", 35889 "program": "./cmd/bisync", 35890 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_backupdir", "-no-cleanup"] 35891 }, 35892 { 35893 "name": "Test TestFTPVsftpd: test_backupdir RemoteLocal", 35894 "type": "go", 35895 "request": "launch", 35896 "mode": "test", 35897 "program": "./cmd/bisync", 35898 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 35899 }, 35900 { 35901 "name": "Test TestFTPVsftpd: test_backupdir RemoteRemote", 35902 "type": "go", 35903 "request": "launch", 35904 "mode": "test", 35905 "program": "./cmd/bisync", 35906 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_backupdir", "-no-cleanup"] 35907 }, 35908 { 35909 "name": "Test TestFTPVsftpd: test_basic LocalRemote", 35910 "type": "go", 35911 "request": "launch", 35912 "mode": "test", 35913 "program": "./cmd/bisync", 35914 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_basic", "-no-cleanup"] 35915 }, 35916 { 35917 "name": "Test TestFTPVsftpd: test_basic RemoteLocal", 35918 "type": "go", 35919 "request": "launch", 35920 "mode": "test", 35921 "program": "./cmd/bisync", 35922 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 35923 }, 35924 { 35925 "name": "Test TestFTPVsftpd: test_basic RemoteRemote", 35926 "type": "go", 35927 "request": "launch", 35928 "mode": "test", 35929 "program": "./cmd/bisync", 35930 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_basic", "-no-cleanup"] 35931 }, 35932 { 35933 "name": "Test TestFTPVsftpd: test_changes LocalRemote", 35934 "type": "go", 35935 "request": "launch", 35936 "mode": "test", 35937 "program": "./cmd/bisync", 35938 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_changes", "-no-cleanup"] 35939 }, 35940 { 35941 "name": "Test TestFTPVsftpd: test_changes RemoteLocal", 35942 "type": "go", 35943 "request": "launch", 35944 "mode": "test", 35945 "program": "./cmd/bisync", 35946 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 35947 }, 35948 { 35949 "name": "Test TestFTPVsftpd: test_changes RemoteRemote", 35950 "type": "go", 35951 "request": "launch", 35952 "mode": "test", 35953 "program": "./cmd/bisync", 35954 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_changes", "-no-cleanup"] 35955 }, 35956 { 35957 "name": "Test TestFTPVsftpd: test_check_access LocalRemote", 35958 "type": "go", 35959 "request": "launch", 35960 "mode": "test", 35961 "program": "./cmd/bisync", 35962 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_check_access", "-no-cleanup"] 35963 }, 35964 { 35965 "name": "Test TestFTPVsftpd: test_check_access RemoteLocal", 35966 "type": "go", 35967 "request": "launch", 35968 "mode": "test", 35969 "program": "./cmd/bisync", 35970 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 35971 }, 35972 { 35973 "name": "Test TestFTPVsftpd: test_check_access RemoteRemote", 35974 "type": "go", 35975 "request": "launch", 35976 "mode": "test", 35977 "program": "./cmd/bisync", 35978 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_check_access", "-no-cleanup"] 35979 }, 35980 { 35981 "name": "Test TestFTPVsftpd: test_check_access_filters LocalRemote", 35982 "type": "go", 35983 "request": "launch", 35984 "mode": "test", 35985 "program": "./cmd/bisync", 35986 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_check_access_filters", "-no-cleanup"] 35987 }, 35988 { 35989 "name": "Test TestFTPVsftpd: test_check_access_filters RemoteLocal", 35990 "type": "go", 35991 "request": "launch", 35992 "mode": "test", 35993 "program": "./cmd/bisync", 35994 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 35995 }, 35996 { 35997 "name": "Test TestFTPVsftpd: test_check_access_filters RemoteRemote", 35998 "type": "go", 35999 "request": "launch", 36000 "mode": "test", 36001 "program": "./cmd/bisync", 36002 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_check_access_filters", "-no-cleanup"] 36003 }, 36004 { 36005 "name": "Test TestFTPVsftpd: test_check_filename LocalRemote", 36006 "type": "go", 36007 "request": "launch", 36008 "mode": "test", 36009 "program": "./cmd/bisync", 36010 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_check_filename", "-no-cleanup"] 36011 }, 36012 { 36013 "name": "Test TestFTPVsftpd: test_check_filename RemoteLocal", 36014 "type": "go", 36015 "request": "launch", 36016 "mode": "test", 36017 "program": "./cmd/bisync", 36018 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 36019 }, 36020 { 36021 "name": "Test TestFTPVsftpd: test_check_filename RemoteRemote", 36022 "type": "go", 36023 "request": "launch", 36024 "mode": "test", 36025 "program": "./cmd/bisync", 36026 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_check_filename", "-no-cleanup"] 36027 }, 36028 { 36029 "name": "Test TestFTPVsftpd: test_check_sync LocalRemote", 36030 "type": "go", 36031 "request": "launch", 36032 "mode": "test", 36033 "program": "./cmd/bisync", 36034 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_check_sync", "-no-cleanup"] 36035 }, 36036 { 36037 "name": "Test TestFTPVsftpd: test_check_sync RemoteLocal", 36038 "type": "go", 36039 "request": "launch", 36040 "mode": "test", 36041 "program": "./cmd/bisync", 36042 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 36043 }, 36044 { 36045 "name": "Test TestFTPVsftpd: test_check_sync RemoteRemote", 36046 "type": "go", 36047 "request": "launch", 36048 "mode": "test", 36049 "program": "./cmd/bisync", 36050 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_check_sync", "-no-cleanup"] 36051 }, 36052 { 36053 "name": "Test TestFTPVsftpd: test_compare_all LocalRemote", 36054 "type": "go", 36055 "request": "launch", 36056 "mode": "test", 36057 "program": "./cmd/bisync", 36058 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_compare_all", "-no-cleanup"] 36059 }, 36060 { 36061 "name": "Test TestFTPVsftpd: test_compare_all RemoteLocal", 36062 "type": "go", 36063 "request": "launch", 36064 "mode": "test", 36065 "program": "./cmd/bisync", 36066 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 36067 }, 36068 { 36069 "name": "Test TestFTPVsftpd: test_compare_all RemoteRemote", 36070 "type": "go", 36071 "request": "launch", 36072 "mode": "test", 36073 "program": "./cmd/bisync", 36074 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_compare_all", "-no-cleanup"] 36075 }, 36076 { 36077 "name": "Test TestFTPVsftpd: test_createemptysrcdirs LocalRemote", 36078 "type": "go", 36079 "request": "launch", 36080 "mode": "test", 36081 "program": "./cmd/bisync", 36082 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 36083 }, 36084 { 36085 "name": "Test TestFTPVsftpd: test_createemptysrcdirs RemoteLocal", 36086 "type": "go", 36087 "request": "launch", 36088 "mode": "test", 36089 "program": "./cmd/bisync", 36090 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 36091 }, 36092 { 36093 "name": "Test TestFTPVsftpd: test_createemptysrcdirs RemoteRemote", 36094 "type": "go", 36095 "request": "launch", 36096 "mode": "test", 36097 "program": "./cmd/bisync", 36098 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 36099 }, 36100 { 36101 "name": "Test TestFTPVsftpd: test_dry_run LocalRemote", 36102 "type": "go", 36103 "request": "launch", 36104 "mode": "test", 36105 "program": "./cmd/bisync", 36106 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_dry_run", "-no-cleanup"] 36107 }, 36108 { 36109 "name": "Test TestFTPVsftpd: test_dry_run RemoteLocal", 36110 "type": "go", 36111 "request": "launch", 36112 "mode": "test", 36113 "program": "./cmd/bisync", 36114 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 36115 }, 36116 { 36117 "name": "Test TestFTPVsftpd: test_dry_run RemoteRemote", 36118 "type": "go", 36119 "request": "launch", 36120 "mode": "test", 36121 "program": "./cmd/bisync", 36122 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_dry_run", "-no-cleanup"] 36123 }, 36124 { 36125 "name": "Test TestFTPVsftpd: test_equal LocalRemote", 36126 "type": "go", 36127 "request": "launch", 36128 "mode": "test", 36129 "program": "./cmd/bisync", 36130 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_equal", "-no-cleanup"] 36131 }, 36132 { 36133 "name": "Test TestFTPVsftpd: test_equal RemoteLocal", 36134 "type": "go", 36135 "request": "launch", 36136 "mode": "test", 36137 "program": "./cmd/bisync", 36138 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 36139 }, 36140 { 36141 "name": "Test TestFTPVsftpd: test_equal RemoteRemote", 36142 "type": "go", 36143 "request": "launch", 36144 "mode": "test", 36145 "program": "./cmd/bisync", 36146 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_equal", "-no-cleanup"] 36147 }, 36148 { 36149 "name": "Test TestFTPVsftpd: test_ext_paths LocalRemote", 36150 "type": "go", 36151 "request": "launch", 36152 "mode": "test", 36153 "program": "./cmd/bisync", 36154 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_ext_paths", "-no-cleanup"] 36155 }, 36156 { 36157 "name": "Test TestFTPVsftpd: test_ext_paths RemoteLocal", 36158 "type": "go", 36159 "request": "launch", 36160 "mode": "test", 36161 "program": "./cmd/bisync", 36162 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 36163 }, 36164 { 36165 "name": "Test TestFTPVsftpd: test_ext_paths RemoteRemote", 36166 "type": "go", 36167 "request": "launch", 36168 "mode": "test", 36169 "program": "./cmd/bisync", 36170 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_ext_paths", "-no-cleanup"] 36171 }, 36172 { 36173 "name": "Test TestFTPVsftpd: test_extended_filenames LocalRemote", 36174 "type": "go", 36175 "request": "launch", 36176 "mode": "test", 36177 "program": "./cmd/bisync", 36178 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_extended_filenames", "-no-cleanup"] 36179 }, 36180 { 36181 "name": "Test TestFTPVsftpd: test_extended_filenames RemoteLocal", 36182 "type": "go", 36183 "request": "launch", 36184 "mode": "test", 36185 "program": "./cmd/bisync", 36186 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 36187 }, 36188 { 36189 "name": "Test TestFTPVsftpd: test_extended_filenames RemoteRemote", 36190 "type": "go", 36191 "request": "launch", 36192 "mode": "test", 36193 "program": "./cmd/bisync", 36194 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_extended_filenames", "-no-cleanup"] 36195 }, 36196 { 36197 "name": "Test TestFTPVsftpd: test_filters LocalRemote", 36198 "type": "go", 36199 "request": "launch", 36200 "mode": "test", 36201 "program": "./cmd/bisync", 36202 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_filters", "-no-cleanup"] 36203 }, 36204 { 36205 "name": "Test TestFTPVsftpd: test_filters RemoteLocal", 36206 "type": "go", 36207 "request": "launch", 36208 "mode": "test", 36209 "program": "./cmd/bisync", 36210 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 36211 }, 36212 { 36213 "name": "Test TestFTPVsftpd: test_filters RemoteRemote", 36214 "type": "go", 36215 "request": "launch", 36216 "mode": "test", 36217 "program": "./cmd/bisync", 36218 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_filters", "-no-cleanup"] 36219 }, 36220 { 36221 "name": "Test TestFTPVsftpd: test_filtersfile_checks LocalRemote", 36222 "type": "go", 36223 "request": "launch", 36224 "mode": "test", 36225 "program": "./cmd/bisync", 36226 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_filtersfile_checks", "-no-cleanup"] 36227 }, 36228 { 36229 "name": "Test TestFTPVsftpd: test_filtersfile_checks RemoteLocal", 36230 "type": "go", 36231 "request": "launch", 36232 "mode": "test", 36233 "program": "./cmd/bisync", 36234 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 36235 }, 36236 { 36237 "name": "Test TestFTPVsftpd: test_filtersfile_checks RemoteRemote", 36238 "type": "go", 36239 "request": "launch", 36240 "mode": "test", 36241 "program": "./cmd/bisync", 36242 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_filtersfile_checks", "-no-cleanup"] 36243 }, 36244 { 36245 "name": "Test TestFTPVsftpd: test_ignorelistingchecksum LocalRemote", 36246 "type": "go", 36247 "request": "launch", 36248 "mode": "test", 36249 "program": "./cmd/bisync", 36250 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 36251 }, 36252 { 36253 "name": "Test TestFTPVsftpd: test_ignorelistingchecksum RemoteLocal", 36254 "type": "go", 36255 "request": "launch", 36256 "mode": "test", 36257 "program": "./cmd/bisync", 36258 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 36259 }, 36260 { 36261 "name": "Test TestFTPVsftpd: test_ignorelistingchecksum RemoteRemote", 36262 "type": "go", 36263 "request": "launch", 36264 "mode": "test", 36265 "program": "./cmd/bisync", 36266 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 36267 }, 36268 { 36269 "name": "Test TestFTPVsftpd: test_max_delete_path1 LocalRemote", 36270 "type": "go", 36271 "request": "launch", 36272 "mode": "test", 36273 "program": "./cmd/bisync", 36274 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_max_delete_path1", "-no-cleanup"] 36275 }, 36276 { 36277 "name": "Test TestFTPVsftpd: test_max_delete_path1 RemoteLocal", 36278 "type": "go", 36279 "request": "launch", 36280 "mode": "test", 36281 "program": "./cmd/bisync", 36282 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 36283 }, 36284 { 36285 "name": "Test TestFTPVsftpd: test_max_delete_path1 RemoteRemote", 36286 "type": "go", 36287 "request": "launch", 36288 "mode": "test", 36289 "program": "./cmd/bisync", 36290 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_max_delete_path1", "-no-cleanup"] 36291 }, 36292 { 36293 "name": "Test TestFTPVsftpd: test_max_delete_path2_force LocalRemote", 36294 "type": "go", 36295 "request": "launch", 36296 "mode": "test", 36297 "program": "./cmd/bisync", 36298 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 36299 }, 36300 { 36301 "name": "Test TestFTPVsftpd: test_max_delete_path2_force RemoteLocal", 36302 "type": "go", 36303 "request": "launch", 36304 "mode": "test", 36305 "program": "./cmd/bisync", 36306 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 36307 }, 36308 { 36309 "name": "Test TestFTPVsftpd: test_max_delete_path2_force RemoteRemote", 36310 "type": "go", 36311 "request": "launch", 36312 "mode": "test", 36313 "program": "./cmd/bisync", 36314 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 36315 }, 36316 { 36317 "name": "Test TestFTPVsftpd: test_nomodtime LocalRemote", 36318 "type": "go", 36319 "request": "launch", 36320 "mode": "test", 36321 "program": "./cmd/bisync", 36322 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_nomodtime", "-no-cleanup"] 36323 }, 36324 { 36325 "name": "Test TestFTPVsftpd: test_nomodtime RemoteLocal", 36326 "type": "go", 36327 "request": "launch", 36328 "mode": "test", 36329 "program": "./cmd/bisync", 36330 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 36331 }, 36332 { 36333 "name": "Test TestFTPVsftpd: test_nomodtime RemoteRemote", 36334 "type": "go", 36335 "request": "launch", 36336 "mode": "test", 36337 "program": "./cmd/bisync", 36338 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_nomodtime", "-no-cleanup"] 36339 }, 36340 { 36341 "name": "Test TestFTPVsftpd: test_normalization LocalRemote", 36342 "type": "go", 36343 "request": "launch", 36344 "mode": "test", 36345 "program": "./cmd/bisync", 36346 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_normalization", "-no-cleanup"] 36347 }, 36348 { 36349 "name": "Test TestFTPVsftpd: test_normalization RemoteLocal", 36350 "type": "go", 36351 "request": "launch", 36352 "mode": "test", 36353 "program": "./cmd/bisync", 36354 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 36355 }, 36356 { 36357 "name": "Test TestFTPVsftpd: test_normalization RemoteRemote", 36358 "type": "go", 36359 "request": "launch", 36360 "mode": "test", 36361 "program": "./cmd/bisync", 36362 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_normalization", "-no-cleanup"] 36363 }, 36364 { 36365 "name": "Test TestFTPVsftpd: test_rclone_args LocalRemote", 36366 "type": "go", 36367 "request": "launch", 36368 "mode": "test", 36369 "program": "./cmd/bisync", 36370 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_rclone_args", "-no-cleanup"] 36371 }, 36372 { 36373 "name": "Test TestFTPVsftpd: test_rclone_args RemoteLocal", 36374 "type": "go", 36375 "request": "launch", 36376 "mode": "test", 36377 "program": "./cmd/bisync", 36378 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 36379 }, 36380 { 36381 "name": "Test TestFTPVsftpd: test_rclone_args RemoteRemote", 36382 "type": "go", 36383 "request": "launch", 36384 "mode": "test", 36385 "program": "./cmd/bisync", 36386 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_rclone_args", "-no-cleanup"] 36387 }, 36388 { 36389 "name": "Test TestFTPVsftpd: test_resolve LocalRemote", 36390 "type": "go", 36391 "request": "launch", 36392 "mode": "test", 36393 "program": "./cmd/bisync", 36394 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_resolve", "-no-cleanup"] 36395 }, 36396 { 36397 "name": "Test TestFTPVsftpd: test_resolve RemoteLocal", 36398 "type": "go", 36399 "request": "launch", 36400 "mode": "test", 36401 "program": "./cmd/bisync", 36402 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 36403 }, 36404 { 36405 "name": "Test TestFTPVsftpd: test_resolve RemoteRemote", 36406 "type": "go", 36407 "request": "launch", 36408 "mode": "test", 36409 "program": "./cmd/bisync", 36410 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_resolve", "-no-cleanup"] 36411 }, 36412 { 36413 "name": "Test TestFTPVsftpd: test_resync LocalRemote", 36414 "type": "go", 36415 "request": "launch", 36416 "mode": "test", 36417 "program": "./cmd/bisync", 36418 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_resync", "-no-cleanup"] 36419 }, 36420 { 36421 "name": "Test TestFTPVsftpd: test_resync RemoteLocal", 36422 "type": "go", 36423 "request": "launch", 36424 "mode": "test", 36425 "program": "./cmd/bisync", 36426 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 36427 }, 36428 { 36429 "name": "Test TestFTPVsftpd: test_resync RemoteRemote", 36430 "type": "go", 36431 "request": "launch", 36432 "mode": "test", 36433 "program": "./cmd/bisync", 36434 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_resync", "-no-cleanup"] 36435 }, 36436 { 36437 "name": "Test TestFTPVsftpd: test_resync_modes LocalRemote", 36438 "type": "go", 36439 "request": "launch", 36440 "mode": "test", 36441 "program": "./cmd/bisync", 36442 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_resync_modes", "-no-cleanup"] 36443 }, 36444 { 36445 "name": "Test TestFTPVsftpd: test_resync_modes RemoteLocal", 36446 "type": "go", 36447 "request": "launch", 36448 "mode": "test", 36449 "program": "./cmd/bisync", 36450 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 36451 }, 36452 { 36453 "name": "Test TestFTPVsftpd: test_resync_modes RemoteRemote", 36454 "type": "go", 36455 "request": "launch", 36456 "mode": "test", 36457 "program": "./cmd/bisync", 36458 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_resync_modes", "-no-cleanup"] 36459 }, 36460 { 36461 "name": "Test TestFTPVsftpd: test_rmdirs LocalRemote", 36462 "type": "go", 36463 "request": "launch", 36464 "mode": "test", 36465 "program": "./cmd/bisync", 36466 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_rmdirs", "-no-cleanup"] 36467 }, 36468 { 36469 "name": "Test TestFTPVsftpd: test_rmdirs RemoteLocal", 36470 "type": "go", 36471 "request": "launch", 36472 "mode": "test", 36473 "program": "./cmd/bisync", 36474 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 36475 }, 36476 { 36477 "name": "Test TestFTPVsftpd: test_rmdirs RemoteRemote", 36478 "type": "go", 36479 "request": "launch", 36480 "mode": "test", 36481 "program": "./cmd/bisync", 36482 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_rmdirs", "-no-cleanup"] 36483 }, 36484 { 36485 "name": "Test TestFTPVsftpd: test_volatile LocalRemote", 36486 "type": "go", 36487 "request": "launch", 36488 "mode": "test", 36489 "program": "./cmd/bisync", 36490 "args": ["-remote", "local", "-remote2", "TestFTPVsftpd:", "-case", "test_volatile", "-no-cleanup"] 36491 }, 36492 { 36493 "name": "Test TestFTPVsftpd: test_volatile RemoteLocal", 36494 "type": "go", 36495 "request": "launch", 36496 "mode": "test", 36497 "program": "./cmd/bisync", 36498 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 36499 }, 36500 { 36501 "name": "Test TestFTPVsftpd: test_volatile RemoteRemote", 36502 "type": "go", 36503 "request": "launch", 36504 "mode": "test", 36505 "program": "./cmd/bisync", 36506 "args": ["-remote", "TestFTPVsftpd:", "-remote2", "TestFTPVsftpd:", "-case", "test_volatile", "-no-cleanup"] 36507 }, 36508 { 36509 "name": "Test TestFTPRclone: test_all_changed LocalRemote", 36510 "type": "go", 36511 "request": "launch", 36512 "mode": "test", 36513 "program": "./cmd/bisync", 36514 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_all_changed", "-no-cleanup"] 36515 }, 36516 { 36517 "name": "Test TestFTPRclone: test_all_changed RemoteLocal", 36518 "type": "go", 36519 "request": "launch", 36520 "mode": "test", 36521 "program": "./cmd/bisync", 36522 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 36523 }, 36524 { 36525 "name": "Test TestFTPRclone: test_all_changed RemoteRemote", 36526 "type": "go", 36527 "request": "launch", 36528 "mode": "test", 36529 "program": "./cmd/bisync", 36530 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_all_changed", "-no-cleanup"] 36531 }, 36532 { 36533 "name": "Test TestFTPRclone: test_backupdir LocalRemote", 36534 "type": "go", 36535 "request": "launch", 36536 "mode": "test", 36537 "program": "./cmd/bisync", 36538 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_backupdir", "-no-cleanup"] 36539 }, 36540 { 36541 "name": "Test TestFTPRclone: test_backupdir RemoteLocal", 36542 "type": "go", 36543 "request": "launch", 36544 "mode": "test", 36545 "program": "./cmd/bisync", 36546 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 36547 }, 36548 { 36549 "name": "Test TestFTPRclone: test_backupdir RemoteRemote", 36550 "type": "go", 36551 "request": "launch", 36552 "mode": "test", 36553 "program": "./cmd/bisync", 36554 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_backupdir", "-no-cleanup"] 36555 }, 36556 { 36557 "name": "Test TestFTPRclone: test_basic LocalRemote", 36558 "type": "go", 36559 "request": "launch", 36560 "mode": "test", 36561 "program": "./cmd/bisync", 36562 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_basic", "-no-cleanup"] 36563 }, 36564 { 36565 "name": "Test TestFTPRclone: test_basic RemoteLocal", 36566 "type": "go", 36567 "request": "launch", 36568 "mode": "test", 36569 "program": "./cmd/bisync", 36570 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 36571 }, 36572 { 36573 "name": "Test TestFTPRclone: test_basic RemoteRemote", 36574 "type": "go", 36575 "request": "launch", 36576 "mode": "test", 36577 "program": "./cmd/bisync", 36578 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_basic", "-no-cleanup"] 36579 }, 36580 { 36581 "name": "Test TestFTPRclone: test_changes LocalRemote", 36582 "type": "go", 36583 "request": "launch", 36584 "mode": "test", 36585 "program": "./cmd/bisync", 36586 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_changes", "-no-cleanup"] 36587 }, 36588 { 36589 "name": "Test TestFTPRclone: test_changes RemoteLocal", 36590 "type": "go", 36591 "request": "launch", 36592 "mode": "test", 36593 "program": "./cmd/bisync", 36594 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 36595 }, 36596 { 36597 "name": "Test TestFTPRclone: test_changes RemoteRemote", 36598 "type": "go", 36599 "request": "launch", 36600 "mode": "test", 36601 "program": "./cmd/bisync", 36602 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_changes", "-no-cleanup"] 36603 }, 36604 { 36605 "name": "Test TestFTPRclone: test_check_access LocalRemote", 36606 "type": "go", 36607 "request": "launch", 36608 "mode": "test", 36609 "program": "./cmd/bisync", 36610 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_check_access", "-no-cleanup"] 36611 }, 36612 { 36613 "name": "Test TestFTPRclone: test_check_access RemoteLocal", 36614 "type": "go", 36615 "request": "launch", 36616 "mode": "test", 36617 "program": "./cmd/bisync", 36618 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 36619 }, 36620 { 36621 "name": "Test TestFTPRclone: test_check_access RemoteRemote", 36622 "type": "go", 36623 "request": "launch", 36624 "mode": "test", 36625 "program": "./cmd/bisync", 36626 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_check_access", "-no-cleanup"] 36627 }, 36628 { 36629 "name": "Test TestFTPRclone: test_check_access_filters LocalRemote", 36630 "type": "go", 36631 "request": "launch", 36632 "mode": "test", 36633 "program": "./cmd/bisync", 36634 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_check_access_filters", "-no-cleanup"] 36635 }, 36636 { 36637 "name": "Test TestFTPRclone: test_check_access_filters RemoteLocal", 36638 "type": "go", 36639 "request": "launch", 36640 "mode": "test", 36641 "program": "./cmd/bisync", 36642 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 36643 }, 36644 { 36645 "name": "Test TestFTPRclone: test_check_access_filters RemoteRemote", 36646 "type": "go", 36647 "request": "launch", 36648 "mode": "test", 36649 "program": "./cmd/bisync", 36650 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_check_access_filters", "-no-cleanup"] 36651 }, 36652 { 36653 "name": "Test TestFTPRclone: test_check_filename LocalRemote", 36654 "type": "go", 36655 "request": "launch", 36656 "mode": "test", 36657 "program": "./cmd/bisync", 36658 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_check_filename", "-no-cleanup"] 36659 }, 36660 { 36661 "name": "Test TestFTPRclone: test_check_filename RemoteLocal", 36662 "type": "go", 36663 "request": "launch", 36664 "mode": "test", 36665 "program": "./cmd/bisync", 36666 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 36667 }, 36668 { 36669 "name": "Test TestFTPRclone: test_check_filename RemoteRemote", 36670 "type": "go", 36671 "request": "launch", 36672 "mode": "test", 36673 "program": "./cmd/bisync", 36674 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_check_filename", "-no-cleanup"] 36675 }, 36676 { 36677 "name": "Test TestFTPRclone: test_check_sync LocalRemote", 36678 "type": "go", 36679 "request": "launch", 36680 "mode": "test", 36681 "program": "./cmd/bisync", 36682 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_check_sync", "-no-cleanup"] 36683 }, 36684 { 36685 "name": "Test TestFTPRclone: test_check_sync RemoteLocal", 36686 "type": "go", 36687 "request": "launch", 36688 "mode": "test", 36689 "program": "./cmd/bisync", 36690 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 36691 }, 36692 { 36693 "name": "Test TestFTPRclone: test_check_sync RemoteRemote", 36694 "type": "go", 36695 "request": "launch", 36696 "mode": "test", 36697 "program": "./cmd/bisync", 36698 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_check_sync", "-no-cleanup"] 36699 }, 36700 { 36701 "name": "Test TestFTPRclone: test_compare_all LocalRemote", 36702 "type": "go", 36703 "request": "launch", 36704 "mode": "test", 36705 "program": "./cmd/bisync", 36706 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_compare_all", "-no-cleanup"] 36707 }, 36708 { 36709 "name": "Test TestFTPRclone: test_compare_all RemoteLocal", 36710 "type": "go", 36711 "request": "launch", 36712 "mode": "test", 36713 "program": "./cmd/bisync", 36714 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 36715 }, 36716 { 36717 "name": "Test TestFTPRclone: test_compare_all RemoteRemote", 36718 "type": "go", 36719 "request": "launch", 36720 "mode": "test", 36721 "program": "./cmd/bisync", 36722 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_compare_all", "-no-cleanup"] 36723 }, 36724 { 36725 "name": "Test TestFTPRclone: test_createemptysrcdirs LocalRemote", 36726 "type": "go", 36727 "request": "launch", 36728 "mode": "test", 36729 "program": "./cmd/bisync", 36730 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 36731 }, 36732 { 36733 "name": "Test TestFTPRclone: test_createemptysrcdirs RemoteLocal", 36734 "type": "go", 36735 "request": "launch", 36736 "mode": "test", 36737 "program": "./cmd/bisync", 36738 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 36739 }, 36740 { 36741 "name": "Test TestFTPRclone: test_createemptysrcdirs RemoteRemote", 36742 "type": "go", 36743 "request": "launch", 36744 "mode": "test", 36745 "program": "./cmd/bisync", 36746 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 36747 }, 36748 { 36749 "name": "Test TestFTPRclone: test_dry_run LocalRemote", 36750 "type": "go", 36751 "request": "launch", 36752 "mode": "test", 36753 "program": "./cmd/bisync", 36754 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_dry_run", "-no-cleanup"] 36755 }, 36756 { 36757 "name": "Test TestFTPRclone: test_dry_run RemoteLocal", 36758 "type": "go", 36759 "request": "launch", 36760 "mode": "test", 36761 "program": "./cmd/bisync", 36762 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 36763 }, 36764 { 36765 "name": "Test TestFTPRclone: test_dry_run RemoteRemote", 36766 "type": "go", 36767 "request": "launch", 36768 "mode": "test", 36769 "program": "./cmd/bisync", 36770 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_dry_run", "-no-cleanup"] 36771 }, 36772 { 36773 "name": "Test TestFTPRclone: test_equal LocalRemote", 36774 "type": "go", 36775 "request": "launch", 36776 "mode": "test", 36777 "program": "./cmd/bisync", 36778 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_equal", "-no-cleanup"] 36779 }, 36780 { 36781 "name": "Test TestFTPRclone: test_equal RemoteLocal", 36782 "type": "go", 36783 "request": "launch", 36784 "mode": "test", 36785 "program": "./cmd/bisync", 36786 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 36787 }, 36788 { 36789 "name": "Test TestFTPRclone: test_equal RemoteRemote", 36790 "type": "go", 36791 "request": "launch", 36792 "mode": "test", 36793 "program": "./cmd/bisync", 36794 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_equal", "-no-cleanup"] 36795 }, 36796 { 36797 "name": "Test TestFTPRclone: test_ext_paths LocalRemote", 36798 "type": "go", 36799 "request": "launch", 36800 "mode": "test", 36801 "program": "./cmd/bisync", 36802 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_ext_paths", "-no-cleanup"] 36803 }, 36804 { 36805 "name": "Test TestFTPRclone: test_ext_paths RemoteLocal", 36806 "type": "go", 36807 "request": "launch", 36808 "mode": "test", 36809 "program": "./cmd/bisync", 36810 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 36811 }, 36812 { 36813 "name": "Test TestFTPRclone: test_ext_paths RemoteRemote", 36814 "type": "go", 36815 "request": "launch", 36816 "mode": "test", 36817 "program": "./cmd/bisync", 36818 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_ext_paths", "-no-cleanup"] 36819 }, 36820 { 36821 "name": "Test TestFTPRclone: test_extended_filenames LocalRemote", 36822 "type": "go", 36823 "request": "launch", 36824 "mode": "test", 36825 "program": "./cmd/bisync", 36826 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_extended_filenames", "-no-cleanup"] 36827 }, 36828 { 36829 "name": "Test TestFTPRclone: test_extended_filenames RemoteLocal", 36830 "type": "go", 36831 "request": "launch", 36832 "mode": "test", 36833 "program": "./cmd/bisync", 36834 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 36835 }, 36836 { 36837 "name": "Test TestFTPRclone: test_extended_filenames RemoteRemote", 36838 "type": "go", 36839 "request": "launch", 36840 "mode": "test", 36841 "program": "./cmd/bisync", 36842 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_extended_filenames", "-no-cleanup"] 36843 }, 36844 { 36845 "name": "Test TestFTPRclone: test_filters LocalRemote", 36846 "type": "go", 36847 "request": "launch", 36848 "mode": "test", 36849 "program": "./cmd/bisync", 36850 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_filters", "-no-cleanup"] 36851 }, 36852 { 36853 "name": "Test TestFTPRclone: test_filters RemoteLocal", 36854 "type": "go", 36855 "request": "launch", 36856 "mode": "test", 36857 "program": "./cmd/bisync", 36858 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 36859 }, 36860 { 36861 "name": "Test TestFTPRclone: test_filters RemoteRemote", 36862 "type": "go", 36863 "request": "launch", 36864 "mode": "test", 36865 "program": "./cmd/bisync", 36866 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_filters", "-no-cleanup"] 36867 }, 36868 { 36869 "name": "Test TestFTPRclone: test_filtersfile_checks LocalRemote", 36870 "type": "go", 36871 "request": "launch", 36872 "mode": "test", 36873 "program": "./cmd/bisync", 36874 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_filtersfile_checks", "-no-cleanup"] 36875 }, 36876 { 36877 "name": "Test TestFTPRclone: test_filtersfile_checks RemoteLocal", 36878 "type": "go", 36879 "request": "launch", 36880 "mode": "test", 36881 "program": "./cmd/bisync", 36882 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 36883 }, 36884 { 36885 "name": "Test TestFTPRclone: test_filtersfile_checks RemoteRemote", 36886 "type": "go", 36887 "request": "launch", 36888 "mode": "test", 36889 "program": "./cmd/bisync", 36890 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_filtersfile_checks", "-no-cleanup"] 36891 }, 36892 { 36893 "name": "Test TestFTPRclone: test_ignorelistingchecksum LocalRemote", 36894 "type": "go", 36895 "request": "launch", 36896 "mode": "test", 36897 "program": "./cmd/bisync", 36898 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 36899 }, 36900 { 36901 "name": "Test TestFTPRclone: test_ignorelistingchecksum RemoteLocal", 36902 "type": "go", 36903 "request": "launch", 36904 "mode": "test", 36905 "program": "./cmd/bisync", 36906 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 36907 }, 36908 { 36909 "name": "Test TestFTPRclone: test_ignorelistingchecksum RemoteRemote", 36910 "type": "go", 36911 "request": "launch", 36912 "mode": "test", 36913 "program": "./cmd/bisync", 36914 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 36915 }, 36916 { 36917 "name": "Test TestFTPRclone: test_max_delete_path1 LocalRemote", 36918 "type": "go", 36919 "request": "launch", 36920 "mode": "test", 36921 "program": "./cmd/bisync", 36922 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_max_delete_path1", "-no-cleanup"] 36923 }, 36924 { 36925 "name": "Test TestFTPRclone: test_max_delete_path1 RemoteLocal", 36926 "type": "go", 36927 "request": "launch", 36928 "mode": "test", 36929 "program": "./cmd/bisync", 36930 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 36931 }, 36932 { 36933 "name": "Test TestFTPRclone: test_max_delete_path1 RemoteRemote", 36934 "type": "go", 36935 "request": "launch", 36936 "mode": "test", 36937 "program": "./cmd/bisync", 36938 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_max_delete_path1", "-no-cleanup"] 36939 }, 36940 { 36941 "name": "Test TestFTPRclone: test_max_delete_path2_force LocalRemote", 36942 "type": "go", 36943 "request": "launch", 36944 "mode": "test", 36945 "program": "./cmd/bisync", 36946 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 36947 }, 36948 { 36949 "name": "Test TestFTPRclone: test_max_delete_path2_force RemoteLocal", 36950 "type": "go", 36951 "request": "launch", 36952 "mode": "test", 36953 "program": "./cmd/bisync", 36954 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 36955 }, 36956 { 36957 "name": "Test TestFTPRclone: test_max_delete_path2_force RemoteRemote", 36958 "type": "go", 36959 "request": "launch", 36960 "mode": "test", 36961 "program": "./cmd/bisync", 36962 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 36963 }, 36964 { 36965 "name": "Test TestFTPRclone: test_nomodtime LocalRemote", 36966 "type": "go", 36967 "request": "launch", 36968 "mode": "test", 36969 "program": "./cmd/bisync", 36970 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_nomodtime", "-no-cleanup"] 36971 }, 36972 { 36973 "name": "Test TestFTPRclone: test_nomodtime RemoteLocal", 36974 "type": "go", 36975 "request": "launch", 36976 "mode": "test", 36977 "program": "./cmd/bisync", 36978 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 36979 }, 36980 { 36981 "name": "Test TestFTPRclone: test_nomodtime RemoteRemote", 36982 "type": "go", 36983 "request": "launch", 36984 "mode": "test", 36985 "program": "./cmd/bisync", 36986 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_nomodtime", "-no-cleanup"] 36987 }, 36988 { 36989 "name": "Test TestFTPRclone: test_normalization LocalRemote", 36990 "type": "go", 36991 "request": "launch", 36992 "mode": "test", 36993 "program": "./cmd/bisync", 36994 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_normalization", "-no-cleanup"] 36995 }, 36996 { 36997 "name": "Test TestFTPRclone: test_normalization RemoteLocal", 36998 "type": "go", 36999 "request": "launch", 37000 "mode": "test", 37001 "program": "./cmd/bisync", 37002 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 37003 }, 37004 { 37005 "name": "Test TestFTPRclone: test_normalization RemoteRemote", 37006 "type": "go", 37007 "request": "launch", 37008 "mode": "test", 37009 "program": "./cmd/bisync", 37010 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_normalization", "-no-cleanup"] 37011 }, 37012 { 37013 "name": "Test TestFTPRclone: test_rclone_args LocalRemote", 37014 "type": "go", 37015 "request": "launch", 37016 "mode": "test", 37017 "program": "./cmd/bisync", 37018 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_rclone_args", "-no-cleanup"] 37019 }, 37020 { 37021 "name": "Test TestFTPRclone: test_rclone_args RemoteLocal", 37022 "type": "go", 37023 "request": "launch", 37024 "mode": "test", 37025 "program": "./cmd/bisync", 37026 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 37027 }, 37028 { 37029 "name": "Test TestFTPRclone: test_rclone_args RemoteRemote", 37030 "type": "go", 37031 "request": "launch", 37032 "mode": "test", 37033 "program": "./cmd/bisync", 37034 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_rclone_args", "-no-cleanup"] 37035 }, 37036 { 37037 "name": "Test TestFTPRclone: test_resolve LocalRemote", 37038 "type": "go", 37039 "request": "launch", 37040 "mode": "test", 37041 "program": "./cmd/bisync", 37042 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_resolve", "-no-cleanup"] 37043 }, 37044 { 37045 "name": "Test TestFTPRclone: test_resolve RemoteLocal", 37046 "type": "go", 37047 "request": "launch", 37048 "mode": "test", 37049 "program": "./cmd/bisync", 37050 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 37051 }, 37052 { 37053 "name": "Test TestFTPRclone: test_resolve RemoteRemote", 37054 "type": "go", 37055 "request": "launch", 37056 "mode": "test", 37057 "program": "./cmd/bisync", 37058 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_resolve", "-no-cleanup"] 37059 }, 37060 { 37061 "name": "Test TestFTPRclone: test_resync LocalRemote", 37062 "type": "go", 37063 "request": "launch", 37064 "mode": "test", 37065 "program": "./cmd/bisync", 37066 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_resync", "-no-cleanup"] 37067 }, 37068 { 37069 "name": "Test TestFTPRclone: test_resync RemoteLocal", 37070 "type": "go", 37071 "request": "launch", 37072 "mode": "test", 37073 "program": "./cmd/bisync", 37074 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 37075 }, 37076 { 37077 "name": "Test TestFTPRclone: test_resync RemoteRemote", 37078 "type": "go", 37079 "request": "launch", 37080 "mode": "test", 37081 "program": "./cmd/bisync", 37082 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_resync", "-no-cleanup"] 37083 }, 37084 { 37085 "name": "Test TestFTPRclone: test_resync_modes LocalRemote", 37086 "type": "go", 37087 "request": "launch", 37088 "mode": "test", 37089 "program": "./cmd/bisync", 37090 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_resync_modes", "-no-cleanup"] 37091 }, 37092 { 37093 "name": "Test TestFTPRclone: test_resync_modes RemoteLocal", 37094 "type": "go", 37095 "request": "launch", 37096 "mode": "test", 37097 "program": "./cmd/bisync", 37098 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 37099 }, 37100 { 37101 "name": "Test TestFTPRclone: test_resync_modes RemoteRemote", 37102 "type": "go", 37103 "request": "launch", 37104 "mode": "test", 37105 "program": "./cmd/bisync", 37106 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_resync_modes", "-no-cleanup"] 37107 }, 37108 { 37109 "name": "Test TestFTPRclone: test_rmdirs LocalRemote", 37110 "type": "go", 37111 "request": "launch", 37112 "mode": "test", 37113 "program": "./cmd/bisync", 37114 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_rmdirs", "-no-cleanup"] 37115 }, 37116 { 37117 "name": "Test TestFTPRclone: test_rmdirs RemoteLocal", 37118 "type": "go", 37119 "request": "launch", 37120 "mode": "test", 37121 "program": "./cmd/bisync", 37122 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 37123 }, 37124 { 37125 "name": "Test TestFTPRclone: test_rmdirs RemoteRemote", 37126 "type": "go", 37127 "request": "launch", 37128 "mode": "test", 37129 "program": "./cmd/bisync", 37130 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_rmdirs", "-no-cleanup"] 37131 }, 37132 { 37133 "name": "Test TestFTPRclone: test_volatile LocalRemote", 37134 "type": "go", 37135 "request": "launch", 37136 "mode": "test", 37137 "program": "./cmd/bisync", 37138 "args": ["-remote", "local", "-remote2", "TestFTPRclone:", "-case", "test_volatile", "-no-cleanup"] 37139 }, 37140 { 37141 "name": "Test TestFTPRclone: test_volatile RemoteLocal", 37142 "type": "go", 37143 "request": "launch", 37144 "mode": "test", 37145 "program": "./cmd/bisync", 37146 "args": ["-remote", "TestFTPRclone:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 37147 }, 37148 { 37149 "name": "Test TestFTPRclone: test_volatile RemoteRemote", 37150 "type": "go", 37151 "request": "launch", 37152 "mode": "test", 37153 "program": "./cmd/bisync", 37154 "args": ["-remote", "TestFTPRclone:", "-remote2", "TestFTPRclone:", "-case", "test_volatile", "-no-cleanup"] 37155 }, 37156 { 37157 "name": "Test TestBox: test_all_changed LocalRemote", 37158 "type": "go", 37159 "request": "launch", 37160 "mode": "test", 37161 "program": "./cmd/bisync", 37162 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_all_changed", "-no-cleanup"] 37163 }, 37164 { 37165 "name": "Test TestBox: test_all_changed RemoteLocal", 37166 "type": "go", 37167 "request": "launch", 37168 "mode": "test", 37169 "program": "./cmd/bisync", 37170 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 37171 }, 37172 { 37173 "name": "Test TestBox: test_all_changed RemoteRemote", 37174 "type": "go", 37175 "request": "launch", 37176 "mode": "test", 37177 "program": "./cmd/bisync", 37178 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_all_changed", "-no-cleanup"] 37179 }, 37180 { 37181 "name": "Test TestBox: test_backupdir LocalRemote", 37182 "type": "go", 37183 "request": "launch", 37184 "mode": "test", 37185 "program": "./cmd/bisync", 37186 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_backupdir", "-no-cleanup"] 37187 }, 37188 { 37189 "name": "Test TestBox: test_backupdir RemoteLocal", 37190 "type": "go", 37191 "request": "launch", 37192 "mode": "test", 37193 "program": "./cmd/bisync", 37194 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 37195 }, 37196 { 37197 "name": "Test TestBox: test_backupdir RemoteRemote", 37198 "type": "go", 37199 "request": "launch", 37200 "mode": "test", 37201 "program": "./cmd/bisync", 37202 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_backupdir", "-no-cleanup"] 37203 }, 37204 { 37205 "name": "Test TestBox: test_basic LocalRemote", 37206 "type": "go", 37207 "request": "launch", 37208 "mode": "test", 37209 "program": "./cmd/bisync", 37210 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_basic", "-no-cleanup"] 37211 }, 37212 { 37213 "name": "Test TestBox: test_basic RemoteLocal", 37214 "type": "go", 37215 "request": "launch", 37216 "mode": "test", 37217 "program": "./cmd/bisync", 37218 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 37219 }, 37220 { 37221 "name": "Test TestBox: test_basic RemoteRemote", 37222 "type": "go", 37223 "request": "launch", 37224 "mode": "test", 37225 "program": "./cmd/bisync", 37226 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_basic", "-no-cleanup"] 37227 }, 37228 { 37229 "name": "Test TestBox: test_changes LocalRemote", 37230 "type": "go", 37231 "request": "launch", 37232 "mode": "test", 37233 "program": "./cmd/bisync", 37234 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_changes", "-no-cleanup"] 37235 }, 37236 { 37237 "name": "Test TestBox: test_changes RemoteLocal", 37238 "type": "go", 37239 "request": "launch", 37240 "mode": "test", 37241 "program": "./cmd/bisync", 37242 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 37243 }, 37244 { 37245 "name": "Test TestBox: test_changes RemoteRemote", 37246 "type": "go", 37247 "request": "launch", 37248 "mode": "test", 37249 "program": "./cmd/bisync", 37250 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_changes", "-no-cleanup"] 37251 }, 37252 { 37253 "name": "Test TestBox: test_check_access LocalRemote", 37254 "type": "go", 37255 "request": "launch", 37256 "mode": "test", 37257 "program": "./cmd/bisync", 37258 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_check_access", "-no-cleanup"] 37259 }, 37260 { 37261 "name": "Test TestBox: test_check_access RemoteLocal", 37262 "type": "go", 37263 "request": "launch", 37264 "mode": "test", 37265 "program": "./cmd/bisync", 37266 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 37267 }, 37268 { 37269 "name": "Test TestBox: test_check_access RemoteRemote", 37270 "type": "go", 37271 "request": "launch", 37272 "mode": "test", 37273 "program": "./cmd/bisync", 37274 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_check_access", "-no-cleanup"] 37275 }, 37276 { 37277 "name": "Test TestBox: test_check_access_filters LocalRemote", 37278 "type": "go", 37279 "request": "launch", 37280 "mode": "test", 37281 "program": "./cmd/bisync", 37282 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_check_access_filters", "-no-cleanup"] 37283 }, 37284 { 37285 "name": "Test TestBox: test_check_access_filters RemoteLocal", 37286 "type": "go", 37287 "request": "launch", 37288 "mode": "test", 37289 "program": "./cmd/bisync", 37290 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 37291 }, 37292 { 37293 "name": "Test TestBox: test_check_access_filters RemoteRemote", 37294 "type": "go", 37295 "request": "launch", 37296 "mode": "test", 37297 "program": "./cmd/bisync", 37298 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_check_access_filters", "-no-cleanup"] 37299 }, 37300 { 37301 "name": "Test TestBox: test_check_filename LocalRemote", 37302 "type": "go", 37303 "request": "launch", 37304 "mode": "test", 37305 "program": "./cmd/bisync", 37306 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_check_filename", "-no-cleanup"] 37307 }, 37308 { 37309 "name": "Test TestBox: test_check_filename RemoteLocal", 37310 "type": "go", 37311 "request": "launch", 37312 "mode": "test", 37313 "program": "./cmd/bisync", 37314 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 37315 }, 37316 { 37317 "name": "Test TestBox: test_check_filename RemoteRemote", 37318 "type": "go", 37319 "request": "launch", 37320 "mode": "test", 37321 "program": "./cmd/bisync", 37322 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_check_filename", "-no-cleanup"] 37323 }, 37324 { 37325 "name": "Test TestBox: test_check_sync LocalRemote", 37326 "type": "go", 37327 "request": "launch", 37328 "mode": "test", 37329 "program": "./cmd/bisync", 37330 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_check_sync", "-no-cleanup"] 37331 }, 37332 { 37333 "name": "Test TestBox: test_check_sync RemoteLocal", 37334 "type": "go", 37335 "request": "launch", 37336 "mode": "test", 37337 "program": "./cmd/bisync", 37338 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 37339 }, 37340 { 37341 "name": "Test TestBox: test_check_sync RemoteRemote", 37342 "type": "go", 37343 "request": "launch", 37344 "mode": "test", 37345 "program": "./cmd/bisync", 37346 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_check_sync", "-no-cleanup"] 37347 }, 37348 { 37349 "name": "Test TestBox: test_compare_all LocalRemote", 37350 "type": "go", 37351 "request": "launch", 37352 "mode": "test", 37353 "program": "./cmd/bisync", 37354 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_compare_all", "-no-cleanup"] 37355 }, 37356 { 37357 "name": "Test TestBox: test_compare_all RemoteLocal", 37358 "type": "go", 37359 "request": "launch", 37360 "mode": "test", 37361 "program": "./cmd/bisync", 37362 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 37363 }, 37364 { 37365 "name": "Test TestBox: test_compare_all RemoteRemote", 37366 "type": "go", 37367 "request": "launch", 37368 "mode": "test", 37369 "program": "./cmd/bisync", 37370 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_compare_all", "-no-cleanup"] 37371 }, 37372 { 37373 "name": "Test TestBox: test_createemptysrcdirs LocalRemote", 37374 "type": "go", 37375 "request": "launch", 37376 "mode": "test", 37377 "program": "./cmd/bisync", 37378 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 37379 }, 37380 { 37381 "name": "Test TestBox: test_createemptysrcdirs RemoteLocal", 37382 "type": "go", 37383 "request": "launch", 37384 "mode": "test", 37385 "program": "./cmd/bisync", 37386 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 37387 }, 37388 { 37389 "name": "Test TestBox: test_createemptysrcdirs RemoteRemote", 37390 "type": "go", 37391 "request": "launch", 37392 "mode": "test", 37393 "program": "./cmd/bisync", 37394 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 37395 }, 37396 { 37397 "name": "Test TestBox: test_dry_run LocalRemote", 37398 "type": "go", 37399 "request": "launch", 37400 "mode": "test", 37401 "program": "./cmd/bisync", 37402 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_dry_run", "-no-cleanup"] 37403 }, 37404 { 37405 "name": "Test TestBox: test_dry_run RemoteLocal", 37406 "type": "go", 37407 "request": "launch", 37408 "mode": "test", 37409 "program": "./cmd/bisync", 37410 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 37411 }, 37412 { 37413 "name": "Test TestBox: test_dry_run RemoteRemote", 37414 "type": "go", 37415 "request": "launch", 37416 "mode": "test", 37417 "program": "./cmd/bisync", 37418 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_dry_run", "-no-cleanup"] 37419 }, 37420 { 37421 "name": "Test TestBox: test_equal LocalRemote", 37422 "type": "go", 37423 "request": "launch", 37424 "mode": "test", 37425 "program": "./cmd/bisync", 37426 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_equal", "-no-cleanup"] 37427 }, 37428 { 37429 "name": "Test TestBox: test_equal RemoteLocal", 37430 "type": "go", 37431 "request": "launch", 37432 "mode": "test", 37433 "program": "./cmd/bisync", 37434 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 37435 }, 37436 { 37437 "name": "Test TestBox: test_equal RemoteRemote", 37438 "type": "go", 37439 "request": "launch", 37440 "mode": "test", 37441 "program": "./cmd/bisync", 37442 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_equal", "-no-cleanup"] 37443 }, 37444 { 37445 "name": "Test TestBox: test_ext_paths LocalRemote", 37446 "type": "go", 37447 "request": "launch", 37448 "mode": "test", 37449 "program": "./cmd/bisync", 37450 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_ext_paths", "-no-cleanup"] 37451 }, 37452 { 37453 "name": "Test TestBox: test_ext_paths RemoteLocal", 37454 "type": "go", 37455 "request": "launch", 37456 "mode": "test", 37457 "program": "./cmd/bisync", 37458 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 37459 }, 37460 { 37461 "name": "Test TestBox: test_ext_paths RemoteRemote", 37462 "type": "go", 37463 "request": "launch", 37464 "mode": "test", 37465 "program": "./cmd/bisync", 37466 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_ext_paths", "-no-cleanup"] 37467 }, 37468 { 37469 "name": "Test TestBox: test_extended_filenames LocalRemote", 37470 "type": "go", 37471 "request": "launch", 37472 "mode": "test", 37473 "program": "./cmd/bisync", 37474 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_extended_filenames", "-no-cleanup"] 37475 }, 37476 { 37477 "name": "Test TestBox: test_extended_filenames RemoteLocal", 37478 "type": "go", 37479 "request": "launch", 37480 "mode": "test", 37481 "program": "./cmd/bisync", 37482 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 37483 }, 37484 { 37485 "name": "Test TestBox: test_extended_filenames RemoteRemote", 37486 "type": "go", 37487 "request": "launch", 37488 "mode": "test", 37489 "program": "./cmd/bisync", 37490 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_extended_filenames", "-no-cleanup"] 37491 }, 37492 { 37493 "name": "Test TestBox: test_filters LocalRemote", 37494 "type": "go", 37495 "request": "launch", 37496 "mode": "test", 37497 "program": "./cmd/bisync", 37498 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_filters", "-no-cleanup"] 37499 }, 37500 { 37501 "name": "Test TestBox: test_filters RemoteLocal", 37502 "type": "go", 37503 "request": "launch", 37504 "mode": "test", 37505 "program": "./cmd/bisync", 37506 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 37507 }, 37508 { 37509 "name": "Test TestBox: test_filters RemoteRemote", 37510 "type": "go", 37511 "request": "launch", 37512 "mode": "test", 37513 "program": "./cmd/bisync", 37514 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_filters", "-no-cleanup"] 37515 }, 37516 { 37517 "name": "Test TestBox: test_filtersfile_checks LocalRemote", 37518 "type": "go", 37519 "request": "launch", 37520 "mode": "test", 37521 "program": "./cmd/bisync", 37522 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_filtersfile_checks", "-no-cleanup"] 37523 }, 37524 { 37525 "name": "Test TestBox: test_filtersfile_checks RemoteLocal", 37526 "type": "go", 37527 "request": "launch", 37528 "mode": "test", 37529 "program": "./cmd/bisync", 37530 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 37531 }, 37532 { 37533 "name": "Test TestBox: test_filtersfile_checks RemoteRemote", 37534 "type": "go", 37535 "request": "launch", 37536 "mode": "test", 37537 "program": "./cmd/bisync", 37538 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_filtersfile_checks", "-no-cleanup"] 37539 }, 37540 { 37541 "name": "Test TestBox: test_ignorelistingchecksum LocalRemote", 37542 "type": "go", 37543 "request": "launch", 37544 "mode": "test", 37545 "program": "./cmd/bisync", 37546 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 37547 }, 37548 { 37549 "name": "Test TestBox: test_ignorelistingchecksum RemoteLocal", 37550 "type": "go", 37551 "request": "launch", 37552 "mode": "test", 37553 "program": "./cmd/bisync", 37554 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 37555 }, 37556 { 37557 "name": "Test TestBox: test_ignorelistingchecksum RemoteRemote", 37558 "type": "go", 37559 "request": "launch", 37560 "mode": "test", 37561 "program": "./cmd/bisync", 37562 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 37563 }, 37564 { 37565 "name": "Test TestBox: test_max_delete_path1 LocalRemote", 37566 "type": "go", 37567 "request": "launch", 37568 "mode": "test", 37569 "program": "./cmd/bisync", 37570 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_max_delete_path1", "-no-cleanup"] 37571 }, 37572 { 37573 "name": "Test TestBox: test_max_delete_path1 RemoteLocal", 37574 "type": "go", 37575 "request": "launch", 37576 "mode": "test", 37577 "program": "./cmd/bisync", 37578 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 37579 }, 37580 { 37581 "name": "Test TestBox: test_max_delete_path1 RemoteRemote", 37582 "type": "go", 37583 "request": "launch", 37584 "mode": "test", 37585 "program": "./cmd/bisync", 37586 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_max_delete_path1", "-no-cleanup"] 37587 }, 37588 { 37589 "name": "Test TestBox: test_max_delete_path2_force LocalRemote", 37590 "type": "go", 37591 "request": "launch", 37592 "mode": "test", 37593 "program": "./cmd/bisync", 37594 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 37595 }, 37596 { 37597 "name": "Test TestBox: test_max_delete_path2_force RemoteLocal", 37598 "type": "go", 37599 "request": "launch", 37600 "mode": "test", 37601 "program": "./cmd/bisync", 37602 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 37603 }, 37604 { 37605 "name": "Test TestBox: test_max_delete_path2_force RemoteRemote", 37606 "type": "go", 37607 "request": "launch", 37608 "mode": "test", 37609 "program": "./cmd/bisync", 37610 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 37611 }, 37612 { 37613 "name": "Test TestBox: test_nomodtime LocalRemote", 37614 "type": "go", 37615 "request": "launch", 37616 "mode": "test", 37617 "program": "./cmd/bisync", 37618 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_nomodtime", "-no-cleanup"] 37619 }, 37620 { 37621 "name": "Test TestBox: test_nomodtime RemoteLocal", 37622 "type": "go", 37623 "request": "launch", 37624 "mode": "test", 37625 "program": "./cmd/bisync", 37626 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 37627 }, 37628 { 37629 "name": "Test TestBox: test_nomodtime RemoteRemote", 37630 "type": "go", 37631 "request": "launch", 37632 "mode": "test", 37633 "program": "./cmd/bisync", 37634 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_nomodtime", "-no-cleanup"] 37635 }, 37636 { 37637 "name": "Test TestBox: test_normalization LocalRemote", 37638 "type": "go", 37639 "request": "launch", 37640 "mode": "test", 37641 "program": "./cmd/bisync", 37642 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_normalization", "-no-cleanup"] 37643 }, 37644 { 37645 "name": "Test TestBox: test_normalization RemoteLocal", 37646 "type": "go", 37647 "request": "launch", 37648 "mode": "test", 37649 "program": "./cmd/bisync", 37650 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 37651 }, 37652 { 37653 "name": "Test TestBox: test_normalization RemoteRemote", 37654 "type": "go", 37655 "request": "launch", 37656 "mode": "test", 37657 "program": "./cmd/bisync", 37658 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_normalization", "-no-cleanup"] 37659 }, 37660 { 37661 "name": "Test TestBox: test_rclone_args LocalRemote", 37662 "type": "go", 37663 "request": "launch", 37664 "mode": "test", 37665 "program": "./cmd/bisync", 37666 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_rclone_args", "-no-cleanup"] 37667 }, 37668 { 37669 "name": "Test TestBox: test_rclone_args RemoteLocal", 37670 "type": "go", 37671 "request": "launch", 37672 "mode": "test", 37673 "program": "./cmd/bisync", 37674 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 37675 }, 37676 { 37677 "name": "Test TestBox: test_rclone_args RemoteRemote", 37678 "type": "go", 37679 "request": "launch", 37680 "mode": "test", 37681 "program": "./cmd/bisync", 37682 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_rclone_args", "-no-cleanup"] 37683 }, 37684 { 37685 "name": "Test TestBox: test_resolve LocalRemote", 37686 "type": "go", 37687 "request": "launch", 37688 "mode": "test", 37689 "program": "./cmd/bisync", 37690 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_resolve", "-no-cleanup"] 37691 }, 37692 { 37693 "name": "Test TestBox: test_resolve RemoteLocal", 37694 "type": "go", 37695 "request": "launch", 37696 "mode": "test", 37697 "program": "./cmd/bisync", 37698 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 37699 }, 37700 { 37701 "name": "Test TestBox: test_resolve RemoteRemote", 37702 "type": "go", 37703 "request": "launch", 37704 "mode": "test", 37705 "program": "./cmd/bisync", 37706 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_resolve", "-no-cleanup"] 37707 }, 37708 { 37709 "name": "Test TestBox: test_resync LocalRemote", 37710 "type": "go", 37711 "request": "launch", 37712 "mode": "test", 37713 "program": "./cmd/bisync", 37714 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_resync", "-no-cleanup"] 37715 }, 37716 { 37717 "name": "Test TestBox: test_resync RemoteLocal", 37718 "type": "go", 37719 "request": "launch", 37720 "mode": "test", 37721 "program": "./cmd/bisync", 37722 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 37723 }, 37724 { 37725 "name": "Test TestBox: test_resync RemoteRemote", 37726 "type": "go", 37727 "request": "launch", 37728 "mode": "test", 37729 "program": "./cmd/bisync", 37730 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_resync", "-no-cleanup"] 37731 }, 37732 { 37733 "name": "Test TestBox: test_resync_modes LocalRemote", 37734 "type": "go", 37735 "request": "launch", 37736 "mode": "test", 37737 "program": "./cmd/bisync", 37738 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_resync_modes", "-no-cleanup"] 37739 }, 37740 { 37741 "name": "Test TestBox: test_resync_modes RemoteLocal", 37742 "type": "go", 37743 "request": "launch", 37744 "mode": "test", 37745 "program": "./cmd/bisync", 37746 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 37747 }, 37748 { 37749 "name": "Test TestBox: test_resync_modes RemoteRemote", 37750 "type": "go", 37751 "request": "launch", 37752 "mode": "test", 37753 "program": "./cmd/bisync", 37754 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_resync_modes", "-no-cleanup"] 37755 }, 37756 { 37757 "name": "Test TestBox: test_rmdirs LocalRemote", 37758 "type": "go", 37759 "request": "launch", 37760 "mode": "test", 37761 "program": "./cmd/bisync", 37762 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_rmdirs", "-no-cleanup"] 37763 }, 37764 { 37765 "name": "Test TestBox: test_rmdirs RemoteLocal", 37766 "type": "go", 37767 "request": "launch", 37768 "mode": "test", 37769 "program": "./cmd/bisync", 37770 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 37771 }, 37772 { 37773 "name": "Test TestBox: test_rmdirs RemoteRemote", 37774 "type": "go", 37775 "request": "launch", 37776 "mode": "test", 37777 "program": "./cmd/bisync", 37778 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_rmdirs", "-no-cleanup"] 37779 }, 37780 { 37781 "name": "Test TestBox: test_volatile LocalRemote", 37782 "type": "go", 37783 "request": "launch", 37784 "mode": "test", 37785 "program": "./cmd/bisync", 37786 "args": ["-remote", "local", "-remote2", "TestBox:", "-case", "test_volatile", "-no-cleanup"] 37787 }, 37788 { 37789 "name": "Test TestBox: test_volatile RemoteLocal", 37790 "type": "go", 37791 "request": "launch", 37792 "mode": "test", 37793 "program": "./cmd/bisync", 37794 "args": ["-remote", "TestBox:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 37795 }, 37796 { 37797 "name": "Test TestBox: test_volatile RemoteRemote", 37798 "type": "go", 37799 "request": "launch", 37800 "mode": "test", 37801 "program": "./cmd/bisync", 37802 "args": ["-remote", "TestBox:", "-remote2", "TestBox:", "-case", "test_volatile", "-no-cleanup"] 37803 }, 37804 { 37805 "name": "Test TestFichier: test_all_changed LocalRemote", 37806 "type": "go", 37807 "request": "launch", 37808 "mode": "test", 37809 "program": "./cmd/bisync", 37810 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_all_changed", "-no-cleanup"] 37811 }, 37812 { 37813 "name": "Test TestFichier: test_all_changed RemoteLocal", 37814 "type": "go", 37815 "request": "launch", 37816 "mode": "test", 37817 "program": "./cmd/bisync", 37818 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 37819 }, 37820 { 37821 "name": "Test TestFichier: test_all_changed RemoteRemote", 37822 "type": "go", 37823 "request": "launch", 37824 "mode": "test", 37825 "program": "./cmd/bisync", 37826 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_all_changed", "-no-cleanup"] 37827 }, 37828 { 37829 "name": "Test TestFichier: test_backupdir LocalRemote", 37830 "type": "go", 37831 "request": "launch", 37832 "mode": "test", 37833 "program": "./cmd/bisync", 37834 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_backupdir", "-no-cleanup"] 37835 }, 37836 { 37837 "name": "Test TestFichier: test_backupdir RemoteLocal", 37838 "type": "go", 37839 "request": "launch", 37840 "mode": "test", 37841 "program": "./cmd/bisync", 37842 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 37843 }, 37844 { 37845 "name": "Test TestFichier: test_backupdir RemoteRemote", 37846 "type": "go", 37847 "request": "launch", 37848 "mode": "test", 37849 "program": "./cmd/bisync", 37850 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_backupdir", "-no-cleanup"] 37851 }, 37852 { 37853 "name": "Test TestFichier: test_basic LocalRemote", 37854 "type": "go", 37855 "request": "launch", 37856 "mode": "test", 37857 "program": "./cmd/bisync", 37858 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_basic", "-no-cleanup"] 37859 }, 37860 { 37861 "name": "Test TestFichier: test_basic RemoteLocal", 37862 "type": "go", 37863 "request": "launch", 37864 "mode": "test", 37865 "program": "./cmd/bisync", 37866 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 37867 }, 37868 { 37869 "name": "Test TestFichier: test_basic RemoteRemote", 37870 "type": "go", 37871 "request": "launch", 37872 "mode": "test", 37873 "program": "./cmd/bisync", 37874 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_basic", "-no-cleanup"] 37875 }, 37876 { 37877 "name": "Test TestFichier: test_changes LocalRemote", 37878 "type": "go", 37879 "request": "launch", 37880 "mode": "test", 37881 "program": "./cmd/bisync", 37882 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_changes", "-no-cleanup"] 37883 }, 37884 { 37885 "name": "Test TestFichier: test_changes RemoteLocal", 37886 "type": "go", 37887 "request": "launch", 37888 "mode": "test", 37889 "program": "./cmd/bisync", 37890 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 37891 }, 37892 { 37893 "name": "Test TestFichier: test_changes RemoteRemote", 37894 "type": "go", 37895 "request": "launch", 37896 "mode": "test", 37897 "program": "./cmd/bisync", 37898 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_changes", "-no-cleanup"] 37899 }, 37900 { 37901 "name": "Test TestFichier: test_check_access LocalRemote", 37902 "type": "go", 37903 "request": "launch", 37904 "mode": "test", 37905 "program": "./cmd/bisync", 37906 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_check_access", "-no-cleanup"] 37907 }, 37908 { 37909 "name": "Test TestFichier: test_check_access RemoteLocal", 37910 "type": "go", 37911 "request": "launch", 37912 "mode": "test", 37913 "program": "./cmd/bisync", 37914 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 37915 }, 37916 { 37917 "name": "Test TestFichier: test_check_access RemoteRemote", 37918 "type": "go", 37919 "request": "launch", 37920 "mode": "test", 37921 "program": "./cmd/bisync", 37922 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_check_access", "-no-cleanup"] 37923 }, 37924 { 37925 "name": "Test TestFichier: test_check_access_filters LocalRemote", 37926 "type": "go", 37927 "request": "launch", 37928 "mode": "test", 37929 "program": "./cmd/bisync", 37930 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_check_access_filters", "-no-cleanup"] 37931 }, 37932 { 37933 "name": "Test TestFichier: test_check_access_filters RemoteLocal", 37934 "type": "go", 37935 "request": "launch", 37936 "mode": "test", 37937 "program": "./cmd/bisync", 37938 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 37939 }, 37940 { 37941 "name": "Test TestFichier: test_check_access_filters RemoteRemote", 37942 "type": "go", 37943 "request": "launch", 37944 "mode": "test", 37945 "program": "./cmd/bisync", 37946 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_check_access_filters", "-no-cleanup"] 37947 }, 37948 { 37949 "name": "Test TestFichier: test_check_filename LocalRemote", 37950 "type": "go", 37951 "request": "launch", 37952 "mode": "test", 37953 "program": "./cmd/bisync", 37954 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_check_filename", "-no-cleanup"] 37955 }, 37956 { 37957 "name": "Test TestFichier: test_check_filename RemoteLocal", 37958 "type": "go", 37959 "request": "launch", 37960 "mode": "test", 37961 "program": "./cmd/bisync", 37962 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 37963 }, 37964 { 37965 "name": "Test TestFichier: test_check_filename RemoteRemote", 37966 "type": "go", 37967 "request": "launch", 37968 "mode": "test", 37969 "program": "./cmd/bisync", 37970 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_check_filename", "-no-cleanup"] 37971 }, 37972 { 37973 "name": "Test TestFichier: test_check_sync LocalRemote", 37974 "type": "go", 37975 "request": "launch", 37976 "mode": "test", 37977 "program": "./cmd/bisync", 37978 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_check_sync", "-no-cleanup"] 37979 }, 37980 { 37981 "name": "Test TestFichier: test_check_sync RemoteLocal", 37982 "type": "go", 37983 "request": "launch", 37984 "mode": "test", 37985 "program": "./cmd/bisync", 37986 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 37987 }, 37988 { 37989 "name": "Test TestFichier: test_check_sync RemoteRemote", 37990 "type": "go", 37991 "request": "launch", 37992 "mode": "test", 37993 "program": "./cmd/bisync", 37994 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_check_sync", "-no-cleanup"] 37995 }, 37996 { 37997 "name": "Test TestFichier: test_compare_all LocalRemote", 37998 "type": "go", 37999 "request": "launch", 38000 "mode": "test", 38001 "program": "./cmd/bisync", 38002 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_compare_all", "-no-cleanup"] 38003 }, 38004 { 38005 "name": "Test TestFichier: test_compare_all RemoteLocal", 38006 "type": "go", 38007 "request": "launch", 38008 "mode": "test", 38009 "program": "./cmd/bisync", 38010 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 38011 }, 38012 { 38013 "name": "Test TestFichier: test_compare_all RemoteRemote", 38014 "type": "go", 38015 "request": "launch", 38016 "mode": "test", 38017 "program": "./cmd/bisync", 38018 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_compare_all", "-no-cleanup"] 38019 }, 38020 { 38021 "name": "Test TestFichier: test_createemptysrcdirs LocalRemote", 38022 "type": "go", 38023 "request": "launch", 38024 "mode": "test", 38025 "program": "./cmd/bisync", 38026 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 38027 }, 38028 { 38029 "name": "Test TestFichier: test_createemptysrcdirs RemoteLocal", 38030 "type": "go", 38031 "request": "launch", 38032 "mode": "test", 38033 "program": "./cmd/bisync", 38034 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 38035 }, 38036 { 38037 "name": "Test TestFichier: test_createemptysrcdirs RemoteRemote", 38038 "type": "go", 38039 "request": "launch", 38040 "mode": "test", 38041 "program": "./cmd/bisync", 38042 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 38043 }, 38044 { 38045 "name": "Test TestFichier: test_dry_run LocalRemote", 38046 "type": "go", 38047 "request": "launch", 38048 "mode": "test", 38049 "program": "./cmd/bisync", 38050 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_dry_run", "-no-cleanup"] 38051 }, 38052 { 38053 "name": "Test TestFichier: test_dry_run RemoteLocal", 38054 "type": "go", 38055 "request": "launch", 38056 "mode": "test", 38057 "program": "./cmd/bisync", 38058 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 38059 }, 38060 { 38061 "name": "Test TestFichier: test_dry_run RemoteRemote", 38062 "type": "go", 38063 "request": "launch", 38064 "mode": "test", 38065 "program": "./cmd/bisync", 38066 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_dry_run", "-no-cleanup"] 38067 }, 38068 { 38069 "name": "Test TestFichier: test_equal LocalRemote", 38070 "type": "go", 38071 "request": "launch", 38072 "mode": "test", 38073 "program": "./cmd/bisync", 38074 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_equal", "-no-cleanup"] 38075 }, 38076 { 38077 "name": "Test TestFichier: test_equal RemoteLocal", 38078 "type": "go", 38079 "request": "launch", 38080 "mode": "test", 38081 "program": "./cmd/bisync", 38082 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 38083 }, 38084 { 38085 "name": "Test TestFichier: test_equal RemoteRemote", 38086 "type": "go", 38087 "request": "launch", 38088 "mode": "test", 38089 "program": "./cmd/bisync", 38090 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_equal", "-no-cleanup"] 38091 }, 38092 { 38093 "name": "Test TestFichier: test_ext_paths LocalRemote", 38094 "type": "go", 38095 "request": "launch", 38096 "mode": "test", 38097 "program": "./cmd/bisync", 38098 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_ext_paths", "-no-cleanup"] 38099 }, 38100 { 38101 "name": "Test TestFichier: test_ext_paths RemoteLocal", 38102 "type": "go", 38103 "request": "launch", 38104 "mode": "test", 38105 "program": "./cmd/bisync", 38106 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 38107 }, 38108 { 38109 "name": "Test TestFichier: test_ext_paths RemoteRemote", 38110 "type": "go", 38111 "request": "launch", 38112 "mode": "test", 38113 "program": "./cmd/bisync", 38114 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_ext_paths", "-no-cleanup"] 38115 }, 38116 { 38117 "name": "Test TestFichier: test_extended_filenames LocalRemote", 38118 "type": "go", 38119 "request": "launch", 38120 "mode": "test", 38121 "program": "./cmd/bisync", 38122 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_extended_filenames", "-no-cleanup"] 38123 }, 38124 { 38125 "name": "Test TestFichier: test_extended_filenames RemoteLocal", 38126 "type": "go", 38127 "request": "launch", 38128 "mode": "test", 38129 "program": "./cmd/bisync", 38130 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 38131 }, 38132 { 38133 "name": "Test TestFichier: test_extended_filenames RemoteRemote", 38134 "type": "go", 38135 "request": "launch", 38136 "mode": "test", 38137 "program": "./cmd/bisync", 38138 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_extended_filenames", "-no-cleanup"] 38139 }, 38140 { 38141 "name": "Test TestFichier: test_filters LocalRemote", 38142 "type": "go", 38143 "request": "launch", 38144 "mode": "test", 38145 "program": "./cmd/bisync", 38146 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_filters", "-no-cleanup"] 38147 }, 38148 { 38149 "name": "Test TestFichier: test_filters RemoteLocal", 38150 "type": "go", 38151 "request": "launch", 38152 "mode": "test", 38153 "program": "./cmd/bisync", 38154 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 38155 }, 38156 { 38157 "name": "Test TestFichier: test_filters RemoteRemote", 38158 "type": "go", 38159 "request": "launch", 38160 "mode": "test", 38161 "program": "./cmd/bisync", 38162 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_filters", "-no-cleanup"] 38163 }, 38164 { 38165 "name": "Test TestFichier: test_filtersfile_checks LocalRemote", 38166 "type": "go", 38167 "request": "launch", 38168 "mode": "test", 38169 "program": "./cmd/bisync", 38170 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_filtersfile_checks", "-no-cleanup"] 38171 }, 38172 { 38173 "name": "Test TestFichier: test_filtersfile_checks RemoteLocal", 38174 "type": "go", 38175 "request": "launch", 38176 "mode": "test", 38177 "program": "./cmd/bisync", 38178 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 38179 }, 38180 { 38181 "name": "Test TestFichier: test_filtersfile_checks RemoteRemote", 38182 "type": "go", 38183 "request": "launch", 38184 "mode": "test", 38185 "program": "./cmd/bisync", 38186 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_filtersfile_checks", "-no-cleanup"] 38187 }, 38188 { 38189 "name": "Test TestFichier: test_ignorelistingchecksum LocalRemote", 38190 "type": "go", 38191 "request": "launch", 38192 "mode": "test", 38193 "program": "./cmd/bisync", 38194 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 38195 }, 38196 { 38197 "name": "Test TestFichier: test_ignorelistingchecksum RemoteLocal", 38198 "type": "go", 38199 "request": "launch", 38200 "mode": "test", 38201 "program": "./cmd/bisync", 38202 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 38203 }, 38204 { 38205 "name": "Test TestFichier: test_ignorelistingchecksum RemoteRemote", 38206 "type": "go", 38207 "request": "launch", 38208 "mode": "test", 38209 "program": "./cmd/bisync", 38210 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 38211 }, 38212 { 38213 "name": "Test TestFichier: test_max_delete_path1 LocalRemote", 38214 "type": "go", 38215 "request": "launch", 38216 "mode": "test", 38217 "program": "./cmd/bisync", 38218 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_max_delete_path1", "-no-cleanup"] 38219 }, 38220 { 38221 "name": "Test TestFichier: test_max_delete_path1 RemoteLocal", 38222 "type": "go", 38223 "request": "launch", 38224 "mode": "test", 38225 "program": "./cmd/bisync", 38226 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 38227 }, 38228 { 38229 "name": "Test TestFichier: test_max_delete_path1 RemoteRemote", 38230 "type": "go", 38231 "request": "launch", 38232 "mode": "test", 38233 "program": "./cmd/bisync", 38234 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_max_delete_path1", "-no-cleanup"] 38235 }, 38236 { 38237 "name": "Test TestFichier: test_max_delete_path2_force LocalRemote", 38238 "type": "go", 38239 "request": "launch", 38240 "mode": "test", 38241 "program": "./cmd/bisync", 38242 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 38243 }, 38244 { 38245 "name": "Test TestFichier: test_max_delete_path2_force RemoteLocal", 38246 "type": "go", 38247 "request": "launch", 38248 "mode": "test", 38249 "program": "./cmd/bisync", 38250 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 38251 }, 38252 { 38253 "name": "Test TestFichier: test_max_delete_path2_force RemoteRemote", 38254 "type": "go", 38255 "request": "launch", 38256 "mode": "test", 38257 "program": "./cmd/bisync", 38258 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 38259 }, 38260 { 38261 "name": "Test TestFichier: test_nomodtime LocalRemote", 38262 "type": "go", 38263 "request": "launch", 38264 "mode": "test", 38265 "program": "./cmd/bisync", 38266 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_nomodtime", "-no-cleanup"] 38267 }, 38268 { 38269 "name": "Test TestFichier: test_nomodtime RemoteLocal", 38270 "type": "go", 38271 "request": "launch", 38272 "mode": "test", 38273 "program": "./cmd/bisync", 38274 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 38275 }, 38276 { 38277 "name": "Test TestFichier: test_nomodtime RemoteRemote", 38278 "type": "go", 38279 "request": "launch", 38280 "mode": "test", 38281 "program": "./cmd/bisync", 38282 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_nomodtime", "-no-cleanup"] 38283 }, 38284 { 38285 "name": "Test TestFichier: test_normalization LocalRemote", 38286 "type": "go", 38287 "request": "launch", 38288 "mode": "test", 38289 "program": "./cmd/bisync", 38290 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_normalization", "-no-cleanup"] 38291 }, 38292 { 38293 "name": "Test TestFichier: test_normalization RemoteLocal", 38294 "type": "go", 38295 "request": "launch", 38296 "mode": "test", 38297 "program": "./cmd/bisync", 38298 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 38299 }, 38300 { 38301 "name": "Test TestFichier: test_normalization RemoteRemote", 38302 "type": "go", 38303 "request": "launch", 38304 "mode": "test", 38305 "program": "./cmd/bisync", 38306 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_normalization", "-no-cleanup"] 38307 }, 38308 { 38309 "name": "Test TestFichier: test_rclone_args LocalRemote", 38310 "type": "go", 38311 "request": "launch", 38312 "mode": "test", 38313 "program": "./cmd/bisync", 38314 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_rclone_args", "-no-cleanup"] 38315 }, 38316 { 38317 "name": "Test TestFichier: test_rclone_args RemoteLocal", 38318 "type": "go", 38319 "request": "launch", 38320 "mode": "test", 38321 "program": "./cmd/bisync", 38322 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 38323 }, 38324 { 38325 "name": "Test TestFichier: test_rclone_args RemoteRemote", 38326 "type": "go", 38327 "request": "launch", 38328 "mode": "test", 38329 "program": "./cmd/bisync", 38330 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_rclone_args", "-no-cleanup"] 38331 }, 38332 { 38333 "name": "Test TestFichier: test_resolve LocalRemote", 38334 "type": "go", 38335 "request": "launch", 38336 "mode": "test", 38337 "program": "./cmd/bisync", 38338 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_resolve", "-no-cleanup"] 38339 }, 38340 { 38341 "name": "Test TestFichier: test_resolve RemoteLocal", 38342 "type": "go", 38343 "request": "launch", 38344 "mode": "test", 38345 "program": "./cmd/bisync", 38346 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 38347 }, 38348 { 38349 "name": "Test TestFichier: test_resolve RemoteRemote", 38350 "type": "go", 38351 "request": "launch", 38352 "mode": "test", 38353 "program": "./cmd/bisync", 38354 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_resolve", "-no-cleanup"] 38355 }, 38356 { 38357 "name": "Test TestFichier: test_resync LocalRemote", 38358 "type": "go", 38359 "request": "launch", 38360 "mode": "test", 38361 "program": "./cmd/bisync", 38362 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_resync", "-no-cleanup"] 38363 }, 38364 { 38365 "name": "Test TestFichier: test_resync RemoteLocal", 38366 "type": "go", 38367 "request": "launch", 38368 "mode": "test", 38369 "program": "./cmd/bisync", 38370 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 38371 }, 38372 { 38373 "name": "Test TestFichier: test_resync RemoteRemote", 38374 "type": "go", 38375 "request": "launch", 38376 "mode": "test", 38377 "program": "./cmd/bisync", 38378 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_resync", "-no-cleanup"] 38379 }, 38380 { 38381 "name": "Test TestFichier: test_resync_modes LocalRemote", 38382 "type": "go", 38383 "request": "launch", 38384 "mode": "test", 38385 "program": "./cmd/bisync", 38386 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_resync_modes", "-no-cleanup"] 38387 }, 38388 { 38389 "name": "Test TestFichier: test_resync_modes RemoteLocal", 38390 "type": "go", 38391 "request": "launch", 38392 "mode": "test", 38393 "program": "./cmd/bisync", 38394 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 38395 }, 38396 { 38397 "name": "Test TestFichier: test_resync_modes RemoteRemote", 38398 "type": "go", 38399 "request": "launch", 38400 "mode": "test", 38401 "program": "./cmd/bisync", 38402 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_resync_modes", "-no-cleanup"] 38403 }, 38404 { 38405 "name": "Test TestFichier: test_rmdirs LocalRemote", 38406 "type": "go", 38407 "request": "launch", 38408 "mode": "test", 38409 "program": "./cmd/bisync", 38410 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_rmdirs", "-no-cleanup"] 38411 }, 38412 { 38413 "name": "Test TestFichier: test_rmdirs RemoteLocal", 38414 "type": "go", 38415 "request": "launch", 38416 "mode": "test", 38417 "program": "./cmd/bisync", 38418 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 38419 }, 38420 { 38421 "name": "Test TestFichier: test_rmdirs RemoteRemote", 38422 "type": "go", 38423 "request": "launch", 38424 "mode": "test", 38425 "program": "./cmd/bisync", 38426 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_rmdirs", "-no-cleanup"] 38427 }, 38428 { 38429 "name": "Test TestFichier: test_volatile LocalRemote", 38430 "type": "go", 38431 "request": "launch", 38432 "mode": "test", 38433 "program": "./cmd/bisync", 38434 "args": ["-remote", "local", "-remote2", "TestFichier:", "-case", "test_volatile", "-no-cleanup"] 38435 }, 38436 { 38437 "name": "Test TestFichier: test_volatile RemoteLocal", 38438 "type": "go", 38439 "request": "launch", 38440 "mode": "test", 38441 "program": "./cmd/bisync", 38442 "args": ["-remote", "TestFichier:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 38443 }, 38444 { 38445 "name": "Test TestFichier: test_volatile RemoteRemote", 38446 "type": "go", 38447 "request": "launch", 38448 "mode": "test", 38449 "program": "./cmd/bisync", 38450 "args": ["-remote", "TestFichier:", "-remote2", "TestFichier:", "-case", "test_volatile", "-no-cleanup"] 38451 }, 38452 { 38453 "name": "Test TestQingStor: test_all_changed LocalRemote", 38454 "type": "go", 38455 "request": "launch", 38456 "mode": "test", 38457 "program": "./cmd/bisync", 38458 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_all_changed", "-no-cleanup"] 38459 }, 38460 { 38461 "name": "Test TestQingStor: test_all_changed RemoteLocal", 38462 "type": "go", 38463 "request": "launch", 38464 "mode": "test", 38465 "program": "./cmd/bisync", 38466 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 38467 }, 38468 { 38469 "name": "Test TestQingStor: test_all_changed RemoteRemote", 38470 "type": "go", 38471 "request": "launch", 38472 "mode": "test", 38473 "program": "./cmd/bisync", 38474 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_all_changed", "-no-cleanup"] 38475 }, 38476 { 38477 "name": "Test TestQingStor: test_backupdir LocalRemote", 38478 "type": "go", 38479 "request": "launch", 38480 "mode": "test", 38481 "program": "./cmd/bisync", 38482 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_backupdir", "-no-cleanup"] 38483 }, 38484 { 38485 "name": "Test TestQingStor: test_backupdir RemoteLocal", 38486 "type": "go", 38487 "request": "launch", 38488 "mode": "test", 38489 "program": "./cmd/bisync", 38490 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 38491 }, 38492 { 38493 "name": "Test TestQingStor: test_backupdir RemoteRemote", 38494 "type": "go", 38495 "request": "launch", 38496 "mode": "test", 38497 "program": "./cmd/bisync", 38498 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_backupdir", "-no-cleanup"] 38499 }, 38500 { 38501 "name": "Test TestQingStor: test_basic LocalRemote", 38502 "type": "go", 38503 "request": "launch", 38504 "mode": "test", 38505 "program": "./cmd/bisync", 38506 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_basic", "-no-cleanup"] 38507 }, 38508 { 38509 "name": "Test TestQingStor: test_basic RemoteLocal", 38510 "type": "go", 38511 "request": "launch", 38512 "mode": "test", 38513 "program": "./cmd/bisync", 38514 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 38515 }, 38516 { 38517 "name": "Test TestQingStor: test_basic RemoteRemote", 38518 "type": "go", 38519 "request": "launch", 38520 "mode": "test", 38521 "program": "./cmd/bisync", 38522 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_basic", "-no-cleanup"] 38523 }, 38524 { 38525 "name": "Test TestQingStor: test_changes LocalRemote", 38526 "type": "go", 38527 "request": "launch", 38528 "mode": "test", 38529 "program": "./cmd/bisync", 38530 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_changes", "-no-cleanup"] 38531 }, 38532 { 38533 "name": "Test TestQingStor: test_changes RemoteLocal", 38534 "type": "go", 38535 "request": "launch", 38536 "mode": "test", 38537 "program": "./cmd/bisync", 38538 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 38539 }, 38540 { 38541 "name": "Test TestQingStor: test_changes RemoteRemote", 38542 "type": "go", 38543 "request": "launch", 38544 "mode": "test", 38545 "program": "./cmd/bisync", 38546 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_changes", "-no-cleanup"] 38547 }, 38548 { 38549 "name": "Test TestQingStor: test_check_access LocalRemote", 38550 "type": "go", 38551 "request": "launch", 38552 "mode": "test", 38553 "program": "./cmd/bisync", 38554 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_check_access", "-no-cleanup"] 38555 }, 38556 { 38557 "name": "Test TestQingStor: test_check_access RemoteLocal", 38558 "type": "go", 38559 "request": "launch", 38560 "mode": "test", 38561 "program": "./cmd/bisync", 38562 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 38563 }, 38564 { 38565 "name": "Test TestQingStor: test_check_access RemoteRemote", 38566 "type": "go", 38567 "request": "launch", 38568 "mode": "test", 38569 "program": "./cmd/bisync", 38570 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_check_access", "-no-cleanup"] 38571 }, 38572 { 38573 "name": "Test TestQingStor: test_check_access_filters LocalRemote", 38574 "type": "go", 38575 "request": "launch", 38576 "mode": "test", 38577 "program": "./cmd/bisync", 38578 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_check_access_filters", "-no-cleanup"] 38579 }, 38580 { 38581 "name": "Test TestQingStor: test_check_access_filters RemoteLocal", 38582 "type": "go", 38583 "request": "launch", 38584 "mode": "test", 38585 "program": "./cmd/bisync", 38586 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 38587 }, 38588 { 38589 "name": "Test TestQingStor: test_check_access_filters RemoteRemote", 38590 "type": "go", 38591 "request": "launch", 38592 "mode": "test", 38593 "program": "./cmd/bisync", 38594 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_check_access_filters", "-no-cleanup"] 38595 }, 38596 { 38597 "name": "Test TestQingStor: test_check_filename LocalRemote", 38598 "type": "go", 38599 "request": "launch", 38600 "mode": "test", 38601 "program": "./cmd/bisync", 38602 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_check_filename", "-no-cleanup"] 38603 }, 38604 { 38605 "name": "Test TestQingStor: test_check_filename RemoteLocal", 38606 "type": "go", 38607 "request": "launch", 38608 "mode": "test", 38609 "program": "./cmd/bisync", 38610 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 38611 }, 38612 { 38613 "name": "Test TestQingStor: test_check_filename RemoteRemote", 38614 "type": "go", 38615 "request": "launch", 38616 "mode": "test", 38617 "program": "./cmd/bisync", 38618 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_check_filename", "-no-cleanup"] 38619 }, 38620 { 38621 "name": "Test TestQingStor: test_check_sync LocalRemote", 38622 "type": "go", 38623 "request": "launch", 38624 "mode": "test", 38625 "program": "./cmd/bisync", 38626 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_check_sync", "-no-cleanup"] 38627 }, 38628 { 38629 "name": "Test TestQingStor: test_check_sync RemoteLocal", 38630 "type": "go", 38631 "request": "launch", 38632 "mode": "test", 38633 "program": "./cmd/bisync", 38634 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 38635 }, 38636 { 38637 "name": "Test TestQingStor: test_check_sync RemoteRemote", 38638 "type": "go", 38639 "request": "launch", 38640 "mode": "test", 38641 "program": "./cmd/bisync", 38642 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_check_sync", "-no-cleanup"] 38643 }, 38644 { 38645 "name": "Test TestQingStor: test_compare_all LocalRemote", 38646 "type": "go", 38647 "request": "launch", 38648 "mode": "test", 38649 "program": "./cmd/bisync", 38650 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_compare_all", "-no-cleanup"] 38651 }, 38652 { 38653 "name": "Test TestQingStor: test_compare_all RemoteLocal", 38654 "type": "go", 38655 "request": "launch", 38656 "mode": "test", 38657 "program": "./cmd/bisync", 38658 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 38659 }, 38660 { 38661 "name": "Test TestQingStor: test_compare_all RemoteRemote", 38662 "type": "go", 38663 "request": "launch", 38664 "mode": "test", 38665 "program": "./cmd/bisync", 38666 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_compare_all", "-no-cleanup"] 38667 }, 38668 { 38669 "name": "Test TestQingStor: test_createemptysrcdirs LocalRemote", 38670 "type": "go", 38671 "request": "launch", 38672 "mode": "test", 38673 "program": "./cmd/bisync", 38674 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 38675 }, 38676 { 38677 "name": "Test TestQingStor: test_createemptysrcdirs RemoteLocal", 38678 "type": "go", 38679 "request": "launch", 38680 "mode": "test", 38681 "program": "./cmd/bisync", 38682 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 38683 }, 38684 { 38685 "name": "Test TestQingStor: test_createemptysrcdirs RemoteRemote", 38686 "type": "go", 38687 "request": "launch", 38688 "mode": "test", 38689 "program": "./cmd/bisync", 38690 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 38691 }, 38692 { 38693 "name": "Test TestQingStor: test_dry_run LocalRemote", 38694 "type": "go", 38695 "request": "launch", 38696 "mode": "test", 38697 "program": "./cmd/bisync", 38698 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_dry_run", "-no-cleanup"] 38699 }, 38700 { 38701 "name": "Test TestQingStor: test_dry_run RemoteLocal", 38702 "type": "go", 38703 "request": "launch", 38704 "mode": "test", 38705 "program": "./cmd/bisync", 38706 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 38707 }, 38708 { 38709 "name": "Test TestQingStor: test_dry_run RemoteRemote", 38710 "type": "go", 38711 "request": "launch", 38712 "mode": "test", 38713 "program": "./cmd/bisync", 38714 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_dry_run", "-no-cleanup"] 38715 }, 38716 { 38717 "name": "Test TestQingStor: test_equal LocalRemote", 38718 "type": "go", 38719 "request": "launch", 38720 "mode": "test", 38721 "program": "./cmd/bisync", 38722 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_equal", "-no-cleanup"] 38723 }, 38724 { 38725 "name": "Test TestQingStor: test_equal RemoteLocal", 38726 "type": "go", 38727 "request": "launch", 38728 "mode": "test", 38729 "program": "./cmd/bisync", 38730 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 38731 }, 38732 { 38733 "name": "Test TestQingStor: test_equal RemoteRemote", 38734 "type": "go", 38735 "request": "launch", 38736 "mode": "test", 38737 "program": "./cmd/bisync", 38738 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_equal", "-no-cleanup"] 38739 }, 38740 { 38741 "name": "Test TestQingStor: test_ext_paths LocalRemote", 38742 "type": "go", 38743 "request": "launch", 38744 "mode": "test", 38745 "program": "./cmd/bisync", 38746 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_ext_paths", "-no-cleanup"] 38747 }, 38748 { 38749 "name": "Test TestQingStor: test_ext_paths RemoteLocal", 38750 "type": "go", 38751 "request": "launch", 38752 "mode": "test", 38753 "program": "./cmd/bisync", 38754 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 38755 }, 38756 { 38757 "name": "Test TestQingStor: test_ext_paths RemoteRemote", 38758 "type": "go", 38759 "request": "launch", 38760 "mode": "test", 38761 "program": "./cmd/bisync", 38762 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_ext_paths", "-no-cleanup"] 38763 }, 38764 { 38765 "name": "Test TestQingStor: test_extended_filenames LocalRemote", 38766 "type": "go", 38767 "request": "launch", 38768 "mode": "test", 38769 "program": "./cmd/bisync", 38770 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_extended_filenames", "-no-cleanup"] 38771 }, 38772 { 38773 "name": "Test TestQingStor: test_extended_filenames RemoteLocal", 38774 "type": "go", 38775 "request": "launch", 38776 "mode": "test", 38777 "program": "./cmd/bisync", 38778 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 38779 }, 38780 { 38781 "name": "Test TestQingStor: test_extended_filenames RemoteRemote", 38782 "type": "go", 38783 "request": "launch", 38784 "mode": "test", 38785 "program": "./cmd/bisync", 38786 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_extended_filenames", "-no-cleanup"] 38787 }, 38788 { 38789 "name": "Test TestQingStor: test_filters LocalRemote", 38790 "type": "go", 38791 "request": "launch", 38792 "mode": "test", 38793 "program": "./cmd/bisync", 38794 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_filters", "-no-cleanup"] 38795 }, 38796 { 38797 "name": "Test TestQingStor: test_filters RemoteLocal", 38798 "type": "go", 38799 "request": "launch", 38800 "mode": "test", 38801 "program": "./cmd/bisync", 38802 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 38803 }, 38804 { 38805 "name": "Test TestQingStor: test_filters RemoteRemote", 38806 "type": "go", 38807 "request": "launch", 38808 "mode": "test", 38809 "program": "./cmd/bisync", 38810 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_filters", "-no-cleanup"] 38811 }, 38812 { 38813 "name": "Test TestQingStor: test_filtersfile_checks LocalRemote", 38814 "type": "go", 38815 "request": "launch", 38816 "mode": "test", 38817 "program": "./cmd/bisync", 38818 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_filtersfile_checks", "-no-cleanup"] 38819 }, 38820 { 38821 "name": "Test TestQingStor: test_filtersfile_checks RemoteLocal", 38822 "type": "go", 38823 "request": "launch", 38824 "mode": "test", 38825 "program": "./cmd/bisync", 38826 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 38827 }, 38828 { 38829 "name": "Test TestQingStor: test_filtersfile_checks RemoteRemote", 38830 "type": "go", 38831 "request": "launch", 38832 "mode": "test", 38833 "program": "./cmd/bisync", 38834 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_filtersfile_checks", "-no-cleanup"] 38835 }, 38836 { 38837 "name": "Test TestQingStor: test_ignorelistingchecksum LocalRemote", 38838 "type": "go", 38839 "request": "launch", 38840 "mode": "test", 38841 "program": "./cmd/bisync", 38842 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 38843 }, 38844 { 38845 "name": "Test TestQingStor: test_ignorelistingchecksum RemoteLocal", 38846 "type": "go", 38847 "request": "launch", 38848 "mode": "test", 38849 "program": "./cmd/bisync", 38850 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 38851 }, 38852 { 38853 "name": "Test TestQingStor: test_ignorelistingchecksum RemoteRemote", 38854 "type": "go", 38855 "request": "launch", 38856 "mode": "test", 38857 "program": "./cmd/bisync", 38858 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 38859 }, 38860 { 38861 "name": "Test TestQingStor: test_max_delete_path1 LocalRemote", 38862 "type": "go", 38863 "request": "launch", 38864 "mode": "test", 38865 "program": "./cmd/bisync", 38866 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_max_delete_path1", "-no-cleanup"] 38867 }, 38868 { 38869 "name": "Test TestQingStor: test_max_delete_path1 RemoteLocal", 38870 "type": "go", 38871 "request": "launch", 38872 "mode": "test", 38873 "program": "./cmd/bisync", 38874 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 38875 }, 38876 { 38877 "name": "Test TestQingStor: test_max_delete_path1 RemoteRemote", 38878 "type": "go", 38879 "request": "launch", 38880 "mode": "test", 38881 "program": "./cmd/bisync", 38882 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_max_delete_path1", "-no-cleanup"] 38883 }, 38884 { 38885 "name": "Test TestQingStor: test_max_delete_path2_force LocalRemote", 38886 "type": "go", 38887 "request": "launch", 38888 "mode": "test", 38889 "program": "./cmd/bisync", 38890 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 38891 }, 38892 { 38893 "name": "Test TestQingStor: test_max_delete_path2_force RemoteLocal", 38894 "type": "go", 38895 "request": "launch", 38896 "mode": "test", 38897 "program": "./cmd/bisync", 38898 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 38899 }, 38900 { 38901 "name": "Test TestQingStor: test_max_delete_path2_force RemoteRemote", 38902 "type": "go", 38903 "request": "launch", 38904 "mode": "test", 38905 "program": "./cmd/bisync", 38906 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 38907 }, 38908 { 38909 "name": "Test TestQingStor: test_nomodtime LocalRemote", 38910 "type": "go", 38911 "request": "launch", 38912 "mode": "test", 38913 "program": "./cmd/bisync", 38914 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_nomodtime", "-no-cleanup"] 38915 }, 38916 { 38917 "name": "Test TestQingStor: test_nomodtime RemoteLocal", 38918 "type": "go", 38919 "request": "launch", 38920 "mode": "test", 38921 "program": "./cmd/bisync", 38922 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 38923 }, 38924 { 38925 "name": "Test TestQingStor: test_nomodtime RemoteRemote", 38926 "type": "go", 38927 "request": "launch", 38928 "mode": "test", 38929 "program": "./cmd/bisync", 38930 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_nomodtime", "-no-cleanup"] 38931 }, 38932 { 38933 "name": "Test TestQingStor: test_normalization LocalRemote", 38934 "type": "go", 38935 "request": "launch", 38936 "mode": "test", 38937 "program": "./cmd/bisync", 38938 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_normalization", "-no-cleanup"] 38939 }, 38940 { 38941 "name": "Test TestQingStor: test_normalization RemoteLocal", 38942 "type": "go", 38943 "request": "launch", 38944 "mode": "test", 38945 "program": "./cmd/bisync", 38946 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 38947 }, 38948 { 38949 "name": "Test TestQingStor: test_normalization RemoteRemote", 38950 "type": "go", 38951 "request": "launch", 38952 "mode": "test", 38953 "program": "./cmd/bisync", 38954 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_normalization", "-no-cleanup"] 38955 }, 38956 { 38957 "name": "Test TestQingStor: test_rclone_args LocalRemote", 38958 "type": "go", 38959 "request": "launch", 38960 "mode": "test", 38961 "program": "./cmd/bisync", 38962 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_rclone_args", "-no-cleanup"] 38963 }, 38964 { 38965 "name": "Test TestQingStor: test_rclone_args RemoteLocal", 38966 "type": "go", 38967 "request": "launch", 38968 "mode": "test", 38969 "program": "./cmd/bisync", 38970 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 38971 }, 38972 { 38973 "name": "Test TestQingStor: test_rclone_args RemoteRemote", 38974 "type": "go", 38975 "request": "launch", 38976 "mode": "test", 38977 "program": "./cmd/bisync", 38978 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_rclone_args", "-no-cleanup"] 38979 }, 38980 { 38981 "name": "Test TestQingStor: test_resolve LocalRemote", 38982 "type": "go", 38983 "request": "launch", 38984 "mode": "test", 38985 "program": "./cmd/bisync", 38986 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_resolve", "-no-cleanup"] 38987 }, 38988 { 38989 "name": "Test TestQingStor: test_resolve RemoteLocal", 38990 "type": "go", 38991 "request": "launch", 38992 "mode": "test", 38993 "program": "./cmd/bisync", 38994 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 38995 }, 38996 { 38997 "name": "Test TestQingStor: test_resolve RemoteRemote", 38998 "type": "go", 38999 "request": "launch", 39000 "mode": "test", 39001 "program": "./cmd/bisync", 39002 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_resolve", "-no-cleanup"] 39003 }, 39004 { 39005 "name": "Test TestQingStor: test_resync LocalRemote", 39006 "type": "go", 39007 "request": "launch", 39008 "mode": "test", 39009 "program": "./cmd/bisync", 39010 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_resync", "-no-cleanup"] 39011 }, 39012 { 39013 "name": "Test TestQingStor: test_resync RemoteLocal", 39014 "type": "go", 39015 "request": "launch", 39016 "mode": "test", 39017 "program": "./cmd/bisync", 39018 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 39019 }, 39020 { 39021 "name": "Test TestQingStor: test_resync RemoteRemote", 39022 "type": "go", 39023 "request": "launch", 39024 "mode": "test", 39025 "program": "./cmd/bisync", 39026 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_resync", "-no-cleanup"] 39027 }, 39028 { 39029 "name": "Test TestQingStor: test_resync_modes LocalRemote", 39030 "type": "go", 39031 "request": "launch", 39032 "mode": "test", 39033 "program": "./cmd/bisync", 39034 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_resync_modes", "-no-cleanup"] 39035 }, 39036 { 39037 "name": "Test TestQingStor: test_resync_modes RemoteLocal", 39038 "type": "go", 39039 "request": "launch", 39040 "mode": "test", 39041 "program": "./cmd/bisync", 39042 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 39043 }, 39044 { 39045 "name": "Test TestQingStor: test_resync_modes RemoteRemote", 39046 "type": "go", 39047 "request": "launch", 39048 "mode": "test", 39049 "program": "./cmd/bisync", 39050 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_resync_modes", "-no-cleanup"] 39051 }, 39052 { 39053 "name": "Test TestQingStor: test_rmdirs LocalRemote", 39054 "type": "go", 39055 "request": "launch", 39056 "mode": "test", 39057 "program": "./cmd/bisync", 39058 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_rmdirs", "-no-cleanup"] 39059 }, 39060 { 39061 "name": "Test TestQingStor: test_rmdirs RemoteLocal", 39062 "type": "go", 39063 "request": "launch", 39064 "mode": "test", 39065 "program": "./cmd/bisync", 39066 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 39067 }, 39068 { 39069 "name": "Test TestQingStor: test_rmdirs RemoteRemote", 39070 "type": "go", 39071 "request": "launch", 39072 "mode": "test", 39073 "program": "./cmd/bisync", 39074 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_rmdirs", "-no-cleanup"] 39075 }, 39076 { 39077 "name": "Test TestQingStor: test_volatile LocalRemote", 39078 "type": "go", 39079 "request": "launch", 39080 "mode": "test", 39081 "program": "./cmd/bisync", 39082 "args": ["-remote", "local", "-remote2", "TestQingStor:", "-case", "test_volatile", "-no-cleanup"] 39083 }, 39084 { 39085 "name": "Test TestQingStor: test_volatile RemoteLocal", 39086 "type": "go", 39087 "request": "launch", 39088 "mode": "test", 39089 "program": "./cmd/bisync", 39090 "args": ["-remote", "TestQingStor:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 39091 }, 39092 { 39093 "name": "Test TestQingStor: test_volatile RemoteRemote", 39094 "type": "go", 39095 "request": "launch", 39096 "mode": "test", 39097 "program": "./cmd/bisync", 39098 "args": ["-remote", "TestQingStor:", "-remote2", "TestQingStor:", "-case", "test_volatile", "-no-cleanup"] 39099 }, 39100 { 39101 "name": "Test TestAzureBlob: test_all_changed LocalRemote", 39102 "type": "go", 39103 "request": "launch", 39104 "mode": "test", 39105 "program": "./cmd/bisync", 39106 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_all_changed", "-no-cleanup"] 39107 }, 39108 { 39109 "name": "Test TestAzureBlob: test_all_changed RemoteLocal", 39110 "type": "go", 39111 "request": "launch", 39112 "mode": "test", 39113 "program": "./cmd/bisync", 39114 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 39115 }, 39116 { 39117 "name": "Test TestAzureBlob: test_all_changed RemoteRemote", 39118 "type": "go", 39119 "request": "launch", 39120 "mode": "test", 39121 "program": "./cmd/bisync", 39122 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_all_changed", "-no-cleanup"] 39123 }, 39124 { 39125 "name": "Test TestAzureBlob: test_backupdir LocalRemote", 39126 "type": "go", 39127 "request": "launch", 39128 "mode": "test", 39129 "program": "./cmd/bisync", 39130 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_backupdir", "-no-cleanup"] 39131 }, 39132 { 39133 "name": "Test TestAzureBlob: test_backupdir RemoteLocal", 39134 "type": "go", 39135 "request": "launch", 39136 "mode": "test", 39137 "program": "./cmd/bisync", 39138 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 39139 }, 39140 { 39141 "name": "Test TestAzureBlob: test_backupdir RemoteRemote", 39142 "type": "go", 39143 "request": "launch", 39144 "mode": "test", 39145 "program": "./cmd/bisync", 39146 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_backupdir", "-no-cleanup"] 39147 }, 39148 { 39149 "name": "Test TestAzureBlob: test_basic LocalRemote", 39150 "type": "go", 39151 "request": "launch", 39152 "mode": "test", 39153 "program": "./cmd/bisync", 39154 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_basic", "-no-cleanup"] 39155 }, 39156 { 39157 "name": "Test TestAzureBlob: test_basic RemoteLocal", 39158 "type": "go", 39159 "request": "launch", 39160 "mode": "test", 39161 "program": "./cmd/bisync", 39162 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 39163 }, 39164 { 39165 "name": "Test TestAzureBlob: test_basic RemoteRemote", 39166 "type": "go", 39167 "request": "launch", 39168 "mode": "test", 39169 "program": "./cmd/bisync", 39170 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_basic", "-no-cleanup"] 39171 }, 39172 { 39173 "name": "Test TestAzureBlob: test_changes LocalRemote", 39174 "type": "go", 39175 "request": "launch", 39176 "mode": "test", 39177 "program": "./cmd/bisync", 39178 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_changes", "-no-cleanup"] 39179 }, 39180 { 39181 "name": "Test TestAzureBlob: test_changes RemoteLocal", 39182 "type": "go", 39183 "request": "launch", 39184 "mode": "test", 39185 "program": "./cmd/bisync", 39186 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 39187 }, 39188 { 39189 "name": "Test TestAzureBlob: test_changes RemoteRemote", 39190 "type": "go", 39191 "request": "launch", 39192 "mode": "test", 39193 "program": "./cmd/bisync", 39194 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_changes", "-no-cleanup"] 39195 }, 39196 { 39197 "name": "Test TestAzureBlob: test_check_access LocalRemote", 39198 "type": "go", 39199 "request": "launch", 39200 "mode": "test", 39201 "program": "./cmd/bisync", 39202 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_check_access", "-no-cleanup"] 39203 }, 39204 { 39205 "name": "Test TestAzureBlob: test_check_access RemoteLocal", 39206 "type": "go", 39207 "request": "launch", 39208 "mode": "test", 39209 "program": "./cmd/bisync", 39210 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 39211 }, 39212 { 39213 "name": "Test TestAzureBlob: test_check_access RemoteRemote", 39214 "type": "go", 39215 "request": "launch", 39216 "mode": "test", 39217 "program": "./cmd/bisync", 39218 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_check_access", "-no-cleanup"] 39219 }, 39220 { 39221 "name": "Test TestAzureBlob: test_check_access_filters LocalRemote", 39222 "type": "go", 39223 "request": "launch", 39224 "mode": "test", 39225 "program": "./cmd/bisync", 39226 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_check_access_filters", "-no-cleanup"] 39227 }, 39228 { 39229 "name": "Test TestAzureBlob: test_check_access_filters RemoteLocal", 39230 "type": "go", 39231 "request": "launch", 39232 "mode": "test", 39233 "program": "./cmd/bisync", 39234 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 39235 }, 39236 { 39237 "name": "Test TestAzureBlob: test_check_access_filters RemoteRemote", 39238 "type": "go", 39239 "request": "launch", 39240 "mode": "test", 39241 "program": "./cmd/bisync", 39242 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_check_access_filters", "-no-cleanup"] 39243 }, 39244 { 39245 "name": "Test TestAzureBlob: test_check_filename LocalRemote", 39246 "type": "go", 39247 "request": "launch", 39248 "mode": "test", 39249 "program": "./cmd/bisync", 39250 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_check_filename", "-no-cleanup"] 39251 }, 39252 { 39253 "name": "Test TestAzureBlob: test_check_filename RemoteLocal", 39254 "type": "go", 39255 "request": "launch", 39256 "mode": "test", 39257 "program": "./cmd/bisync", 39258 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 39259 }, 39260 { 39261 "name": "Test TestAzureBlob: test_check_filename RemoteRemote", 39262 "type": "go", 39263 "request": "launch", 39264 "mode": "test", 39265 "program": "./cmd/bisync", 39266 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_check_filename", "-no-cleanup"] 39267 }, 39268 { 39269 "name": "Test TestAzureBlob: test_check_sync LocalRemote", 39270 "type": "go", 39271 "request": "launch", 39272 "mode": "test", 39273 "program": "./cmd/bisync", 39274 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_check_sync", "-no-cleanup"] 39275 }, 39276 { 39277 "name": "Test TestAzureBlob: test_check_sync RemoteLocal", 39278 "type": "go", 39279 "request": "launch", 39280 "mode": "test", 39281 "program": "./cmd/bisync", 39282 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 39283 }, 39284 { 39285 "name": "Test TestAzureBlob: test_check_sync RemoteRemote", 39286 "type": "go", 39287 "request": "launch", 39288 "mode": "test", 39289 "program": "./cmd/bisync", 39290 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_check_sync", "-no-cleanup"] 39291 }, 39292 { 39293 "name": "Test TestAzureBlob: test_compare_all LocalRemote", 39294 "type": "go", 39295 "request": "launch", 39296 "mode": "test", 39297 "program": "./cmd/bisync", 39298 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_compare_all", "-no-cleanup"] 39299 }, 39300 { 39301 "name": "Test TestAzureBlob: test_compare_all RemoteLocal", 39302 "type": "go", 39303 "request": "launch", 39304 "mode": "test", 39305 "program": "./cmd/bisync", 39306 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 39307 }, 39308 { 39309 "name": "Test TestAzureBlob: test_compare_all RemoteRemote", 39310 "type": "go", 39311 "request": "launch", 39312 "mode": "test", 39313 "program": "./cmd/bisync", 39314 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_compare_all", "-no-cleanup"] 39315 }, 39316 { 39317 "name": "Test TestAzureBlob: test_createemptysrcdirs LocalRemote", 39318 "type": "go", 39319 "request": "launch", 39320 "mode": "test", 39321 "program": "./cmd/bisync", 39322 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 39323 }, 39324 { 39325 "name": "Test TestAzureBlob: test_createemptysrcdirs RemoteLocal", 39326 "type": "go", 39327 "request": "launch", 39328 "mode": "test", 39329 "program": "./cmd/bisync", 39330 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 39331 }, 39332 { 39333 "name": "Test TestAzureBlob: test_createemptysrcdirs RemoteRemote", 39334 "type": "go", 39335 "request": "launch", 39336 "mode": "test", 39337 "program": "./cmd/bisync", 39338 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 39339 }, 39340 { 39341 "name": "Test TestAzureBlob: test_dry_run LocalRemote", 39342 "type": "go", 39343 "request": "launch", 39344 "mode": "test", 39345 "program": "./cmd/bisync", 39346 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_dry_run", "-no-cleanup"] 39347 }, 39348 { 39349 "name": "Test TestAzureBlob: test_dry_run RemoteLocal", 39350 "type": "go", 39351 "request": "launch", 39352 "mode": "test", 39353 "program": "./cmd/bisync", 39354 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 39355 }, 39356 { 39357 "name": "Test TestAzureBlob: test_dry_run RemoteRemote", 39358 "type": "go", 39359 "request": "launch", 39360 "mode": "test", 39361 "program": "./cmd/bisync", 39362 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_dry_run", "-no-cleanup"] 39363 }, 39364 { 39365 "name": "Test TestAzureBlob: test_equal LocalRemote", 39366 "type": "go", 39367 "request": "launch", 39368 "mode": "test", 39369 "program": "./cmd/bisync", 39370 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_equal", "-no-cleanup"] 39371 }, 39372 { 39373 "name": "Test TestAzureBlob: test_equal RemoteLocal", 39374 "type": "go", 39375 "request": "launch", 39376 "mode": "test", 39377 "program": "./cmd/bisync", 39378 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 39379 }, 39380 { 39381 "name": "Test TestAzureBlob: test_equal RemoteRemote", 39382 "type": "go", 39383 "request": "launch", 39384 "mode": "test", 39385 "program": "./cmd/bisync", 39386 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_equal", "-no-cleanup"] 39387 }, 39388 { 39389 "name": "Test TestAzureBlob: test_ext_paths LocalRemote", 39390 "type": "go", 39391 "request": "launch", 39392 "mode": "test", 39393 "program": "./cmd/bisync", 39394 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_ext_paths", "-no-cleanup"] 39395 }, 39396 { 39397 "name": "Test TestAzureBlob: test_ext_paths RemoteLocal", 39398 "type": "go", 39399 "request": "launch", 39400 "mode": "test", 39401 "program": "./cmd/bisync", 39402 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 39403 }, 39404 { 39405 "name": "Test TestAzureBlob: test_ext_paths RemoteRemote", 39406 "type": "go", 39407 "request": "launch", 39408 "mode": "test", 39409 "program": "./cmd/bisync", 39410 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_ext_paths", "-no-cleanup"] 39411 }, 39412 { 39413 "name": "Test TestAzureBlob: test_extended_filenames LocalRemote", 39414 "type": "go", 39415 "request": "launch", 39416 "mode": "test", 39417 "program": "./cmd/bisync", 39418 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_extended_filenames", "-no-cleanup"] 39419 }, 39420 { 39421 "name": "Test TestAzureBlob: test_extended_filenames RemoteLocal", 39422 "type": "go", 39423 "request": "launch", 39424 "mode": "test", 39425 "program": "./cmd/bisync", 39426 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 39427 }, 39428 { 39429 "name": "Test TestAzureBlob: test_extended_filenames RemoteRemote", 39430 "type": "go", 39431 "request": "launch", 39432 "mode": "test", 39433 "program": "./cmd/bisync", 39434 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_extended_filenames", "-no-cleanup"] 39435 }, 39436 { 39437 "name": "Test TestAzureBlob: test_filters LocalRemote", 39438 "type": "go", 39439 "request": "launch", 39440 "mode": "test", 39441 "program": "./cmd/bisync", 39442 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_filters", "-no-cleanup"] 39443 }, 39444 { 39445 "name": "Test TestAzureBlob: test_filters RemoteLocal", 39446 "type": "go", 39447 "request": "launch", 39448 "mode": "test", 39449 "program": "./cmd/bisync", 39450 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 39451 }, 39452 { 39453 "name": "Test TestAzureBlob: test_filters RemoteRemote", 39454 "type": "go", 39455 "request": "launch", 39456 "mode": "test", 39457 "program": "./cmd/bisync", 39458 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_filters", "-no-cleanup"] 39459 }, 39460 { 39461 "name": "Test TestAzureBlob: test_filtersfile_checks LocalRemote", 39462 "type": "go", 39463 "request": "launch", 39464 "mode": "test", 39465 "program": "./cmd/bisync", 39466 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_filtersfile_checks", "-no-cleanup"] 39467 }, 39468 { 39469 "name": "Test TestAzureBlob: test_filtersfile_checks RemoteLocal", 39470 "type": "go", 39471 "request": "launch", 39472 "mode": "test", 39473 "program": "./cmd/bisync", 39474 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 39475 }, 39476 { 39477 "name": "Test TestAzureBlob: test_filtersfile_checks RemoteRemote", 39478 "type": "go", 39479 "request": "launch", 39480 "mode": "test", 39481 "program": "./cmd/bisync", 39482 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_filtersfile_checks", "-no-cleanup"] 39483 }, 39484 { 39485 "name": "Test TestAzureBlob: test_ignorelistingchecksum LocalRemote", 39486 "type": "go", 39487 "request": "launch", 39488 "mode": "test", 39489 "program": "./cmd/bisync", 39490 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 39491 }, 39492 { 39493 "name": "Test TestAzureBlob: test_ignorelistingchecksum RemoteLocal", 39494 "type": "go", 39495 "request": "launch", 39496 "mode": "test", 39497 "program": "./cmd/bisync", 39498 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 39499 }, 39500 { 39501 "name": "Test TestAzureBlob: test_ignorelistingchecksum RemoteRemote", 39502 "type": "go", 39503 "request": "launch", 39504 "mode": "test", 39505 "program": "./cmd/bisync", 39506 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 39507 }, 39508 { 39509 "name": "Test TestAzureBlob: test_max_delete_path1 LocalRemote", 39510 "type": "go", 39511 "request": "launch", 39512 "mode": "test", 39513 "program": "./cmd/bisync", 39514 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_max_delete_path1", "-no-cleanup"] 39515 }, 39516 { 39517 "name": "Test TestAzureBlob: test_max_delete_path1 RemoteLocal", 39518 "type": "go", 39519 "request": "launch", 39520 "mode": "test", 39521 "program": "./cmd/bisync", 39522 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 39523 }, 39524 { 39525 "name": "Test TestAzureBlob: test_max_delete_path1 RemoteRemote", 39526 "type": "go", 39527 "request": "launch", 39528 "mode": "test", 39529 "program": "./cmd/bisync", 39530 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_max_delete_path1", "-no-cleanup"] 39531 }, 39532 { 39533 "name": "Test TestAzureBlob: test_max_delete_path2_force LocalRemote", 39534 "type": "go", 39535 "request": "launch", 39536 "mode": "test", 39537 "program": "./cmd/bisync", 39538 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 39539 }, 39540 { 39541 "name": "Test TestAzureBlob: test_max_delete_path2_force RemoteLocal", 39542 "type": "go", 39543 "request": "launch", 39544 "mode": "test", 39545 "program": "./cmd/bisync", 39546 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 39547 }, 39548 { 39549 "name": "Test TestAzureBlob: test_max_delete_path2_force RemoteRemote", 39550 "type": "go", 39551 "request": "launch", 39552 "mode": "test", 39553 "program": "./cmd/bisync", 39554 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 39555 }, 39556 { 39557 "name": "Test TestAzureBlob: test_nomodtime LocalRemote", 39558 "type": "go", 39559 "request": "launch", 39560 "mode": "test", 39561 "program": "./cmd/bisync", 39562 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_nomodtime", "-no-cleanup"] 39563 }, 39564 { 39565 "name": "Test TestAzureBlob: test_nomodtime RemoteLocal", 39566 "type": "go", 39567 "request": "launch", 39568 "mode": "test", 39569 "program": "./cmd/bisync", 39570 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 39571 }, 39572 { 39573 "name": "Test TestAzureBlob: test_nomodtime RemoteRemote", 39574 "type": "go", 39575 "request": "launch", 39576 "mode": "test", 39577 "program": "./cmd/bisync", 39578 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_nomodtime", "-no-cleanup"] 39579 }, 39580 { 39581 "name": "Test TestAzureBlob: test_normalization LocalRemote", 39582 "type": "go", 39583 "request": "launch", 39584 "mode": "test", 39585 "program": "./cmd/bisync", 39586 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_normalization", "-no-cleanup"] 39587 }, 39588 { 39589 "name": "Test TestAzureBlob: test_normalization RemoteLocal", 39590 "type": "go", 39591 "request": "launch", 39592 "mode": "test", 39593 "program": "./cmd/bisync", 39594 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 39595 }, 39596 { 39597 "name": "Test TestAzureBlob: test_normalization RemoteRemote", 39598 "type": "go", 39599 "request": "launch", 39600 "mode": "test", 39601 "program": "./cmd/bisync", 39602 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_normalization", "-no-cleanup"] 39603 }, 39604 { 39605 "name": "Test TestAzureBlob: test_rclone_args LocalRemote", 39606 "type": "go", 39607 "request": "launch", 39608 "mode": "test", 39609 "program": "./cmd/bisync", 39610 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_rclone_args", "-no-cleanup"] 39611 }, 39612 { 39613 "name": "Test TestAzureBlob: test_rclone_args RemoteLocal", 39614 "type": "go", 39615 "request": "launch", 39616 "mode": "test", 39617 "program": "./cmd/bisync", 39618 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 39619 }, 39620 { 39621 "name": "Test TestAzureBlob: test_rclone_args RemoteRemote", 39622 "type": "go", 39623 "request": "launch", 39624 "mode": "test", 39625 "program": "./cmd/bisync", 39626 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_rclone_args", "-no-cleanup"] 39627 }, 39628 { 39629 "name": "Test TestAzureBlob: test_resolve LocalRemote", 39630 "type": "go", 39631 "request": "launch", 39632 "mode": "test", 39633 "program": "./cmd/bisync", 39634 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_resolve", "-no-cleanup"] 39635 }, 39636 { 39637 "name": "Test TestAzureBlob: test_resolve RemoteLocal", 39638 "type": "go", 39639 "request": "launch", 39640 "mode": "test", 39641 "program": "./cmd/bisync", 39642 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 39643 }, 39644 { 39645 "name": "Test TestAzureBlob: test_resolve RemoteRemote", 39646 "type": "go", 39647 "request": "launch", 39648 "mode": "test", 39649 "program": "./cmd/bisync", 39650 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_resolve", "-no-cleanup"] 39651 }, 39652 { 39653 "name": "Test TestAzureBlob: test_resync LocalRemote", 39654 "type": "go", 39655 "request": "launch", 39656 "mode": "test", 39657 "program": "./cmd/bisync", 39658 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_resync", "-no-cleanup"] 39659 }, 39660 { 39661 "name": "Test TestAzureBlob: test_resync RemoteLocal", 39662 "type": "go", 39663 "request": "launch", 39664 "mode": "test", 39665 "program": "./cmd/bisync", 39666 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 39667 }, 39668 { 39669 "name": "Test TestAzureBlob: test_resync RemoteRemote", 39670 "type": "go", 39671 "request": "launch", 39672 "mode": "test", 39673 "program": "./cmd/bisync", 39674 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_resync", "-no-cleanup"] 39675 }, 39676 { 39677 "name": "Test TestAzureBlob: test_resync_modes LocalRemote", 39678 "type": "go", 39679 "request": "launch", 39680 "mode": "test", 39681 "program": "./cmd/bisync", 39682 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_resync_modes", "-no-cleanup"] 39683 }, 39684 { 39685 "name": "Test TestAzureBlob: test_resync_modes RemoteLocal", 39686 "type": "go", 39687 "request": "launch", 39688 "mode": "test", 39689 "program": "./cmd/bisync", 39690 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 39691 }, 39692 { 39693 "name": "Test TestAzureBlob: test_resync_modes RemoteRemote", 39694 "type": "go", 39695 "request": "launch", 39696 "mode": "test", 39697 "program": "./cmd/bisync", 39698 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_resync_modes", "-no-cleanup"] 39699 }, 39700 { 39701 "name": "Test TestAzureBlob: test_rmdirs LocalRemote", 39702 "type": "go", 39703 "request": "launch", 39704 "mode": "test", 39705 "program": "./cmd/bisync", 39706 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_rmdirs", "-no-cleanup"] 39707 }, 39708 { 39709 "name": "Test TestAzureBlob: test_rmdirs RemoteLocal", 39710 "type": "go", 39711 "request": "launch", 39712 "mode": "test", 39713 "program": "./cmd/bisync", 39714 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 39715 }, 39716 { 39717 "name": "Test TestAzureBlob: test_rmdirs RemoteRemote", 39718 "type": "go", 39719 "request": "launch", 39720 "mode": "test", 39721 "program": "./cmd/bisync", 39722 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_rmdirs", "-no-cleanup"] 39723 }, 39724 { 39725 "name": "Test TestAzureBlob: test_volatile LocalRemote", 39726 "type": "go", 39727 "request": "launch", 39728 "mode": "test", 39729 "program": "./cmd/bisync", 39730 "args": ["-remote", "local", "-remote2", "TestAzureBlob:", "-case", "test_volatile", "-no-cleanup"] 39731 }, 39732 { 39733 "name": "Test TestAzureBlob: test_volatile RemoteLocal", 39734 "type": "go", 39735 "request": "launch", 39736 "mode": "test", 39737 "program": "./cmd/bisync", 39738 "args": ["-remote", "TestAzureBlob:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 39739 }, 39740 { 39741 "name": "Test TestAzureBlob: test_volatile RemoteRemote", 39742 "type": "go", 39743 "request": "launch", 39744 "mode": "test", 39745 "program": "./cmd/bisync", 39746 "args": ["-remote", "TestAzureBlob:", "-remote2", "TestAzureBlob:", "-case", "test_volatile", "-no-cleanup"] 39747 }, 39748 { 39749 "name": "Test TestAzureBlob,directory_markers: test_all_changed LocalRemote", 39750 "type": "go", 39751 "request": "launch", 39752 "mode": "test", 39753 "program": "./cmd/bisync", 39754 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_all_changed", "-no-cleanup"] 39755 }, 39756 { 39757 "name": "Test TestAzureBlob,directory_markers: test_all_changed RemoteLocal", 39758 "type": "go", 39759 "request": "launch", 39760 "mode": "test", 39761 "program": "./cmd/bisync", 39762 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 39763 }, 39764 { 39765 "name": "Test TestAzureBlob,directory_markers: test_all_changed RemoteRemote", 39766 "type": "go", 39767 "request": "launch", 39768 "mode": "test", 39769 "program": "./cmd/bisync", 39770 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_all_changed", "-no-cleanup"] 39771 }, 39772 { 39773 "name": "Test TestAzureBlob,directory_markers: test_backupdir LocalRemote", 39774 "type": "go", 39775 "request": "launch", 39776 "mode": "test", 39777 "program": "./cmd/bisync", 39778 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_backupdir", "-no-cleanup"] 39779 }, 39780 { 39781 "name": "Test TestAzureBlob,directory_markers: test_backupdir RemoteLocal", 39782 "type": "go", 39783 "request": "launch", 39784 "mode": "test", 39785 "program": "./cmd/bisync", 39786 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 39787 }, 39788 { 39789 "name": "Test TestAzureBlob,directory_markers: test_backupdir RemoteRemote", 39790 "type": "go", 39791 "request": "launch", 39792 "mode": "test", 39793 "program": "./cmd/bisync", 39794 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_backupdir", "-no-cleanup"] 39795 }, 39796 { 39797 "name": "Test TestAzureBlob,directory_markers: test_basic LocalRemote", 39798 "type": "go", 39799 "request": "launch", 39800 "mode": "test", 39801 "program": "./cmd/bisync", 39802 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_basic", "-no-cleanup"] 39803 }, 39804 { 39805 "name": "Test TestAzureBlob,directory_markers: test_basic RemoteLocal", 39806 "type": "go", 39807 "request": "launch", 39808 "mode": "test", 39809 "program": "./cmd/bisync", 39810 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 39811 }, 39812 { 39813 "name": "Test TestAzureBlob,directory_markers: test_basic RemoteRemote", 39814 "type": "go", 39815 "request": "launch", 39816 "mode": "test", 39817 "program": "./cmd/bisync", 39818 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_basic", "-no-cleanup"] 39819 }, 39820 { 39821 "name": "Test TestAzureBlob,directory_markers: test_changes LocalRemote", 39822 "type": "go", 39823 "request": "launch", 39824 "mode": "test", 39825 "program": "./cmd/bisync", 39826 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_changes", "-no-cleanup"] 39827 }, 39828 { 39829 "name": "Test TestAzureBlob,directory_markers: test_changes RemoteLocal", 39830 "type": "go", 39831 "request": "launch", 39832 "mode": "test", 39833 "program": "./cmd/bisync", 39834 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 39835 }, 39836 { 39837 "name": "Test TestAzureBlob,directory_markers: test_changes RemoteRemote", 39838 "type": "go", 39839 "request": "launch", 39840 "mode": "test", 39841 "program": "./cmd/bisync", 39842 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_changes", "-no-cleanup"] 39843 }, 39844 { 39845 "name": "Test TestAzureBlob,directory_markers: test_check_access LocalRemote", 39846 "type": "go", 39847 "request": "launch", 39848 "mode": "test", 39849 "program": "./cmd/bisync", 39850 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_check_access", "-no-cleanup"] 39851 }, 39852 { 39853 "name": "Test TestAzureBlob,directory_markers: test_check_access RemoteLocal", 39854 "type": "go", 39855 "request": "launch", 39856 "mode": "test", 39857 "program": "./cmd/bisync", 39858 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 39859 }, 39860 { 39861 "name": "Test TestAzureBlob,directory_markers: test_check_access RemoteRemote", 39862 "type": "go", 39863 "request": "launch", 39864 "mode": "test", 39865 "program": "./cmd/bisync", 39866 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_check_access", "-no-cleanup"] 39867 }, 39868 { 39869 "name": "Test TestAzureBlob,directory_markers: test_check_access_filters LocalRemote", 39870 "type": "go", 39871 "request": "launch", 39872 "mode": "test", 39873 "program": "./cmd/bisync", 39874 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_check_access_filters", "-no-cleanup"] 39875 }, 39876 { 39877 "name": "Test TestAzureBlob,directory_markers: test_check_access_filters RemoteLocal", 39878 "type": "go", 39879 "request": "launch", 39880 "mode": "test", 39881 "program": "./cmd/bisync", 39882 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 39883 }, 39884 { 39885 "name": "Test TestAzureBlob,directory_markers: test_check_access_filters RemoteRemote", 39886 "type": "go", 39887 "request": "launch", 39888 "mode": "test", 39889 "program": "./cmd/bisync", 39890 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_check_access_filters", "-no-cleanup"] 39891 }, 39892 { 39893 "name": "Test TestAzureBlob,directory_markers: test_check_filename LocalRemote", 39894 "type": "go", 39895 "request": "launch", 39896 "mode": "test", 39897 "program": "./cmd/bisync", 39898 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_check_filename", "-no-cleanup"] 39899 }, 39900 { 39901 "name": "Test TestAzureBlob,directory_markers: test_check_filename RemoteLocal", 39902 "type": "go", 39903 "request": "launch", 39904 "mode": "test", 39905 "program": "./cmd/bisync", 39906 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 39907 }, 39908 { 39909 "name": "Test TestAzureBlob,directory_markers: test_check_filename RemoteRemote", 39910 "type": "go", 39911 "request": "launch", 39912 "mode": "test", 39913 "program": "./cmd/bisync", 39914 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_check_filename", "-no-cleanup"] 39915 }, 39916 { 39917 "name": "Test TestAzureBlob,directory_markers: test_check_sync LocalRemote", 39918 "type": "go", 39919 "request": "launch", 39920 "mode": "test", 39921 "program": "./cmd/bisync", 39922 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_check_sync", "-no-cleanup"] 39923 }, 39924 { 39925 "name": "Test TestAzureBlob,directory_markers: test_check_sync RemoteLocal", 39926 "type": "go", 39927 "request": "launch", 39928 "mode": "test", 39929 "program": "./cmd/bisync", 39930 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 39931 }, 39932 { 39933 "name": "Test TestAzureBlob,directory_markers: test_check_sync RemoteRemote", 39934 "type": "go", 39935 "request": "launch", 39936 "mode": "test", 39937 "program": "./cmd/bisync", 39938 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_check_sync", "-no-cleanup"] 39939 }, 39940 { 39941 "name": "Test TestAzureBlob,directory_markers: test_compare_all LocalRemote", 39942 "type": "go", 39943 "request": "launch", 39944 "mode": "test", 39945 "program": "./cmd/bisync", 39946 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_compare_all", "-no-cleanup"] 39947 }, 39948 { 39949 "name": "Test TestAzureBlob,directory_markers: test_compare_all RemoteLocal", 39950 "type": "go", 39951 "request": "launch", 39952 "mode": "test", 39953 "program": "./cmd/bisync", 39954 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 39955 }, 39956 { 39957 "name": "Test TestAzureBlob,directory_markers: test_compare_all RemoteRemote", 39958 "type": "go", 39959 "request": "launch", 39960 "mode": "test", 39961 "program": "./cmd/bisync", 39962 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_compare_all", "-no-cleanup"] 39963 }, 39964 { 39965 "name": "Test TestAzureBlob,directory_markers: test_createemptysrcdirs LocalRemote", 39966 "type": "go", 39967 "request": "launch", 39968 "mode": "test", 39969 "program": "./cmd/bisync", 39970 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 39971 }, 39972 { 39973 "name": "Test TestAzureBlob,directory_markers: test_createemptysrcdirs RemoteLocal", 39974 "type": "go", 39975 "request": "launch", 39976 "mode": "test", 39977 "program": "./cmd/bisync", 39978 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 39979 }, 39980 { 39981 "name": "Test TestAzureBlob,directory_markers: test_createemptysrcdirs RemoteRemote", 39982 "type": "go", 39983 "request": "launch", 39984 "mode": "test", 39985 "program": "./cmd/bisync", 39986 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 39987 }, 39988 { 39989 "name": "Test TestAzureBlob,directory_markers: test_dry_run LocalRemote", 39990 "type": "go", 39991 "request": "launch", 39992 "mode": "test", 39993 "program": "./cmd/bisync", 39994 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_dry_run", "-no-cleanup"] 39995 }, 39996 { 39997 "name": "Test TestAzureBlob,directory_markers: test_dry_run RemoteLocal", 39998 "type": "go", 39999 "request": "launch", 40000 "mode": "test", 40001 "program": "./cmd/bisync", 40002 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 40003 }, 40004 { 40005 "name": "Test TestAzureBlob,directory_markers: test_dry_run RemoteRemote", 40006 "type": "go", 40007 "request": "launch", 40008 "mode": "test", 40009 "program": "./cmd/bisync", 40010 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_dry_run", "-no-cleanup"] 40011 }, 40012 { 40013 "name": "Test TestAzureBlob,directory_markers: test_equal LocalRemote", 40014 "type": "go", 40015 "request": "launch", 40016 "mode": "test", 40017 "program": "./cmd/bisync", 40018 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_equal", "-no-cleanup"] 40019 }, 40020 { 40021 "name": "Test TestAzureBlob,directory_markers: test_equal RemoteLocal", 40022 "type": "go", 40023 "request": "launch", 40024 "mode": "test", 40025 "program": "./cmd/bisync", 40026 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 40027 }, 40028 { 40029 "name": "Test TestAzureBlob,directory_markers: test_equal RemoteRemote", 40030 "type": "go", 40031 "request": "launch", 40032 "mode": "test", 40033 "program": "./cmd/bisync", 40034 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_equal", "-no-cleanup"] 40035 }, 40036 { 40037 "name": "Test TestAzureBlob,directory_markers: test_ext_paths LocalRemote", 40038 "type": "go", 40039 "request": "launch", 40040 "mode": "test", 40041 "program": "./cmd/bisync", 40042 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_ext_paths", "-no-cleanup"] 40043 }, 40044 { 40045 "name": "Test TestAzureBlob,directory_markers: test_ext_paths RemoteLocal", 40046 "type": "go", 40047 "request": "launch", 40048 "mode": "test", 40049 "program": "./cmd/bisync", 40050 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 40051 }, 40052 { 40053 "name": "Test TestAzureBlob,directory_markers: test_ext_paths RemoteRemote", 40054 "type": "go", 40055 "request": "launch", 40056 "mode": "test", 40057 "program": "./cmd/bisync", 40058 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_ext_paths", "-no-cleanup"] 40059 }, 40060 { 40061 "name": "Test TestAzureBlob,directory_markers: test_extended_filenames LocalRemote", 40062 "type": "go", 40063 "request": "launch", 40064 "mode": "test", 40065 "program": "./cmd/bisync", 40066 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_extended_filenames", "-no-cleanup"] 40067 }, 40068 { 40069 "name": "Test TestAzureBlob,directory_markers: test_extended_filenames RemoteLocal", 40070 "type": "go", 40071 "request": "launch", 40072 "mode": "test", 40073 "program": "./cmd/bisync", 40074 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 40075 }, 40076 { 40077 "name": "Test TestAzureBlob,directory_markers: test_extended_filenames RemoteRemote", 40078 "type": "go", 40079 "request": "launch", 40080 "mode": "test", 40081 "program": "./cmd/bisync", 40082 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_extended_filenames", "-no-cleanup"] 40083 }, 40084 { 40085 "name": "Test TestAzureBlob,directory_markers: test_filters LocalRemote", 40086 "type": "go", 40087 "request": "launch", 40088 "mode": "test", 40089 "program": "./cmd/bisync", 40090 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_filters", "-no-cleanup"] 40091 }, 40092 { 40093 "name": "Test TestAzureBlob,directory_markers: test_filters RemoteLocal", 40094 "type": "go", 40095 "request": "launch", 40096 "mode": "test", 40097 "program": "./cmd/bisync", 40098 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 40099 }, 40100 { 40101 "name": "Test TestAzureBlob,directory_markers: test_filters RemoteRemote", 40102 "type": "go", 40103 "request": "launch", 40104 "mode": "test", 40105 "program": "./cmd/bisync", 40106 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_filters", "-no-cleanup"] 40107 }, 40108 { 40109 "name": "Test TestAzureBlob,directory_markers: test_filtersfile_checks LocalRemote", 40110 "type": "go", 40111 "request": "launch", 40112 "mode": "test", 40113 "program": "./cmd/bisync", 40114 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_filtersfile_checks", "-no-cleanup"] 40115 }, 40116 { 40117 "name": "Test TestAzureBlob,directory_markers: test_filtersfile_checks RemoteLocal", 40118 "type": "go", 40119 "request": "launch", 40120 "mode": "test", 40121 "program": "./cmd/bisync", 40122 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 40123 }, 40124 { 40125 "name": "Test TestAzureBlob,directory_markers: test_filtersfile_checks RemoteRemote", 40126 "type": "go", 40127 "request": "launch", 40128 "mode": "test", 40129 "program": "./cmd/bisync", 40130 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_filtersfile_checks", "-no-cleanup"] 40131 }, 40132 { 40133 "name": "Test TestAzureBlob,directory_markers: test_ignorelistingchecksum LocalRemote", 40134 "type": "go", 40135 "request": "launch", 40136 "mode": "test", 40137 "program": "./cmd/bisync", 40138 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 40139 }, 40140 { 40141 "name": "Test TestAzureBlob,directory_markers: test_ignorelistingchecksum RemoteLocal", 40142 "type": "go", 40143 "request": "launch", 40144 "mode": "test", 40145 "program": "./cmd/bisync", 40146 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 40147 }, 40148 { 40149 "name": "Test TestAzureBlob,directory_markers: test_ignorelistingchecksum RemoteRemote", 40150 "type": "go", 40151 "request": "launch", 40152 "mode": "test", 40153 "program": "./cmd/bisync", 40154 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 40155 }, 40156 { 40157 "name": "Test TestAzureBlob,directory_markers: test_max_delete_path1 LocalRemote", 40158 "type": "go", 40159 "request": "launch", 40160 "mode": "test", 40161 "program": "./cmd/bisync", 40162 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_max_delete_path1", "-no-cleanup"] 40163 }, 40164 { 40165 "name": "Test TestAzureBlob,directory_markers: test_max_delete_path1 RemoteLocal", 40166 "type": "go", 40167 "request": "launch", 40168 "mode": "test", 40169 "program": "./cmd/bisync", 40170 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 40171 }, 40172 { 40173 "name": "Test TestAzureBlob,directory_markers: test_max_delete_path1 RemoteRemote", 40174 "type": "go", 40175 "request": "launch", 40176 "mode": "test", 40177 "program": "./cmd/bisync", 40178 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_max_delete_path1", "-no-cleanup"] 40179 }, 40180 { 40181 "name": "Test TestAzureBlob,directory_markers: test_max_delete_path2_force LocalRemote", 40182 "type": "go", 40183 "request": "launch", 40184 "mode": "test", 40185 "program": "./cmd/bisync", 40186 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 40187 }, 40188 { 40189 "name": "Test TestAzureBlob,directory_markers: test_max_delete_path2_force RemoteLocal", 40190 "type": "go", 40191 "request": "launch", 40192 "mode": "test", 40193 "program": "./cmd/bisync", 40194 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 40195 }, 40196 { 40197 "name": "Test TestAzureBlob,directory_markers: test_max_delete_path2_force RemoteRemote", 40198 "type": "go", 40199 "request": "launch", 40200 "mode": "test", 40201 "program": "./cmd/bisync", 40202 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 40203 }, 40204 { 40205 "name": "Test TestAzureBlob,directory_markers: test_nomodtime LocalRemote", 40206 "type": "go", 40207 "request": "launch", 40208 "mode": "test", 40209 "program": "./cmd/bisync", 40210 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_nomodtime", "-no-cleanup"] 40211 }, 40212 { 40213 "name": "Test TestAzureBlob,directory_markers: test_nomodtime RemoteLocal", 40214 "type": "go", 40215 "request": "launch", 40216 "mode": "test", 40217 "program": "./cmd/bisync", 40218 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 40219 }, 40220 { 40221 "name": "Test TestAzureBlob,directory_markers: test_nomodtime RemoteRemote", 40222 "type": "go", 40223 "request": "launch", 40224 "mode": "test", 40225 "program": "./cmd/bisync", 40226 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_nomodtime", "-no-cleanup"] 40227 }, 40228 { 40229 "name": "Test TestAzureBlob,directory_markers: test_normalization LocalRemote", 40230 "type": "go", 40231 "request": "launch", 40232 "mode": "test", 40233 "program": "./cmd/bisync", 40234 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_normalization", "-no-cleanup"] 40235 }, 40236 { 40237 "name": "Test TestAzureBlob,directory_markers: test_normalization RemoteLocal", 40238 "type": "go", 40239 "request": "launch", 40240 "mode": "test", 40241 "program": "./cmd/bisync", 40242 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 40243 }, 40244 { 40245 "name": "Test TestAzureBlob,directory_markers: test_normalization RemoteRemote", 40246 "type": "go", 40247 "request": "launch", 40248 "mode": "test", 40249 "program": "./cmd/bisync", 40250 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_normalization", "-no-cleanup"] 40251 }, 40252 { 40253 "name": "Test TestAzureBlob,directory_markers: test_rclone_args LocalRemote", 40254 "type": "go", 40255 "request": "launch", 40256 "mode": "test", 40257 "program": "./cmd/bisync", 40258 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_rclone_args", "-no-cleanup"] 40259 }, 40260 { 40261 "name": "Test TestAzureBlob,directory_markers: test_rclone_args RemoteLocal", 40262 "type": "go", 40263 "request": "launch", 40264 "mode": "test", 40265 "program": "./cmd/bisync", 40266 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 40267 }, 40268 { 40269 "name": "Test TestAzureBlob,directory_markers: test_rclone_args RemoteRemote", 40270 "type": "go", 40271 "request": "launch", 40272 "mode": "test", 40273 "program": "./cmd/bisync", 40274 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_rclone_args", "-no-cleanup"] 40275 }, 40276 { 40277 "name": "Test TestAzureBlob,directory_markers: test_resolve LocalRemote", 40278 "type": "go", 40279 "request": "launch", 40280 "mode": "test", 40281 "program": "./cmd/bisync", 40282 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_resolve", "-no-cleanup"] 40283 }, 40284 { 40285 "name": "Test TestAzureBlob,directory_markers: test_resolve RemoteLocal", 40286 "type": "go", 40287 "request": "launch", 40288 "mode": "test", 40289 "program": "./cmd/bisync", 40290 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 40291 }, 40292 { 40293 "name": "Test TestAzureBlob,directory_markers: test_resolve RemoteRemote", 40294 "type": "go", 40295 "request": "launch", 40296 "mode": "test", 40297 "program": "./cmd/bisync", 40298 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_resolve", "-no-cleanup"] 40299 }, 40300 { 40301 "name": "Test TestAzureBlob,directory_markers: test_resync LocalRemote", 40302 "type": "go", 40303 "request": "launch", 40304 "mode": "test", 40305 "program": "./cmd/bisync", 40306 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_resync", "-no-cleanup"] 40307 }, 40308 { 40309 "name": "Test TestAzureBlob,directory_markers: test_resync RemoteLocal", 40310 "type": "go", 40311 "request": "launch", 40312 "mode": "test", 40313 "program": "./cmd/bisync", 40314 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 40315 }, 40316 { 40317 "name": "Test TestAzureBlob,directory_markers: test_resync RemoteRemote", 40318 "type": "go", 40319 "request": "launch", 40320 "mode": "test", 40321 "program": "./cmd/bisync", 40322 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_resync", "-no-cleanup"] 40323 }, 40324 { 40325 "name": "Test TestAzureBlob,directory_markers: test_resync_modes LocalRemote", 40326 "type": "go", 40327 "request": "launch", 40328 "mode": "test", 40329 "program": "./cmd/bisync", 40330 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_resync_modes", "-no-cleanup"] 40331 }, 40332 { 40333 "name": "Test TestAzureBlob,directory_markers: test_resync_modes RemoteLocal", 40334 "type": "go", 40335 "request": "launch", 40336 "mode": "test", 40337 "program": "./cmd/bisync", 40338 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 40339 }, 40340 { 40341 "name": "Test TestAzureBlob,directory_markers: test_resync_modes RemoteRemote", 40342 "type": "go", 40343 "request": "launch", 40344 "mode": "test", 40345 "program": "./cmd/bisync", 40346 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_resync_modes", "-no-cleanup"] 40347 }, 40348 { 40349 "name": "Test TestAzureBlob,directory_markers: test_rmdirs LocalRemote", 40350 "type": "go", 40351 "request": "launch", 40352 "mode": "test", 40353 "program": "./cmd/bisync", 40354 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_rmdirs", "-no-cleanup"] 40355 }, 40356 { 40357 "name": "Test TestAzureBlob,directory_markers: test_rmdirs RemoteLocal", 40358 "type": "go", 40359 "request": "launch", 40360 "mode": "test", 40361 "program": "./cmd/bisync", 40362 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 40363 }, 40364 { 40365 "name": "Test TestAzureBlob,directory_markers: test_rmdirs RemoteRemote", 40366 "type": "go", 40367 "request": "launch", 40368 "mode": "test", 40369 "program": "./cmd/bisync", 40370 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_rmdirs", "-no-cleanup"] 40371 }, 40372 { 40373 "name": "Test TestAzureBlob,directory_markers: test_volatile LocalRemote", 40374 "type": "go", 40375 "request": "launch", 40376 "mode": "test", 40377 "program": "./cmd/bisync", 40378 "args": ["-remote", "local", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_volatile", "-no-cleanup"] 40379 }, 40380 { 40381 "name": "Test TestAzureBlob,directory_markers: test_volatile RemoteLocal", 40382 "type": "go", 40383 "request": "launch", 40384 "mode": "test", 40385 "program": "./cmd/bisync", 40386 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 40387 }, 40388 { 40389 "name": "Test TestAzureBlob,directory_markers: test_volatile RemoteRemote", 40390 "type": "go", 40391 "request": "launch", 40392 "mode": "test", 40393 "program": "./cmd/bisync", 40394 "args": ["-remote", "TestAzureBlob,directory_markers:", "-remote2", "TestAzureBlob,directory_markers:", "-case", "test_volatile", "-no-cleanup"] 40395 }, 40396 { 40397 "name": "Test TestAzureFiles: test_all_changed LocalRemote", 40398 "type": "go", 40399 "request": "launch", 40400 "mode": "test", 40401 "program": "./cmd/bisync", 40402 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_all_changed", "-no-cleanup"] 40403 }, 40404 { 40405 "name": "Test TestAzureFiles: test_all_changed RemoteLocal", 40406 "type": "go", 40407 "request": "launch", 40408 "mode": "test", 40409 "program": "./cmd/bisync", 40410 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 40411 }, 40412 { 40413 "name": "Test TestAzureFiles: test_all_changed RemoteRemote", 40414 "type": "go", 40415 "request": "launch", 40416 "mode": "test", 40417 "program": "./cmd/bisync", 40418 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_all_changed", "-no-cleanup"] 40419 }, 40420 { 40421 "name": "Test TestAzureFiles: test_backupdir LocalRemote", 40422 "type": "go", 40423 "request": "launch", 40424 "mode": "test", 40425 "program": "./cmd/bisync", 40426 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_backupdir", "-no-cleanup"] 40427 }, 40428 { 40429 "name": "Test TestAzureFiles: test_backupdir RemoteLocal", 40430 "type": "go", 40431 "request": "launch", 40432 "mode": "test", 40433 "program": "./cmd/bisync", 40434 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 40435 }, 40436 { 40437 "name": "Test TestAzureFiles: test_backupdir RemoteRemote", 40438 "type": "go", 40439 "request": "launch", 40440 "mode": "test", 40441 "program": "./cmd/bisync", 40442 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_backupdir", "-no-cleanup"] 40443 }, 40444 { 40445 "name": "Test TestAzureFiles: test_basic LocalRemote", 40446 "type": "go", 40447 "request": "launch", 40448 "mode": "test", 40449 "program": "./cmd/bisync", 40450 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_basic", "-no-cleanup"] 40451 }, 40452 { 40453 "name": "Test TestAzureFiles: test_basic RemoteLocal", 40454 "type": "go", 40455 "request": "launch", 40456 "mode": "test", 40457 "program": "./cmd/bisync", 40458 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 40459 }, 40460 { 40461 "name": "Test TestAzureFiles: test_basic RemoteRemote", 40462 "type": "go", 40463 "request": "launch", 40464 "mode": "test", 40465 "program": "./cmd/bisync", 40466 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_basic", "-no-cleanup"] 40467 }, 40468 { 40469 "name": "Test TestAzureFiles: test_changes LocalRemote", 40470 "type": "go", 40471 "request": "launch", 40472 "mode": "test", 40473 "program": "./cmd/bisync", 40474 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_changes", "-no-cleanup"] 40475 }, 40476 { 40477 "name": "Test TestAzureFiles: test_changes RemoteLocal", 40478 "type": "go", 40479 "request": "launch", 40480 "mode": "test", 40481 "program": "./cmd/bisync", 40482 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 40483 }, 40484 { 40485 "name": "Test TestAzureFiles: test_changes RemoteRemote", 40486 "type": "go", 40487 "request": "launch", 40488 "mode": "test", 40489 "program": "./cmd/bisync", 40490 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_changes", "-no-cleanup"] 40491 }, 40492 { 40493 "name": "Test TestAzureFiles: test_check_access LocalRemote", 40494 "type": "go", 40495 "request": "launch", 40496 "mode": "test", 40497 "program": "./cmd/bisync", 40498 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_check_access", "-no-cleanup"] 40499 }, 40500 { 40501 "name": "Test TestAzureFiles: test_check_access RemoteLocal", 40502 "type": "go", 40503 "request": "launch", 40504 "mode": "test", 40505 "program": "./cmd/bisync", 40506 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 40507 }, 40508 { 40509 "name": "Test TestAzureFiles: test_check_access RemoteRemote", 40510 "type": "go", 40511 "request": "launch", 40512 "mode": "test", 40513 "program": "./cmd/bisync", 40514 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_check_access", "-no-cleanup"] 40515 }, 40516 { 40517 "name": "Test TestAzureFiles: test_check_access_filters LocalRemote", 40518 "type": "go", 40519 "request": "launch", 40520 "mode": "test", 40521 "program": "./cmd/bisync", 40522 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_check_access_filters", "-no-cleanup"] 40523 }, 40524 { 40525 "name": "Test TestAzureFiles: test_check_access_filters RemoteLocal", 40526 "type": "go", 40527 "request": "launch", 40528 "mode": "test", 40529 "program": "./cmd/bisync", 40530 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 40531 }, 40532 { 40533 "name": "Test TestAzureFiles: test_check_access_filters RemoteRemote", 40534 "type": "go", 40535 "request": "launch", 40536 "mode": "test", 40537 "program": "./cmd/bisync", 40538 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_check_access_filters", "-no-cleanup"] 40539 }, 40540 { 40541 "name": "Test TestAzureFiles: test_check_filename LocalRemote", 40542 "type": "go", 40543 "request": "launch", 40544 "mode": "test", 40545 "program": "./cmd/bisync", 40546 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_check_filename", "-no-cleanup"] 40547 }, 40548 { 40549 "name": "Test TestAzureFiles: test_check_filename RemoteLocal", 40550 "type": "go", 40551 "request": "launch", 40552 "mode": "test", 40553 "program": "./cmd/bisync", 40554 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 40555 }, 40556 { 40557 "name": "Test TestAzureFiles: test_check_filename RemoteRemote", 40558 "type": "go", 40559 "request": "launch", 40560 "mode": "test", 40561 "program": "./cmd/bisync", 40562 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_check_filename", "-no-cleanup"] 40563 }, 40564 { 40565 "name": "Test TestAzureFiles: test_check_sync LocalRemote", 40566 "type": "go", 40567 "request": "launch", 40568 "mode": "test", 40569 "program": "./cmd/bisync", 40570 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_check_sync", "-no-cleanup"] 40571 }, 40572 { 40573 "name": "Test TestAzureFiles: test_check_sync RemoteLocal", 40574 "type": "go", 40575 "request": "launch", 40576 "mode": "test", 40577 "program": "./cmd/bisync", 40578 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 40579 }, 40580 { 40581 "name": "Test TestAzureFiles: test_check_sync RemoteRemote", 40582 "type": "go", 40583 "request": "launch", 40584 "mode": "test", 40585 "program": "./cmd/bisync", 40586 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_check_sync", "-no-cleanup"] 40587 }, 40588 { 40589 "name": "Test TestAzureFiles: test_compare_all LocalRemote", 40590 "type": "go", 40591 "request": "launch", 40592 "mode": "test", 40593 "program": "./cmd/bisync", 40594 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_compare_all", "-no-cleanup"] 40595 }, 40596 { 40597 "name": "Test TestAzureFiles: test_compare_all RemoteLocal", 40598 "type": "go", 40599 "request": "launch", 40600 "mode": "test", 40601 "program": "./cmd/bisync", 40602 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 40603 }, 40604 { 40605 "name": "Test TestAzureFiles: test_compare_all RemoteRemote", 40606 "type": "go", 40607 "request": "launch", 40608 "mode": "test", 40609 "program": "./cmd/bisync", 40610 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_compare_all", "-no-cleanup"] 40611 }, 40612 { 40613 "name": "Test TestAzureFiles: test_createemptysrcdirs LocalRemote", 40614 "type": "go", 40615 "request": "launch", 40616 "mode": "test", 40617 "program": "./cmd/bisync", 40618 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 40619 }, 40620 { 40621 "name": "Test TestAzureFiles: test_createemptysrcdirs RemoteLocal", 40622 "type": "go", 40623 "request": "launch", 40624 "mode": "test", 40625 "program": "./cmd/bisync", 40626 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 40627 }, 40628 { 40629 "name": "Test TestAzureFiles: test_createemptysrcdirs RemoteRemote", 40630 "type": "go", 40631 "request": "launch", 40632 "mode": "test", 40633 "program": "./cmd/bisync", 40634 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 40635 }, 40636 { 40637 "name": "Test TestAzureFiles: test_dry_run LocalRemote", 40638 "type": "go", 40639 "request": "launch", 40640 "mode": "test", 40641 "program": "./cmd/bisync", 40642 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_dry_run", "-no-cleanup"] 40643 }, 40644 { 40645 "name": "Test TestAzureFiles: test_dry_run RemoteLocal", 40646 "type": "go", 40647 "request": "launch", 40648 "mode": "test", 40649 "program": "./cmd/bisync", 40650 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 40651 }, 40652 { 40653 "name": "Test TestAzureFiles: test_dry_run RemoteRemote", 40654 "type": "go", 40655 "request": "launch", 40656 "mode": "test", 40657 "program": "./cmd/bisync", 40658 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_dry_run", "-no-cleanup"] 40659 }, 40660 { 40661 "name": "Test TestAzureFiles: test_equal LocalRemote", 40662 "type": "go", 40663 "request": "launch", 40664 "mode": "test", 40665 "program": "./cmd/bisync", 40666 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_equal", "-no-cleanup"] 40667 }, 40668 { 40669 "name": "Test TestAzureFiles: test_equal RemoteLocal", 40670 "type": "go", 40671 "request": "launch", 40672 "mode": "test", 40673 "program": "./cmd/bisync", 40674 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 40675 }, 40676 { 40677 "name": "Test TestAzureFiles: test_equal RemoteRemote", 40678 "type": "go", 40679 "request": "launch", 40680 "mode": "test", 40681 "program": "./cmd/bisync", 40682 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_equal", "-no-cleanup"] 40683 }, 40684 { 40685 "name": "Test TestAzureFiles: test_ext_paths LocalRemote", 40686 "type": "go", 40687 "request": "launch", 40688 "mode": "test", 40689 "program": "./cmd/bisync", 40690 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_ext_paths", "-no-cleanup"] 40691 }, 40692 { 40693 "name": "Test TestAzureFiles: test_ext_paths RemoteLocal", 40694 "type": "go", 40695 "request": "launch", 40696 "mode": "test", 40697 "program": "./cmd/bisync", 40698 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 40699 }, 40700 { 40701 "name": "Test TestAzureFiles: test_ext_paths RemoteRemote", 40702 "type": "go", 40703 "request": "launch", 40704 "mode": "test", 40705 "program": "./cmd/bisync", 40706 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_ext_paths", "-no-cleanup"] 40707 }, 40708 { 40709 "name": "Test TestAzureFiles: test_extended_filenames LocalRemote", 40710 "type": "go", 40711 "request": "launch", 40712 "mode": "test", 40713 "program": "./cmd/bisync", 40714 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_extended_filenames", "-no-cleanup"] 40715 }, 40716 { 40717 "name": "Test TestAzureFiles: test_extended_filenames RemoteLocal", 40718 "type": "go", 40719 "request": "launch", 40720 "mode": "test", 40721 "program": "./cmd/bisync", 40722 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 40723 }, 40724 { 40725 "name": "Test TestAzureFiles: test_extended_filenames RemoteRemote", 40726 "type": "go", 40727 "request": "launch", 40728 "mode": "test", 40729 "program": "./cmd/bisync", 40730 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_extended_filenames", "-no-cleanup"] 40731 }, 40732 { 40733 "name": "Test TestAzureFiles: test_filters LocalRemote", 40734 "type": "go", 40735 "request": "launch", 40736 "mode": "test", 40737 "program": "./cmd/bisync", 40738 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_filters", "-no-cleanup"] 40739 }, 40740 { 40741 "name": "Test TestAzureFiles: test_filters RemoteLocal", 40742 "type": "go", 40743 "request": "launch", 40744 "mode": "test", 40745 "program": "./cmd/bisync", 40746 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 40747 }, 40748 { 40749 "name": "Test TestAzureFiles: test_filters RemoteRemote", 40750 "type": "go", 40751 "request": "launch", 40752 "mode": "test", 40753 "program": "./cmd/bisync", 40754 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_filters", "-no-cleanup"] 40755 }, 40756 { 40757 "name": "Test TestAzureFiles: test_filtersfile_checks LocalRemote", 40758 "type": "go", 40759 "request": "launch", 40760 "mode": "test", 40761 "program": "./cmd/bisync", 40762 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_filtersfile_checks", "-no-cleanup"] 40763 }, 40764 { 40765 "name": "Test TestAzureFiles: test_filtersfile_checks RemoteLocal", 40766 "type": "go", 40767 "request": "launch", 40768 "mode": "test", 40769 "program": "./cmd/bisync", 40770 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 40771 }, 40772 { 40773 "name": "Test TestAzureFiles: test_filtersfile_checks RemoteRemote", 40774 "type": "go", 40775 "request": "launch", 40776 "mode": "test", 40777 "program": "./cmd/bisync", 40778 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_filtersfile_checks", "-no-cleanup"] 40779 }, 40780 { 40781 "name": "Test TestAzureFiles: test_ignorelistingchecksum LocalRemote", 40782 "type": "go", 40783 "request": "launch", 40784 "mode": "test", 40785 "program": "./cmd/bisync", 40786 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 40787 }, 40788 { 40789 "name": "Test TestAzureFiles: test_ignorelistingchecksum RemoteLocal", 40790 "type": "go", 40791 "request": "launch", 40792 "mode": "test", 40793 "program": "./cmd/bisync", 40794 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 40795 }, 40796 { 40797 "name": "Test TestAzureFiles: test_ignorelistingchecksum RemoteRemote", 40798 "type": "go", 40799 "request": "launch", 40800 "mode": "test", 40801 "program": "./cmd/bisync", 40802 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 40803 }, 40804 { 40805 "name": "Test TestAzureFiles: test_max_delete_path1 LocalRemote", 40806 "type": "go", 40807 "request": "launch", 40808 "mode": "test", 40809 "program": "./cmd/bisync", 40810 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_max_delete_path1", "-no-cleanup"] 40811 }, 40812 { 40813 "name": "Test TestAzureFiles: test_max_delete_path1 RemoteLocal", 40814 "type": "go", 40815 "request": "launch", 40816 "mode": "test", 40817 "program": "./cmd/bisync", 40818 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 40819 }, 40820 { 40821 "name": "Test TestAzureFiles: test_max_delete_path1 RemoteRemote", 40822 "type": "go", 40823 "request": "launch", 40824 "mode": "test", 40825 "program": "./cmd/bisync", 40826 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_max_delete_path1", "-no-cleanup"] 40827 }, 40828 { 40829 "name": "Test TestAzureFiles: test_max_delete_path2_force LocalRemote", 40830 "type": "go", 40831 "request": "launch", 40832 "mode": "test", 40833 "program": "./cmd/bisync", 40834 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 40835 }, 40836 { 40837 "name": "Test TestAzureFiles: test_max_delete_path2_force RemoteLocal", 40838 "type": "go", 40839 "request": "launch", 40840 "mode": "test", 40841 "program": "./cmd/bisync", 40842 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 40843 }, 40844 { 40845 "name": "Test TestAzureFiles: test_max_delete_path2_force RemoteRemote", 40846 "type": "go", 40847 "request": "launch", 40848 "mode": "test", 40849 "program": "./cmd/bisync", 40850 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 40851 }, 40852 { 40853 "name": "Test TestAzureFiles: test_nomodtime LocalRemote", 40854 "type": "go", 40855 "request": "launch", 40856 "mode": "test", 40857 "program": "./cmd/bisync", 40858 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_nomodtime", "-no-cleanup"] 40859 }, 40860 { 40861 "name": "Test TestAzureFiles: test_nomodtime RemoteLocal", 40862 "type": "go", 40863 "request": "launch", 40864 "mode": "test", 40865 "program": "./cmd/bisync", 40866 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 40867 }, 40868 { 40869 "name": "Test TestAzureFiles: test_nomodtime RemoteRemote", 40870 "type": "go", 40871 "request": "launch", 40872 "mode": "test", 40873 "program": "./cmd/bisync", 40874 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_nomodtime", "-no-cleanup"] 40875 }, 40876 { 40877 "name": "Test TestAzureFiles: test_normalization LocalRemote", 40878 "type": "go", 40879 "request": "launch", 40880 "mode": "test", 40881 "program": "./cmd/bisync", 40882 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_normalization", "-no-cleanup"] 40883 }, 40884 { 40885 "name": "Test TestAzureFiles: test_normalization RemoteLocal", 40886 "type": "go", 40887 "request": "launch", 40888 "mode": "test", 40889 "program": "./cmd/bisync", 40890 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 40891 }, 40892 { 40893 "name": "Test TestAzureFiles: test_normalization RemoteRemote", 40894 "type": "go", 40895 "request": "launch", 40896 "mode": "test", 40897 "program": "./cmd/bisync", 40898 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_normalization", "-no-cleanup"] 40899 }, 40900 { 40901 "name": "Test TestAzureFiles: test_rclone_args LocalRemote", 40902 "type": "go", 40903 "request": "launch", 40904 "mode": "test", 40905 "program": "./cmd/bisync", 40906 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_rclone_args", "-no-cleanup"] 40907 }, 40908 { 40909 "name": "Test TestAzureFiles: test_rclone_args RemoteLocal", 40910 "type": "go", 40911 "request": "launch", 40912 "mode": "test", 40913 "program": "./cmd/bisync", 40914 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 40915 }, 40916 { 40917 "name": "Test TestAzureFiles: test_rclone_args RemoteRemote", 40918 "type": "go", 40919 "request": "launch", 40920 "mode": "test", 40921 "program": "./cmd/bisync", 40922 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_rclone_args", "-no-cleanup"] 40923 }, 40924 { 40925 "name": "Test TestAzureFiles: test_resolve LocalRemote", 40926 "type": "go", 40927 "request": "launch", 40928 "mode": "test", 40929 "program": "./cmd/bisync", 40930 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_resolve", "-no-cleanup"] 40931 }, 40932 { 40933 "name": "Test TestAzureFiles: test_resolve RemoteLocal", 40934 "type": "go", 40935 "request": "launch", 40936 "mode": "test", 40937 "program": "./cmd/bisync", 40938 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 40939 }, 40940 { 40941 "name": "Test TestAzureFiles: test_resolve RemoteRemote", 40942 "type": "go", 40943 "request": "launch", 40944 "mode": "test", 40945 "program": "./cmd/bisync", 40946 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_resolve", "-no-cleanup"] 40947 }, 40948 { 40949 "name": "Test TestAzureFiles: test_resync LocalRemote", 40950 "type": "go", 40951 "request": "launch", 40952 "mode": "test", 40953 "program": "./cmd/bisync", 40954 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_resync", "-no-cleanup"] 40955 }, 40956 { 40957 "name": "Test TestAzureFiles: test_resync RemoteLocal", 40958 "type": "go", 40959 "request": "launch", 40960 "mode": "test", 40961 "program": "./cmd/bisync", 40962 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 40963 }, 40964 { 40965 "name": "Test TestAzureFiles: test_resync RemoteRemote", 40966 "type": "go", 40967 "request": "launch", 40968 "mode": "test", 40969 "program": "./cmd/bisync", 40970 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_resync", "-no-cleanup"] 40971 }, 40972 { 40973 "name": "Test TestAzureFiles: test_resync_modes LocalRemote", 40974 "type": "go", 40975 "request": "launch", 40976 "mode": "test", 40977 "program": "./cmd/bisync", 40978 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_resync_modes", "-no-cleanup"] 40979 }, 40980 { 40981 "name": "Test TestAzureFiles: test_resync_modes RemoteLocal", 40982 "type": "go", 40983 "request": "launch", 40984 "mode": "test", 40985 "program": "./cmd/bisync", 40986 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 40987 }, 40988 { 40989 "name": "Test TestAzureFiles: test_resync_modes RemoteRemote", 40990 "type": "go", 40991 "request": "launch", 40992 "mode": "test", 40993 "program": "./cmd/bisync", 40994 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_resync_modes", "-no-cleanup"] 40995 }, 40996 { 40997 "name": "Test TestAzureFiles: test_rmdirs LocalRemote", 40998 "type": "go", 40999 "request": "launch", 41000 "mode": "test", 41001 "program": "./cmd/bisync", 41002 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_rmdirs", "-no-cleanup"] 41003 }, 41004 { 41005 "name": "Test TestAzureFiles: test_rmdirs RemoteLocal", 41006 "type": "go", 41007 "request": "launch", 41008 "mode": "test", 41009 "program": "./cmd/bisync", 41010 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 41011 }, 41012 { 41013 "name": "Test TestAzureFiles: test_rmdirs RemoteRemote", 41014 "type": "go", 41015 "request": "launch", 41016 "mode": "test", 41017 "program": "./cmd/bisync", 41018 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_rmdirs", "-no-cleanup"] 41019 }, 41020 { 41021 "name": "Test TestAzureFiles: test_volatile LocalRemote", 41022 "type": "go", 41023 "request": "launch", 41024 "mode": "test", 41025 "program": "./cmd/bisync", 41026 "args": ["-remote", "local", "-remote2", "TestAzureFiles:", "-case", "test_volatile", "-no-cleanup"] 41027 }, 41028 { 41029 "name": "Test TestAzureFiles: test_volatile RemoteLocal", 41030 "type": "go", 41031 "request": "launch", 41032 "mode": "test", 41033 "program": "./cmd/bisync", 41034 "args": ["-remote", "TestAzureFiles:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 41035 }, 41036 { 41037 "name": "Test TestAzureFiles: test_volatile RemoteRemote", 41038 "type": "go", 41039 "request": "launch", 41040 "mode": "test", 41041 "program": "./cmd/bisync", 41042 "args": ["-remote", "TestAzureFiles:", "-remote2", "TestAzureFiles:", "-case", "test_volatile", "-no-cleanup"] 41043 }, 41044 { 41045 "name": "Test TestPcloud: test_all_changed LocalRemote", 41046 "type": "go", 41047 "request": "launch", 41048 "mode": "test", 41049 "program": "./cmd/bisync", 41050 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_all_changed", "-no-cleanup"] 41051 }, 41052 { 41053 "name": "Test TestPcloud: test_all_changed RemoteLocal", 41054 "type": "go", 41055 "request": "launch", 41056 "mode": "test", 41057 "program": "./cmd/bisync", 41058 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 41059 }, 41060 { 41061 "name": "Test TestPcloud: test_all_changed RemoteRemote", 41062 "type": "go", 41063 "request": "launch", 41064 "mode": "test", 41065 "program": "./cmd/bisync", 41066 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_all_changed", "-no-cleanup"] 41067 }, 41068 { 41069 "name": "Test TestPcloud: test_backupdir LocalRemote", 41070 "type": "go", 41071 "request": "launch", 41072 "mode": "test", 41073 "program": "./cmd/bisync", 41074 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_backupdir", "-no-cleanup"] 41075 }, 41076 { 41077 "name": "Test TestPcloud: test_backupdir RemoteLocal", 41078 "type": "go", 41079 "request": "launch", 41080 "mode": "test", 41081 "program": "./cmd/bisync", 41082 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 41083 }, 41084 { 41085 "name": "Test TestPcloud: test_backupdir RemoteRemote", 41086 "type": "go", 41087 "request": "launch", 41088 "mode": "test", 41089 "program": "./cmd/bisync", 41090 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_backupdir", "-no-cleanup"] 41091 }, 41092 { 41093 "name": "Test TestPcloud: test_basic LocalRemote", 41094 "type": "go", 41095 "request": "launch", 41096 "mode": "test", 41097 "program": "./cmd/bisync", 41098 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_basic", "-no-cleanup"] 41099 }, 41100 { 41101 "name": "Test TestPcloud: test_basic RemoteLocal", 41102 "type": "go", 41103 "request": "launch", 41104 "mode": "test", 41105 "program": "./cmd/bisync", 41106 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 41107 }, 41108 { 41109 "name": "Test TestPcloud: test_basic RemoteRemote", 41110 "type": "go", 41111 "request": "launch", 41112 "mode": "test", 41113 "program": "./cmd/bisync", 41114 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_basic", "-no-cleanup"] 41115 }, 41116 { 41117 "name": "Test TestPcloud: test_changes LocalRemote", 41118 "type": "go", 41119 "request": "launch", 41120 "mode": "test", 41121 "program": "./cmd/bisync", 41122 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_changes", "-no-cleanup"] 41123 }, 41124 { 41125 "name": "Test TestPcloud: test_changes RemoteLocal", 41126 "type": "go", 41127 "request": "launch", 41128 "mode": "test", 41129 "program": "./cmd/bisync", 41130 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 41131 }, 41132 { 41133 "name": "Test TestPcloud: test_changes RemoteRemote", 41134 "type": "go", 41135 "request": "launch", 41136 "mode": "test", 41137 "program": "./cmd/bisync", 41138 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_changes", "-no-cleanup"] 41139 }, 41140 { 41141 "name": "Test TestPcloud: test_check_access LocalRemote", 41142 "type": "go", 41143 "request": "launch", 41144 "mode": "test", 41145 "program": "./cmd/bisync", 41146 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_check_access", "-no-cleanup"] 41147 }, 41148 { 41149 "name": "Test TestPcloud: test_check_access RemoteLocal", 41150 "type": "go", 41151 "request": "launch", 41152 "mode": "test", 41153 "program": "./cmd/bisync", 41154 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 41155 }, 41156 { 41157 "name": "Test TestPcloud: test_check_access RemoteRemote", 41158 "type": "go", 41159 "request": "launch", 41160 "mode": "test", 41161 "program": "./cmd/bisync", 41162 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_check_access", "-no-cleanup"] 41163 }, 41164 { 41165 "name": "Test TestPcloud: test_check_access_filters LocalRemote", 41166 "type": "go", 41167 "request": "launch", 41168 "mode": "test", 41169 "program": "./cmd/bisync", 41170 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_check_access_filters", "-no-cleanup"] 41171 }, 41172 { 41173 "name": "Test TestPcloud: test_check_access_filters RemoteLocal", 41174 "type": "go", 41175 "request": "launch", 41176 "mode": "test", 41177 "program": "./cmd/bisync", 41178 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 41179 }, 41180 { 41181 "name": "Test TestPcloud: test_check_access_filters RemoteRemote", 41182 "type": "go", 41183 "request": "launch", 41184 "mode": "test", 41185 "program": "./cmd/bisync", 41186 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_check_access_filters", "-no-cleanup"] 41187 }, 41188 { 41189 "name": "Test TestPcloud: test_check_filename LocalRemote", 41190 "type": "go", 41191 "request": "launch", 41192 "mode": "test", 41193 "program": "./cmd/bisync", 41194 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_check_filename", "-no-cleanup"] 41195 }, 41196 { 41197 "name": "Test TestPcloud: test_check_filename RemoteLocal", 41198 "type": "go", 41199 "request": "launch", 41200 "mode": "test", 41201 "program": "./cmd/bisync", 41202 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 41203 }, 41204 { 41205 "name": "Test TestPcloud: test_check_filename RemoteRemote", 41206 "type": "go", 41207 "request": "launch", 41208 "mode": "test", 41209 "program": "./cmd/bisync", 41210 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_check_filename", "-no-cleanup"] 41211 }, 41212 { 41213 "name": "Test TestPcloud: test_check_sync LocalRemote", 41214 "type": "go", 41215 "request": "launch", 41216 "mode": "test", 41217 "program": "./cmd/bisync", 41218 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_check_sync", "-no-cleanup"] 41219 }, 41220 { 41221 "name": "Test TestPcloud: test_check_sync RemoteLocal", 41222 "type": "go", 41223 "request": "launch", 41224 "mode": "test", 41225 "program": "./cmd/bisync", 41226 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 41227 }, 41228 { 41229 "name": "Test TestPcloud: test_check_sync RemoteRemote", 41230 "type": "go", 41231 "request": "launch", 41232 "mode": "test", 41233 "program": "./cmd/bisync", 41234 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_check_sync", "-no-cleanup"] 41235 }, 41236 { 41237 "name": "Test TestPcloud: test_compare_all LocalRemote", 41238 "type": "go", 41239 "request": "launch", 41240 "mode": "test", 41241 "program": "./cmd/bisync", 41242 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_compare_all", "-no-cleanup"] 41243 }, 41244 { 41245 "name": "Test TestPcloud: test_compare_all RemoteLocal", 41246 "type": "go", 41247 "request": "launch", 41248 "mode": "test", 41249 "program": "./cmd/bisync", 41250 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 41251 }, 41252 { 41253 "name": "Test TestPcloud: test_compare_all RemoteRemote", 41254 "type": "go", 41255 "request": "launch", 41256 "mode": "test", 41257 "program": "./cmd/bisync", 41258 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_compare_all", "-no-cleanup"] 41259 }, 41260 { 41261 "name": "Test TestPcloud: test_createemptysrcdirs LocalRemote", 41262 "type": "go", 41263 "request": "launch", 41264 "mode": "test", 41265 "program": "./cmd/bisync", 41266 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 41267 }, 41268 { 41269 "name": "Test TestPcloud: test_createemptysrcdirs RemoteLocal", 41270 "type": "go", 41271 "request": "launch", 41272 "mode": "test", 41273 "program": "./cmd/bisync", 41274 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 41275 }, 41276 { 41277 "name": "Test TestPcloud: test_createemptysrcdirs RemoteRemote", 41278 "type": "go", 41279 "request": "launch", 41280 "mode": "test", 41281 "program": "./cmd/bisync", 41282 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 41283 }, 41284 { 41285 "name": "Test TestPcloud: test_dry_run LocalRemote", 41286 "type": "go", 41287 "request": "launch", 41288 "mode": "test", 41289 "program": "./cmd/bisync", 41290 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_dry_run", "-no-cleanup"] 41291 }, 41292 { 41293 "name": "Test TestPcloud: test_dry_run RemoteLocal", 41294 "type": "go", 41295 "request": "launch", 41296 "mode": "test", 41297 "program": "./cmd/bisync", 41298 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 41299 }, 41300 { 41301 "name": "Test TestPcloud: test_dry_run RemoteRemote", 41302 "type": "go", 41303 "request": "launch", 41304 "mode": "test", 41305 "program": "./cmd/bisync", 41306 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_dry_run", "-no-cleanup"] 41307 }, 41308 { 41309 "name": "Test TestPcloud: test_equal LocalRemote", 41310 "type": "go", 41311 "request": "launch", 41312 "mode": "test", 41313 "program": "./cmd/bisync", 41314 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_equal", "-no-cleanup"] 41315 }, 41316 { 41317 "name": "Test TestPcloud: test_equal RemoteLocal", 41318 "type": "go", 41319 "request": "launch", 41320 "mode": "test", 41321 "program": "./cmd/bisync", 41322 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 41323 }, 41324 { 41325 "name": "Test TestPcloud: test_equal RemoteRemote", 41326 "type": "go", 41327 "request": "launch", 41328 "mode": "test", 41329 "program": "./cmd/bisync", 41330 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_equal", "-no-cleanup"] 41331 }, 41332 { 41333 "name": "Test TestPcloud: test_ext_paths LocalRemote", 41334 "type": "go", 41335 "request": "launch", 41336 "mode": "test", 41337 "program": "./cmd/bisync", 41338 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_ext_paths", "-no-cleanup"] 41339 }, 41340 { 41341 "name": "Test TestPcloud: test_ext_paths RemoteLocal", 41342 "type": "go", 41343 "request": "launch", 41344 "mode": "test", 41345 "program": "./cmd/bisync", 41346 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 41347 }, 41348 { 41349 "name": "Test TestPcloud: test_ext_paths RemoteRemote", 41350 "type": "go", 41351 "request": "launch", 41352 "mode": "test", 41353 "program": "./cmd/bisync", 41354 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_ext_paths", "-no-cleanup"] 41355 }, 41356 { 41357 "name": "Test TestPcloud: test_extended_filenames LocalRemote", 41358 "type": "go", 41359 "request": "launch", 41360 "mode": "test", 41361 "program": "./cmd/bisync", 41362 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_extended_filenames", "-no-cleanup"] 41363 }, 41364 { 41365 "name": "Test TestPcloud: test_extended_filenames RemoteLocal", 41366 "type": "go", 41367 "request": "launch", 41368 "mode": "test", 41369 "program": "./cmd/bisync", 41370 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 41371 }, 41372 { 41373 "name": "Test TestPcloud: test_extended_filenames RemoteRemote", 41374 "type": "go", 41375 "request": "launch", 41376 "mode": "test", 41377 "program": "./cmd/bisync", 41378 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_extended_filenames", "-no-cleanup"] 41379 }, 41380 { 41381 "name": "Test TestPcloud: test_filters LocalRemote", 41382 "type": "go", 41383 "request": "launch", 41384 "mode": "test", 41385 "program": "./cmd/bisync", 41386 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_filters", "-no-cleanup"] 41387 }, 41388 { 41389 "name": "Test TestPcloud: test_filters RemoteLocal", 41390 "type": "go", 41391 "request": "launch", 41392 "mode": "test", 41393 "program": "./cmd/bisync", 41394 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 41395 }, 41396 { 41397 "name": "Test TestPcloud: test_filters RemoteRemote", 41398 "type": "go", 41399 "request": "launch", 41400 "mode": "test", 41401 "program": "./cmd/bisync", 41402 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_filters", "-no-cleanup"] 41403 }, 41404 { 41405 "name": "Test TestPcloud: test_filtersfile_checks LocalRemote", 41406 "type": "go", 41407 "request": "launch", 41408 "mode": "test", 41409 "program": "./cmd/bisync", 41410 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_filtersfile_checks", "-no-cleanup"] 41411 }, 41412 { 41413 "name": "Test TestPcloud: test_filtersfile_checks RemoteLocal", 41414 "type": "go", 41415 "request": "launch", 41416 "mode": "test", 41417 "program": "./cmd/bisync", 41418 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 41419 }, 41420 { 41421 "name": "Test TestPcloud: test_filtersfile_checks RemoteRemote", 41422 "type": "go", 41423 "request": "launch", 41424 "mode": "test", 41425 "program": "./cmd/bisync", 41426 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_filtersfile_checks", "-no-cleanup"] 41427 }, 41428 { 41429 "name": "Test TestPcloud: test_ignorelistingchecksum LocalRemote", 41430 "type": "go", 41431 "request": "launch", 41432 "mode": "test", 41433 "program": "./cmd/bisync", 41434 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 41435 }, 41436 { 41437 "name": "Test TestPcloud: test_ignorelistingchecksum RemoteLocal", 41438 "type": "go", 41439 "request": "launch", 41440 "mode": "test", 41441 "program": "./cmd/bisync", 41442 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 41443 }, 41444 { 41445 "name": "Test TestPcloud: test_ignorelistingchecksum RemoteRemote", 41446 "type": "go", 41447 "request": "launch", 41448 "mode": "test", 41449 "program": "./cmd/bisync", 41450 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 41451 }, 41452 { 41453 "name": "Test TestPcloud: test_max_delete_path1 LocalRemote", 41454 "type": "go", 41455 "request": "launch", 41456 "mode": "test", 41457 "program": "./cmd/bisync", 41458 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_max_delete_path1", "-no-cleanup"] 41459 }, 41460 { 41461 "name": "Test TestPcloud: test_max_delete_path1 RemoteLocal", 41462 "type": "go", 41463 "request": "launch", 41464 "mode": "test", 41465 "program": "./cmd/bisync", 41466 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 41467 }, 41468 { 41469 "name": "Test TestPcloud: test_max_delete_path1 RemoteRemote", 41470 "type": "go", 41471 "request": "launch", 41472 "mode": "test", 41473 "program": "./cmd/bisync", 41474 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_max_delete_path1", "-no-cleanup"] 41475 }, 41476 { 41477 "name": "Test TestPcloud: test_max_delete_path2_force LocalRemote", 41478 "type": "go", 41479 "request": "launch", 41480 "mode": "test", 41481 "program": "./cmd/bisync", 41482 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 41483 }, 41484 { 41485 "name": "Test TestPcloud: test_max_delete_path2_force RemoteLocal", 41486 "type": "go", 41487 "request": "launch", 41488 "mode": "test", 41489 "program": "./cmd/bisync", 41490 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 41491 }, 41492 { 41493 "name": "Test TestPcloud: test_max_delete_path2_force RemoteRemote", 41494 "type": "go", 41495 "request": "launch", 41496 "mode": "test", 41497 "program": "./cmd/bisync", 41498 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 41499 }, 41500 { 41501 "name": "Test TestPcloud: test_nomodtime LocalRemote", 41502 "type": "go", 41503 "request": "launch", 41504 "mode": "test", 41505 "program": "./cmd/bisync", 41506 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_nomodtime", "-no-cleanup"] 41507 }, 41508 { 41509 "name": "Test TestPcloud: test_nomodtime RemoteLocal", 41510 "type": "go", 41511 "request": "launch", 41512 "mode": "test", 41513 "program": "./cmd/bisync", 41514 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 41515 }, 41516 { 41517 "name": "Test TestPcloud: test_nomodtime RemoteRemote", 41518 "type": "go", 41519 "request": "launch", 41520 "mode": "test", 41521 "program": "./cmd/bisync", 41522 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_nomodtime", "-no-cleanup"] 41523 }, 41524 { 41525 "name": "Test TestPcloud: test_normalization LocalRemote", 41526 "type": "go", 41527 "request": "launch", 41528 "mode": "test", 41529 "program": "./cmd/bisync", 41530 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_normalization", "-no-cleanup"] 41531 }, 41532 { 41533 "name": "Test TestPcloud: test_normalization RemoteLocal", 41534 "type": "go", 41535 "request": "launch", 41536 "mode": "test", 41537 "program": "./cmd/bisync", 41538 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 41539 }, 41540 { 41541 "name": "Test TestPcloud: test_normalization RemoteRemote", 41542 "type": "go", 41543 "request": "launch", 41544 "mode": "test", 41545 "program": "./cmd/bisync", 41546 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_normalization", "-no-cleanup"] 41547 }, 41548 { 41549 "name": "Test TestPcloud: test_rclone_args LocalRemote", 41550 "type": "go", 41551 "request": "launch", 41552 "mode": "test", 41553 "program": "./cmd/bisync", 41554 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_rclone_args", "-no-cleanup"] 41555 }, 41556 { 41557 "name": "Test TestPcloud: test_rclone_args RemoteLocal", 41558 "type": "go", 41559 "request": "launch", 41560 "mode": "test", 41561 "program": "./cmd/bisync", 41562 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 41563 }, 41564 { 41565 "name": "Test TestPcloud: test_rclone_args RemoteRemote", 41566 "type": "go", 41567 "request": "launch", 41568 "mode": "test", 41569 "program": "./cmd/bisync", 41570 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_rclone_args", "-no-cleanup"] 41571 }, 41572 { 41573 "name": "Test TestPcloud: test_resolve LocalRemote", 41574 "type": "go", 41575 "request": "launch", 41576 "mode": "test", 41577 "program": "./cmd/bisync", 41578 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_resolve", "-no-cleanup"] 41579 }, 41580 { 41581 "name": "Test TestPcloud: test_resolve RemoteLocal", 41582 "type": "go", 41583 "request": "launch", 41584 "mode": "test", 41585 "program": "./cmd/bisync", 41586 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 41587 }, 41588 { 41589 "name": "Test TestPcloud: test_resolve RemoteRemote", 41590 "type": "go", 41591 "request": "launch", 41592 "mode": "test", 41593 "program": "./cmd/bisync", 41594 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_resolve", "-no-cleanup"] 41595 }, 41596 { 41597 "name": "Test TestPcloud: test_resync LocalRemote", 41598 "type": "go", 41599 "request": "launch", 41600 "mode": "test", 41601 "program": "./cmd/bisync", 41602 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_resync", "-no-cleanup"] 41603 }, 41604 { 41605 "name": "Test TestPcloud: test_resync RemoteLocal", 41606 "type": "go", 41607 "request": "launch", 41608 "mode": "test", 41609 "program": "./cmd/bisync", 41610 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 41611 }, 41612 { 41613 "name": "Test TestPcloud: test_resync RemoteRemote", 41614 "type": "go", 41615 "request": "launch", 41616 "mode": "test", 41617 "program": "./cmd/bisync", 41618 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_resync", "-no-cleanup"] 41619 }, 41620 { 41621 "name": "Test TestPcloud: test_resync_modes LocalRemote", 41622 "type": "go", 41623 "request": "launch", 41624 "mode": "test", 41625 "program": "./cmd/bisync", 41626 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_resync_modes", "-no-cleanup"] 41627 }, 41628 { 41629 "name": "Test TestPcloud: test_resync_modes RemoteLocal", 41630 "type": "go", 41631 "request": "launch", 41632 "mode": "test", 41633 "program": "./cmd/bisync", 41634 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 41635 }, 41636 { 41637 "name": "Test TestPcloud: test_resync_modes RemoteRemote", 41638 "type": "go", 41639 "request": "launch", 41640 "mode": "test", 41641 "program": "./cmd/bisync", 41642 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_resync_modes", "-no-cleanup"] 41643 }, 41644 { 41645 "name": "Test TestPcloud: test_rmdirs LocalRemote", 41646 "type": "go", 41647 "request": "launch", 41648 "mode": "test", 41649 "program": "./cmd/bisync", 41650 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_rmdirs", "-no-cleanup"] 41651 }, 41652 { 41653 "name": "Test TestPcloud: test_rmdirs RemoteLocal", 41654 "type": "go", 41655 "request": "launch", 41656 "mode": "test", 41657 "program": "./cmd/bisync", 41658 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 41659 }, 41660 { 41661 "name": "Test TestPcloud: test_rmdirs RemoteRemote", 41662 "type": "go", 41663 "request": "launch", 41664 "mode": "test", 41665 "program": "./cmd/bisync", 41666 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_rmdirs", "-no-cleanup"] 41667 }, 41668 { 41669 "name": "Test TestPcloud: test_volatile LocalRemote", 41670 "type": "go", 41671 "request": "launch", 41672 "mode": "test", 41673 "program": "./cmd/bisync", 41674 "args": ["-remote", "local", "-remote2", "TestPcloud:", "-case", "test_volatile", "-no-cleanup"] 41675 }, 41676 { 41677 "name": "Test TestPcloud: test_volatile RemoteLocal", 41678 "type": "go", 41679 "request": "launch", 41680 "mode": "test", 41681 "program": "./cmd/bisync", 41682 "args": ["-remote", "TestPcloud:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 41683 }, 41684 { 41685 "name": "Test TestPcloud: test_volatile RemoteRemote", 41686 "type": "go", 41687 "request": "launch", 41688 "mode": "test", 41689 "program": "./cmd/bisync", 41690 "args": ["-remote", "TestPcloud:", "-remote2", "TestPcloud:", "-case", "test_volatile", "-no-cleanup"] 41691 }, 41692 { 41693 "name": "Test TestPikPak: test_all_changed LocalRemote", 41694 "type": "go", 41695 "request": "launch", 41696 "mode": "test", 41697 "program": "./cmd/bisync", 41698 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_all_changed", "-no-cleanup"] 41699 }, 41700 { 41701 "name": "Test TestPikPak: test_all_changed RemoteLocal", 41702 "type": "go", 41703 "request": "launch", 41704 "mode": "test", 41705 "program": "./cmd/bisync", 41706 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 41707 }, 41708 { 41709 "name": "Test TestPikPak: test_all_changed RemoteRemote", 41710 "type": "go", 41711 "request": "launch", 41712 "mode": "test", 41713 "program": "./cmd/bisync", 41714 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_all_changed", "-no-cleanup"] 41715 }, 41716 { 41717 "name": "Test TestPikPak: test_backupdir LocalRemote", 41718 "type": "go", 41719 "request": "launch", 41720 "mode": "test", 41721 "program": "./cmd/bisync", 41722 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_backupdir", "-no-cleanup"] 41723 }, 41724 { 41725 "name": "Test TestPikPak: test_backupdir RemoteLocal", 41726 "type": "go", 41727 "request": "launch", 41728 "mode": "test", 41729 "program": "./cmd/bisync", 41730 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 41731 }, 41732 { 41733 "name": "Test TestPikPak: test_backupdir RemoteRemote", 41734 "type": "go", 41735 "request": "launch", 41736 "mode": "test", 41737 "program": "./cmd/bisync", 41738 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_backupdir", "-no-cleanup"] 41739 }, 41740 { 41741 "name": "Test TestPikPak: test_basic LocalRemote", 41742 "type": "go", 41743 "request": "launch", 41744 "mode": "test", 41745 "program": "./cmd/bisync", 41746 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_basic", "-no-cleanup"] 41747 }, 41748 { 41749 "name": "Test TestPikPak: test_basic RemoteLocal", 41750 "type": "go", 41751 "request": "launch", 41752 "mode": "test", 41753 "program": "./cmd/bisync", 41754 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 41755 }, 41756 { 41757 "name": "Test TestPikPak: test_basic RemoteRemote", 41758 "type": "go", 41759 "request": "launch", 41760 "mode": "test", 41761 "program": "./cmd/bisync", 41762 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_basic", "-no-cleanup"] 41763 }, 41764 { 41765 "name": "Test TestPikPak: test_changes LocalRemote", 41766 "type": "go", 41767 "request": "launch", 41768 "mode": "test", 41769 "program": "./cmd/bisync", 41770 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_changes", "-no-cleanup"] 41771 }, 41772 { 41773 "name": "Test TestPikPak: test_changes RemoteLocal", 41774 "type": "go", 41775 "request": "launch", 41776 "mode": "test", 41777 "program": "./cmd/bisync", 41778 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 41779 }, 41780 { 41781 "name": "Test TestPikPak: test_changes RemoteRemote", 41782 "type": "go", 41783 "request": "launch", 41784 "mode": "test", 41785 "program": "./cmd/bisync", 41786 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_changes", "-no-cleanup"] 41787 }, 41788 { 41789 "name": "Test TestPikPak: test_check_access LocalRemote", 41790 "type": "go", 41791 "request": "launch", 41792 "mode": "test", 41793 "program": "./cmd/bisync", 41794 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_check_access", "-no-cleanup"] 41795 }, 41796 { 41797 "name": "Test TestPikPak: test_check_access RemoteLocal", 41798 "type": "go", 41799 "request": "launch", 41800 "mode": "test", 41801 "program": "./cmd/bisync", 41802 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 41803 }, 41804 { 41805 "name": "Test TestPikPak: test_check_access RemoteRemote", 41806 "type": "go", 41807 "request": "launch", 41808 "mode": "test", 41809 "program": "./cmd/bisync", 41810 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_check_access", "-no-cleanup"] 41811 }, 41812 { 41813 "name": "Test TestPikPak: test_check_access_filters LocalRemote", 41814 "type": "go", 41815 "request": "launch", 41816 "mode": "test", 41817 "program": "./cmd/bisync", 41818 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_check_access_filters", "-no-cleanup"] 41819 }, 41820 { 41821 "name": "Test TestPikPak: test_check_access_filters RemoteLocal", 41822 "type": "go", 41823 "request": "launch", 41824 "mode": "test", 41825 "program": "./cmd/bisync", 41826 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 41827 }, 41828 { 41829 "name": "Test TestPikPak: test_check_access_filters RemoteRemote", 41830 "type": "go", 41831 "request": "launch", 41832 "mode": "test", 41833 "program": "./cmd/bisync", 41834 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_check_access_filters", "-no-cleanup"] 41835 }, 41836 { 41837 "name": "Test TestPikPak: test_check_filename LocalRemote", 41838 "type": "go", 41839 "request": "launch", 41840 "mode": "test", 41841 "program": "./cmd/bisync", 41842 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_check_filename", "-no-cleanup"] 41843 }, 41844 { 41845 "name": "Test TestPikPak: test_check_filename RemoteLocal", 41846 "type": "go", 41847 "request": "launch", 41848 "mode": "test", 41849 "program": "./cmd/bisync", 41850 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 41851 }, 41852 { 41853 "name": "Test TestPikPak: test_check_filename RemoteRemote", 41854 "type": "go", 41855 "request": "launch", 41856 "mode": "test", 41857 "program": "./cmd/bisync", 41858 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_check_filename", "-no-cleanup"] 41859 }, 41860 { 41861 "name": "Test TestPikPak: test_check_sync LocalRemote", 41862 "type": "go", 41863 "request": "launch", 41864 "mode": "test", 41865 "program": "./cmd/bisync", 41866 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_check_sync", "-no-cleanup"] 41867 }, 41868 { 41869 "name": "Test TestPikPak: test_check_sync RemoteLocal", 41870 "type": "go", 41871 "request": "launch", 41872 "mode": "test", 41873 "program": "./cmd/bisync", 41874 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 41875 }, 41876 { 41877 "name": "Test TestPikPak: test_check_sync RemoteRemote", 41878 "type": "go", 41879 "request": "launch", 41880 "mode": "test", 41881 "program": "./cmd/bisync", 41882 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_check_sync", "-no-cleanup"] 41883 }, 41884 { 41885 "name": "Test TestPikPak: test_compare_all LocalRemote", 41886 "type": "go", 41887 "request": "launch", 41888 "mode": "test", 41889 "program": "./cmd/bisync", 41890 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_compare_all", "-no-cleanup"] 41891 }, 41892 { 41893 "name": "Test TestPikPak: test_compare_all RemoteLocal", 41894 "type": "go", 41895 "request": "launch", 41896 "mode": "test", 41897 "program": "./cmd/bisync", 41898 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 41899 }, 41900 { 41901 "name": "Test TestPikPak: test_compare_all RemoteRemote", 41902 "type": "go", 41903 "request": "launch", 41904 "mode": "test", 41905 "program": "./cmd/bisync", 41906 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_compare_all", "-no-cleanup"] 41907 }, 41908 { 41909 "name": "Test TestPikPak: test_createemptysrcdirs LocalRemote", 41910 "type": "go", 41911 "request": "launch", 41912 "mode": "test", 41913 "program": "./cmd/bisync", 41914 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 41915 }, 41916 { 41917 "name": "Test TestPikPak: test_createemptysrcdirs RemoteLocal", 41918 "type": "go", 41919 "request": "launch", 41920 "mode": "test", 41921 "program": "./cmd/bisync", 41922 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 41923 }, 41924 { 41925 "name": "Test TestPikPak: test_createemptysrcdirs RemoteRemote", 41926 "type": "go", 41927 "request": "launch", 41928 "mode": "test", 41929 "program": "./cmd/bisync", 41930 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 41931 }, 41932 { 41933 "name": "Test TestPikPak: test_dry_run LocalRemote", 41934 "type": "go", 41935 "request": "launch", 41936 "mode": "test", 41937 "program": "./cmd/bisync", 41938 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_dry_run", "-no-cleanup"] 41939 }, 41940 { 41941 "name": "Test TestPikPak: test_dry_run RemoteLocal", 41942 "type": "go", 41943 "request": "launch", 41944 "mode": "test", 41945 "program": "./cmd/bisync", 41946 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 41947 }, 41948 { 41949 "name": "Test TestPikPak: test_dry_run RemoteRemote", 41950 "type": "go", 41951 "request": "launch", 41952 "mode": "test", 41953 "program": "./cmd/bisync", 41954 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_dry_run", "-no-cleanup"] 41955 }, 41956 { 41957 "name": "Test TestPikPak: test_equal LocalRemote", 41958 "type": "go", 41959 "request": "launch", 41960 "mode": "test", 41961 "program": "./cmd/bisync", 41962 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_equal", "-no-cleanup"] 41963 }, 41964 { 41965 "name": "Test TestPikPak: test_equal RemoteLocal", 41966 "type": "go", 41967 "request": "launch", 41968 "mode": "test", 41969 "program": "./cmd/bisync", 41970 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 41971 }, 41972 { 41973 "name": "Test TestPikPak: test_equal RemoteRemote", 41974 "type": "go", 41975 "request": "launch", 41976 "mode": "test", 41977 "program": "./cmd/bisync", 41978 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_equal", "-no-cleanup"] 41979 }, 41980 { 41981 "name": "Test TestPikPak: test_ext_paths LocalRemote", 41982 "type": "go", 41983 "request": "launch", 41984 "mode": "test", 41985 "program": "./cmd/bisync", 41986 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_ext_paths", "-no-cleanup"] 41987 }, 41988 { 41989 "name": "Test TestPikPak: test_ext_paths RemoteLocal", 41990 "type": "go", 41991 "request": "launch", 41992 "mode": "test", 41993 "program": "./cmd/bisync", 41994 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 41995 }, 41996 { 41997 "name": "Test TestPikPak: test_ext_paths RemoteRemote", 41998 "type": "go", 41999 "request": "launch", 42000 "mode": "test", 42001 "program": "./cmd/bisync", 42002 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_ext_paths", "-no-cleanup"] 42003 }, 42004 { 42005 "name": "Test TestPikPak: test_extended_filenames LocalRemote", 42006 "type": "go", 42007 "request": "launch", 42008 "mode": "test", 42009 "program": "./cmd/bisync", 42010 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_extended_filenames", "-no-cleanup"] 42011 }, 42012 { 42013 "name": "Test TestPikPak: test_extended_filenames RemoteLocal", 42014 "type": "go", 42015 "request": "launch", 42016 "mode": "test", 42017 "program": "./cmd/bisync", 42018 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 42019 }, 42020 { 42021 "name": "Test TestPikPak: test_extended_filenames RemoteRemote", 42022 "type": "go", 42023 "request": "launch", 42024 "mode": "test", 42025 "program": "./cmd/bisync", 42026 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_extended_filenames", "-no-cleanup"] 42027 }, 42028 { 42029 "name": "Test TestPikPak: test_filters LocalRemote", 42030 "type": "go", 42031 "request": "launch", 42032 "mode": "test", 42033 "program": "./cmd/bisync", 42034 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_filters", "-no-cleanup"] 42035 }, 42036 { 42037 "name": "Test TestPikPak: test_filters RemoteLocal", 42038 "type": "go", 42039 "request": "launch", 42040 "mode": "test", 42041 "program": "./cmd/bisync", 42042 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 42043 }, 42044 { 42045 "name": "Test TestPikPak: test_filters RemoteRemote", 42046 "type": "go", 42047 "request": "launch", 42048 "mode": "test", 42049 "program": "./cmd/bisync", 42050 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_filters", "-no-cleanup"] 42051 }, 42052 { 42053 "name": "Test TestPikPak: test_filtersfile_checks LocalRemote", 42054 "type": "go", 42055 "request": "launch", 42056 "mode": "test", 42057 "program": "./cmd/bisync", 42058 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_filtersfile_checks", "-no-cleanup"] 42059 }, 42060 { 42061 "name": "Test TestPikPak: test_filtersfile_checks RemoteLocal", 42062 "type": "go", 42063 "request": "launch", 42064 "mode": "test", 42065 "program": "./cmd/bisync", 42066 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 42067 }, 42068 { 42069 "name": "Test TestPikPak: test_filtersfile_checks RemoteRemote", 42070 "type": "go", 42071 "request": "launch", 42072 "mode": "test", 42073 "program": "./cmd/bisync", 42074 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_filtersfile_checks", "-no-cleanup"] 42075 }, 42076 { 42077 "name": "Test TestPikPak: test_ignorelistingchecksum LocalRemote", 42078 "type": "go", 42079 "request": "launch", 42080 "mode": "test", 42081 "program": "./cmd/bisync", 42082 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 42083 }, 42084 { 42085 "name": "Test TestPikPak: test_ignorelistingchecksum RemoteLocal", 42086 "type": "go", 42087 "request": "launch", 42088 "mode": "test", 42089 "program": "./cmd/bisync", 42090 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 42091 }, 42092 { 42093 "name": "Test TestPikPak: test_ignorelistingchecksum RemoteRemote", 42094 "type": "go", 42095 "request": "launch", 42096 "mode": "test", 42097 "program": "./cmd/bisync", 42098 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 42099 }, 42100 { 42101 "name": "Test TestPikPak: test_max_delete_path1 LocalRemote", 42102 "type": "go", 42103 "request": "launch", 42104 "mode": "test", 42105 "program": "./cmd/bisync", 42106 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_max_delete_path1", "-no-cleanup"] 42107 }, 42108 { 42109 "name": "Test TestPikPak: test_max_delete_path1 RemoteLocal", 42110 "type": "go", 42111 "request": "launch", 42112 "mode": "test", 42113 "program": "./cmd/bisync", 42114 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 42115 }, 42116 { 42117 "name": "Test TestPikPak: test_max_delete_path1 RemoteRemote", 42118 "type": "go", 42119 "request": "launch", 42120 "mode": "test", 42121 "program": "./cmd/bisync", 42122 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_max_delete_path1", "-no-cleanup"] 42123 }, 42124 { 42125 "name": "Test TestPikPak: test_max_delete_path2_force LocalRemote", 42126 "type": "go", 42127 "request": "launch", 42128 "mode": "test", 42129 "program": "./cmd/bisync", 42130 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 42131 }, 42132 { 42133 "name": "Test TestPikPak: test_max_delete_path2_force RemoteLocal", 42134 "type": "go", 42135 "request": "launch", 42136 "mode": "test", 42137 "program": "./cmd/bisync", 42138 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 42139 }, 42140 { 42141 "name": "Test TestPikPak: test_max_delete_path2_force RemoteRemote", 42142 "type": "go", 42143 "request": "launch", 42144 "mode": "test", 42145 "program": "./cmd/bisync", 42146 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 42147 }, 42148 { 42149 "name": "Test TestPikPak: test_nomodtime LocalRemote", 42150 "type": "go", 42151 "request": "launch", 42152 "mode": "test", 42153 "program": "./cmd/bisync", 42154 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_nomodtime", "-no-cleanup"] 42155 }, 42156 { 42157 "name": "Test TestPikPak: test_nomodtime RemoteLocal", 42158 "type": "go", 42159 "request": "launch", 42160 "mode": "test", 42161 "program": "./cmd/bisync", 42162 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 42163 }, 42164 { 42165 "name": "Test TestPikPak: test_nomodtime RemoteRemote", 42166 "type": "go", 42167 "request": "launch", 42168 "mode": "test", 42169 "program": "./cmd/bisync", 42170 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_nomodtime", "-no-cleanup"] 42171 }, 42172 { 42173 "name": "Test TestPikPak: test_normalization LocalRemote", 42174 "type": "go", 42175 "request": "launch", 42176 "mode": "test", 42177 "program": "./cmd/bisync", 42178 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_normalization", "-no-cleanup"] 42179 }, 42180 { 42181 "name": "Test TestPikPak: test_normalization RemoteLocal", 42182 "type": "go", 42183 "request": "launch", 42184 "mode": "test", 42185 "program": "./cmd/bisync", 42186 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 42187 }, 42188 { 42189 "name": "Test TestPikPak: test_normalization RemoteRemote", 42190 "type": "go", 42191 "request": "launch", 42192 "mode": "test", 42193 "program": "./cmd/bisync", 42194 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_normalization", "-no-cleanup"] 42195 }, 42196 { 42197 "name": "Test TestPikPak: test_rclone_args LocalRemote", 42198 "type": "go", 42199 "request": "launch", 42200 "mode": "test", 42201 "program": "./cmd/bisync", 42202 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_rclone_args", "-no-cleanup"] 42203 }, 42204 { 42205 "name": "Test TestPikPak: test_rclone_args RemoteLocal", 42206 "type": "go", 42207 "request": "launch", 42208 "mode": "test", 42209 "program": "./cmd/bisync", 42210 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 42211 }, 42212 { 42213 "name": "Test TestPikPak: test_rclone_args RemoteRemote", 42214 "type": "go", 42215 "request": "launch", 42216 "mode": "test", 42217 "program": "./cmd/bisync", 42218 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_rclone_args", "-no-cleanup"] 42219 }, 42220 { 42221 "name": "Test TestPikPak: test_resolve LocalRemote", 42222 "type": "go", 42223 "request": "launch", 42224 "mode": "test", 42225 "program": "./cmd/bisync", 42226 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_resolve", "-no-cleanup"] 42227 }, 42228 { 42229 "name": "Test TestPikPak: test_resolve RemoteLocal", 42230 "type": "go", 42231 "request": "launch", 42232 "mode": "test", 42233 "program": "./cmd/bisync", 42234 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 42235 }, 42236 { 42237 "name": "Test TestPikPak: test_resolve RemoteRemote", 42238 "type": "go", 42239 "request": "launch", 42240 "mode": "test", 42241 "program": "./cmd/bisync", 42242 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_resolve", "-no-cleanup"] 42243 }, 42244 { 42245 "name": "Test TestPikPak: test_resync LocalRemote", 42246 "type": "go", 42247 "request": "launch", 42248 "mode": "test", 42249 "program": "./cmd/bisync", 42250 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_resync", "-no-cleanup"] 42251 }, 42252 { 42253 "name": "Test TestPikPak: test_resync RemoteLocal", 42254 "type": "go", 42255 "request": "launch", 42256 "mode": "test", 42257 "program": "./cmd/bisync", 42258 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 42259 }, 42260 { 42261 "name": "Test TestPikPak: test_resync RemoteRemote", 42262 "type": "go", 42263 "request": "launch", 42264 "mode": "test", 42265 "program": "./cmd/bisync", 42266 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_resync", "-no-cleanup"] 42267 }, 42268 { 42269 "name": "Test TestPikPak: test_resync_modes LocalRemote", 42270 "type": "go", 42271 "request": "launch", 42272 "mode": "test", 42273 "program": "./cmd/bisync", 42274 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_resync_modes", "-no-cleanup"] 42275 }, 42276 { 42277 "name": "Test TestPikPak: test_resync_modes RemoteLocal", 42278 "type": "go", 42279 "request": "launch", 42280 "mode": "test", 42281 "program": "./cmd/bisync", 42282 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 42283 }, 42284 { 42285 "name": "Test TestPikPak: test_resync_modes RemoteRemote", 42286 "type": "go", 42287 "request": "launch", 42288 "mode": "test", 42289 "program": "./cmd/bisync", 42290 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_resync_modes", "-no-cleanup"] 42291 }, 42292 { 42293 "name": "Test TestPikPak: test_rmdirs LocalRemote", 42294 "type": "go", 42295 "request": "launch", 42296 "mode": "test", 42297 "program": "./cmd/bisync", 42298 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_rmdirs", "-no-cleanup"] 42299 }, 42300 { 42301 "name": "Test TestPikPak: test_rmdirs RemoteLocal", 42302 "type": "go", 42303 "request": "launch", 42304 "mode": "test", 42305 "program": "./cmd/bisync", 42306 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 42307 }, 42308 { 42309 "name": "Test TestPikPak: test_rmdirs RemoteRemote", 42310 "type": "go", 42311 "request": "launch", 42312 "mode": "test", 42313 "program": "./cmd/bisync", 42314 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_rmdirs", "-no-cleanup"] 42315 }, 42316 { 42317 "name": "Test TestPikPak: test_volatile LocalRemote", 42318 "type": "go", 42319 "request": "launch", 42320 "mode": "test", 42321 "program": "./cmd/bisync", 42322 "args": ["-remote", "local", "-remote2", "TestPikPak:", "-case", "test_volatile", "-no-cleanup"] 42323 }, 42324 { 42325 "name": "Test TestPikPak: test_volatile RemoteLocal", 42326 "type": "go", 42327 "request": "launch", 42328 "mode": "test", 42329 "program": "./cmd/bisync", 42330 "args": ["-remote", "TestPikPak:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 42331 }, 42332 { 42333 "name": "Test TestPikPak: test_volatile RemoteRemote", 42334 "type": "go", 42335 "request": "launch", 42336 "mode": "test", 42337 "program": "./cmd/bisync", 42338 "args": ["-remote", "TestPikPak:", "-remote2", "TestPikPak:", "-case", "test_volatile", "-no-cleanup"] 42339 }, 42340 { 42341 "name": "Test TestWebdavNextcloud: test_all_changed LocalRemote", 42342 "type": "go", 42343 "request": "launch", 42344 "mode": "test", 42345 "program": "./cmd/bisync", 42346 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_all_changed", "-no-cleanup"] 42347 }, 42348 { 42349 "name": "Test TestWebdavNextcloud: test_all_changed RemoteLocal", 42350 "type": "go", 42351 "request": "launch", 42352 "mode": "test", 42353 "program": "./cmd/bisync", 42354 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 42355 }, 42356 { 42357 "name": "Test TestWebdavNextcloud: test_all_changed RemoteRemote", 42358 "type": "go", 42359 "request": "launch", 42360 "mode": "test", 42361 "program": "./cmd/bisync", 42362 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_all_changed", "-no-cleanup"] 42363 }, 42364 { 42365 "name": "Test TestWebdavNextcloud: test_backupdir LocalRemote", 42366 "type": "go", 42367 "request": "launch", 42368 "mode": "test", 42369 "program": "./cmd/bisync", 42370 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_backupdir", "-no-cleanup"] 42371 }, 42372 { 42373 "name": "Test TestWebdavNextcloud: test_backupdir RemoteLocal", 42374 "type": "go", 42375 "request": "launch", 42376 "mode": "test", 42377 "program": "./cmd/bisync", 42378 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 42379 }, 42380 { 42381 "name": "Test TestWebdavNextcloud: test_backupdir RemoteRemote", 42382 "type": "go", 42383 "request": "launch", 42384 "mode": "test", 42385 "program": "./cmd/bisync", 42386 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_backupdir", "-no-cleanup"] 42387 }, 42388 { 42389 "name": "Test TestWebdavNextcloud: test_basic LocalRemote", 42390 "type": "go", 42391 "request": "launch", 42392 "mode": "test", 42393 "program": "./cmd/bisync", 42394 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_basic", "-no-cleanup"] 42395 }, 42396 { 42397 "name": "Test TestWebdavNextcloud: test_basic RemoteLocal", 42398 "type": "go", 42399 "request": "launch", 42400 "mode": "test", 42401 "program": "./cmd/bisync", 42402 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 42403 }, 42404 { 42405 "name": "Test TestWebdavNextcloud: test_basic RemoteRemote", 42406 "type": "go", 42407 "request": "launch", 42408 "mode": "test", 42409 "program": "./cmd/bisync", 42410 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_basic", "-no-cleanup"] 42411 }, 42412 { 42413 "name": "Test TestWebdavNextcloud: test_changes LocalRemote", 42414 "type": "go", 42415 "request": "launch", 42416 "mode": "test", 42417 "program": "./cmd/bisync", 42418 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_changes", "-no-cleanup"] 42419 }, 42420 { 42421 "name": "Test TestWebdavNextcloud: test_changes RemoteLocal", 42422 "type": "go", 42423 "request": "launch", 42424 "mode": "test", 42425 "program": "./cmd/bisync", 42426 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 42427 }, 42428 { 42429 "name": "Test TestWebdavNextcloud: test_changes RemoteRemote", 42430 "type": "go", 42431 "request": "launch", 42432 "mode": "test", 42433 "program": "./cmd/bisync", 42434 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_changes", "-no-cleanup"] 42435 }, 42436 { 42437 "name": "Test TestWebdavNextcloud: test_check_access LocalRemote", 42438 "type": "go", 42439 "request": "launch", 42440 "mode": "test", 42441 "program": "./cmd/bisync", 42442 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_check_access", "-no-cleanup"] 42443 }, 42444 { 42445 "name": "Test TestWebdavNextcloud: test_check_access RemoteLocal", 42446 "type": "go", 42447 "request": "launch", 42448 "mode": "test", 42449 "program": "./cmd/bisync", 42450 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 42451 }, 42452 { 42453 "name": "Test TestWebdavNextcloud: test_check_access RemoteRemote", 42454 "type": "go", 42455 "request": "launch", 42456 "mode": "test", 42457 "program": "./cmd/bisync", 42458 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_check_access", "-no-cleanup"] 42459 }, 42460 { 42461 "name": "Test TestWebdavNextcloud: test_check_access_filters LocalRemote", 42462 "type": "go", 42463 "request": "launch", 42464 "mode": "test", 42465 "program": "./cmd/bisync", 42466 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_check_access_filters", "-no-cleanup"] 42467 }, 42468 { 42469 "name": "Test TestWebdavNextcloud: test_check_access_filters RemoteLocal", 42470 "type": "go", 42471 "request": "launch", 42472 "mode": "test", 42473 "program": "./cmd/bisync", 42474 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 42475 }, 42476 { 42477 "name": "Test TestWebdavNextcloud: test_check_access_filters RemoteRemote", 42478 "type": "go", 42479 "request": "launch", 42480 "mode": "test", 42481 "program": "./cmd/bisync", 42482 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_check_access_filters", "-no-cleanup"] 42483 }, 42484 { 42485 "name": "Test TestWebdavNextcloud: test_check_filename LocalRemote", 42486 "type": "go", 42487 "request": "launch", 42488 "mode": "test", 42489 "program": "./cmd/bisync", 42490 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_check_filename", "-no-cleanup"] 42491 }, 42492 { 42493 "name": "Test TestWebdavNextcloud: test_check_filename RemoteLocal", 42494 "type": "go", 42495 "request": "launch", 42496 "mode": "test", 42497 "program": "./cmd/bisync", 42498 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 42499 }, 42500 { 42501 "name": "Test TestWebdavNextcloud: test_check_filename RemoteRemote", 42502 "type": "go", 42503 "request": "launch", 42504 "mode": "test", 42505 "program": "./cmd/bisync", 42506 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_check_filename", "-no-cleanup"] 42507 }, 42508 { 42509 "name": "Test TestWebdavNextcloud: test_check_sync LocalRemote", 42510 "type": "go", 42511 "request": "launch", 42512 "mode": "test", 42513 "program": "./cmd/bisync", 42514 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_check_sync", "-no-cleanup"] 42515 }, 42516 { 42517 "name": "Test TestWebdavNextcloud: test_check_sync RemoteLocal", 42518 "type": "go", 42519 "request": "launch", 42520 "mode": "test", 42521 "program": "./cmd/bisync", 42522 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 42523 }, 42524 { 42525 "name": "Test TestWebdavNextcloud: test_check_sync RemoteRemote", 42526 "type": "go", 42527 "request": "launch", 42528 "mode": "test", 42529 "program": "./cmd/bisync", 42530 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_check_sync", "-no-cleanup"] 42531 }, 42532 { 42533 "name": "Test TestWebdavNextcloud: test_compare_all LocalRemote", 42534 "type": "go", 42535 "request": "launch", 42536 "mode": "test", 42537 "program": "./cmd/bisync", 42538 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_compare_all", "-no-cleanup"] 42539 }, 42540 { 42541 "name": "Test TestWebdavNextcloud: test_compare_all RemoteLocal", 42542 "type": "go", 42543 "request": "launch", 42544 "mode": "test", 42545 "program": "./cmd/bisync", 42546 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 42547 }, 42548 { 42549 "name": "Test TestWebdavNextcloud: test_compare_all RemoteRemote", 42550 "type": "go", 42551 "request": "launch", 42552 "mode": "test", 42553 "program": "./cmd/bisync", 42554 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_compare_all", "-no-cleanup"] 42555 }, 42556 { 42557 "name": "Test TestWebdavNextcloud: test_createemptysrcdirs LocalRemote", 42558 "type": "go", 42559 "request": "launch", 42560 "mode": "test", 42561 "program": "./cmd/bisync", 42562 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 42563 }, 42564 { 42565 "name": "Test TestWebdavNextcloud: test_createemptysrcdirs RemoteLocal", 42566 "type": "go", 42567 "request": "launch", 42568 "mode": "test", 42569 "program": "./cmd/bisync", 42570 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 42571 }, 42572 { 42573 "name": "Test TestWebdavNextcloud: test_createemptysrcdirs RemoteRemote", 42574 "type": "go", 42575 "request": "launch", 42576 "mode": "test", 42577 "program": "./cmd/bisync", 42578 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 42579 }, 42580 { 42581 "name": "Test TestWebdavNextcloud: test_dry_run LocalRemote", 42582 "type": "go", 42583 "request": "launch", 42584 "mode": "test", 42585 "program": "./cmd/bisync", 42586 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_dry_run", "-no-cleanup"] 42587 }, 42588 { 42589 "name": "Test TestWebdavNextcloud: test_dry_run RemoteLocal", 42590 "type": "go", 42591 "request": "launch", 42592 "mode": "test", 42593 "program": "./cmd/bisync", 42594 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 42595 }, 42596 { 42597 "name": "Test TestWebdavNextcloud: test_dry_run RemoteRemote", 42598 "type": "go", 42599 "request": "launch", 42600 "mode": "test", 42601 "program": "./cmd/bisync", 42602 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_dry_run", "-no-cleanup"] 42603 }, 42604 { 42605 "name": "Test TestWebdavNextcloud: test_equal LocalRemote", 42606 "type": "go", 42607 "request": "launch", 42608 "mode": "test", 42609 "program": "./cmd/bisync", 42610 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_equal", "-no-cleanup"] 42611 }, 42612 { 42613 "name": "Test TestWebdavNextcloud: test_equal RemoteLocal", 42614 "type": "go", 42615 "request": "launch", 42616 "mode": "test", 42617 "program": "./cmd/bisync", 42618 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 42619 }, 42620 { 42621 "name": "Test TestWebdavNextcloud: test_equal RemoteRemote", 42622 "type": "go", 42623 "request": "launch", 42624 "mode": "test", 42625 "program": "./cmd/bisync", 42626 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_equal", "-no-cleanup"] 42627 }, 42628 { 42629 "name": "Test TestWebdavNextcloud: test_ext_paths LocalRemote", 42630 "type": "go", 42631 "request": "launch", 42632 "mode": "test", 42633 "program": "./cmd/bisync", 42634 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_ext_paths", "-no-cleanup"] 42635 }, 42636 { 42637 "name": "Test TestWebdavNextcloud: test_ext_paths RemoteLocal", 42638 "type": "go", 42639 "request": "launch", 42640 "mode": "test", 42641 "program": "./cmd/bisync", 42642 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 42643 }, 42644 { 42645 "name": "Test TestWebdavNextcloud: test_ext_paths RemoteRemote", 42646 "type": "go", 42647 "request": "launch", 42648 "mode": "test", 42649 "program": "./cmd/bisync", 42650 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_ext_paths", "-no-cleanup"] 42651 }, 42652 { 42653 "name": "Test TestWebdavNextcloud: test_extended_filenames LocalRemote", 42654 "type": "go", 42655 "request": "launch", 42656 "mode": "test", 42657 "program": "./cmd/bisync", 42658 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_extended_filenames", "-no-cleanup"] 42659 }, 42660 { 42661 "name": "Test TestWebdavNextcloud: test_extended_filenames RemoteLocal", 42662 "type": "go", 42663 "request": "launch", 42664 "mode": "test", 42665 "program": "./cmd/bisync", 42666 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 42667 }, 42668 { 42669 "name": "Test TestWebdavNextcloud: test_extended_filenames RemoteRemote", 42670 "type": "go", 42671 "request": "launch", 42672 "mode": "test", 42673 "program": "./cmd/bisync", 42674 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_extended_filenames", "-no-cleanup"] 42675 }, 42676 { 42677 "name": "Test TestWebdavNextcloud: test_filters LocalRemote", 42678 "type": "go", 42679 "request": "launch", 42680 "mode": "test", 42681 "program": "./cmd/bisync", 42682 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_filters", "-no-cleanup"] 42683 }, 42684 { 42685 "name": "Test TestWebdavNextcloud: test_filters RemoteLocal", 42686 "type": "go", 42687 "request": "launch", 42688 "mode": "test", 42689 "program": "./cmd/bisync", 42690 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 42691 }, 42692 { 42693 "name": "Test TestWebdavNextcloud: test_filters RemoteRemote", 42694 "type": "go", 42695 "request": "launch", 42696 "mode": "test", 42697 "program": "./cmd/bisync", 42698 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_filters", "-no-cleanup"] 42699 }, 42700 { 42701 "name": "Test TestWebdavNextcloud: test_filtersfile_checks LocalRemote", 42702 "type": "go", 42703 "request": "launch", 42704 "mode": "test", 42705 "program": "./cmd/bisync", 42706 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_filtersfile_checks", "-no-cleanup"] 42707 }, 42708 { 42709 "name": "Test TestWebdavNextcloud: test_filtersfile_checks RemoteLocal", 42710 "type": "go", 42711 "request": "launch", 42712 "mode": "test", 42713 "program": "./cmd/bisync", 42714 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 42715 }, 42716 { 42717 "name": "Test TestWebdavNextcloud: test_filtersfile_checks RemoteRemote", 42718 "type": "go", 42719 "request": "launch", 42720 "mode": "test", 42721 "program": "./cmd/bisync", 42722 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_filtersfile_checks", "-no-cleanup"] 42723 }, 42724 { 42725 "name": "Test TestWebdavNextcloud: test_ignorelistingchecksum LocalRemote", 42726 "type": "go", 42727 "request": "launch", 42728 "mode": "test", 42729 "program": "./cmd/bisync", 42730 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 42731 }, 42732 { 42733 "name": "Test TestWebdavNextcloud: test_ignorelistingchecksum RemoteLocal", 42734 "type": "go", 42735 "request": "launch", 42736 "mode": "test", 42737 "program": "./cmd/bisync", 42738 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 42739 }, 42740 { 42741 "name": "Test TestWebdavNextcloud: test_ignorelistingchecksum RemoteRemote", 42742 "type": "go", 42743 "request": "launch", 42744 "mode": "test", 42745 "program": "./cmd/bisync", 42746 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 42747 }, 42748 { 42749 "name": "Test TestWebdavNextcloud: test_max_delete_path1 LocalRemote", 42750 "type": "go", 42751 "request": "launch", 42752 "mode": "test", 42753 "program": "./cmd/bisync", 42754 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_max_delete_path1", "-no-cleanup"] 42755 }, 42756 { 42757 "name": "Test TestWebdavNextcloud: test_max_delete_path1 RemoteLocal", 42758 "type": "go", 42759 "request": "launch", 42760 "mode": "test", 42761 "program": "./cmd/bisync", 42762 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 42763 }, 42764 { 42765 "name": "Test TestWebdavNextcloud: test_max_delete_path1 RemoteRemote", 42766 "type": "go", 42767 "request": "launch", 42768 "mode": "test", 42769 "program": "./cmd/bisync", 42770 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_max_delete_path1", "-no-cleanup"] 42771 }, 42772 { 42773 "name": "Test TestWebdavNextcloud: test_max_delete_path2_force LocalRemote", 42774 "type": "go", 42775 "request": "launch", 42776 "mode": "test", 42777 "program": "./cmd/bisync", 42778 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 42779 }, 42780 { 42781 "name": "Test TestWebdavNextcloud: test_max_delete_path2_force RemoteLocal", 42782 "type": "go", 42783 "request": "launch", 42784 "mode": "test", 42785 "program": "./cmd/bisync", 42786 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 42787 }, 42788 { 42789 "name": "Test TestWebdavNextcloud: test_max_delete_path2_force RemoteRemote", 42790 "type": "go", 42791 "request": "launch", 42792 "mode": "test", 42793 "program": "./cmd/bisync", 42794 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 42795 }, 42796 { 42797 "name": "Test TestWebdavNextcloud: test_nomodtime LocalRemote", 42798 "type": "go", 42799 "request": "launch", 42800 "mode": "test", 42801 "program": "./cmd/bisync", 42802 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_nomodtime", "-no-cleanup"] 42803 }, 42804 { 42805 "name": "Test TestWebdavNextcloud: test_nomodtime RemoteLocal", 42806 "type": "go", 42807 "request": "launch", 42808 "mode": "test", 42809 "program": "./cmd/bisync", 42810 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 42811 }, 42812 { 42813 "name": "Test TestWebdavNextcloud: test_nomodtime RemoteRemote", 42814 "type": "go", 42815 "request": "launch", 42816 "mode": "test", 42817 "program": "./cmd/bisync", 42818 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_nomodtime", "-no-cleanup"] 42819 }, 42820 { 42821 "name": "Test TestWebdavNextcloud: test_normalization LocalRemote", 42822 "type": "go", 42823 "request": "launch", 42824 "mode": "test", 42825 "program": "./cmd/bisync", 42826 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_normalization", "-no-cleanup"] 42827 }, 42828 { 42829 "name": "Test TestWebdavNextcloud: test_normalization RemoteLocal", 42830 "type": "go", 42831 "request": "launch", 42832 "mode": "test", 42833 "program": "./cmd/bisync", 42834 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 42835 }, 42836 { 42837 "name": "Test TestWebdavNextcloud: test_normalization RemoteRemote", 42838 "type": "go", 42839 "request": "launch", 42840 "mode": "test", 42841 "program": "./cmd/bisync", 42842 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_normalization", "-no-cleanup"] 42843 }, 42844 { 42845 "name": "Test TestWebdavNextcloud: test_rclone_args LocalRemote", 42846 "type": "go", 42847 "request": "launch", 42848 "mode": "test", 42849 "program": "./cmd/bisync", 42850 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_rclone_args", "-no-cleanup"] 42851 }, 42852 { 42853 "name": "Test TestWebdavNextcloud: test_rclone_args RemoteLocal", 42854 "type": "go", 42855 "request": "launch", 42856 "mode": "test", 42857 "program": "./cmd/bisync", 42858 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 42859 }, 42860 { 42861 "name": "Test TestWebdavNextcloud: test_rclone_args RemoteRemote", 42862 "type": "go", 42863 "request": "launch", 42864 "mode": "test", 42865 "program": "./cmd/bisync", 42866 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_rclone_args", "-no-cleanup"] 42867 }, 42868 { 42869 "name": "Test TestWebdavNextcloud: test_resolve LocalRemote", 42870 "type": "go", 42871 "request": "launch", 42872 "mode": "test", 42873 "program": "./cmd/bisync", 42874 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_resolve", "-no-cleanup"] 42875 }, 42876 { 42877 "name": "Test TestWebdavNextcloud: test_resolve RemoteLocal", 42878 "type": "go", 42879 "request": "launch", 42880 "mode": "test", 42881 "program": "./cmd/bisync", 42882 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 42883 }, 42884 { 42885 "name": "Test TestWebdavNextcloud: test_resolve RemoteRemote", 42886 "type": "go", 42887 "request": "launch", 42888 "mode": "test", 42889 "program": "./cmd/bisync", 42890 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_resolve", "-no-cleanup"] 42891 }, 42892 { 42893 "name": "Test TestWebdavNextcloud: test_resync LocalRemote", 42894 "type": "go", 42895 "request": "launch", 42896 "mode": "test", 42897 "program": "./cmd/bisync", 42898 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_resync", "-no-cleanup"] 42899 }, 42900 { 42901 "name": "Test TestWebdavNextcloud: test_resync RemoteLocal", 42902 "type": "go", 42903 "request": "launch", 42904 "mode": "test", 42905 "program": "./cmd/bisync", 42906 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 42907 }, 42908 { 42909 "name": "Test TestWebdavNextcloud: test_resync RemoteRemote", 42910 "type": "go", 42911 "request": "launch", 42912 "mode": "test", 42913 "program": "./cmd/bisync", 42914 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_resync", "-no-cleanup"] 42915 }, 42916 { 42917 "name": "Test TestWebdavNextcloud: test_resync_modes LocalRemote", 42918 "type": "go", 42919 "request": "launch", 42920 "mode": "test", 42921 "program": "./cmd/bisync", 42922 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_resync_modes", "-no-cleanup"] 42923 }, 42924 { 42925 "name": "Test TestWebdavNextcloud: test_resync_modes RemoteLocal", 42926 "type": "go", 42927 "request": "launch", 42928 "mode": "test", 42929 "program": "./cmd/bisync", 42930 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 42931 }, 42932 { 42933 "name": "Test TestWebdavNextcloud: test_resync_modes RemoteRemote", 42934 "type": "go", 42935 "request": "launch", 42936 "mode": "test", 42937 "program": "./cmd/bisync", 42938 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_resync_modes", "-no-cleanup"] 42939 }, 42940 { 42941 "name": "Test TestWebdavNextcloud: test_rmdirs LocalRemote", 42942 "type": "go", 42943 "request": "launch", 42944 "mode": "test", 42945 "program": "./cmd/bisync", 42946 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_rmdirs", "-no-cleanup"] 42947 }, 42948 { 42949 "name": "Test TestWebdavNextcloud: test_rmdirs RemoteLocal", 42950 "type": "go", 42951 "request": "launch", 42952 "mode": "test", 42953 "program": "./cmd/bisync", 42954 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 42955 }, 42956 { 42957 "name": "Test TestWebdavNextcloud: test_rmdirs RemoteRemote", 42958 "type": "go", 42959 "request": "launch", 42960 "mode": "test", 42961 "program": "./cmd/bisync", 42962 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_rmdirs", "-no-cleanup"] 42963 }, 42964 { 42965 "name": "Test TestWebdavNextcloud: test_volatile LocalRemote", 42966 "type": "go", 42967 "request": "launch", 42968 "mode": "test", 42969 "program": "./cmd/bisync", 42970 "args": ["-remote", "local", "-remote2", "TestWebdavNextcloud:", "-case", "test_volatile", "-no-cleanup"] 42971 }, 42972 { 42973 "name": "Test TestWebdavNextcloud: test_volatile RemoteLocal", 42974 "type": "go", 42975 "request": "launch", 42976 "mode": "test", 42977 "program": "./cmd/bisync", 42978 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 42979 }, 42980 { 42981 "name": "Test TestWebdavNextcloud: test_volatile RemoteRemote", 42982 "type": "go", 42983 "request": "launch", 42984 "mode": "test", 42985 "program": "./cmd/bisync", 42986 "args": ["-remote", "TestWebdavNextcloud:", "-remote2", "TestWebdavNextcloud:", "-case", "test_volatile", "-no-cleanup"] 42987 }, 42988 { 42989 "name": "Test TestWebdavOwncloud: test_all_changed LocalRemote", 42990 "type": "go", 42991 "request": "launch", 42992 "mode": "test", 42993 "program": "./cmd/bisync", 42994 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_all_changed", "-no-cleanup"] 42995 }, 42996 { 42997 "name": "Test TestWebdavOwncloud: test_all_changed RemoteLocal", 42998 "type": "go", 42999 "request": "launch", 43000 "mode": "test", 43001 "program": "./cmd/bisync", 43002 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 43003 }, 43004 { 43005 "name": "Test TestWebdavOwncloud: test_all_changed RemoteRemote", 43006 "type": "go", 43007 "request": "launch", 43008 "mode": "test", 43009 "program": "./cmd/bisync", 43010 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_all_changed", "-no-cleanup"] 43011 }, 43012 { 43013 "name": "Test TestWebdavOwncloud: test_backupdir LocalRemote", 43014 "type": "go", 43015 "request": "launch", 43016 "mode": "test", 43017 "program": "./cmd/bisync", 43018 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_backupdir", "-no-cleanup"] 43019 }, 43020 { 43021 "name": "Test TestWebdavOwncloud: test_backupdir RemoteLocal", 43022 "type": "go", 43023 "request": "launch", 43024 "mode": "test", 43025 "program": "./cmd/bisync", 43026 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 43027 }, 43028 { 43029 "name": "Test TestWebdavOwncloud: test_backupdir RemoteRemote", 43030 "type": "go", 43031 "request": "launch", 43032 "mode": "test", 43033 "program": "./cmd/bisync", 43034 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_backupdir", "-no-cleanup"] 43035 }, 43036 { 43037 "name": "Test TestWebdavOwncloud: test_basic LocalRemote", 43038 "type": "go", 43039 "request": "launch", 43040 "mode": "test", 43041 "program": "./cmd/bisync", 43042 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_basic", "-no-cleanup"] 43043 }, 43044 { 43045 "name": "Test TestWebdavOwncloud: test_basic RemoteLocal", 43046 "type": "go", 43047 "request": "launch", 43048 "mode": "test", 43049 "program": "./cmd/bisync", 43050 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 43051 }, 43052 { 43053 "name": "Test TestWebdavOwncloud: test_basic RemoteRemote", 43054 "type": "go", 43055 "request": "launch", 43056 "mode": "test", 43057 "program": "./cmd/bisync", 43058 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_basic", "-no-cleanup"] 43059 }, 43060 { 43061 "name": "Test TestWebdavOwncloud: test_changes LocalRemote", 43062 "type": "go", 43063 "request": "launch", 43064 "mode": "test", 43065 "program": "./cmd/bisync", 43066 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_changes", "-no-cleanup"] 43067 }, 43068 { 43069 "name": "Test TestWebdavOwncloud: test_changes RemoteLocal", 43070 "type": "go", 43071 "request": "launch", 43072 "mode": "test", 43073 "program": "./cmd/bisync", 43074 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 43075 }, 43076 { 43077 "name": "Test TestWebdavOwncloud: test_changes RemoteRemote", 43078 "type": "go", 43079 "request": "launch", 43080 "mode": "test", 43081 "program": "./cmd/bisync", 43082 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_changes", "-no-cleanup"] 43083 }, 43084 { 43085 "name": "Test TestWebdavOwncloud: test_check_access LocalRemote", 43086 "type": "go", 43087 "request": "launch", 43088 "mode": "test", 43089 "program": "./cmd/bisync", 43090 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_check_access", "-no-cleanup"] 43091 }, 43092 { 43093 "name": "Test TestWebdavOwncloud: test_check_access RemoteLocal", 43094 "type": "go", 43095 "request": "launch", 43096 "mode": "test", 43097 "program": "./cmd/bisync", 43098 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 43099 }, 43100 { 43101 "name": "Test TestWebdavOwncloud: test_check_access RemoteRemote", 43102 "type": "go", 43103 "request": "launch", 43104 "mode": "test", 43105 "program": "./cmd/bisync", 43106 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_check_access", "-no-cleanup"] 43107 }, 43108 { 43109 "name": "Test TestWebdavOwncloud: test_check_access_filters LocalRemote", 43110 "type": "go", 43111 "request": "launch", 43112 "mode": "test", 43113 "program": "./cmd/bisync", 43114 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_check_access_filters", "-no-cleanup"] 43115 }, 43116 { 43117 "name": "Test TestWebdavOwncloud: test_check_access_filters RemoteLocal", 43118 "type": "go", 43119 "request": "launch", 43120 "mode": "test", 43121 "program": "./cmd/bisync", 43122 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 43123 }, 43124 { 43125 "name": "Test TestWebdavOwncloud: test_check_access_filters RemoteRemote", 43126 "type": "go", 43127 "request": "launch", 43128 "mode": "test", 43129 "program": "./cmd/bisync", 43130 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_check_access_filters", "-no-cleanup"] 43131 }, 43132 { 43133 "name": "Test TestWebdavOwncloud: test_check_filename LocalRemote", 43134 "type": "go", 43135 "request": "launch", 43136 "mode": "test", 43137 "program": "./cmd/bisync", 43138 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_check_filename", "-no-cleanup"] 43139 }, 43140 { 43141 "name": "Test TestWebdavOwncloud: test_check_filename RemoteLocal", 43142 "type": "go", 43143 "request": "launch", 43144 "mode": "test", 43145 "program": "./cmd/bisync", 43146 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 43147 }, 43148 { 43149 "name": "Test TestWebdavOwncloud: test_check_filename RemoteRemote", 43150 "type": "go", 43151 "request": "launch", 43152 "mode": "test", 43153 "program": "./cmd/bisync", 43154 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_check_filename", "-no-cleanup"] 43155 }, 43156 { 43157 "name": "Test TestWebdavOwncloud: test_check_sync LocalRemote", 43158 "type": "go", 43159 "request": "launch", 43160 "mode": "test", 43161 "program": "./cmd/bisync", 43162 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_check_sync", "-no-cleanup"] 43163 }, 43164 { 43165 "name": "Test TestWebdavOwncloud: test_check_sync RemoteLocal", 43166 "type": "go", 43167 "request": "launch", 43168 "mode": "test", 43169 "program": "./cmd/bisync", 43170 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 43171 }, 43172 { 43173 "name": "Test TestWebdavOwncloud: test_check_sync RemoteRemote", 43174 "type": "go", 43175 "request": "launch", 43176 "mode": "test", 43177 "program": "./cmd/bisync", 43178 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_check_sync", "-no-cleanup"] 43179 }, 43180 { 43181 "name": "Test TestWebdavOwncloud: test_compare_all LocalRemote", 43182 "type": "go", 43183 "request": "launch", 43184 "mode": "test", 43185 "program": "./cmd/bisync", 43186 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_compare_all", "-no-cleanup"] 43187 }, 43188 { 43189 "name": "Test TestWebdavOwncloud: test_compare_all RemoteLocal", 43190 "type": "go", 43191 "request": "launch", 43192 "mode": "test", 43193 "program": "./cmd/bisync", 43194 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 43195 }, 43196 { 43197 "name": "Test TestWebdavOwncloud: test_compare_all RemoteRemote", 43198 "type": "go", 43199 "request": "launch", 43200 "mode": "test", 43201 "program": "./cmd/bisync", 43202 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_compare_all", "-no-cleanup"] 43203 }, 43204 { 43205 "name": "Test TestWebdavOwncloud: test_createemptysrcdirs LocalRemote", 43206 "type": "go", 43207 "request": "launch", 43208 "mode": "test", 43209 "program": "./cmd/bisync", 43210 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 43211 }, 43212 { 43213 "name": "Test TestWebdavOwncloud: test_createemptysrcdirs RemoteLocal", 43214 "type": "go", 43215 "request": "launch", 43216 "mode": "test", 43217 "program": "./cmd/bisync", 43218 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 43219 }, 43220 { 43221 "name": "Test TestWebdavOwncloud: test_createemptysrcdirs RemoteRemote", 43222 "type": "go", 43223 "request": "launch", 43224 "mode": "test", 43225 "program": "./cmd/bisync", 43226 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 43227 }, 43228 { 43229 "name": "Test TestWebdavOwncloud: test_dry_run LocalRemote", 43230 "type": "go", 43231 "request": "launch", 43232 "mode": "test", 43233 "program": "./cmd/bisync", 43234 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_dry_run", "-no-cleanup"] 43235 }, 43236 { 43237 "name": "Test TestWebdavOwncloud: test_dry_run RemoteLocal", 43238 "type": "go", 43239 "request": "launch", 43240 "mode": "test", 43241 "program": "./cmd/bisync", 43242 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 43243 }, 43244 { 43245 "name": "Test TestWebdavOwncloud: test_dry_run RemoteRemote", 43246 "type": "go", 43247 "request": "launch", 43248 "mode": "test", 43249 "program": "./cmd/bisync", 43250 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_dry_run", "-no-cleanup"] 43251 }, 43252 { 43253 "name": "Test TestWebdavOwncloud: test_equal LocalRemote", 43254 "type": "go", 43255 "request": "launch", 43256 "mode": "test", 43257 "program": "./cmd/bisync", 43258 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_equal", "-no-cleanup"] 43259 }, 43260 { 43261 "name": "Test TestWebdavOwncloud: test_equal RemoteLocal", 43262 "type": "go", 43263 "request": "launch", 43264 "mode": "test", 43265 "program": "./cmd/bisync", 43266 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 43267 }, 43268 { 43269 "name": "Test TestWebdavOwncloud: test_equal RemoteRemote", 43270 "type": "go", 43271 "request": "launch", 43272 "mode": "test", 43273 "program": "./cmd/bisync", 43274 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_equal", "-no-cleanup"] 43275 }, 43276 { 43277 "name": "Test TestWebdavOwncloud: test_ext_paths LocalRemote", 43278 "type": "go", 43279 "request": "launch", 43280 "mode": "test", 43281 "program": "./cmd/bisync", 43282 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_ext_paths", "-no-cleanup"] 43283 }, 43284 { 43285 "name": "Test TestWebdavOwncloud: test_ext_paths RemoteLocal", 43286 "type": "go", 43287 "request": "launch", 43288 "mode": "test", 43289 "program": "./cmd/bisync", 43290 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 43291 }, 43292 { 43293 "name": "Test TestWebdavOwncloud: test_ext_paths RemoteRemote", 43294 "type": "go", 43295 "request": "launch", 43296 "mode": "test", 43297 "program": "./cmd/bisync", 43298 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_ext_paths", "-no-cleanup"] 43299 }, 43300 { 43301 "name": "Test TestWebdavOwncloud: test_extended_filenames LocalRemote", 43302 "type": "go", 43303 "request": "launch", 43304 "mode": "test", 43305 "program": "./cmd/bisync", 43306 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_extended_filenames", "-no-cleanup"] 43307 }, 43308 { 43309 "name": "Test TestWebdavOwncloud: test_extended_filenames RemoteLocal", 43310 "type": "go", 43311 "request": "launch", 43312 "mode": "test", 43313 "program": "./cmd/bisync", 43314 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 43315 }, 43316 { 43317 "name": "Test TestWebdavOwncloud: test_extended_filenames RemoteRemote", 43318 "type": "go", 43319 "request": "launch", 43320 "mode": "test", 43321 "program": "./cmd/bisync", 43322 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_extended_filenames", "-no-cleanup"] 43323 }, 43324 { 43325 "name": "Test TestWebdavOwncloud: test_filters LocalRemote", 43326 "type": "go", 43327 "request": "launch", 43328 "mode": "test", 43329 "program": "./cmd/bisync", 43330 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_filters", "-no-cleanup"] 43331 }, 43332 { 43333 "name": "Test TestWebdavOwncloud: test_filters RemoteLocal", 43334 "type": "go", 43335 "request": "launch", 43336 "mode": "test", 43337 "program": "./cmd/bisync", 43338 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 43339 }, 43340 { 43341 "name": "Test TestWebdavOwncloud: test_filters RemoteRemote", 43342 "type": "go", 43343 "request": "launch", 43344 "mode": "test", 43345 "program": "./cmd/bisync", 43346 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_filters", "-no-cleanup"] 43347 }, 43348 { 43349 "name": "Test TestWebdavOwncloud: test_filtersfile_checks LocalRemote", 43350 "type": "go", 43351 "request": "launch", 43352 "mode": "test", 43353 "program": "./cmd/bisync", 43354 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_filtersfile_checks", "-no-cleanup"] 43355 }, 43356 { 43357 "name": "Test TestWebdavOwncloud: test_filtersfile_checks RemoteLocal", 43358 "type": "go", 43359 "request": "launch", 43360 "mode": "test", 43361 "program": "./cmd/bisync", 43362 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 43363 }, 43364 { 43365 "name": "Test TestWebdavOwncloud: test_filtersfile_checks RemoteRemote", 43366 "type": "go", 43367 "request": "launch", 43368 "mode": "test", 43369 "program": "./cmd/bisync", 43370 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_filtersfile_checks", "-no-cleanup"] 43371 }, 43372 { 43373 "name": "Test TestWebdavOwncloud: test_ignorelistingchecksum LocalRemote", 43374 "type": "go", 43375 "request": "launch", 43376 "mode": "test", 43377 "program": "./cmd/bisync", 43378 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 43379 }, 43380 { 43381 "name": "Test TestWebdavOwncloud: test_ignorelistingchecksum RemoteLocal", 43382 "type": "go", 43383 "request": "launch", 43384 "mode": "test", 43385 "program": "./cmd/bisync", 43386 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 43387 }, 43388 { 43389 "name": "Test TestWebdavOwncloud: test_ignorelistingchecksum RemoteRemote", 43390 "type": "go", 43391 "request": "launch", 43392 "mode": "test", 43393 "program": "./cmd/bisync", 43394 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 43395 }, 43396 { 43397 "name": "Test TestWebdavOwncloud: test_max_delete_path1 LocalRemote", 43398 "type": "go", 43399 "request": "launch", 43400 "mode": "test", 43401 "program": "./cmd/bisync", 43402 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_max_delete_path1", "-no-cleanup"] 43403 }, 43404 { 43405 "name": "Test TestWebdavOwncloud: test_max_delete_path1 RemoteLocal", 43406 "type": "go", 43407 "request": "launch", 43408 "mode": "test", 43409 "program": "./cmd/bisync", 43410 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 43411 }, 43412 { 43413 "name": "Test TestWebdavOwncloud: test_max_delete_path1 RemoteRemote", 43414 "type": "go", 43415 "request": "launch", 43416 "mode": "test", 43417 "program": "./cmd/bisync", 43418 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_max_delete_path1", "-no-cleanup"] 43419 }, 43420 { 43421 "name": "Test TestWebdavOwncloud: test_max_delete_path2_force LocalRemote", 43422 "type": "go", 43423 "request": "launch", 43424 "mode": "test", 43425 "program": "./cmd/bisync", 43426 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 43427 }, 43428 { 43429 "name": "Test TestWebdavOwncloud: test_max_delete_path2_force RemoteLocal", 43430 "type": "go", 43431 "request": "launch", 43432 "mode": "test", 43433 "program": "./cmd/bisync", 43434 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 43435 }, 43436 { 43437 "name": "Test TestWebdavOwncloud: test_max_delete_path2_force RemoteRemote", 43438 "type": "go", 43439 "request": "launch", 43440 "mode": "test", 43441 "program": "./cmd/bisync", 43442 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 43443 }, 43444 { 43445 "name": "Test TestWebdavOwncloud: test_nomodtime LocalRemote", 43446 "type": "go", 43447 "request": "launch", 43448 "mode": "test", 43449 "program": "./cmd/bisync", 43450 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_nomodtime", "-no-cleanup"] 43451 }, 43452 { 43453 "name": "Test TestWebdavOwncloud: test_nomodtime RemoteLocal", 43454 "type": "go", 43455 "request": "launch", 43456 "mode": "test", 43457 "program": "./cmd/bisync", 43458 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 43459 }, 43460 { 43461 "name": "Test TestWebdavOwncloud: test_nomodtime RemoteRemote", 43462 "type": "go", 43463 "request": "launch", 43464 "mode": "test", 43465 "program": "./cmd/bisync", 43466 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_nomodtime", "-no-cleanup"] 43467 }, 43468 { 43469 "name": "Test TestWebdavOwncloud: test_normalization LocalRemote", 43470 "type": "go", 43471 "request": "launch", 43472 "mode": "test", 43473 "program": "./cmd/bisync", 43474 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_normalization", "-no-cleanup"] 43475 }, 43476 { 43477 "name": "Test TestWebdavOwncloud: test_normalization RemoteLocal", 43478 "type": "go", 43479 "request": "launch", 43480 "mode": "test", 43481 "program": "./cmd/bisync", 43482 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 43483 }, 43484 { 43485 "name": "Test TestWebdavOwncloud: test_normalization RemoteRemote", 43486 "type": "go", 43487 "request": "launch", 43488 "mode": "test", 43489 "program": "./cmd/bisync", 43490 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_normalization", "-no-cleanup"] 43491 }, 43492 { 43493 "name": "Test TestWebdavOwncloud: test_rclone_args LocalRemote", 43494 "type": "go", 43495 "request": "launch", 43496 "mode": "test", 43497 "program": "./cmd/bisync", 43498 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_rclone_args", "-no-cleanup"] 43499 }, 43500 { 43501 "name": "Test TestWebdavOwncloud: test_rclone_args RemoteLocal", 43502 "type": "go", 43503 "request": "launch", 43504 "mode": "test", 43505 "program": "./cmd/bisync", 43506 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 43507 }, 43508 { 43509 "name": "Test TestWebdavOwncloud: test_rclone_args RemoteRemote", 43510 "type": "go", 43511 "request": "launch", 43512 "mode": "test", 43513 "program": "./cmd/bisync", 43514 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_rclone_args", "-no-cleanup"] 43515 }, 43516 { 43517 "name": "Test TestWebdavOwncloud: test_resolve LocalRemote", 43518 "type": "go", 43519 "request": "launch", 43520 "mode": "test", 43521 "program": "./cmd/bisync", 43522 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_resolve", "-no-cleanup"] 43523 }, 43524 { 43525 "name": "Test TestWebdavOwncloud: test_resolve RemoteLocal", 43526 "type": "go", 43527 "request": "launch", 43528 "mode": "test", 43529 "program": "./cmd/bisync", 43530 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 43531 }, 43532 { 43533 "name": "Test TestWebdavOwncloud: test_resolve RemoteRemote", 43534 "type": "go", 43535 "request": "launch", 43536 "mode": "test", 43537 "program": "./cmd/bisync", 43538 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_resolve", "-no-cleanup"] 43539 }, 43540 { 43541 "name": "Test TestWebdavOwncloud: test_resync LocalRemote", 43542 "type": "go", 43543 "request": "launch", 43544 "mode": "test", 43545 "program": "./cmd/bisync", 43546 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_resync", "-no-cleanup"] 43547 }, 43548 { 43549 "name": "Test TestWebdavOwncloud: test_resync RemoteLocal", 43550 "type": "go", 43551 "request": "launch", 43552 "mode": "test", 43553 "program": "./cmd/bisync", 43554 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 43555 }, 43556 { 43557 "name": "Test TestWebdavOwncloud: test_resync RemoteRemote", 43558 "type": "go", 43559 "request": "launch", 43560 "mode": "test", 43561 "program": "./cmd/bisync", 43562 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_resync", "-no-cleanup"] 43563 }, 43564 { 43565 "name": "Test TestWebdavOwncloud: test_resync_modes LocalRemote", 43566 "type": "go", 43567 "request": "launch", 43568 "mode": "test", 43569 "program": "./cmd/bisync", 43570 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_resync_modes", "-no-cleanup"] 43571 }, 43572 { 43573 "name": "Test TestWebdavOwncloud: test_resync_modes RemoteLocal", 43574 "type": "go", 43575 "request": "launch", 43576 "mode": "test", 43577 "program": "./cmd/bisync", 43578 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 43579 }, 43580 { 43581 "name": "Test TestWebdavOwncloud: test_resync_modes RemoteRemote", 43582 "type": "go", 43583 "request": "launch", 43584 "mode": "test", 43585 "program": "./cmd/bisync", 43586 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_resync_modes", "-no-cleanup"] 43587 }, 43588 { 43589 "name": "Test TestWebdavOwncloud: test_rmdirs LocalRemote", 43590 "type": "go", 43591 "request": "launch", 43592 "mode": "test", 43593 "program": "./cmd/bisync", 43594 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_rmdirs", "-no-cleanup"] 43595 }, 43596 { 43597 "name": "Test TestWebdavOwncloud: test_rmdirs RemoteLocal", 43598 "type": "go", 43599 "request": "launch", 43600 "mode": "test", 43601 "program": "./cmd/bisync", 43602 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 43603 }, 43604 { 43605 "name": "Test TestWebdavOwncloud: test_rmdirs RemoteRemote", 43606 "type": "go", 43607 "request": "launch", 43608 "mode": "test", 43609 "program": "./cmd/bisync", 43610 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_rmdirs", "-no-cleanup"] 43611 }, 43612 { 43613 "name": "Test TestWebdavOwncloud: test_volatile LocalRemote", 43614 "type": "go", 43615 "request": "launch", 43616 "mode": "test", 43617 "program": "./cmd/bisync", 43618 "args": ["-remote", "local", "-remote2", "TestWebdavOwncloud:", "-case", "test_volatile", "-no-cleanup"] 43619 }, 43620 { 43621 "name": "Test TestWebdavOwncloud: test_volatile RemoteLocal", 43622 "type": "go", 43623 "request": "launch", 43624 "mode": "test", 43625 "program": "./cmd/bisync", 43626 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 43627 }, 43628 { 43629 "name": "Test TestWebdavOwncloud: test_volatile RemoteRemote", 43630 "type": "go", 43631 "request": "launch", 43632 "mode": "test", 43633 "program": "./cmd/bisync", 43634 "args": ["-remote", "TestWebdavOwncloud:", "-remote2", "TestWebdavOwncloud:", "-case", "test_volatile", "-no-cleanup"] 43635 }, 43636 { 43637 "name": "Test TestWebdavRclone: test_all_changed LocalRemote", 43638 "type": "go", 43639 "request": "launch", 43640 "mode": "test", 43641 "program": "./cmd/bisync", 43642 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_all_changed", "-no-cleanup"] 43643 }, 43644 { 43645 "name": "Test TestWebdavRclone: test_all_changed RemoteLocal", 43646 "type": "go", 43647 "request": "launch", 43648 "mode": "test", 43649 "program": "./cmd/bisync", 43650 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 43651 }, 43652 { 43653 "name": "Test TestWebdavRclone: test_all_changed RemoteRemote", 43654 "type": "go", 43655 "request": "launch", 43656 "mode": "test", 43657 "program": "./cmd/bisync", 43658 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_all_changed", "-no-cleanup"] 43659 }, 43660 { 43661 "name": "Test TestWebdavRclone: test_backupdir LocalRemote", 43662 "type": "go", 43663 "request": "launch", 43664 "mode": "test", 43665 "program": "./cmd/bisync", 43666 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_backupdir", "-no-cleanup"] 43667 }, 43668 { 43669 "name": "Test TestWebdavRclone: test_backupdir RemoteLocal", 43670 "type": "go", 43671 "request": "launch", 43672 "mode": "test", 43673 "program": "./cmd/bisync", 43674 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 43675 }, 43676 { 43677 "name": "Test TestWebdavRclone: test_backupdir RemoteRemote", 43678 "type": "go", 43679 "request": "launch", 43680 "mode": "test", 43681 "program": "./cmd/bisync", 43682 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_backupdir", "-no-cleanup"] 43683 }, 43684 { 43685 "name": "Test TestWebdavRclone: test_basic LocalRemote", 43686 "type": "go", 43687 "request": "launch", 43688 "mode": "test", 43689 "program": "./cmd/bisync", 43690 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_basic", "-no-cleanup"] 43691 }, 43692 { 43693 "name": "Test TestWebdavRclone: test_basic RemoteLocal", 43694 "type": "go", 43695 "request": "launch", 43696 "mode": "test", 43697 "program": "./cmd/bisync", 43698 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 43699 }, 43700 { 43701 "name": "Test TestWebdavRclone: test_basic RemoteRemote", 43702 "type": "go", 43703 "request": "launch", 43704 "mode": "test", 43705 "program": "./cmd/bisync", 43706 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_basic", "-no-cleanup"] 43707 }, 43708 { 43709 "name": "Test TestWebdavRclone: test_changes LocalRemote", 43710 "type": "go", 43711 "request": "launch", 43712 "mode": "test", 43713 "program": "./cmd/bisync", 43714 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_changes", "-no-cleanup"] 43715 }, 43716 { 43717 "name": "Test TestWebdavRclone: test_changes RemoteLocal", 43718 "type": "go", 43719 "request": "launch", 43720 "mode": "test", 43721 "program": "./cmd/bisync", 43722 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 43723 }, 43724 { 43725 "name": "Test TestWebdavRclone: test_changes RemoteRemote", 43726 "type": "go", 43727 "request": "launch", 43728 "mode": "test", 43729 "program": "./cmd/bisync", 43730 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_changes", "-no-cleanup"] 43731 }, 43732 { 43733 "name": "Test TestWebdavRclone: test_check_access LocalRemote", 43734 "type": "go", 43735 "request": "launch", 43736 "mode": "test", 43737 "program": "./cmd/bisync", 43738 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_check_access", "-no-cleanup"] 43739 }, 43740 { 43741 "name": "Test TestWebdavRclone: test_check_access RemoteLocal", 43742 "type": "go", 43743 "request": "launch", 43744 "mode": "test", 43745 "program": "./cmd/bisync", 43746 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 43747 }, 43748 { 43749 "name": "Test TestWebdavRclone: test_check_access RemoteRemote", 43750 "type": "go", 43751 "request": "launch", 43752 "mode": "test", 43753 "program": "./cmd/bisync", 43754 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_check_access", "-no-cleanup"] 43755 }, 43756 { 43757 "name": "Test TestWebdavRclone: test_check_access_filters LocalRemote", 43758 "type": "go", 43759 "request": "launch", 43760 "mode": "test", 43761 "program": "./cmd/bisync", 43762 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_check_access_filters", "-no-cleanup"] 43763 }, 43764 { 43765 "name": "Test TestWebdavRclone: test_check_access_filters RemoteLocal", 43766 "type": "go", 43767 "request": "launch", 43768 "mode": "test", 43769 "program": "./cmd/bisync", 43770 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 43771 }, 43772 { 43773 "name": "Test TestWebdavRclone: test_check_access_filters RemoteRemote", 43774 "type": "go", 43775 "request": "launch", 43776 "mode": "test", 43777 "program": "./cmd/bisync", 43778 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_check_access_filters", "-no-cleanup"] 43779 }, 43780 { 43781 "name": "Test TestWebdavRclone: test_check_filename LocalRemote", 43782 "type": "go", 43783 "request": "launch", 43784 "mode": "test", 43785 "program": "./cmd/bisync", 43786 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_check_filename", "-no-cleanup"] 43787 }, 43788 { 43789 "name": "Test TestWebdavRclone: test_check_filename RemoteLocal", 43790 "type": "go", 43791 "request": "launch", 43792 "mode": "test", 43793 "program": "./cmd/bisync", 43794 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 43795 }, 43796 { 43797 "name": "Test TestWebdavRclone: test_check_filename RemoteRemote", 43798 "type": "go", 43799 "request": "launch", 43800 "mode": "test", 43801 "program": "./cmd/bisync", 43802 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_check_filename", "-no-cleanup"] 43803 }, 43804 { 43805 "name": "Test TestWebdavRclone: test_check_sync LocalRemote", 43806 "type": "go", 43807 "request": "launch", 43808 "mode": "test", 43809 "program": "./cmd/bisync", 43810 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_check_sync", "-no-cleanup"] 43811 }, 43812 { 43813 "name": "Test TestWebdavRclone: test_check_sync RemoteLocal", 43814 "type": "go", 43815 "request": "launch", 43816 "mode": "test", 43817 "program": "./cmd/bisync", 43818 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 43819 }, 43820 { 43821 "name": "Test TestWebdavRclone: test_check_sync RemoteRemote", 43822 "type": "go", 43823 "request": "launch", 43824 "mode": "test", 43825 "program": "./cmd/bisync", 43826 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_check_sync", "-no-cleanup"] 43827 }, 43828 { 43829 "name": "Test TestWebdavRclone: test_compare_all LocalRemote", 43830 "type": "go", 43831 "request": "launch", 43832 "mode": "test", 43833 "program": "./cmd/bisync", 43834 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_compare_all", "-no-cleanup"] 43835 }, 43836 { 43837 "name": "Test TestWebdavRclone: test_compare_all RemoteLocal", 43838 "type": "go", 43839 "request": "launch", 43840 "mode": "test", 43841 "program": "./cmd/bisync", 43842 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 43843 }, 43844 { 43845 "name": "Test TestWebdavRclone: test_compare_all RemoteRemote", 43846 "type": "go", 43847 "request": "launch", 43848 "mode": "test", 43849 "program": "./cmd/bisync", 43850 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_compare_all", "-no-cleanup"] 43851 }, 43852 { 43853 "name": "Test TestWebdavRclone: test_createemptysrcdirs LocalRemote", 43854 "type": "go", 43855 "request": "launch", 43856 "mode": "test", 43857 "program": "./cmd/bisync", 43858 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 43859 }, 43860 { 43861 "name": "Test TestWebdavRclone: test_createemptysrcdirs RemoteLocal", 43862 "type": "go", 43863 "request": "launch", 43864 "mode": "test", 43865 "program": "./cmd/bisync", 43866 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 43867 }, 43868 { 43869 "name": "Test TestWebdavRclone: test_createemptysrcdirs RemoteRemote", 43870 "type": "go", 43871 "request": "launch", 43872 "mode": "test", 43873 "program": "./cmd/bisync", 43874 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 43875 }, 43876 { 43877 "name": "Test TestWebdavRclone: test_dry_run LocalRemote", 43878 "type": "go", 43879 "request": "launch", 43880 "mode": "test", 43881 "program": "./cmd/bisync", 43882 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_dry_run", "-no-cleanup"] 43883 }, 43884 { 43885 "name": "Test TestWebdavRclone: test_dry_run RemoteLocal", 43886 "type": "go", 43887 "request": "launch", 43888 "mode": "test", 43889 "program": "./cmd/bisync", 43890 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 43891 }, 43892 { 43893 "name": "Test TestWebdavRclone: test_dry_run RemoteRemote", 43894 "type": "go", 43895 "request": "launch", 43896 "mode": "test", 43897 "program": "./cmd/bisync", 43898 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_dry_run", "-no-cleanup"] 43899 }, 43900 { 43901 "name": "Test TestWebdavRclone: test_equal LocalRemote", 43902 "type": "go", 43903 "request": "launch", 43904 "mode": "test", 43905 "program": "./cmd/bisync", 43906 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_equal", "-no-cleanup"] 43907 }, 43908 { 43909 "name": "Test TestWebdavRclone: test_equal RemoteLocal", 43910 "type": "go", 43911 "request": "launch", 43912 "mode": "test", 43913 "program": "./cmd/bisync", 43914 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 43915 }, 43916 { 43917 "name": "Test TestWebdavRclone: test_equal RemoteRemote", 43918 "type": "go", 43919 "request": "launch", 43920 "mode": "test", 43921 "program": "./cmd/bisync", 43922 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_equal", "-no-cleanup"] 43923 }, 43924 { 43925 "name": "Test TestWebdavRclone: test_ext_paths LocalRemote", 43926 "type": "go", 43927 "request": "launch", 43928 "mode": "test", 43929 "program": "./cmd/bisync", 43930 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_ext_paths", "-no-cleanup"] 43931 }, 43932 { 43933 "name": "Test TestWebdavRclone: test_ext_paths RemoteLocal", 43934 "type": "go", 43935 "request": "launch", 43936 "mode": "test", 43937 "program": "./cmd/bisync", 43938 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 43939 }, 43940 { 43941 "name": "Test TestWebdavRclone: test_ext_paths RemoteRemote", 43942 "type": "go", 43943 "request": "launch", 43944 "mode": "test", 43945 "program": "./cmd/bisync", 43946 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_ext_paths", "-no-cleanup"] 43947 }, 43948 { 43949 "name": "Test TestWebdavRclone: test_extended_filenames LocalRemote", 43950 "type": "go", 43951 "request": "launch", 43952 "mode": "test", 43953 "program": "./cmd/bisync", 43954 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_extended_filenames", "-no-cleanup"] 43955 }, 43956 { 43957 "name": "Test TestWebdavRclone: test_extended_filenames RemoteLocal", 43958 "type": "go", 43959 "request": "launch", 43960 "mode": "test", 43961 "program": "./cmd/bisync", 43962 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 43963 }, 43964 { 43965 "name": "Test TestWebdavRclone: test_extended_filenames RemoteRemote", 43966 "type": "go", 43967 "request": "launch", 43968 "mode": "test", 43969 "program": "./cmd/bisync", 43970 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_extended_filenames", "-no-cleanup"] 43971 }, 43972 { 43973 "name": "Test TestWebdavRclone: test_filters LocalRemote", 43974 "type": "go", 43975 "request": "launch", 43976 "mode": "test", 43977 "program": "./cmd/bisync", 43978 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_filters", "-no-cleanup"] 43979 }, 43980 { 43981 "name": "Test TestWebdavRclone: test_filters RemoteLocal", 43982 "type": "go", 43983 "request": "launch", 43984 "mode": "test", 43985 "program": "./cmd/bisync", 43986 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 43987 }, 43988 { 43989 "name": "Test TestWebdavRclone: test_filters RemoteRemote", 43990 "type": "go", 43991 "request": "launch", 43992 "mode": "test", 43993 "program": "./cmd/bisync", 43994 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_filters", "-no-cleanup"] 43995 }, 43996 { 43997 "name": "Test TestWebdavRclone: test_filtersfile_checks LocalRemote", 43998 "type": "go", 43999 "request": "launch", 44000 "mode": "test", 44001 "program": "./cmd/bisync", 44002 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_filtersfile_checks", "-no-cleanup"] 44003 }, 44004 { 44005 "name": "Test TestWebdavRclone: test_filtersfile_checks RemoteLocal", 44006 "type": "go", 44007 "request": "launch", 44008 "mode": "test", 44009 "program": "./cmd/bisync", 44010 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 44011 }, 44012 { 44013 "name": "Test TestWebdavRclone: test_filtersfile_checks RemoteRemote", 44014 "type": "go", 44015 "request": "launch", 44016 "mode": "test", 44017 "program": "./cmd/bisync", 44018 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_filtersfile_checks", "-no-cleanup"] 44019 }, 44020 { 44021 "name": "Test TestWebdavRclone: test_ignorelistingchecksum LocalRemote", 44022 "type": "go", 44023 "request": "launch", 44024 "mode": "test", 44025 "program": "./cmd/bisync", 44026 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 44027 }, 44028 { 44029 "name": "Test TestWebdavRclone: test_ignorelistingchecksum RemoteLocal", 44030 "type": "go", 44031 "request": "launch", 44032 "mode": "test", 44033 "program": "./cmd/bisync", 44034 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 44035 }, 44036 { 44037 "name": "Test TestWebdavRclone: test_ignorelistingchecksum RemoteRemote", 44038 "type": "go", 44039 "request": "launch", 44040 "mode": "test", 44041 "program": "./cmd/bisync", 44042 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 44043 }, 44044 { 44045 "name": "Test TestWebdavRclone: test_max_delete_path1 LocalRemote", 44046 "type": "go", 44047 "request": "launch", 44048 "mode": "test", 44049 "program": "./cmd/bisync", 44050 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_max_delete_path1", "-no-cleanup"] 44051 }, 44052 { 44053 "name": "Test TestWebdavRclone: test_max_delete_path1 RemoteLocal", 44054 "type": "go", 44055 "request": "launch", 44056 "mode": "test", 44057 "program": "./cmd/bisync", 44058 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 44059 }, 44060 { 44061 "name": "Test TestWebdavRclone: test_max_delete_path1 RemoteRemote", 44062 "type": "go", 44063 "request": "launch", 44064 "mode": "test", 44065 "program": "./cmd/bisync", 44066 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_max_delete_path1", "-no-cleanup"] 44067 }, 44068 { 44069 "name": "Test TestWebdavRclone: test_max_delete_path2_force LocalRemote", 44070 "type": "go", 44071 "request": "launch", 44072 "mode": "test", 44073 "program": "./cmd/bisync", 44074 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 44075 }, 44076 { 44077 "name": "Test TestWebdavRclone: test_max_delete_path2_force RemoteLocal", 44078 "type": "go", 44079 "request": "launch", 44080 "mode": "test", 44081 "program": "./cmd/bisync", 44082 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 44083 }, 44084 { 44085 "name": "Test TestWebdavRclone: test_max_delete_path2_force RemoteRemote", 44086 "type": "go", 44087 "request": "launch", 44088 "mode": "test", 44089 "program": "./cmd/bisync", 44090 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 44091 }, 44092 { 44093 "name": "Test TestWebdavRclone: test_nomodtime LocalRemote", 44094 "type": "go", 44095 "request": "launch", 44096 "mode": "test", 44097 "program": "./cmd/bisync", 44098 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_nomodtime", "-no-cleanup"] 44099 }, 44100 { 44101 "name": "Test TestWebdavRclone: test_nomodtime RemoteLocal", 44102 "type": "go", 44103 "request": "launch", 44104 "mode": "test", 44105 "program": "./cmd/bisync", 44106 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 44107 }, 44108 { 44109 "name": "Test TestWebdavRclone: test_nomodtime RemoteRemote", 44110 "type": "go", 44111 "request": "launch", 44112 "mode": "test", 44113 "program": "./cmd/bisync", 44114 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_nomodtime", "-no-cleanup"] 44115 }, 44116 { 44117 "name": "Test TestWebdavRclone: test_normalization LocalRemote", 44118 "type": "go", 44119 "request": "launch", 44120 "mode": "test", 44121 "program": "./cmd/bisync", 44122 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_normalization", "-no-cleanup"] 44123 }, 44124 { 44125 "name": "Test TestWebdavRclone: test_normalization RemoteLocal", 44126 "type": "go", 44127 "request": "launch", 44128 "mode": "test", 44129 "program": "./cmd/bisync", 44130 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 44131 }, 44132 { 44133 "name": "Test TestWebdavRclone: test_normalization RemoteRemote", 44134 "type": "go", 44135 "request": "launch", 44136 "mode": "test", 44137 "program": "./cmd/bisync", 44138 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_normalization", "-no-cleanup"] 44139 }, 44140 { 44141 "name": "Test TestWebdavRclone: test_rclone_args LocalRemote", 44142 "type": "go", 44143 "request": "launch", 44144 "mode": "test", 44145 "program": "./cmd/bisync", 44146 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_rclone_args", "-no-cleanup"] 44147 }, 44148 { 44149 "name": "Test TestWebdavRclone: test_rclone_args RemoteLocal", 44150 "type": "go", 44151 "request": "launch", 44152 "mode": "test", 44153 "program": "./cmd/bisync", 44154 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 44155 }, 44156 { 44157 "name": "Test TestWebdavRclone: test_rclone_args RemoteRemote", 44158 "type": "go", 44159 "request": "launch", 44160 "mode": "test", 44161 "program": "./cmd/bisync", 44162 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_rclone_args", "-no-cleanup"] 44163 }, 44164 { 44165 "name": "Test TestWebdavRclone: test_resolve LocalRemote", 44166 "type": "go", 44167 "request": "launch", 44168 "mode": "test", 44169 "program": "./cmd/bisync", 44170 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_resolve", "-no-cleanup"] 44171 }, 44172 { 44173 "name": "Test TestWebdavRclone: test_resolve RemoteLocal", 44174 "type": "go", 44175 "request": "launch", 44176 "mode": "test", 44177 "program": "./cmd/bisync", 44178 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 44179 }, 44180 { 44181 "name": "Test TestWebdavRclone: test_resolve RemoteRemote", 44182 "type": "go", 44183 "request": "launch", 44184 "mode": "test", 44185 "program": "./cmd/bisync", 44186 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_resolve", "-no-cleanup"] 44187 }, 44188 { 44189 "name": "Test TestWebdavRclone: test_resync LocalRemote", 44190 "type": "go", 44191 "request": "launch", 44192 "mode": "test", 44193 "program": "./cmd/bisync", 44194 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_resync", "-no-cleanup"] 44195 }, 44196 { 44197 "name": "Test TestWebdavRclone: test_resync RemoteLocal", 44198 "type": "go", 44199 "request": "launch", 44200 "mode": "test", 44201 "program": "./cmd/bisync", 44202 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 44203 }, 44204 { 44205 "name": "Test TestWebdavRclone: test_resync RemoteRemote", 44206 "type": "go", 44207 "request": "launch", 44208 "mode": "test", 44209 "program": "./cmd/bisync", 44210 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_resync", "-no-cleanup"] 44211 }, 44212 { 44213 "name": "Test TestWebdavRclone: test_resync_modes LocalRemote", 44214 "type": "go", 44215 "request": "launch", 44216 "mode": "test", 44217 "program": "./cmd/bisync", 44218 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_resync_modes", "-no-cleanup"] 44219 }, 44220 { 44221 "name": "Test TestWebdavRclone: test_resync_modes RemoteLocal", 44222 "type": "go", 44223 "request": "launch", 44224 "mode": "test", 44225 "program": "./cmd/bisync", 44226 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 44227 }, 44228 { 44229 "name": "Test TestWebdavRclone: test_resync_modes RemoteRemote", 44230 "type": "go", 44231 "request": "launch", 44232 "mode": "test", 44233 "program": "./cmd/bisync", 44234 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_resync_modes", "-no-cleanup"] 44235 }, 44236 { 44237 "name": "Test TestWebdavRclone: test_rmdirs LocalRemote", 44238 "type": "go", 44239 "request": "launch", 44240 "mode": "test", 44241 "program": "./cmd/bisync", 44242 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_rmdirs", "-no-cleanup"] 44243 }, 44244 { 44245 "name": "Test TestWebdavRclone: test_rmdirs RemoteLocal", 44246 "type": "go", 44247 "request": "launch", 44248 "mode": "test", 44249 "program": "./cmd/bisync", 44250 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 44251 }, 44252 { 44253 "name": "Test TestWebdavRclone: test_rmdirs RemoteRemote", 44254 "type": "go", 44255 "request": "launch", 44256 "mode": "test", 44257 "program": "./cmd/bisync", 44258 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_rmdirs", "-no-cleanup"] 44259 }, 44260 { 44261 "name": "Test TestWebdavRclone: test_volatile LocalRemote", 44262 "type": "go", 44263 "request": "launch", 44264 "mode": "test", 44265 "program": "./cmd/bisync", 44266 "args": ["-remote", "local", "-remote2", "TestWebdavRclone:", "-case", "test_volatile", "-no-cleanup"] 44267 }, 44268 { 44269 "name": "Test TestWebdavRclone: test_volatile RemoteLocal", 44270 "type": "go", 44271 "request": "launch", 44272 "mode": "test", 44273 "program": "./cmd/bisync", 44274 "args": ["-remote", "TestWebdavRclone:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 44275 }, 44276 { 44277 "name": "Test TestWebdavRclone: test_volatile RemoteRemote", 44278 "type": "go", 44279 "request": "launch", 44280 "mode": "test", 44281 "program": "./cmd/bisync", 44282 "args": ["-remote", "TestWebdavRclone:", "-remote2", "TestWebdavRclone:", "-case", "test_volatile", "-no-cleanup"] 44283 }, 44284 { 44285 "name": "Test TestCache: test_all_changed LocalRemote", 44286 "type": "go", 44287 "request": "launch", 44288 "mode": "test", 44289 "program": "./cmd/bisync", 44290 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_all_changed", "-no-cleanup"] 44291 }, 44292 { 44293 "name": "Test TestCache: test_all_changed RemoteLocal", 44294 "type": "go", 44295 "request": "launch", 44296 "mode": "test", 44297 "program": "./cmd/bisync", 44298 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 44299 }, 44300 { 44301 "name": "Test TestCache: test_all_changed RemoteRemote", 44302 "type": "go", 44303 "request": "launch", 44304 "mode": "test", 44305 "program": "./cmd/bisync", 44306 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_all_changed", "-no-cleanup"] 44307 }, 44308 { 44309 "name": "Test TestCache: test_backupdir LocalRemote", 44310 "type": "go", 44311 "request": "launch", 44312 "mode": "test", 44313 "program": "./cmd/bisync", 44314 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_backupdir", "-no-cleanup"] 44315 }, 44316 { 44317 "name": "Test TestCache: test_backupdir RemoteLocal", 44318 "type": "go", 44319 "request": "launch", 44320 "mode": "test", 44321 "program": "./cmd/bisync", 44322 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 44323 }, 44324 { 44325 "name": "Test TestCache: test_backupdir RemoteRemote", 44326 "type": "go", 44327 "request": "launch", 44328 "mode": "test", 44329 "program": "./cmd/bisync", 44330 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_backupdir", "-no-cleanup"] 44331 }, 44332 { 44333 "name": "Test TestCache: test_basic LocalRemote", 44334 "type": "go", 44335 "request": "launch", 44336 "mode": "test", 44337 "program": "./cmd/bisync", 44338 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_basic", "-no-cleanup"] 44339 }, 44340 { 44341 "name": "Test TestCache: test_basic RemoteLocal", 44342 "type": "go", 44343 "request": "launch", 44344 "mode": "test", 44345 "program": "./cmd/bisync", 44346 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 44347 }, 44348 { 44349 "name": "Test TestCache: test_basic RemoteRemote", 44350 "type": "go", 44351 "request": "launch", 44352 "mode": "test", 44353 "program": "./cmd/bisync", 44354 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_basic", "-no-cleanup"] 44355 }, 44356 { 44357 "name": "Test TestCache: test_changes LocalRemote", 44358 "type": "go", 44359 "request": "launch", 44360 "mode": "test", 44361 "program": "./cmd/bisync", 44362 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_changes", "-no-cleanup"] 44363 }, 44364 { 44365 "name": "Test TestCache: test_changes RemoteLocal", 44366 "type": "go", 44367 "request": "launch", 44368 "mode": "test", 44369 "program": "./cmd/bisync", 44370 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 44371 }, 44372 { 44373 "name": "Test TestCache: test_changes RemoteRemote", 44374 "type": "go", 44375 "request": "launch", 44376 "mode": "test", 44377 "program": "./cmd/bisync", 44378 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_changes", "-no-cleanup"] 44379 }, 44380 { 44381 "name": "Test TestCache: test_check_access LocalRemote", 44382 "type": "go", 44383 "request": "launch", 44384 "mode": "test", 44385 "program": "./cmd/bisync", 44386 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_check_access", "-no-cleanup"] 44387 }, 44388 { 44389 "name": "Test TestCache: test_check_access RemoteLocal", 44390 "type": "go", 44391 "request": "launch", 44392 "mode": "test", 44393 "program": "./cmd/bisync", 44394 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 44395 }, 44396 { 44397 "name": "Test TestCache: test_check_access RemoteRemote", 44398 "type": "go", 44399 "request": "launch", 44400 "mode": "test", 44401 "program": "./cmd/bisync", 44402 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_check_access", "-no-cleanup"] 44403 }, 44404 { 44405 "name": "Test TestCache: test_check_access_filters LocalRemote", 44406 "type": "go", 44407 "request": "launch", 44408 "mode": "test", 44409 "program": "./cmd/bisync", 44410 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_check_access_filters", "-no-cleanup"] 44411 }, 44412 { 44413 "name": "Test TestCache: test_check_access_filters RemoteLocal", 44414 "type": "go", 44415 "request": "launch", 44416 "mode": "test", 44417 "program": "./cmd/bisync", 44418 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 44419 }, 44420 { 44421 "name": "Test TestCache: test_check_access_filters RemoteRemote", 44422 "type": "go", 44423 "request": "launch", 44424 "mode": "test", 44425 "program": "./cmd/bisync", 44426 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_check_access_filters", "-no-cleanup"] 44427 }, 44428 { 44429 "name": "Test TestCache: test_check_filename LocalRemote", 44430 "type": "go", 44431 "request": "launch", 44432 "mode": "test", 44433 "program": "./cmd/bisync", 44434 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_check_filename", "-no-cleanup"] 44435 }, 44436 { 44437 "name": "Test TestCache: test_check_filename RemoteLocal", 44438 "type": "go", 44439 "request": "launch", 44440 "mode": "test", 44441 "program": "./cmd/bisync", 44442 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 44443 }, 44444 { 44445 "name": "Test TestCache: test_check_filename RemoteRemote", 44446 "type": "go", 44447 "request": "launch", 44448 "mode": "test", 44449 "program": "./cmd/bisync", 44450 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_check_filename", "-no-cleanup"] 44451 }, 44452 { 44453 "name": "Test TestCache: test_check_sync LocalRemote", 44454 "type": "go", 44455 "request": "launch", 44456 "mode": "test", 44457 "program": "./cmd/bisync", 44458 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_check_sync", "-no-cleanup"] 44459 }, 44460 { 44461 "name": "Test TestCache: test_check_sync RemoteLocal", 44462 "type": "go", 44463 "request": "launch", 44464 "mode": "test", 44465 "program": "./cmd/bisync", 44466 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 44467 }, 44468 { 44469 "name": "Test TestCache: test_check_sync RemoteRemote", 44470 "type": "go", 44471 "request": "launch", 44472 "mode": "test", 44473 "program": "./cmd/bisync", 44474 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_check_sync", "-no-cleanup"] 44475 }, 44476 { 44477 "name": "Test TestCache: test_compare_all LocalRemote", 44478 "type": "go", 44479 "request": "launch", 44480 "mode": "test", 44481 "program": "./cmd/bisync", 44482 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_compare_all", "-no-cleanup"] 44483 }, 44484 { 44485 "name": "Test TestCache: test_compare_all RemoteLocal", 44486 "type": "go", 44487 "request": "launch", 44488 "mode": "test", 44489 "program": "./cmd/bisync", 44490 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 44491 }, 44492 { 44493 "name": "Test TestCache: test_compare_all RemoteRemote", 44494 "type": "go", 44495 "request": "launch", 44496 "mode": "test", 44497 "program": "./cmd/bisync", 44498 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_compare_all", "-no-cleanup"] 44499 }, 44500 { 44501 "name": "Test TestCache: test_createemptysrcdirs LocalRemote", 44502 "type": "go", 44503 "request": "launch", 44504 "mode": "test", 44505 "program": "./cmd/bisync", 44506 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 44507 }, 44508 { 44509 "name": "Test TestCache: test_createemptysrcdirs RemoteLocal", 44510 "type": "go", 44511 "request": "launch", 44512 "mode": "test", 44513 "program": "./cmd/bisync", 44514 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 44515 }, 44516 { 44517 "name": "Test TestCache: test_createemptysrcdirs RemoteRemote", 44518 "type": "go", 44519 "request": "launch", 44520 "mode": "test", 44521 "program": "./cmd/bisync", 44522 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 44523 }, 44524 { 44525 "name": "Test TestCache: test_dry_run LocalRemote", 44526 "type": "go", 44527 "request": "launch", 44528 "mode": "test", 44529 "program": "./cmd/bisync", 44530 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_dry_run", "-no-cleanup"] 44531 }, 44532 { 44533 "name": "Test TestCache: test_dry_run RemoteLocal", 44534 "type": "go", 44535 "request": "launch", 44536 "mode": "test", 44537 "program": "./cmd/bisync", 44538 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 44539 }, 44540 { 44541 "name": "Test TestCache: test_dry_run RemoteRemote", 44542 "type": "go", 44543 "request": "launch", 44544 "mode": "test", 44545 "program": "./cmd/bisync", 44546 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_dry_run", "-no-cleanup"] 44547 }, 44548 { 44549 "name": "Test TestCache: test_equal LocalRemote", 44550 "type": "go", 44551 "request": "launch", 44552 "mode": "test", 44553 "program": "./cmd/bisync", 44554 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_equal", "-no-cleanup"] 44555 }, 44556 { 44557 "name": "Test TestCache: test_equal RemoteLocal", 44558 "type": "go", 44559 "request": "launch", 44560 "mode": "test", 44561 "program": "./cmd/bisync", 44562 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 44563 }, 44564 { 44565 "name": "Test TestCache: test_equal RemoteRemote", 44566 "type": "go", 44567 "request": "launch", 44568 "mode": "test", 44569 "program": "./cmd/bisync", 44570 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_equal", "-no-cleanup"] 44571 }, 44572 { 44573 "name": "Test TestCache: test_ext_paths LocalRemote", 44574 "type": "go", 44575 "request": "launch", 44576 "mode": "test", 44577 "program": "./cmd/bisync", 44578 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_ext_paths", "-no-cleanup"] 44579 }, 44580 { 44581 "name": "Test TestCache: test_ext_paths RemoteLocal", 44582 "type": "go", 44583 "request": "launch", 44584 "mode": "test", 44585 "program": "./cmd/bisync", 44586 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 44587 }, 44588 { 44589 "name": "Test TestCache: test_ext_paths RemoteRemote", 44590 "type": "go", 44591 "request": "launch", 44592 "mode": "test", 44593 "program": "./cmd/bisync", 44594 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_ext_paths", "-no-cleanup"] 44595 }, 44596 { 44597 "name": "Test TestCache: test_extended_filenames LocalRemote", 44598 "type": "go", 44599 "request": "launch", 44600 "mode": "test", 44601 "program": "./cmd/bisync", 44602 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_extended_filenames", "-no-cleanup"] 44603 }, 44604 { 44605 "name": "Test TestCache: test_extended_filenames RemoteLocal", 44606 "type": "go", 44607 "request": "launch", 44608 "mode": "test", 44609 "program": "./cmd/bisync", 44610 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 44611 }, 44612 { 44613 "name": "Test TestCache: test_extended_filenames RemoteRemote", 44614 "type": "go", 44615 "request": "launch", 44616 "mode": "test", 44617 "program": "./cmd/bisync", 44618 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_extended_filenames", "-no-cleanup"] 44619 }, 44620 { 44621 "name": "Test TestCache: test_filters LocalRemote", 44622 "type": "go", 44623 "request": "launch", 44624 "mode": "test", 44625 "program": "./cmd/bisync", 44626 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_filters", "-no-cleanup"] 44627 }, 44628 { 44629 "name": "Test TestCache: test_filters RemoteLocal", 44630 "type": "go", 44631 "request": "launch", 44632 "mode": "test", 44633 "program": "./cmd/bisync", 44634 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 44635 }, 44636 { 44637 "name": "Test TestCache: test_filters RemoteRemote", 44638 "type": "go", 44639 "request": "launch", 44640 "mode": "test", 44641 "program": "./cmd/bisync", 44642 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_filters", "-no-cleanup"] 44643 }, 44644 { 44645 "name": "Test TestCache: test_filtersfile_checks LocalRemote", 44646 "type": "go", 44647 "request": "launch", 44648 "mode": "test", 44649 "program": "./cmd/bisync", 44650 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_filtersfile_checks", "-no-cleanup"] 44651 }, 44652 { 44653 "name": "Test TestCache: test_filtersfile_checks RemoteLocal", 44654 "type": "go", 44655 "request": "launch", 44656 "mode": "test", 44657 "program": "./cmd/bisync", 44658 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 44659 }, 44660 { 44661 "name": "Test TestCache: test_filtersfile_checks RemoteRemote", 44662 "type": "go", 44663 "request": "launch", 44664 "mode": "test", 44665 "program": "./cmd/bisync", 44666 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_filtersfile_checks", "-no-cleanup"] 44667 }, 44668 { 44669 "name": "Test TestCache: test_ignorelistingchecksum LocalRemote", 44670 "type": "go", 44671 "request": "launch", 44672 "mode": "test", 44673 "program": "./cmd/bisync", 44674 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 44675 }, 44676 { 44677 "name": "Test TestCache: test_ignorelistingchecksum RemoteLocal", 44678 "type": "go", 44679 "request": "launch", 44680 "mode": "test", 44681 "program": "./cmd/bisync", 44682 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 44683 }, 44684 { 44685 "name": "Test TestCache: test_ignorelistingchecksum RemoteRemote", 44686 "type": "go", 44687 "request": "launch", 44688 "mode": "test", 44689 "program": "./cmd/bisync", 44690 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 44691 }, 44692 { 44693 "name": "Test TestCache: test_max_delete_path1 LocalRemote", 44694 "type": "go", 44695 "request": "launch", 44696 "mode": "test", 44697 "program": "./cmd/bisync", 44698 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_max_delete_path1", "-no-cleanup"] 44699 }, 44700 { 44701 "name": "Test TestCache: test_max_delete_path1 RemoteLocal", 44702 "type": "go", 44703 "request": "launch", 44704 "mode": "test", 44705 "program": "./cmd/bisync", 44706 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 44707 }, 44708 { 44709 "name": "Test TestCache: test_max_delete_path1 RemoteRemote", 44710 "type": "go", 44711 "request": "launch", 44712 "mode": "test", 44713 "program": "./cmd/bisync", 44714 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_max_delete_path1", "-no-cleanup"] 44715 }, 44716 { 44717 "name": "Test TestCache: test_max_delete_path2_force LocalRemote", 44718 "type": "go", 44719 "request": "launch", 44720 "mode": "test", 44721 "program": "./cmd/bisync", 44722 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 44723 }, 44724 { 44725 "name": "Test TestCache: test_max_delete_path2_force RemoteLocal", 44726 "type": "go", 44727 "request": "launch", 44728 "mode": "test", 44729 "program": "./cmd/bisync", 44730 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 44731 }, 44732 { 44733 "name": "Test TestCache: test_max_delete_path2_force RemoteRemote", 44734 "type": "go", 44735 "request": "launch", 44736 "mode": "test", 44737 "program": "./cmd/bisync", 44738 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 44739 }, 44740 { 44741 "name": "Test TestCache: test_nomodtime LocalRemote", 44742 "type": "go", 44743 "request": "launch", 44744 "mode": "test", 44745 "program": "./cmd/bisync", 44746 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_nomodtime", "-no-cleanup"] 44747 }, 44748 { 44749 "name": "Test TestCache: test_nomodtime RemoteLocal", 44750 "type": "go", 44751 "request": "launch", 44752 "mode": "test", 44753 "program": "./cmd/bisync", 44754 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 44755 }, 44756 { 44757 "name": "Test TestCache: test_nomodtime RemoteRemote", 44758 "type": "go", 44759 "request": "launch", 44760 "mode": "test", 44761 "program": "./cmd/bisync", 44762 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_nomodtime", "-no-cleanup"] 44763 }, 44764 { 44765 "name": "Test TestCache: test_normalization LocalRemote", 44766 "type": "go", 44767 "request": "launch", 44768 "mode": "test", 44769 "program": "./cmd/bisync", 44770 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_normalization", "-no-cleanup"] 44771 }, 44772 { 44773 "name": "Test TestCache: test_normalization RemoteLocal", 44774 "type": "go", 44775 "request": "launch", 44776 "mode": "test", 44777 "program": "./cmd/bisync", 44778 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 44779 }, 44780 { 44781 "name": "Test TestCache: test_normalization RemoteRemote", 44782 "type": "go", 44783 "request": "launch", 44784 "mode": "test", 44785 "program": "./cmd/bisync", 44786 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_normalization", "-no-cleanup"] 44787 }, 44788 { 44789 "name": "Test TestCache: test_rclone_args LocalRemote", 44790 "type": "go", 44791 "request": "launch", 44792 "mode": "test", 44793 "program": "./cmd/bisync", 44794 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_rclone_args", "-no-cleanup"] 44795 }, 44796 { 44797 "name": "Test TestCache: test_rclone_args RemoteLocal", 44798 "type": "go", 44799 "request": "launch", 44800 "mode": "test", 44801 "program": "./cmd/bisync", 44802 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 44803 }, 44804 { 44805 "name": "Test TestCache: test_rclone_args RemoteRemote", 44806 "type": "go", 44807 "request": "launch", 44808 "mode": "test", 44809 "program": "./cmd/bisync", 44810 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_rclone_args", "-no-cleanup"] 44811 }, 44812 { 44813 "name": "Test TestCache: test_resolve LocalRemote", 44814 "type": "go", 44815 "request": "launch", 44816 "mode": "test", 44817 "program": "./cmd/bisync", 44818 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_resolve", "-no-cleanup"] 44819 }, 44820 { 44821 "name": "Test TestCache: test_resolve RemoteLocal", 44822 "type": "go", 44823 "request": "launch", 44824 "mode": "test", 44825 "program": "./cmd/bisync", 44826 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 44827 }, 44828 { 44829 "name": "Test TestCache: test_resolve RemoteRemote", 44830 "type": "go", 44831 "request": "launch", 44832 "mode": "test", 44833 "program": "./cmd/bisync", 44834 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_resolve", "-no-cleanup"] 44835 }, 44836 { 44837 "name": "Test TestCache: test_resync LocalRemote", 44838 "type": "go", 44839 "request": "launch", 44840 "mode": "test", 44841 "program": "./cmd/bisync", 44842 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_resync", "-no-cleanup"] 44843 }, 44844 { 44845 "name": "Test TestCache: test_resync RemoteLocal", 44846 "type": "go", 44847 "request": "launch", 44848 "mode": "test", 44849 "program": "./cmd/bisync", 44850 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 44851 }, 44852 { 44853 "name": "Test TestCache: test_resync RemoteRemote", 44854 "type": "go", 44855 "request": "launch", 44856 "mode": "test", 44857 "program": "./cmd/bisync", 44858 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_resync", "-no-cleanup"] 44859 }, 44860 { 44861 "name": "Test TestCache: test_resync_modes LocalRemote", 44862 "type": "go", 44863 "request": "launch", 44864 "mode": "test", 44865 "program": "./cmd/bisync", 44866 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_resync_modes", "-no-cleanup"] 44867 }, 44868 { 44869 "name": "Test TestCache: test_resync_modes RemoteLocal", 44870 "type": "go", 44871 "request": "launch", 44872 "mode": "test", 44873 "program": "./cmd/bisync", 44874 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 44875 }, 44876 { 44877 "name": "Test TestCache: test_resync_modes RemoteRemote", 44878 "type": "go", 44879 "request": "launch", 44880 "mode": "test", 44881 "program": "./cmd/bisync", 44882 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_resync_modes", "-no-cleanup"] 44883 }, 44884 { 44885 "name": "Test TestCache: test_rmdirs LocalRemote", 44886 "type": "go", 44887 "request": "launch", 44888 "mode": "test", 44889 "program": "./cmd/bisync", 44890 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_rmdirs", "-no-cleanup"] 44891 }, 44892 { 44893 "name": "Test TestCache: test_rmdirs RemoteLocal", 44894 "type": "go", 44895 "request": "launch", 44896 "mode": "test", 44897 "program": "./cmd/bisync", 44898 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 44899 }, 44900 { 44901 "name": "Test TestCache: test_rmdirs RemoteRemote", 44902 "type": "go", 44903 "request": "launch", 44904 "mode": "test", 44905 "program": "./cmd/bisync", 44906 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_rmdirs", "-no-cleanup"] 44907 }, 44908 { 44909 "name": "Test TestCache: test_volatile LocalRemote", 44910 "type": "go", 44911 "request": "launch", 44912 "mode": "test", 44913 "program": "./cmd/bisync", 44914 "args": ["-remote", "local", "-remote2", "TestCache:", "-case", "test_volatile", "-no-cleanup"] 44915 }, 44916 { 44917 "name": "Test TestCache: test_volatile RemoteLocal", 44918 "type": "go", 44919 "request": "launch", 44920 "mode": "test", 44921 "program": "./cmd/bisync", 44922 "args": ["-remote", "TestCache:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 44923 }, 44924 { 44925 "name": "Test TestCache: test_volatile RemoteRemote", 44926 "type": "go", 44927 "request": "launch", 44928 "mode": "test", 44929 "program": "./cmd/bisync", 44930 "args": ["-remote", "TestCache:", "-remote2", "TestCache:", "-case", "test_volatile", "-no-cleanup"] 44931 }, 44932 { 44933 "name": "Test TestMega: test_all_changed LocalRemote", 44934 "type": "go", 44935 "request": "launch", 44936 "mode": "test", 44937 "program": "./cmd/bisync", 44938 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_all_changed", "-no-cleanup"] 44939 }, 44940 { 44941 "name": "Test TestMega: test_all_changed RemoteLocal", 44942 "type": "go", 44943 "request": "launch", 44944 "mode": "test", 44945 "program": "./cmd/bisync", 44946 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 44947 }, 44948 { 44949 "name": "Test TestMega: test_all_changed RemoteRemote", 44950 "type": "go", 44951 "request": "launch", 44952 "mode": "test", 44953 "program": "./cmd/bisync", 44954 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_all_changed", "-no-cleanup"] 44955 }, 44956 { 44957 "name": "Test TestMega: test_backupdir LocalRemote", 44958 "type": "go", 44959 "request": "launch", 44960 "mode": "test", 44961 "program": "./cmd/bisync", 44962 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_backupdir", "-no-cleanup"] 44963 }, 44964 { 44965 "name": "Test TestMega: test_backupdir RemoteLocal", 44966 "type": "go", 44967 "request": "launch", 44968 "mode": "test", 44969 "program": "./cmd/bisync", 44970 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 44971 }, 44972 { 44973 "name": "Test TestMega: test_backupdir RemoteRemote", 44974 "type": "go", 44975 "request": "launch", 44976 "mode": "test", 44977 "program": "./cmd/bisync", 44978 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_backupdir", "-no-cleanup"] 44979 }, 44980 { 44981 "name": "Test TestMega: test_basic LocalRemote", 44982 "type": "go", 44983 "request": "launch", 44984 "mode": "test", 44985 "program": "./cmd/bisync", 44986 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_basic", "-no-cleanup"] 44987 }, 44988 { 44989 "name": "Test TestMega: test_basic RemoteLocal", 44990 "type": "go", 44991 "request": "launch", 44992 "mode": "test", 44993 "program": "./cmd/bisync", 44994 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 44995 }, 44996 { 44997 "name": "Test TestMega: test_basic RemoteRemote", 44998 "type": "go", 44999 "request": "launch", 45000 "mode": "test", 45001 "program": "./cmd/bisync", 45002 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_basic", "-no-cleanup"] 45003 }, 45004 { 45005 "name": "Test TestMega: test_changes LocalRemote", 45006 "type": "go", 45007 "request": "launch", 45008 "mode": "test", 45009 "program": "./cmd/bisync", 45010 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_changes", "-no-cleanup"] 45011 }, 45012 { 45013 "name": "Test TestMega: test_changes RemoteLocal", 45014 "type": "go", 45015 "request": "launch", 45016 "mode": "test", 45017 "program": "./cmd/bisync", 45018 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 45019 }, 45020 { 45021 "name": "Test TestMega: test_changes RemoteRemote", 45022 "type": "go", 45023 "request": "launch", 45024 "mode": "test", 45025 "program": "./cmd/bisync", 45026 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_changes", "-no-cleanup"] 45027 }, 45028 { 45029 "name": "Test TestMega: test_check_access LocalRemote", 45030 "type": "go", 45031 "request": "launch", 45032 "mode": "test", 45033 "program": "./cmd/bisync", 45034 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_check_access", "-no-cleanup"] 45035 }, 45036 { 45037 "name": "Test TestMega: test_check_access RemoteLocal", 45038 "type": "go", 45039 "request": "launch", 45040 "mode": "test", 45041 "program": "./cmd/bisync", 45042 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 45043 }, 45044 { 45045 "name": "Test TestMega: test_check_access RemoteRemote", 45046 "type": "go", 45047 "request": "launch", 45048 "mode": "test", 45049 "program": "./cmd/bisync", 45050 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_check_access", "-no-cleanup"] 45051 }, 45052 { 45053 "name": "Test TestMega: test_check_access_filters LocalRemote", 45054 "type": "go", 45055 "request": "launch", 45056 "mode": "test", 45057 "program": "./cmd/bisync", 45058 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_check_access_filters", "-no-cleanup"] 45059 }, 45060 { 45061 "name": "Test TestMega: test_check_access_filters RemoteLocal", 45062 "type": "go", 45063 "request": "launch", 45064 "mode": "test", 45065 "program": "./cmd/bisync", 45066 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 45067 }, 45068 { 45069 "name": "Test TestMega: test_check_access_filters RemoteRemote", 45070 "type": "go", 45071 "request": "launch", 45072 "mode": "test", 45073 "program": "./cmd/bisync", 45074 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_check_access_filters", "-no-cleanup"] 45075 }, 45076 { 45077 "name": "Test TestMega: test_check_filename LocalRemote", 45078 "type": "go", 45079 "request": "launch", 45080 "mode": "test", 45081 "program": "./cmd/bisync", 45082 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_check_filename", "-no-cleanup"] 45083 }, 45084 { 45085 "name": "Test TestMega: test_check_filename RemoteLocal", 45086 "type": "go", 45087 "request": "launch", 45088 "mode": "test", 45089 "program": "./cmd/bisync", 45090 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 45091 }, 45092 { 45093 "name": "Test TestMega: test_check_filename RemoteRemote", 45094 "type": "go", 45095 "request": "launch", 45096 "mode": "test", 45097 "program": "./cmd/bisync", 45098 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_check_filename", "-no-cleanup"] 45099 }, 45100 { 45101 "name": "Test TestMega: test_check_sync LocalRemote", 45102 "type": "go", 45103 "request": "launch", 45104 "mode": "test", 45105 "program": "./cmd/bisync", 45106 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_check_sync", "-no-cleanup"] 45107 }, 45108 { 45109 "name": "Test TestMega: test_check_sync RemoteLocal", 45110 "type": "go", 45111 "request": "launch", 45112 "mode": "test", 45113 "program": "./cmd/bisync", 45114 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 45115 }, 45116 { 45117 "name": "Test TestMega: test_check_sync RemoteRemote", 45118 "type": "go", 45119 "request": "launch", 45120 "mode": "test", 45121 "program": "./cmd/bisync", 45122 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_check_sync", "-no-cleanup"] 45123 }, 45124 { 45125 "name": "Test TestMega: test_compare_all LocalRemote", 45126 "type": "go", 45127 "request": "launch", 45128 "mode": "test", 45129 "program": "./cmd/bisync", 45130 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_compare_all", "-no-cleanup"] 45131 }, 45132 { 45133 "name": "Test TestMega: test_compare_all RemoteLocal", 45134 "type": "go", 45135 "request": "launch", 45136 "mode": "test", 45137 "program": "./cmd/bisync", 45138 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 45139 }, 45140 { 45141 "name": "Test TestMega: test_compare_all RemoteRemote", 45142 "type": "go", 45143 "request": "launch", 45144 "mode": "test", 45145 "program": "./cmd/bisync", 45146 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_compare_all", "-no-cleanup"] 45147 }, 45148 { 45149 "name": "Test TestMega: test_createemptysrcdirs LocalRemote", 45150 "type": "go", 45151 "request": "launch", 45152 "mode": "test", 45153 "program": "./cmd/bisync", 45154 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 45155 }, 45156 { 45157 "name": "Test TestMega: test_createemptysrcdirs RemoteLocal", 45158 "type": "go", 45159 "request": "launch", 45160 "mode": "test", 45161 "program": "./cmd/bisync", 45162 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 45163 }, 45164 { 45165 "name": "Test TestMega: test_createemptysrcdirs RemoteRemote", 45166 "type": "go", 45167 "request": "launch", 45168 "mode": "test", 45169 "program": "./cmd/bisync", 45170 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 45171 }, 45172 { 45173 "name": "Test TestMega: test_dry_run LocalRemote", 45174 "type": "go", 45175 "request": "launch", 45176 "mode": "test", 45177 "program": "./cmd/bisync", 45178 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_dry_run", "-no-cleanup"] 45179 }, 45180 { 45181 "name": "Test TestMega: test_dry_run RemoteLocal", 45182 "type": "go", 45183 "request": "launch", 45184 "mode": "test", 45185 "program": "./cmd/bisync", 45186 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 45187 }, 45188 { 45189 "name": "Test TestMega: test_dry_run RemoteRemote", 45190 "type": "go", 45191 "request": "launch", 45192 "mode": "test", 45193 "program": "./cmd/bisync", 45194 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_dry_run", "-no-cleanup"] 45195 }, 45196 { 45197 "name": "Test TestMega: test_equal LocalRemote", 45198 "type": "go", 45199 "request": "launch", 45200 "mode": "test", 45201 "program": "./cmd/bisync", 45202 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_equal", "-no-cleanup"] 45203 }, 45204 { 45205 "name": "Test TestMega: test_equal RemoteLocal", 45206 "type": "go", 45207 "request": "launch", 45208 "mode": "test", 45209 "program": "./cmd/bisync", 45210 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 45211 }, 45212 { 45213 "name": "Test TestMega: test_equal RemoteRemote", 45214 "type": "go", 45215 "request": "launch", 45216 "mode": "test", 45217 "program": "./cmd/bisync", 45218 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_equal", "-no-cleanup"] 45219 }, 45220 { 45221 "name": "Test TestMega: test_ext_paths LocalRemote", 45222 "type": "go", 45223 "request": "launch", 45224 "mode": "test", 45225 "program": "./cmd/bisync", 45226 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_ext_paths", "-no-cleanup"] 45227 }, 45228 { 45229 "name": "Test TestMega: test_ext_paths RemoteLocal", 45230 "type": "go", 45231 "request": "launch", 45232 "mode": "test", 45233 "program": "./cmd/bisync", 45234 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 45235 }, 45236 { 45237 "name": "Test TestMega: test_ext_paths RemoteRemote", 45238 "type": "go", 45239 "request": "launch", 45240 "mode": "test", 45241 "program": "./cmd/bisync", 45242 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_ext_paths", "-no-cleanup"] 45243 }, 45244 { 45245 "name": "Test TestMega: test_extended_filenames LocalRemote", 45246 "type": "go", 45247 "request": "launch", 45248 "mode": "test", 45249 "program": "./cmd/bisync", 45250 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_extended_filenames", "-no-cleanup"] 45251 }, 45252 { 45253 "name": "Test TestMega: test_extended_filenames RemoteLocal", 45254 "type": "go", 45255 "request": "launch", 45256 "mode": "test", 45257 "program": "./cmd/bisync", 45258 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 45259 }, 45260 { 45261 "name": "Test TestMega: test_extended_filenames RemoteRemote", 45262 "type": "go", 45263 "request": "launch", 45264 "mode": "test", 45265 "program": "./cmd/bisync", 45266 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_extended_filenames", "-no-cleanup"] 45267 }, 45268 { 45269 "name": "Test TestMega: test_filters LocalRemote", 45270 "type": "go", 45271 "request": "launch", 45272 "mode": "test", 45273 "program": "./cmd/bisync", 45274 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_filters", "-no-cleanup"] 45275 }, 45276 { 45277 "name": "Test TestMega: test_filters RemoteLocal", 45278 "type": "go", 45279 "request": "launch", 45280 "mode": "test", 45281 "program": "./cmd/bisync", 45282 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 45283 }, 45284 { 45285 "name": "Test TestMega: test_filters RemoteRemote", 45286 "type": "go", 45287 "request": "launch", 45288 "mode": "test", 45289 "program": "./cmd/bisync", 45290 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_filters", "-no-cleanup"] 45291 }, 45292 { 45293 "name": "Test TestMega: test_filtersfile_checks LocalRemote", 45294 "type": "go", 45295 "request": "launch", 45296 "mode": "test", 45297 "program": "./cmd/bisync", 45298 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_filtersfile_checks", "-no-cleanup"] 45299 }, 45300 { 45301 "name": "Test TestMega: test_filtersfile_checks RemoteLocal", 45302 "type": "go", 45303 "request": "launch", 45304 "mode": "test", 45305 "program": "./cmd/bisync", 45306 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 45307 }, 45308 { 45309 "name": "Test TestMega: test_filtersfile_checks RemoteRemote", 45310 "type": "go", 45311 "request": "launch", 45312 "mode": "test", 45313 "program": "./cmd/bisync", 45314 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_filtersfile_checks", "-no-cleanup"] 45315 }, 45316 { 45317 "name": "Test TestMega: test_ignorelistingchecksum LocalRemote", 45318 "type": "go", 45319 "request": "launch", 45320 "mode": "test", 45321 "program": "./cmd/bisync", 45322 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 45323 }, 45324 { 45325 "name": "Test TestMega: test_ignorelistingchecksum RemoteLocal", 45326 "type": "go", 45327 "request": "launch", 45328 "mode": "test", 45329 "program": "./cmd/bisync", 45330 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 45331 }, 45332 { 45333 "name": "Test TestMega: test_ignorelistingchecksum RemoteRemote", 45334 "type": "go", 45335 "request": "launch", 45336 "mode": "test", 45337 "program": "./cmd/bisync", 45338 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 45339 }, 45340 { 45341 "name": "Test TestMega: test_max_delete_path1 LocalRemote", 45342 "type": "go", 45343 "request": "launch", 45344 "mode": "test", 45345 "program": "./cmd/bisync", 45346 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_max_delete_path1", "-no-cleanup"] 45347 }, 45348 { 45349 "name": "Test TestMega: test_max_delete_path1 RemoteLocal", 45350 "type": "go", 45351 "request": "launch", 45352 "mode": "test", 45353 "program": "./cmd/bisync", 45354 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 45355 }, 45356 { 45357 "name": "Test TestMega: test_max_delete_path1 RemoteRemote", 45358 "type": "go", 45359 "request": "launch", 45360 "mode": "test", 45361 "program": "./cmd/bisync", 45362 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_max_delete_path1", "-no-cleanup"] 45363 }, 45364 { 45365 "name": "Test TestMega: test_max_delete_path2_force LocalRemote", 45366 "type": "go", 45367 "request": "launch", 45368 "mode": "test", 45369 "program": "./cmd/bisync", 45370 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 45371 }, 45372 { 45373 "name": "Test TestMega: test_max_delete_path2_force RemoteLocal", 45374 "type": "go", 45375 "request": "launch", 45376 "mode": "test", 45377 "program": "./cmd/bisync", 45378 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 45379 }, 45380 { 45381 "name": "Test TestMega: test_max_delete_path2_force RemoteRemote", 45382 "type": "go", 45383 "request": "launch", 45384 "mode": "test", 45385 "program": "./cmd/bisync", 45386 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 45387 }, 45388 { 45389 "name": "Test TestMega: test_nomodtime LocalRemote", 45390 "type": "go", 45391 "request": "launch", 45392 "mode": "test", 45393 "program": "./cmd/bisync", 45394 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_nomodtime", "-no-cleanup"] 45395 }, 45396 { 45397 "name": "Test TestMega: test_nomodtime RemoteLocal", 45398 "type": "go", 45399 "request": "launch", 45400 "mode": "test", 45401 "program": "./cmd/bisync", 45402 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 45403 }, 45404 { 45405 "name": "Test TestMega: test_nomodtime RemoteRemote", 45406 "type": "go", 45407 "request": "launch", 45408 "mode": "test", 45409 "program": "./cmd/bisync", 45410 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_nomodtime", "-no-cleanup"] 45411 }, 45412 { 45413 "name": "Test TestMega: test_normalization LocalRemote", 45414 "type": "go", 45415 "request": "launch", 45416 "mode": "test", 45417 "program": "./cmd/bisync", 45418 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_normalization", "-no-cleanup"] 45419 }, 45420 { 45421 "name": "Test TestMega: test_normalization RemoteLocal", 45422 "type": "go", 45423 "request": "launch", 45424 "mode": "test", 45425 "program": "./cmd/bisync", 45426 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 45427 }, 45428 { 45429 "name": "Test TestMega: test_normalization RemoteRemote", 45430 "type": "go", 45431 "request": "launch", 45432 "mode": "test", 45433 "program": "./cmd/bisync", 45434 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_normalization", "-no-cleanup"] 45435 }, 45436 { 45437 "name": "Test TestMega: test_rclone_args LocalRemote", 45438 "type": "go", 45439 "request": "launch", 45440 "mode": "test", 45441 "program": "./cmd/bisync", 45442 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_rclone_args", "-no-cleanup"] 45443 }, 45444 { 45445 "name": "Test TestMega: test_rclone_args RemoteLocal", 45446 "type": "go", 45447 "request": "launch", 45448 "mode": "test", 45449 "program": "./cmd/bisync", 45450 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 45451 }, 45452 { 45453 "name": "Test TestMega: test_rclone_args RemoteRemote", 45454 "type": "go", 45455 "request": "launch", 45456 "mode": "test", 45457 "program": "./cmd/bisync", 45458 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_rclone_args", "-no-cleanup"] 45459 }, 45460 { 45461 "name": "Test TestMega: test_resolve LocalRemote", 45462 "type": "go", 45463 "request": "launch", 45464 "mode": "test", 45465 "program": "./cmd/bisync", 45466 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_resolve", "-no-cleanup"] 45467 }, 45468 { 45469 "name": "Test TestMega: test_resolve RemoteLocal", 45470 "type": "go", 45471 "request": "launch", 45472 "mode": "test", 45473 "program": "./cmd/bisync", 45474 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 45475 }, 45476 { 45477 "name": "Test TestMega: test_resolve RemoteRemote", 45478 "type": "go", 45479 "request": "launch", 45480 "mode": "test", 45481 "program": "./cmd/bisync", 45482 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_resolve", "-no-cleanup"] 45483 }, 45484 { 45485 "name": "Test TestMega: test_resync LocalRemote", 45486 "type": "go", 45487 "request": "launch", 45488 "mode": "test", 45489 "program": "./cmd/bisync", 45490 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_resync", "-no-cleanup"] 45491 }, 45492 { 45493 "name": "Test TestMega: test_resync RemoteLocal", 45494 "type": "go", 45495 "request": "launch", 45496 "mode": "test", 45497 "program": "./cmd/bisync", 45498 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 45499 }, 45500 { 45501 "name": "Test TestMega: test_resync RemoteRemote", 45502 "type": "go", 45503 "request": "launch", 45504 "mode": "test", 45505 "program": "./cmd/bisync", 45506 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_resync", "-no-cleanup"] 45507 }, 45508 { 45509 "name": "Test TestMega: test_resync_modes LocalRemote", 45510 "type": "go", 45511 "request": "launch", 45512 "mode": "test", 45513 "program": "./cmd/bisync", 45514 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_resync_modes", "-no-cleanup"] 45515 }, 45516 { 45517 "name": "Test TestMega: test_resync_modes RemoteLocal", 45518 "type": "go", 45519 "request": "launch", 45520 "mode": "test", 45521 "program": "./cmd/bisync", 45522 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 45523 }, 45524 { 45525 "name": "Test TestMega: test_resync_modes RemoteRemote", 45526 "type": "go", 45527 "request": "launch", 45528 "mode": "test", 45529 "program": "./cmd/bisync", 45530 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_resync_modes", "-no-cleanup"] 45531 }, 45532 { 45533 "name": "Test TestMega: test_rmdirs LocalRemote", 45534 "type": "go", 45535 "request": "launch", 45536 "mode": "test", 45537 "program": "./cmd/bisync", 45538 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_rmdirs", "-no-cleanup"] 45539 }, 45540 { 45541 "name": "Test TestMega: test_rmdirs RemoteLocal", 45542 "type": "go", 45543 "request": "launch", 45544 "mode": "test", 45545 "program": "./cmd/bisync", 45546 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 45547 }, 45548 { 45549 "name": "Test TestMega: test_rmdirs RemoteRemote", 45550 "type": "go", 45551 "request": "launch", 45552 "mode": "test", 45553 "program": "./cmd/bisync", 45554 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_rmdirs", "-no-cleanup"] 45555 }, 45556 { 45557 "name": "Test TestMega: test_volatile LocalRemote", 45558 "type": "go", 45559 "request": "launch", 45560 "mode": "test", 45561 "program": "./cmd/bisync", 45562 "args": ["-remote", "local", "-remote2", "TestMega:", "-case", "test_volatile", "-no-cleanup"] 45563 }, 45564 { 45565 "name": "Test TestMega: test_volatile RemoteLocal", 45566 "type": "go", 45567 "request": "launch", 45568 "mode": "test", 45569 "program": "./cmd/bisync", 45570 "args": ["-remote", "TestMega:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 45571 }, 45572 { 45573 "name": "Test TestMega: test_volatile RemoteRemote", 45574 "type": "go", 45575 "request": "launch", 45576 "mode": "test", 45577 "program": "./cmd/bisync", 45578 "args": ["-remote", "TestMega:", "-remote2", "TestMega:", "-case", "test_volatile", "-no-cleanup"] 45579 }, 45580 { 45581 "name": "Test TestOpenDrive: test_all_changed LocalRemote", 45582 "type": "go", 45583 "request": "launch", 45584 "mode": "test", 45585 "program": "./cmd/bisync", 45586 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_all_changed", "-no-cleanup"] 45587 }, 45588 { 45589 "name": "Test TestOpenDrive: test_all_changed RemoteLocal", 45590 "type": "go", 45591 "request": "launch", 45592 "mode": "test", 45593 "program": "./cmd/bisync", 45594 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 45595 }, 45596 { 45597 "name": "Test TestOpenDrive: test_all_changed RemoteRemote", 45598 "type": "go", 45599 "request": "launch", 45600 "mode": "test", 45601 "program": "./cmd/bisync", 45602 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_all_changed", "-no-cleanup"] 45603 }, 45604 { 45605 "name": "Test TestOpenDrive: test_backupdir LocalRemote", 45606 "type": "go", 45607 "request": "launch", 45608 "mode": "test", 45609 "program": "./cmd/bisync", 45610 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_backupdir", "-no-cleanup"] 45611 }, 45612 { 45613 "name": "Test TestOpenDrive: test_backupdir RemoteLocal", 45614 "type": "go", 45615 "request": "launch", 45616 "mode": "test", 45617 "program": "./cmd/bisync", 45618 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 45619 }, 45620 { 45621 "name": "Test TestOpenDrive: test_backupdir RemoteRemote", 45622 "type": "go", 45623 "request": "launch", 45624 "mode": "test", 45625 "program": "./cmd/bisync", 45626 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_backupdir", "-no-cleanup"] 45627 }, 45628 { 45629 "name": "Test TestOpenDrive: test_basic LocalRemote", 45630 "type": "go", 45631 "request": "launch", 45632 "mode": "test", 45633 "program": "./cmd/bisync", 45634 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_basic", "-no-cleanup"] 45635 }, 45636 { 45637 "name": "Test TestOpenDrive: test_basic RemoteLocal", 45638 "type": "go", 45639 "request": "launch", 45640 "mode": "test", 45641 "program": "./cmd/bisync", 45642 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 45643 }, 45644 { 45645 "name": "Test TestOpenDrive: test_basic RemoteRemote", 45646 "type": "go", 45647 "request": "launch", 45648 "mode": "test", 45649 "program": "./cmd/bisync", 45650 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_basic", "-no-cleanup"] 45651 }, 45652 { 45653 "name": "Test TestOpenDrive: test_changes LocalRemote", 45654 "type": "go", 45655 "request": "launch", 45656 "mode": "test", 45657 "program": "./cmd/bisync", 45658 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_changes", "-no-cleanup"] 45659 }, 45660 { 45661 "name": "Test TestOpenDrive: test_changes RemoteLocal", 45662 "type": "go", 45663 "request": "launch", 45664 "mode": "test", 45665 "program": "./cmd/bisync", 45666 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 45667 }, 45668 { 45669 "name": "Test TestOpenDrive: test_changes RemoteRemote", 45670 "type": "go", 45671 "request": "launch", 45672 "mode": "test", 45673 "program": "./cmd/bisync", 45674 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_changes", "-no-cleanup"] 45675 }, 45676 { 45677 "name": "Test TestOpenDrive: test_check_access LocalRemote", 45678 "type": "go", 45679 "request": "launch", 45680 "mode": "test", 45681 "program": "./cmd/bisync", 45682 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_check_access", "-no-cleanup"] 45683 }, 45684 { 45685 "name": "Test TestOpenDrive: test_check_access RemoteLocal", 45686 "type": "go", 45687 "request": "launch", 45688 "mode": "test", 45689 "program": "./cmd/bisync", 45690 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 45691 }, 45692 { 45693 "name": "Test TestOpenDrive: test_check_access RemoteRemote", 45694 "type": "go", 45695 "request": "launch", 45696 "mode": "test", 45697 "program": "./cmd/bisync", 45698 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_check_access", "-no-cleanup"] 45699 }, 45700 { 45701 "name": "Test TestOpenDrive: test_check_access_filters LocalRemote", 45702 "type": "go", 45703 "request": "launch", 45704 "mode": "test", 45705 "program": "./cmd/bisync", 45706 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_check_access_filters", "-no-cleanup"] 45707 }, 45708 { 45709 "name": "Test TestOpenDrive: test_check_access_filters RemoteLocal", 45710 "type": "go", 45711 "request": "launch", 45712 "mode": "test", 45713 "program": "./cmd/bisync", 45714 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 45715 }, 45716 { 45717 "name": "Test TestOpenDrive: test_check_access_filters RemoteRemote", 45718 "type": "go", 45719 "request": "launch", 45720 "mode": "test", 45721 "program": "./cmd/bisync", 45722 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_check_access_filters", "-no-cleanup"] 45723 }, 45724 { 45725 "name": "Test TestOpenDrive: test_check_filename LocalRemote", 45726 "type": "go", 45727 "request": "launch", 45728 "mode": "test", 45729 "program": "./cmd/bisync", 45730 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_check_filename", "-no-cleanup"] 45731 }, 45732 { 45733 "name": "Test TestOpenDrive: test_check_filename RemoteLocal", 45734 "type": "go", 45735 "request": "launch", 45736 "mode": "test", 45737 "program": "./cmd/bisync", 45738 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 45739 }, 45740 { 45741 "name": "Test TestOpenDrive: test_check_filename RemoteRemote", 45742 "type": "go", 45743 "request": "launch", 45744 "mode": "test", 45745 "program": "./cmd/bisync", 45746 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_check_filename", "-no-cleanup"] 45747 }, 45748 { 45749 "name": "Test TestOpenDrive: test_check_sync LocalRemote", 45750 "type": "go", 45751 "request": "launch", 45752 "mode": "test", 45753 "program": "./cmd/bisync", 45754 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_check_sync", "-no-cleanup"] 45755 }, 45756 { 45757 "name": "Test TestOpenDrive: test_check_sync RemoteLocal", 45758 "type": "go", 45759 "request": "launch", 45760 "mode": "test", 45761 "program": "./cmd/bisync", 45762 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 45763 }, 45764 { 45765 "name": "Test TestOpenDrive: test_check_sync RemoteRemote", 45766 "type": "go", 45767 "request": "launch", 45768 "mode": "test", 45769 "program": "./cmd/bisync", 45770 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_check_sync", "-no-cleanup"] 45771 }, 45772 { 45773 "name": "Test TestOpenDrive: test_compare_all LocalRemote", 45774 "type": "go", 45775 "request": "launch", 45776 "mode": "test", 45777 "program": "./cmd/bisync", 45778 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_compare_all", "-no-cleanup"] 45779 }, 45780 { 45781 "name": "Test TestOpenDrive: test_compare_all RemoteLocal", 45782 "type": "go", 45783 "request": "launch", 45784 "mode": "test", 45785 "program": "./cmd/bisync", 45786 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 45787 }, 45788 { 45789 "name": "Test TestOpenDrive: test_compare_all RemoteRemote", 45790 "type": "go", 45791 "request": "launch", 45792 "mode": "test", 45793 "program": "./cmd/bisync", 45794 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_compare_all", "-no-cleanup"] 45795 }, 45796 { 45797 "name": "Test TestOpenDrive: test_createemptysrcdirs LocalRemote", 45798 "type": "go", 45799 "request": "launch", 45800 "mode": "test", 45801 "program": "./cmd/bisync", 45802 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 45803 }, 45804 { 45805 "name": "Test TestOpenDrive: test_createemptysrcdirs RemoteLocal", 45806 "type": "go", 45807 "request": "launch", 45808 "mode": "test", 45809 "program": "./cmd/bisync", 45810 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 45811 }, 45812 { 45813 "name": "Test TestOpenDrive: test_createemptysrcdirs RemoteRemote", 45814 "type": "go", 45815 "request": "launch", 45816 "mode": "test", 45817 "program": "./cmd/bisync", 45818 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 45819 }, 45820 { 45821 "name": "Test TestOpenDrive: test_dry_run LocalRemote", 45822 "type": "go", 45823 "request": "launch", 45824 "mode": "test", 45825 "program": "./cmd/bisync", 45826 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_dry_run", "-no-cleanup"] 45827 }, 45828 { 45829 "name": "Test TestOpenDrive: test_dry_run RemoteLocal", 45830 "type": "go", 45831 "request": "launch", 45832 "mode": "test", 45833 "program": "./cmd/bisync", 45834 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 45835 }, 45836 { 45837 "name": "Test TestOpenDrive: test_dry_run RemoteRemote", 45838 "type": "go", 45839 "request": "launch", 45840 "mode": "test", 45841 "program": "./cmd/bisync", 45842 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_dry_run", "-no-cleanup"] 45843 }, 45844 { 45845 "name": "Test TestOpenDrive: test_equal LocalRemote", 45846 "type": "go", 45847 "request": "launch", 45848 "mode": "test", 45849 "program": "./cmd/bisync", 45850 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_equal", "-no-cleanup"] 45851 }, 45852 { 45853 "name": "Test TestOpenDrive: test_equal RemoteLocal", 45854 "type": "go", 45855 "request": "launch", 45856 "mode": "test", 45857 "program": "./cmd/bisync", 45858 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 45859 }, 45860 { 45861 "name": "Test TestOpenDrive: test_equal RemoteRemote", 45862 "type": "go", 45863 "request": "launch", 45864 "mode": "test", 45865 "program": "./cmd/bisync", 45866 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_equal", "-no-cleanup"] 45867 }, 45868 { 45869 "name": "Test TestOpenDrive: test_ext_paths LocalRemote", 45870 "type": "go", 45871 "request": "launch", 45872 "mode": "test", 45873 "program": "./cmd/bisync", 45874 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_ext_paths", "-no-cleanup"] 45875 }, 45876 { 45877 "name": "Test TestOpenDrive: test_ext_paths RemoteLocal", 45878 "type": "go", 45879 "request": "launch", 45880 "mode": "test", 45881 "program": "./cmd/bisync", 45882 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 45883 }, 45884 { 45885 "name": "Test TestOpenDrive: test_ext_paths RemoteRemote", 45886 "type": "go", 45887 "request": "launch", 45888 "mode": "test", 45889 "program": "./cmd/bisync", 45890 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_ext_paths", "-no-cleanup"] 45891 }, 45892 { 45893 "name": "Test TestOpenDrive: test_extended_filenames LocalRemote", 45894 "type": "go", 45895 "request": "launch", 45896 "mode": "test", 45897 "program": "./cmd/bisync", 45898 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_extended_filenames", "-no-cleanup"] 45899 }, 45900 { 45901 "name": "Test TestOpenDrive: test_extended_filenames RemoteLocal", 45902 "type": "go", 45903 "request": "launch", 45904 "mode": "test", 45905 "program": "./cmd/bisync", 45906 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 45907 }, 45908 { 45909 "name": "Test TestOpenDrive: test_extended_filenames RemoteRemote", 45910 "type": "go", 45911 "request": "launch", 45912 "mode": "test", 45913 "program": "./cmd/bisync", 45914 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_extended_filenames", "-no-cleanup"] 45915 }, 45916 { 45917 "name": "Test TestOpenDrive: test_filters LocalRemote", 45918 "type": "go", 45919 "request": "launch", 45920 "mode": "test", 45921 "program": "./cmd/bisync", 45922 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_filters", "-no-cleanup"] 45923 }, 45924 { 45925 "name": "Test TestOpenDrive: test_filters RemoteLocal", 45926 "type": "go", 45927 "request": "launch", 45928 "mode": "test", 45929 "program": "./cmd/bisync", 45930 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 45931 }, 45932 { 45933 "name": "Test TestOpenDrive: test_filters RemoteRemote", 45934 "type": "go", 45935 "request": "launch", 45936 "mode": "test", 45937 "program": "./cmd/bisync", 45938 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_filters", "-no-cleanup"] 45939 }, 45940 { 45941 "name": "Test TestOpenDrive: test_filtersfile_checks LocalRemote", 45942 "type": "go", 45943 "request": "launch", 45944 "mode": "test", 45945 "program": "./cmd/bisync", 45946 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_filtersfile_checks", "-no-cleanup"] 45947 }, 45948 { 45949 "name": "Test TestOpenDrive: test_filtersfile_checks RemoteLocal", 45950 "type": "go", 45951 "request": "launch", 45952 "mode": "test", 45953 "program": "./cmd/bisync", 45954 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 45955 }, 45956 { 45957 "name": "Test TestOpenDrive: test_filtersfile_checks RemoteRemote", 45958 "type": "go", 45959 "request": "launch", 45960 "mode": "test", 45961 "program": "./cmd/bisync", 45962 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_filtersfile_checks", "-no-cleanup"] 45963 }, 45964 { 45965 "name": "Test TestOpenDrive: test_ignorelistingchecksum LocalRemote", 45966 "type": "go", 45967 "request": "launch", 45968 "mode": "test", 45969 "program": "./cmd/bisync", 45970 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 45971 }, 45972 { 45973 "name": "Test TestOpenDrive: test_ignorelistingchecksum RemoteLocal", 45974 "type": "go", 45975 "request": "launch", 45976 "mode": "test", 45977 "program": "./cmd/bisync", 45978 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 45979 }, 45980 { 45981 "name": "Test TestOpenDrive: test_ignorelistingchecksum RemoteRemote", 45982 "type": "go", 45983 "request": "launch", 45984 "mode": "test", 45985 "program": "./cmd/bisync", 45986 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 45987 }, 45988 { 45989 "name": "Test TestOpenDrive: test_max_delete_path1 LocalRemote", 45990 "type": "go", 45991 "request": "launch", 45992 "mode": "test", 45993 "program": "./cmd/bisync", 45994 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_max_delete_path1", "-no-cleanup"] 45995 }, 45996 { 45997 "name": "Test TestOpenDrive: test_max_delete_path1 RemoteLocal", 45998 "type": "go", 45999 "request": "launch", 46000 "mode": "test", 46001 "program": "./cmd/bisync", 46002 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 46003 }, 46004 { 46005 "name": "Test TestOpenDrive: test_max_delete_path1 RemoteRemote", 46006 "type": "go", 46007 "request": "launch", 46008 "mode": "test", 46009 "program": "./cmd/bisync", 46010 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_max_delete_path1", "-no-cleanup"] 46011 }, 46012 { 46013 "name": "Test TestOpenDrive: test_max_delete_path2_force LocalRemote", 46014 "type": "go", 46015 "request": "launch", 46016 "mode": "test", 46017 "program": "./cmd/bisync", 46018 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 46019 }, 46020 { 46021 "name": "Test TestOpenDrive: test_max_delete_path2_force RemoteLocal", 46022 "type": "go", 46023 "request": "launch", 46024 "mode": "test", 46025 "program": "./cmd/bisync", 46026 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 46027 }, 46028 { 46029 "name": "Test TestOpenDrive: test_max_delete_path2_force RemoteRemote", 46030 "type": "go", 46031 "request": "launch", 46032 "mode": "test", 46033 "program": "./cmd/bisync", 46034 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 46035 }, 46036 { 46037 "name": "Test TestOpenDrive: test_nomodtime LocalRemote", 46038 "type": "go", 46039 "request": "launch", 46040 "mode": "test", 46041 "program": "./cmd/bisync", 46042 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_nomodtime", "-no-cleanup"] 46043 }, 46044 { 46045 "name": "Test TestOpenDrive: test_nomodtime RemoteLocal", 46046 "type": "go", 46047 "request": "launch", 46048 "mode": "test", 46049 "program": "./cmd/bisync", 46050 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 46051 }, 46052 { 46053 "name": "Test TestOpenDrive: test_nomodtime RemoteRemote", 46054 "type": "go", 46055 "request": "launch", 46056 "mode": "test", 46057 "program": "./cmd/bisync", 46058 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_nomodtime", "-no-cleanup"] 46059 }, 46060 { 46061 "name": "Test TestOpenDrive: test_normalization LocalRemote", 46062 "type": "go", 46063 "request": "launch", 46064 "mode": "test", 46065 "program": "./cmd/bisync", 46066 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_normalization", "-no-cleanup"] 46067 }, 46068 { 46069 "name": "Test TestOpenDrive: test_normalization RemoteLocal", 46070 "type": "go", 46071 "request": "launch", 46072 "mode": "test", 46073 "program": "./cmd/bisync", 46074 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 46075 }, 46076 { 46077 "name": "Test TestOpenDrive: test_normalization RemoteRemote", 46078 "type": "go", 46079 "request": "launch", 46080 "mode": "test", 46081 "program": "./cmd/bisync", 46082 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_normalization", "-no-cleanup"] 46083 }, 46084 { 46085 "name": "Test TestOpenDrive: test_rclone_args LocalRemote", 46086 "type": "go", 46087 "request": "launch", 46088 "mode": "test", 46089 "program": "./cmd/bisync", 46090 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_rclone_args", "-no-cleanup"] 46091 }, 46092 { 46093 "name": "Test TestOpenDrive: test_rclone_args RemoteLocal", 46094 "type": "go", 46095 "request": "launch", 46096 "mode": "test", 46097 "program": "./cmd/bisync", 46098 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 46099 }, 46100 { 46101 "name": "Test TestOpenDrive: test_rclone_args RemoteRemote", 46102 "type": "go", 46103 "request": "launch", 46104 "mode": "test", 46105 "program": "./cmd/bisync", 46106 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_rclone_args", "-no-cleanup"] 46107 }, 46108 { 46109 "name": "Test TestOpenDrive: test_resolve LocalRemote", 46110 "type": "go", 46111 "request": "launch", 46112 "mode": "test", 46113 "program": "./cmd/bisync", 46114 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_resolve", "-no-cleanup"] 46115 }, 46116 { 46117 "name": "Test TestOpenDrive: test_resolve RemoteLocal", 46118 "type": "go", 46119 "request": "launch", 46120 "mode": "test", 46121 "program": "./cmd/bisync", 46122 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 46123 }, 46124 { 46125 "name": "Test TestOpenDrive: test_resolve RemoteRemote", 46126 "type": "go", 46127 "request": "launch", 46128 "mode": "test", 46129 "program": "./cmd/bisync", 46130 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_resolve", "-no-cleanup"] 46131 }, 46132 { 46133 "name": "Test TestOpenDrive: test_resync LocalRemote", 46134 "type": "go", 46135 "request": "launch", 46136 "mode": "test", 46137 "program": "./cmd/bisync", 46138 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_resync", "-no-cleanup"] 46139 }, 46140 { 46141 "name": "Test TestOpenDrive: test_resync RemoteLocal", 46142 "type": "go", 46143 "request": "launch", 46144 "mode": "test", 46145 "program": "./cmd/bisync", 46146 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 46147 }, 46148 { 46149 "name": "Test TestOpenDrive: test_resync RemoteRemote", 46150 "type": "go", 46151 "request": "launch", 46152 "mode": "test", 46153 "program": "./cmd/bisync", 46154 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_resync", "-no-cleanup"] 46155 }, 46156 { 46157 "name": "Test TestOpenDrive: test_resync_modes LocalRemote", 46158 "type": "go", 46159 "request": "launch", 46160 "mode": "test", 46161 "program": "./cmd/bisync", 46162 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_resync_modes", "-no-cleanup"] 46163 }, 46164 { 46165 "name": "Test TestOpenDrive: test_resync_modes RemoteLocal", 46166 "type": "go", 46167 "request": "launch", 46168 "mode": "test", 46169 "program": "./cmd/bisync", 46170 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 46171 }, 46172 { 46173 "name": "Test TestOpenDrive: test_resync_modes RemoteRemote", 46174 "type": "go", 46175 "request": "launch", 46176 "mode": "test", 46177 "program": "./cmd/bisync", 46178 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_resync_modes", "-no-cleanup"] 46179 }, 46180 { 46181 "name": "Test TestOpenDrive: test_rmdirs LocalRemote", 46182 "type": "go", 46183 "request": "launch", 46184 "mode": "test", 46185 "program": "./cmd/bisync", 46186 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_rmdirs", "-no-cleanup"] 46187 }, 46188 { 46189 "name": "Test TestOpenDrive: test_rmdirs RemoteLocal", 46190 "type": "go", 46191 "request": "launch", 46192 "mode": "test", 46193 "program": "./cmd/bisync", 46194 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 46195 }, 46196 { 46197 "name": "Test TestOpenDrive: test_rmdirs RemoteRemote", 46198 "type": "go", 46199 "request": "launch", 46200 "mode": "test", 46201 "program": "./cmd/bisync", 46202 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_rmdirs", "-no-cleanup"] 46203 }, 46204 { 46205 "name": "Test TestOpenDrive: test_volatile LocalRemote", 46206 "type": "go", 46207 "request": "launch", 46208 "mode": "test", 46209 "program": "./cmd/bisync", 46210 "args": ["-remote", "local", "-remote2", "TestOpenDrive:", "-case", "test_volatile", "-no-cleanup"] 46211 }, 46212 { 46213 "name": "Test TestOpenDrive: test_volatile RemoteLocal", 46214 "type": "go", 46215 "request": "launch", 46216 "mode": "test", 46217 "program": "./cmd/bisync", 46218 "args": ["-remote", "TestOpenDrive:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 46219 }, 46220 { 46221 "name": "Test TestOpenDrive: test_volatile RemoteRemote", 46222 "type": "go", 46223 "request": "launch", 46224 "mode": "test", 46225 "program": "./cmd/bisync", 46226 "args": ["-remote", "TestOpenDrive:", "-remote2", "TestOpenDrive:", "-case", "test_volatile", "-no-cleanup"] 46227 }, 46228 { 46229 "name": "Test TestUnion: test_all_changed LocalRemote", 46230 "type": "go", 46231 "request": "launch", 46232 "mode": "test", 46233 "program": "./cmd/bisync", 46234 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_all_changed", "-no-cleanup"] 46235 }, 46236 { 46237 "name": "Test TestUnion: test_all_changed RemoteLocal", 46238 "type": "go", 46239 "request": "launch", 46240 "mode": "test", 46241 "program": "./cmd/bisync", 46242 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 46243 }, 46244 { 46245 "name": "Test TestUnion: test_all_changed RemoteRemote", 46246 "type": "go", 46247 "request": "launch", 46248 "mode": "test", 46249 "program": "./cmd/bisync", 46250 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_all_changed", "-no-cleanup"] 46251 }, 46252 { 46253 "name": "Test TestUnion: test_backupdir LocalRemote", 46254 "type": "go", 46255 "request": "launch", 46256 "mode": "test", 46257 "program": "./cmd/bisync", 46258 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_backupdir", "-no-cleanup"] 46259 }, 46260 { 46261 "name": "Test TestUnion: test_backupdir RemoteLocal", 46262 "type": "go", 46263 "request": "launch", 46264 "mode": "test", 46265 "program": "./cmd/bisync", 46266 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 46267 }, 46268 { 46269 "name": "Test TestUnion: test_backupdir RemoteRemote", 46270 "type": "go", 46271 "request": "launch", 46272 "mode": "test", 46273 "program": "./cmd/bisync", 46274 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_backupdir", "-no-cleanup"] 46275 }, 46276 { 46277 "name": "Test TestUnion: test_basic LocalRemote", 46278 "type": "go", 46279 "request": "launch", 46280 "mode": "test", 46281 "program": "./cmd/bisync", 46282 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_basic", "-no-cleanup"] 46283 }, 46284 { 46285 "name": "Test TestUnion: test_basic RemoteLocal", 46286 "type": "go", 46287 "request": "launch", 46288 "mode": "test", 46289 "program": "./cmd/bisync", 46290 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 46291 }, 46292 { 46293 "name": "Test TestUnion: test_basic RemoteRemote", 46294 "type": "go", 46295 "request": "launch", 46296 "mode": "test", 46297 "program": "./cmd/bisync", 46298 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_basic", "-no-cleanup"] 46299 }, 46300 { 46301 "name": "Test TestUnion: test_changes LocalRemote", 46302 "type": "go", 46303 "request": "launch", 46304 "mode": "test", 46305 "program": "./cmd/bisync", 46306 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_changes", "-no-cleanup"] 46307 }, 46308 { 46309 "name": "Test TestUnion: test_changes RemoteLocal", 46310 "type": "go", 46311 "request": "launch", 46312 "mode": "test", 46313 "program": "./cmd/bisync", 46314 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 46315 }, 46316 { 46317 "name": "Test TestUnion: test_changes RemoteRemote", 46318 "type": "go", 46319 "request": "launch", 46320 "mode": "test", 46321 "program": "./cmd/bisync", 46322 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_changes", "-no-cleanup"] 46323 }, 46324 { 46325 "name": "Test TestUnion: test_check_access LocalRemote", 46326 "type": "go", 46327 "request": "launch", 46328 "mode": "test", 46329 "program": "./cmd/bisync", 46330 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_check_access", "-no-cleanup"] 46331 }, 46332 { 46333 "name": "Test TestUnion: test_check_access RemoteLocal", 46334 "type": "go", 46335 "request": "launch", 46336 "mode": "test", 46337 "program": "./cmd/bisync", 46338 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 46339 }, 46340 { 46341 "name": "Test TestUnion: test_check_access RemoteRemote", 46342 "type": "go", 46343 "request": "launch", 46344 "mode": "test", 46345 "program": "./cmd/bisync", 46346 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_check_access", "-no-cleanup"] 46347 }, 46348 { 46349 "name": "Test TestUnion: test_check_access_filters LocalRemote", 46350 "type": "go", 46351 "request": "launch", 46352 "mode": "test", 46353 "program": "./cmd/bisync", 46354 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_check_access_filters", "-no-cleanup"] 46355 }, 46356 { 46357 "name": "Test TestUnion: test_check_access_filters RemoteLocal", 46358 "type": "go", 46359 "request": "launch", 46360 "mode": "test", 46361 "program": "./cmd/bisync", 46362 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 46363 }, 46364 { 46365 "name": "Test TestUnion: test_check_access_filters RemoteRemote", 46366 "type": "go", 46367 "request": "launch", 46368 "mode": "test", 46369 "program": "./cmd/bisync", 46370 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_check_access_filters", "-no-cleanup"] 46371 }, 46372 { 46373 "name": "Test TestUnion: test_check_filename LocalRemote", 46374 "type": "go", 46375 "request": "launch", 46376 "mode": "test", 46377 "program": "./cmd/bisync", 46378 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_check_filename", "-no-cleanup"] 46379 }, 46380 { 46381 "name": "Test TestUnion: test_check_filename RemoteLocal", 46382 "type": "go", 46383 "request": "launch", 46384 "mode": "test", 46385 "program": "./cmd/bisync", 46386 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 46387 }, 46388 { 46389 "name": "Test TestUnion: test_check_filename RemoteRemote", 46390 "type": "go", 46391 "request": "launch", 46392 "mode": "test", 46393 "program": "./cmd/bisync", 46394 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_check_filename", "-no-cleanup"] 46395 }, 46396 { 46397 "name": "Test TestUnion: test_check_sync LocalRemote", 46398 "type": "go", 46399 "request": "launch", 46400 "mode": "test", 46401 "program": "./cmd/bisync", 46402 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_check_sync", "-no-cleanup"] 46403 }, 46404 { 46405 "name": "Test TestUnion: test_check_sync RemoteLocal", 46406 "type": "go", 46407 "request": "launch", 46408 "mode": "test", 46409 "program": "./cmd/bisync", 46410 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 46411 }, 46412 { 46413 "name": "Test TestUnion: test_check_sync RemoteRemote", 46414 "type": "go", 46415 "request": "launch", 46416 "mode": "test", 46417 "program": "./cmd/bisync", 46418 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_check_sync", "-no-cleanup"] 46419 }, 46420 { 46421 "name": "Test TestUnion: test_compare_all LocalRemote", 46422 "type": "go", 46423 "request": "launch", 46424 "mode": "test", 46425 "program": "./cmd/bisync", 46426 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_compare_all", "-no-cleanup"] 46427 }, 46428 { 46429 "name": "Test TestUnion: test_compare_all RemoteLocal", 46430 "type": "go", 46431 "request": "launch", 46432 "mode": "test", 46433 "program": "./cmd/bisync", 46434 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 46435 }, 46436 { 46437 "name": "Test TestUnion: test_compare_all RemoteRemote", 46438 "type": "go", 46439 "request": "launch", 46440 "mode": "test", 46441 "program": "./cmd/bisync", 46442 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_compare_all", "-no-cleanup"] 46443 }, 46444 { 46445 "name": "Test TestUnion: test_createemptysrcdirs LocalRemote", 46446 "type": "go", 46447 "request": "launch", 46448 "mode": "test", 46449 "program": "./cmd/bisync", 46450 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 46451 }, 46452 { 46453 "name": "Test TestUnion: test_createemptysrcdirs RemoteLocal", 46454 "type": "go", 46455 "request": "launch", 46456 "mode": "test", 46457 "program": "./cmd/bisync", 46458 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 46459 }, 46460 { 46461 "name": "Test TestUnion: test_createemptysrcdirs RemoteRemote", 46462 "type": "go", 46463 "request": "launch", 46464 "mode": "test", 46465 "program": "./cmd/bisync", 46466 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 46467 }, 46468 { 46469 "name": "Test TestUnion: test_dry_run LocalRemote", 46470 "type": "go", 46471 "request": "launch", 46472 "mode": "test", 46473 "program": "./cmd/bisync", 46474 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_dry_run", "-no-cleanup"] 46475 }, 46476 { 46477 "name": "Test TestUnion: test_dry_run RemoteLocal", 46478 "type": "go", 46479 "request": "launch", 46480 "mode": "test", 46481 "program": "./cmd/bisync", 46482 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 46483 }, 46484 { 46485 "name": "Test TestUnion: test_dry_run RemoteRemote", 46486 "type": "go", 46487 "request": "launch", 46488 "mode": "test", 46489 "program": "./cmd/bisync", 46490 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_dry_run", "-no-cleanup"] 46491 }, 46492 { 46493 "name": "Test TestUnion: test_equal LocalRemote", 46494 "type": "go", 46495 "request": "launch", 46496 "mode": "test", 46497 "program": "./cmd/bisync", 46498 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_equal", "-no-cleanup"] 46499 }, 46500 { 46501 "name": "Test TestUnion: test_equal RemoteLocal", 46502 "type": "go", 46503 "request": "launch", 46504 "mode": "test", 46505 "program": "./cmd/bisync", 46506 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 46507 }, 46508 { 46509 "name": "Test TestUnion: test_equal RemoteRemote", 46510 "type": "go", 46511 "request": "launch", 46512 "mode": "test", 46513 "program": "./cmd/bisync", 46514 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_equal", "-no-cleanup"] 46515 }, 46516 { 46517 "name": "Test TestUnion: test_ext_paths LocalRemote", 46518 "type": "go", 46519 "request": "launch", 46520 "mode": "test", 46521 "program": "./cmd/bisync", 46522 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_ext_paths", "-no-cleanup"] 46523 }, 46524 { 46525 "name": "Test TestUnion: test_ext_paths RemoteLocal", 46526 "type": "go", 46527 "request": "launch", 46528 "mode": "test", 46529 "program": "./cmd/bisync", 46530 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 46531 }, 46532 { 46533 "name": "Test TestUnion: test_ext_paths RemoteRemote", 46534 "type": "go", 46535 "request": "launch", 46536 "mode": "test", 46537 "program": "./cmd/bisync", 46538 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_ext_paths", "-no-cleanup"] 46539 }, 46540 { 46541 "name": "Test TestUnion: test_extended_filenames LocalRemote", 46542 "type": "go", 46543 "request": "launch", 46544 "mode": "test", 46545 "program": "./cmd/bisync", 46546 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_extended_filenames", "-no-cleanup"] 46547 }, 46548 { 46549 "name": "Test TestUnion: test_extended_filenames RemoteLocal", 46550 "type": "go", 46551 "request": "launch", 46552 "mode": "test", 46553 "program": "./cmd/bisync", 46554 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 46555 }, 46556 { 46557 "name": "Test TestUnion: test_extended_filenames RemoteRemote", 46558 "type": "go", 46559 "request": "launch", 46560 "mode": "test", 46561 "program": "./cmd/bisync", 46562 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_extended_filenames", "-no-cleanup"] 46563 }, 46564 { 46565 "name": "Test TestUnion: test_filters LocalRemote", 46566 "type": "go", 46567 "request": "launch", 46568 "mode": "test", 46569 "program": "./cmd/bisync", 46570 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_filters", "-no-cleanup"] 46571 }, 46572 { 46573 "name": "Test TestUnion: test_filters RemoteLocal", 46574 "type": "go", 46575 "request": "launch", 46576 "mode": "test", 46577 "program": "./cmd/bisync", 46578 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 46579 }, 46580 { 46581 "name": "Test TestUnion: test_filters RemoteRemote", 46582 "type": "go", 46583 "request": "launch", 46584 "mode": "test", 46585 "program": "./cmd/bisync", 46586 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_filters", "-no-cleanup"] 46587 }, 46588 { 46589 "name": "Test TestUnion: test_filtersfile_checks LocalRemote", 46590 "type": "go", 46591 "request": "launch", 46592 "mode": "test", 46593 "program": "./cmd/bisync", 46594 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_filtersfile_checks", "-no-cleanup"] 46595 }, 46596 { 46597 "name": "Test TestUnion: test_filtersfile_checks RemoteLocal", 46598 "type": "go", 46599 "request": "launch", 46600 "mode": "test", 46601 "program": "./cmd/bisync", 46602 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 46603 }, 46604 { 46605 "name": "Test TestUnion: test_filtersfile_checks RemoteRemote", 46606 "type": "go", 46607 "request": "launch", 46608 "mode": "test", 46609 "program": "./cmd/bisync", 46610 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_filtersfile_checks", "-no-cleanup"] 46611 }, 46612 { 46613 "name": "Test TestUnion: test_ignorelistingchecksum LocalRemote", 46614 "type": "go", 46615 "request": "launch", 46616 "mode": "test", 46617 "program": "./cmd/bisync", 46618 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 46619 }, 46620 { 46621 "name": "Test TestUnion: test_ignorelistingchecksum RemoteLocal", 46622 "type": "go", 46623 "request": "launch", 46624 "mode": "test", 46625 "program": "./cmd/bisync", 46626 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 46627 }, 46628 { 46629 "name": "Test TestUnion: test_ignorelistingchecksum RemoteRemote", 46630 "type": "go", 46631 "request": "launch", 46632 "mode": "test", 46633 "program": "./cmd/bisync", 46634 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 46635 }, 46636 { 46637 "name": "Test TestUnion: test_max_delete_path1 LocalRemote", 46638 "type": "go", 46639 "request": "launch", 46640 "mode": "test", 46641 "program": "./cmd/bisync", 46642 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_max_delete_path1", "-no-cleanup"] 46643 }, 46644 { 46645 "name": "Test TestUnion: test_max_delete_path1 RemoteLocal", 46646 "type": "go", 46647 "request": "launch", 46648 "mode": "test", 46649 "program": "./cmd/bisync", 46650 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 46651 }, 46652 { 46653 "name": "Test TestUnion: test_max_delete_path1 RemoteRemote", 46654 "type": "go", 46655 "request": "launch", 46656 "mode": "test", 46657 "program": "./cmd/bisync", 46658 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_max_delete_path1", "-no-cleanup"] 46659 }, 46660 { 46661 "name": "Test TestUnion: test_max_delete_path2_force LocalRemote", 46662 "type": "go", 46663 "request": "launch", 46664 "mode": "test", 46665 "program": "./cmd/bisync", 46666 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 46667 }, 46668 { 46669 "name": "Test TestUnion: test_max_delete_path2_force RemoteLocal", 46670 "type": "go", 46671 "request": "launch", 46672 "mode": "test", 46673 "program": "./cmd/bisync", 46674 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 46675 }, 46676 { 46677 "name": "Test TestUnion: test_max_delete_path2_force RemoteRemote", 46678 "type": "go", 46679 "request": "launch", 46680 "mode": "test", 46681 "program": "./cmd/bisync", 46682 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 46683 }, 46684 { 46685 "name": "Test TestUnion: test_nomodtime LocalRemote", 46686 "type": "go", 46687 "request": "launch", 46688 "mode": "test", 46689 "program": "./cmd/bisync", 46690 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_nomodtime", "-no-cleanup"] 46691 }, 46692 { 46693 "name": "Test TestUnion: test_nomodtime RemoteLocal", 46694 "type": "go", 46695 "request": "launch", 46696 "mode": "test", 46697 "program": "./cmd/bisync", 46698 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 46699 }, 46700 { 46701 "name": "Test TestUnion: test_nomodtime RemoteRemote", 46702 "type": "go", 46703 "request": "launch", 46704 "mode": "test", 46705 "program": "./cmd/bisync", 46706 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_nomodtime", "-no-cleanup"] 46707 }, 46708 { 46709 "name": "Test TestUnion: test_normalization LocalRemote", 46710 "type": "go", 46711 "request": "launch", 46712 "mode": "test", 46713 "program": "./cmd/bisync", 46714 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_normalization", "-no-cleanup"] 46715 }, 46716 { 46717 "name": "Test TestUnion: test_normalization RemoteLocal", 46718 "type": "go", 46719 "request": "launch", 46720 "mode": "test", 46721 "program": "./cmd/bisync", 46722 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 46723 }, 46724 { 46725 "name": "Test TestUnion: test_normalization RemoteRemote", 46726 "type": "go", 46727 "request": "launch", 46728 "mode": "test", 46729 "program": "./cmd/bisync", 46730 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_normalization", "-no-cleanup"] 46731 }, 46732 { 46733 "name": "Test TestUnion: test_rclone_args LocalRemote", 46734 "type": "go", 46735 "request": "launch", 46736 "mode": "test", 46737 "program": "./cmd/bisync", 46738 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_rclone_args", "-no-cleanup"] 46739 }, 46740 { 46741 "name": "Test TestUnion: test_rclone_args RemoteLocal", 46742 "type": "go", 46743 "request": "launch", 46744 "mode": "test", 46745 "program": "./cmd/bisync", 46746 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 46747 }, 46748 { 46749 "name": "Test TestUnion: test_rclone_args RemoteRemote", 46750 "type": "go", 46751 "request": "launch", 46752 "mode": "test", 46753 "program": "./cmd/bisync", 46754 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_rclone_args", "-no-cleanup"] 46755 }, 46756 { 46757 "name": "Test TestUnion: test_resolve LocalRemote", 46758 "type": "go", 46759 "request": "launch", 46760 "mode": "test", 46761 "program": "./cmd/bisync", 46762 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_resolve", "-no-cleanup"] 46763 }, 46764 { 46765 "name": "Test TestUnion: test_resolve RemoteLocal", 46766 "type": "go", 46767 "request": "launch", 46768 "mode": "test", 46769 "program": "./cmd/bisync", 46770 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 46771 }, 46772 { 46773 "name": "Test TestUnion: test_resolve RemoteRemote", 46774 "type": "go", 46775 "request": "launch", 46776 "mode": "test", 46777 "program": "./cmd/bisync", 46778 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_resolve", "-no-cleanup"] 46779 }, 46780 { 46781 "name": "Test TestUnion: test_resync LocalRemote", 46782 "type": "go", 46783 "request": "launch", 46784 "mode": "test", 46785 "program": "./cmd/bisync", 46786 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_resync", "-no-cleanup"] 46787 }, 46788 { 46789 "name": "Test TestUnion: test_resync RemoteLocal", 46790 "type": "go", 46791 "request": "launch", 46792 "mode": "test", 46793 "program": "./cmd/bisync", 46794 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 46795 }, 46796 { 46797 "name": "Test TestUnion: test_resync RemoteRemote", 46798 "type": "go", 46799 "request": "launch", 46800 "mode": "test", 46801 "program": "./cmd/bisync", 46802 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_resync", "-no-cleanup"] 46803 }, 46804 { 46805 "name": "Test TestUnion: test_resync_modes LocalRemote", 46806 "type": "go", 46807 "request": "launch", 46808 "mode": "test", 46809 "program": "./cmd/bisync", 46810 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_resync_modes", "-no-cleanup"] 46811 }, 46812 { 46813 "name": "Test TestUnion: test_resync_modes RemoteLocal", 46814 "type": "go", 46815 "request": "launch", 46816 "mode": "test", 46817 "program": "./cmd/bisync", 46818 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 46819 }, 46820 { 46821 "name": "Test TestUnion: test_resync_modes RemoteRemote", 46822 "type": "go", 46823 "request": "launch", 46824 "mode": "test", 46825 "program": "./cmd/bisync", 46826 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_resync_modes", "-no-cleanup"] 46827 }, 46828 { 46829 "name": "Test TestUnion: test_rmdirs LocalRemote", 46830 "type": "go", 46831 "request": "launch", 46832 "mode": "test", 46833 "program": "./cmd/bisync", 46834 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_rmdirs", "-no-cleanup"] 46835 }, 46836 { 46837 "name": "Test TestUnion: test_rmdirs RemoteLocal", 46838 "type": "go", 46839 "request": "launch", 46840 "mode": "test", 46841 "program": "./cmd/bisync", 46842 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 46843 }, 46844 { 46845 "name": "Test TestUnion: test_rmdirs RemoteRemote", 46846 "type": "go", 46847 "request": "launch", 46848 "mode": "test", 46849 "program": "./cmd/bisync", 46850 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_rmdirs", "-no-cleanup"] 46851 }, 46852 { 46853 "name": "Test TestUnion: test_volatile LocalRemote", 46854 "type": "go", 46855 "request": "launch", 46856 "mode": "test", 46857 "program": "./cmd/bisync", 46858 "args": ["-remote", "local", "-remote2", "TestUnion:", "-case", "test_volatile", "-no-cleanup"] 46859 }, 46860 { 46861 "name": "Test TestUnion: test_volatile RemoteLocal", 46862 "type": "go", 46863 "request": "launch", 46864 "mode": "test", 46865 "program": "./cmd/bisync", 46866 "args": ["-remote", "TestUnion:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 46867 }, 46868 { 46869 "name": "Test TestUnion: test_volatile RemoteRemote", 46870 "type": "go", 46871 "request": "launch", 46872 "mode": "test", 46873 "program": "./cmd/bisync", 46874 "args": ["-remote", "TestUnion:", "-remote2", "TestUnion:", "-case", "test_volatile", "-no-cleanup"] 46875 }, 46876 { 46877 "name": "Test TestKoofr: test_all_changed LocalRemote", 46878 "type": "go", 46879 "request": "launch", 46880 "mode": "test", 46881 "program": "./cmd/bisync", 46882 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_all_changed", "-no-cleanup"] 46883 }, 46884 { 46885 "name": "Test TestKoofr: test_all_changed RemoteLocal", 46886 "type": "go", 46887 "request": "launch", 46888 "mode": "test", 46889 "program": "./cmd/bisync", 46890 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 46891 }, 46892 { 46893 "name": "Test TestKoofr: test_all_changed RemoteRemote", 46894 "type": "go", 46895 "request": "launch", 46896 "mode": "test", 46897 "program": "./cmd/bisync", 46898 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_all_changed", "-no-cleanup"] 46899 }, 46900 { 46901 "name": "Test TestKoofr: test_backupdir LocalRemote", 46902 "type": "go", 46903 "request": "launch", 46904 "mode": "test", 46905 "program": "./cmd/bisync", 46906 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_backupdir", "-no-cleanup"] 46907 }, 46908 { 46909 "name": "Test TestKoofr: test_backupdir RemoteLocal", 46910 "type": "go", 46911 "request": "launch", 46912 "mode": "test", 46913 "program": "./cmd/bisync", 46914 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 46915 }, 46916 { 46917 "name": "Test TestKoofr: test_backupdir RemoteRemote", 46918 "type": "go", 46919 "request": "launch", 46920 "mode": "test", 46921 "program": "./cmd/bisync", 46922 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_backupdir", "-no-cleanup"] 46923 }, 46924 { 46925 "name": "Test TestKoofr: test_basic LocalRemote", 46926 "type": "go", 46927 "request": "launch", 46928 "mode": "test", 46929 "program": "./cmd/bisync", 46930 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_basic", "-no-cleanup"] 46931 }, 46932 { 46933 "name": "Test TestKoofr: test_basic RemoteLocal", 46934 "type": "go", 46935 "request": "launch", 46936 "mode": "test", 46937 "program": "./cmd/bisync", 46938 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 46939 }, 46940 { 46941 "name": "Test TestKoofr: test_basic RemoteRemote", 46942 "type": "go", 46943 "request": "launch", 46944 "mode": "test", 46945 "program": "./cmd/bisync", 46946 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_basic", "-no-cleanup"] 46947 }, 46948 { 46949 "name": "Test TestKoofr: test_changes LocalRemote", 46950 "type": "go", 46951 "request": "launch", 46952 "mode": "test", 46953 "program": "./cmd/bisync", 46954 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_changes", "-no-cleanup"] 46955 }, 46956 { 46957 "name": "Test TestKoofr: test_changes RemoteLocal", 46958 "type": "go", 46959 "request": "launch", 46960 "mode": "test", 46961 "program": "./cmd/bisync", 46962 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 46963 }, 46964 { 46965 "name": "Test TestKoofr: test_changes RemoteRemote", 46966 "type": "go", 46967 "request": "launch", 46968 "mode": "test", 46969 "program": "./cmd/bisync", 46970 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_changes", "-no-cleanup"] 46971 }, 46972 { 46973 "name": "Test TestKoofr: test_check_access LocalRemote", 46974 "type": "go", 46975 "request": "launch", 46976 "mode": "test", 46977 "program": "./cmd/bisync", 46978 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_check_access", "-no-cleanup"] 46979 }, 46980 { 46981 "name": "Test TestKoofr: test_check_access RemoteLocal", 46982 "type": "go", 46983 "request": "launch", 46984 "mode": "test", 46985 "program": "./cmd/bisync", 46986 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 46987 }, 46988 { 46989 "name": "Test TestKoofr: test_check_access RemoteRemote", 46990 "type": "go", 46991 "request": "launch", 46992 "mode": "test", 46993 "program": "./cmd/bisync", 46994 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_check_access", "-no-cleanup"] 46995 }, 46996 { 46997 "name": "Test TestKoofr: test_check_access_filters LocalRemote", 46998 "type": "go", 46999 "request": "launch", 47000 "mode": "test", 47001 "program": "./cmd/bisync", 47002 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_check_access_filters", "-no-cleanup"] 47003 }, 47004 { 47005 "name": "Test TestKoofr: test_check_access_filters RemoteLocal", 47006 "type": "go", 47007 "request": "launch", 47008 "mode": "test", 47009 "program": "./cmd/bisync", 47010 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 47011 }, 47012 { 47013 "name": "Test TestKoofr: test_check_access_filters RemoteRemote", 47014 "type": "go", 47015 "request": "launch", 47016 "mode": "test", 47017 "program": "./cmd/bisync", 47018 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_check_access_filters", "-no-cleanup"] 47019 }, 47020 { 47021 "name": "Test TestKoofr: test_check_filename LocalRemote", 47022 "type": "go", 47023 "request": "launch", 47024 "mode": "test", 47025 "program": "./cmd/bisync", 47026 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_check_filename", "-no-cleanup"] 47027 }, 47028 { 47029 "name": "Test TestKoofr: test_check_filename RemoteLocal", 47030 "type": "go", 47031 "request": "launch", 47032 "mode": "test", 47033 "program": "./cmd/bisync", 47034 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 47035 }, 47036 { 47037 "name": "Test TestKoofr: test_check_filename RemoteRemote", 47038 "type": "go", 47039 "request": "launch", 47040 "mode": "test", 47041 "program": "./cmd/bisync", 47042 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_check_filename", "-no-cleanup"] 47043 }, 47044 { 47045 "name": "Test TestKoofr: test_check_sync LocalRemote", 47046 "type": "go", 47047 "request": "launch", 47048 "mode": "test", 47049 "program": "./cmd/bisync", 47050 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_check_sync", "-no-cleanup"] 47051 }, 47052 { 47053 "name": "Test TestKoofr: test_check_sync RemoteLocal", 47054 "type": "go", 47055 "request": "launch", 47056 "mode": "test", 47057 "program": "./cmd/bisync", 47058 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 47059 }, 47060 { 47061 "name": "Test TestKoofr: test_check_sync RemoteRemote", 47062 "type": "go", 47063 "request": "launch", 47064 "mode": "test", 47065 "program": "./cmd/bisync", 47066 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_check_sync", "-no-cleanup"] 47067 }, 47068 { 47069 "name": "Test TestKoofr: test_compare_all LocalRemote", 47070 "type": "go", 47071 "request": "launch", 47072 "mode": "test", 47073 "program": "./cmd/bisync", 47074 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_compare_all", "-no-cleanup"] 47075 }, 47076 { 47077 "name": "Test TestKoofr: test_compare_all RemoteLocal", 47078 "type": "go", 47079 "request": "launch", 47080 "mode": "test", 47081 "program": "./cmd/bisync", 47082 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 47083 }, 47084 { 47085 "name": "Test TestKoofr: test_compare_all RemoteRemote", 47086 "type": "go", 47087 "request": "launch", 47088 "mode": "test", 47089 "program": "./cmd/bisync", 47090 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_compare_all", "-no-cleanup"] 47091 }, 47092 { 47093 "name": "Test TestKoofr: test_createemptysrcdirs LocalRemote", 47094 "type": "go", 47095 "request": "launch", 47096 "mode": "test", 47097 "program": "./cmd/bisync", 47098 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 47099 }, 47100 { 47101 "name": "Test TestKoofr: test_createemptysrcdirs RemoteLocal", 47102 "type": "go", 47103 "request": "launch", 47104 "mode": "test", 47105 "program": "./cmd/bisync", 47106 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 47107 }, 47108 { 47109 "name": "Test TestKoofr: test_createemptysrcdirs RemoteRemote", 47110 "type": "go", 47111 "request": "launch", 47112 "mode": "test", 47113 "program": "./cmd/bisync", 47114 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 47115 }, 47116 { 47117 "name": "Test TestKoofr: test_dry_run LocalRemote", 47118 "type": "go", 47119 "request": "launch", 47120 "mode": "test", 47121 "program": "./cmd/bisync", 47122 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_dry_run", "-no-cleanup"] 47123 }, 47124 { 47125 "name": "Test TestKoofr: test_dry_run RemoteLocal", 47126 "type": "go", 47127 "request": "launch", 47128 "mode": "test", 47129 "program": "./cmd/bisync", 47130 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 47131 }, 47132 { 47133 "name": "Test TestKoofr: test_dry_run RemoteRemote", 47134 "type": "go", 47135 "request": "launch", 47136 "mode": "test", 47137 "program": "./cmd/bisync", 47138 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_dry_run", "-no-cleanup"] 47139 }, 47140 { 47141 "name": "Test TestKoofr: test_equal LocalRemote", 47142 "type": "go", 47143 "request": "launch", 47144 "mode": "test", 47145 "program": "./cmd/bisync", 47146 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_equal", "-no-cleanup"] 47147 }, 47148 { 47149 "name": "Test TestKoofr: test_equal RemoteLocal", 47150 "type": "go", 47151 "request": "launch", 47152 "mode": "test", 47153 "program": "./cmd/bisync", 47154 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 47155 }, 47156 { 47157 "name": "Test TestKoofr: test_equal RemoteRemote", 47158 "type": "go", 47159 "request": "launch", 47160 "mode": "test", 47161 "program": "./cmd/bisync", 47162 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_equal", "-no-cleanup"] 47163 }, 47164 { 47165 "name": "Test TestKoofr: test_ext_paths LocalRemote", 47166 "type": "go", 47167 "request": "launch", 47168 "mode": "test", 47169 "program": "./cmd/bisync", 47170 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_ext_paths", "-no-cleanup"] 47171 }, 47172 { 47173 "name": "Test TestKoofr: test_ext_paths RemoteLocal", 47174 "type": "go", 47175 "request": "launch", 47176 "mode": "test", 47177 "program": "./cmd/bisync", 47178 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 47179 }, 47180 { 47181 "name": "Test TestKoofr: test_ext_paths RemoteRemote", 47182 "type": "go", 47183 "request": "launch", 47184 "mode": "test", 47185 "program": "./cmd/bisync", 47186 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_ext_paths", "-no-cleanup"] 47187 }, 47188 { 47189 "name": "Test TestKoofr: test_extended_filenames LocalRemote", 47190 "type": "go", 47191 "request": "launch", 47192 "mode": "test", 47193 "program": "./cmd/bisync", 47194 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_extended_filenames", "-no-cleanup"] 47195 }, 47196 { 47197 "name": "Test TestKoofr: test_extended_filenames RemoteLocal", 47198 "type": "go", 47199 "request": "launch", 47200 "mode": "test", 47201 "program": "./cmd/bisync", 47202 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 47203 }, 47204 { 47205 "name": "Test TestKoofr: test_extended_filenames RemoteRemote", 47206 "type": "go", 47207 "request": "launch", 47208 "mode": "test", 47209 "program": "./cmd/bisync", 47210 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_extended_filenames", "-no-cleanup"] 47211 }, 47212 { 47213 "name": "Test TestKoofr: test_filters LocalRemote", 47214 "type": "go", 47215 "request": "launch", 47216 "mode": "test", 47217 "program": "./cmd/bisync", 47218 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_filters", "-no-cleanup"] 47219 }, 47220 { 47221 "name": "Test TestKoofr: test_filters RemoteLocal", 47222 "type": "go", 47223 "request": "launch", 47224 "mode": "test", 47225 "program": "./cmd/bisync", 47226 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 47227 }, 47228 { 47229 "name": "Test TestKoofr: test_filters RemoteRemote", 47230 "type": "go", 47231 "request": "launch", 47232 "mode": "test", 47233 "program": "./cmd/bisync", 47234 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_filters", "-no-cleanup"] 47235 }, 47236 { 47237 "name": "Test TestKoofr: test_filtersfile_checks LocalRemote", 47238 "type": "go", 47239 "request": "launch", 47240 "mode": "test", 47241 "program": "./cmd/bisync", 47242 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_filtersfile_checks", "-no-cleanup"] 47243 }, 47244 { 47245 "name": "Test TestKoofr: test_filtersfile_checks RemoteLocal", 47246 "type": "go", 47247 "request": "launch", 47248 "mode": "test", 47249 "program": "./cmd/bisync", 47250 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 47251 }, 47252 { 47253 "name": "Test TestKoofr: test_filtersfile_checks RemoteRemote", 47254 "type": "go", 47255 "request": "launch", 47256 "mode": "test", 47257 "program": "./cmd/bisync", 47258 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_filtersfile_checks", "-no-cleanup"] 47259 }, 47260 { 47261 "name": "Test TestKoofr: test_ignorelistingchecksum LocalRemote", 47262 "type": "go", 47263 "request": "launch", 47264 "mode": "test", 47265 "program": "./cmd/bisync", 47266 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 47267 }, 47268 { 47269 "name": "Test TestKoofr: test_ignorelistingchecksum RemoteLocal", 47270 "type": "go", 47271 "request": "launch", 47272 "mode": "test", 47273 "program": "./cmd/bisync", 47274 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 47275 }, 47276 { 47277 "name": "Test TestKoofr: test_ignorelistingchecksum RemoteRemote", 47278 "type": "go", 47279 "request": "launch", 47280 "mode": "test", 47281 "program": "./cmd/bisync", 47282 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 47283 }, 47284 { 47285 "name": "Test TestKoofr: test_max_delete_path1 LocalRemote", 47286 "type": "go", 47287 "request": "launch", 47288 "mode": "test", 47289 "program": "./cmd/bisync", 47290 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_max_delete_path1", "-no-cleanup"] 47291 }, 47292 { 47293 "name": "Test TestKoofr: test_max_delete_path1 RemoteLocal", 47294 "type": "go", 47295 "request": "launch", 47296 "mode": "test", 47297 "program": "./cmd/bisync", 47298 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 47299 }, 47300 { 47301 "name": "Test TestKoofr: test_max_delete_path1 RemoteRemote", 47302 "type": "go", 47303 "request": "launch", 47304 "mode": "test", 47305 "program": "./cmd/bisync", 47306 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_max_delete_path1", "-no-cleanup"] 47307 }, 47308 { 47309 "name": "Test TestKoofr: test_max_delete_path2_force LocalRemote", 47310 "type": "go", 47311 "request": "launch", 47312 "mode": "test", 47313 "program": "./cmd/bisync", 47314 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 47315 }, 47316 { 47317 "name": "Test TestKoofr: test_max_delete_path2_force RemoteLocal", 47318 "type": "go", 47319 "request": "launch", 47320 "mode": "test", 47321 "program": "./cmd/bisync", 47322 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 47323 }, 47324 { 47325 "name": "Test TestKoofr: test_max_delete_path2_force RemoteRemote", 47326 "type": "go", 47327 "request": "launch", 47328 "mode": "test", 47329 "program": "./cmd/bisync", 47330 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 47331 }, 47332 { 47333 "name": "Test TestKoofr: test_nomodtime LocalRemote", 47334 "type": "go", 47335 "request": "launch", 47336 "mode": "test", 47337 "program": "./cmd/bisync", 47338 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_nomodtime", "-no-cleanup"] 47339 }, 47340 { 47341 "name": "Test TestKoofr: test_nomodtime RemoteLocal", 47342 "type": "go", 47343 "request": "launch", 47344 "mode": "test", 47345 "program": "./cmd/bisync", 47346 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 47347 }, 47348 { 47349 "name": "Test TestKoofr: test_nomodtime RemoteRemote", 47350 "type": "go", 47351 "request": "launch", 47352 "mode": "test", 47353 "program": "./cmd/bisync", 47354 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_nomodtime", "-no-cleanup"] 47355 }, 47356 { 47357 "name": "Test TestKoofr: test_normalization LocalRemote", 47358 "type": "go", 47359 "request": "launch", 47360 "mode": "test", 47361 "program": "./cmd/bisync", 47362 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_normalization", "-no-cleanup"] 47363 }, 47364 { 47365 "name": "Test TestKoofr: test_normalization RemoteLocal", 47366 "type": "go", 47367 "request": "launch", 47368 "mode": "test", 47369 "program": "./cmd/bisync", 47370 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 47371 }, 47372 { 47373 "name": "Test TestKoofr: test_normalization RemoteRemote", 47374 "type": "go", 47375 "request": "launch", 47376 "mode": "test", 47377 "program": "./cmd/bisync", 47378 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_normalization", "-no-cleanup"] 47379 }, 47380 { 47381 "name": "Test TestKoofr: test_rclone_args LocalRemote", 47382 "type": "go", 47383 "request": "launch", 47384 "mode": "test", 47385 "program": "./cmd/bisync", 47386 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_rclone_args", "-no-cleanup"] 47387 }, 47388 { 47389 "name": "Test TestKoofr: test_rclone_args RemoteLocal", 47390 "type": "go", 47391 "request": "launch", 47392 "mode": "test", 47393 "program": "./cmd/bisync", 47394 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 47395 }, 47396 { 47397 "name": "Test TestKoofr: test_rclone_args RemoteRemote", 47398 "type": "go", 47399 "request": "launch", 47400 "mode": "test", 47401 "program": "./cmd/bisync", 47402 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_rclone_args", "-no-cleanup"] 47403 }, 47404 { 47405 "name": "Test TestKoofr: test_resolve LocalRemote", 47406 "type": "go", 47407 "request": "launch", 47408 "mode": "test", 47409 "program": "./cmd/bisync", 47410 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_resolve", "-no-cleanup"] 47411 }, 47412 { 47413 "name": "Test TestKoofr: test_resolve RemoteLocal", 47414 "type": "go", 47415 "request": "launch", 47416 "mode": "test", 47417 "program": "./cmd/bisync", 47418 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 47419 }, 47420 { 47421 "name": "Test TestKoofr: test_resolve RemoteRemote", 47422 "type": "go", 47423 "request": "launch", 47424 "mode": "test", 47425 "program": "./cmd/bisync", 47426 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_resolve", "-no-cleanup"] 47427 }, 47428 { 47429 "name": "Test TestKoofr: test_resync LocalRemote", 47430 "type": "go", 47431 "request": "launch", 47432 "mode": "test", 47433 "program": "./cmd/bisync", 47434 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_resync", "-no-cleanup"] 47435 }, 47436 { 47437 "name": "Test TestKoofr: test_resync RemoteLocal", 47438 "type": "go", 47439 "request": "launch", 47440 "mode": "test", 47441 "program": "./cmd/bisync", 47442 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 47443 }, 47444 { 47445 "name": "Test TestKoofr: test_resync RemoteRemote", 47446 "type": "go", 47447 "request": "launch", 47448 "mode": "test", 47449 "program": "./cmd/bisync", 47450 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_resync", "-no-cleanup"] 47451 }, 47452 { 47453 "name": "Test TestKoofr: test_resync_modes LocalRemote", 47454 "type": "go", 47455 "request": "launch", 47456 "mode": "test", 47457 "program": "./cmd/bisync", 47458 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_resync_modes", "-no-cleanup"] 47459 }, 47460 { 47461 "name": "Test TestKoofr: test_resync_modes RemoteLocal", 47462 "type": "go", 47463 "request": "launch", 47464 "mode": "test", 47465 "program": "./cmd/bisync", 47466 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 47467 }, 47468 { 47469 "name": "Test TestKoofr: test_resync_modes RemoteRemote", 47470 "type": "go", 47471 "request": "launch", 47472 "mode": "test", 47473 "program": "./cmd/bisync", 47474 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_resync_modes", "-no-cleanup"] 47475 }, 47476 { 47477 "name": "Test TestKoofr: test_rmdirs LocalRemote", 47478 "type": "go", 47479 "request": "launch", 47480 "mode": "test", 47481 "program": "./cmd/bisync", 47482 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_rmdirs", "-no-cleanup"] 47483 }, 47484 { 47485 "name": "Test TestKoofr: test_rmdirs RemoteLocal", 47486 "type": "go", 47487 "request": "launch", 47488 "mode": "test", 47489 "program": "./cmd/bisync", 47490 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 47491 }, 47492 { 47493 "name": "Test TestKoofr: test_rmdirs RemoteRemote", 47494 "type": "go", 47495 "request": "launch", 47496 "mode": "test", 47497 "program": "./cmd/bisync", 47498 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_rmdirs", "-no-cleanup"] 47499 }, 47500 { 47501 "name": "Test TestKoofr: test_volatile LocalRemote", 47502 "type": "go", 47503 "request": "launch", 47504 "mode": "test", 47505 "program": "./cmd/bisync", 47506 "args": ["-remote", "local", "-remote2", "TestKoofr:", "-case", "test_volatile", "-no-cleanup"] 47507 }, 47508 { 47509 "name": "Test TestKoofr: test_volatile RemoteLocal", 47510 "type": "go", 47511 "request": "launch", 47512 "mode": "test", 47513 "program": "./cmd/bisync", 47514 "args": ["-remote", "TestKoofr:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 47515 }, 47516 { 47517 "name": "Test TestKoofr: test_volatile RemoteRemote", 47518 "type": "go", 47519 "request": "launch", 47520 "mode": "test", 47521 "program": "./cmd/bisync", 47522 "args": ["-remote", "TestKoofr:", "-remote2", "TestKoofr:", "-case", "test_volatile", "-no-cleanup"] 47523 }, 47524 { 47525 "name": "Test TestLinkbox: test_all_changed LocalRemote", 47526 "type": "go", 47527 "request": "launch", 47528 "mode": "test", 47529 "program": "./cmd/bisync", 47530 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_all_changed", "-no-cleanup"] 47531 }, 47532 { 47533 "name": "Test TestLinkbox: test_all_changed RemoteLocal", 47534 "type": "go", 47535 "request": "launch", 47536 "mode": "test", 47537 "program": "./cmd/bisync", 47538 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 47539 }, 47540 { 47541 "name": "Test TestLinkbox: test_all_changed RemoteRemote", 47542 "type": "go", 47543 "request": "launch", 47544 "mode": "test", 47545 "program": "./cmd/bisync", 47546 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_all_changed", "-no-cleanup"] 47547 }, 47548 { 47549 "name": "Test TestLinkbox: test_backupdir LocalRemote", 47550 "type": "go", 47551 "request": "launch", 47552 "mode": "test", 47553 "program": "./cmd/bisync", 47554 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_backupdir", "-no-cleanup"] 47555 }, 47556 { 47557 "name": "Test TestLinkbox: test_backupdir RemoteLocal", 47558 "type": "go", 47559 "request": "launch", 47560 "mode": "test", 47561 "program": "./cmd/bisync", 47562 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 47563 }, 47564 { 47565 "name": "Test TestLinkbox: test_backupdir RemoteRemote", 47566 "type": "go", 47567 "request": "launch", 47568 "mode": "test", 47569 "program": "./cmd/bisync", 47570 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_backupdir", "-no-cleanup"] 47571 }, 47572 { 47573 "name": "Test TestLinkbox: test_basic LocalRemote", 47574 "type": "go", 47575 "request": "launch", 47576 "mode": "test", 47577 "program": "./cmd/bisync", 47578 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_basic", "-no-cleanup"] 47579 }, 47580 { 47581 "name": "Test TestLinkbox: test_basic RemoteLocal", 47582 "type": "go", 47583 "request": "launch", 47584 "mode": "test", 47585 "program": "./cmd/bisync", 47586 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 47587 }, 47588 { 47589 "name": "Test TestLinkbox: test_basic RemoteRemote", 47590 "type": "go", 47591 "request": "launch", 47592 "mode": "test", 47593 "program": "./cmd/bisync", 47594 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_basic", "-no-cleanup"] 47595 }, 47596 { 47597 "name": "Test TestLinkbox: test_changes LocalRemote", 47598 "type": "go", 47599 "request": "launch", 47600 "mode": "test", 47601 "program": "./cmd/bisync", 47602 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_changes", "-no-cleanup"] 47603 }, 47604 { 47605 "name": "Test TestLinkbox: test_changes RemoteLocal", 47606 "type": "go", 47607 "request": "launch", 47608 "mode": "test", 47609 "program": "./cmd/bisync", 47610 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 47611 }, 47612 { 47613 "name": "Test TestLinkbox: test_changes RemoteRemote", 47614 "type": "go", 47615 "request": "launch", 47616 "mode": "test", 47617 "program": "./cmd/bisync", 47618 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_changes", "-no-cleanup"] 47619 }, 47620 { 47621 "name": "Test TestLinkbox: test_check_access LocalRemote", 47622 "type": "go", 47623 "request": "launch", 47624 "mode": "test", 47625 "program": "./cmd/bisync", 47626 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_check_access", "-no-cleanup"] 47627 }, 47628 { 47629 "name": "Test TestLinkbox: test_check_access RemoteLocal", 47630 "type": "go", 47631 "request": "launch", 47632 "mode": "test", 47633 "program": "./cmd/bisync", 47634 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 47635 }, 47636 { 47637 "name": "Test TestLinkbox: test_check_access RemoteRemote", 47638 "type": "go", 47639 "request": "launch", 47640 "mode": "test", 47641 "program": "./cmd/bisync", 47642 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_check_access", "-no-cleanup"] 47643 }, 47644 { 47645 "name": "Test TestLinkbox: test_check_access_filters LocalRemote", 47646 "type": "go", 47647 "request": "launch", 47648 "mode": "test", 47649 "program": "./cmd/bisync", 47650 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_check_access_filters", "-no-cleanup"] 47651 }, 47652 { 47653 "name": "Test TestLinkbox: test_check_access_filters RemoteLocal", 47654 "type": "go", 47655 "request": "launch", 47656 "mode": "test", 47657 "program": "./cmd/bisync", 47658 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 47659 }, 47660 { 47661 "name": "Test TestLinkbox: test_check_access_filters RemoteRemote", 47662 "type": "go", 47663 "request": "launch", 47664 "mode": "test", 47665 "program": "./cmd/bisync", 47666 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_check_access_filters", "-no-cleanup"] 47667 }, 47668 { 47669 "name": "Test TestLinkbox: test_check_filename LocalRemote", 47670 "type": "go", 47671 "request": "launch", 47672 "mode": "test", 47673 "program": "./cmd/bisync", 47674 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_check_filename", "-no-cleanup"] 47675 }, 47676 { 47677 "name": "Test TestLinkbox: test_check_filename RemoteLocal", 47678 "type": "go", 47679 "request": "launch", 47680 "mode": "test", 47681 "program": "./cmd/bisync", 47682 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 47683 }, 47684 { 47685 "name": "Test TestLinkbox: test_check_filename RemoteRemote", 47686 "type": "go", 47687 "request": "launch", 47688 "mode": "test", 47689 "program": "./cmd/bisync", 47690 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_check_filename", "-no-cleanup"] 47691 }, 47692 { 47693 "name": "Test TestLinkbox: test_check_sync LocalRemote", 47694 "type": "go", 47695 "request": "launch", 47696 "mode": "test", 47697 "program": "./cmd/bisync", 47698 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_check_sync", "-no-cleanup"] 47699 }, 47700 { 47701 "name": "Test TestLinkbox: test_check_sync RemoteLocal", 47702 "type": "go", 47703 "request": "launch", 47704 "mode": "test", 47705 "program": "./cmd/bisync", 47706 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 47707 }, 47708 { 47709 "name": "Test TestLinkbox: test_check_sync RemoteRemote", 47710 "type": "go", 47711 "request": "launch", 47712 "mode": "test", 47713 "program": "./cmd/bisync", 47714 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_check_sync", "-no-cleanup"] 47715 }, 47716 { 47717 "name": "Test TestLinkbox: test_compare_all LocalRemote", 47718 "type": "go", 47719 "request": "launch", 47720 "mode": "test", 47721 "program": "./cmd/bisync", 47722 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_compare_all", "-no-cleanup"] 47723 }, 47724 { 47725 "name": "Test TestLinkbox: test_compare_all RemoteLocal", 47726 "type": "go", 47727 "request": "launch", 47728 "mode": "test", 47729 "program": "./cmd/bisync", 47730 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 47731 }, 47732 { 47733 "name": "Test TestLinkbox: test_compare_all RemoteRemote", 47734 "type": "go", 47735 "request": "launch", 47736 "mode": "test", 47737 "program": "./cmd/bisync", 47738 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_compare_all", "-no-cleanup"] 47739 }, 47740 { 47741 "name": "Test TestLinkbox: test_createemptysrcdirs LocalRemote", 47742 "type": "go", 47743 "request": "launch", 47744 "mode": "test", 47745 "program": "./cmd/bisync", 47746 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 47747 }, 47748 { 47749 "name": "Test TestLinkbox: test_createemptysrcdirs RemoteLocal", 47750 "type": "go", 47751 "request": "launch", 47752 "mode": "test", 47753 "program": "./cmd/bisync", 47754 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 47755 }, 47756 { 47757 "name": "Test TestLinkbox: test_createemptysrcdirs RemoteRemote", 47758 "type": "go", 47759 "request": "launch", 47760 "mode": "test", 47761 "program": "./cmd/bisync", 47762 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 47763 }, 47764 { 47765 "name": "Test TestLinkbox: test_dry_run LocalRemote", 47766 "type": "go", 47767 "request": "launch", 47768 "mode": "test", 47769 "program": "./cmd/bisync", 47770 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_dry_run", "-no-cleanup"] 47771 }, 47772 { 47773 "name": "Test TestLinkbox: test_dry_run RemoteLocal", 47774 "type": "go", 47775 "request": "launch", 47776 "mode": "test", 47777 "program": "./cmd/bisync", 47778 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 47779 }, 47780 { 47781 "name": "Test TestLinkbox: test_dry_run RemoteRemote", 47782 "type": "go", 47783 "request": "launch", 47784 "mode": "test", 47785 "program": "./cmd/bisync", 47786 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_dry_run", "-no-cleanup"] 47787 }, 47788 { 47789 "name": "Test TestLinkbox: test_equal LocalRemote", 47790 "type": "go", 47791 "request": "launch", 47792 "mode": "test", 47793 "program": "./cmd/bisync", 47794 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_equal", "-no-cleanup"] 47795 }, 47796 { 47797 "name": "Test TestLinkbox: test_equal RemoteLocal", 47798 "type": "go", 47799 "request": "launch", 47800 "mode": "test", 47801 "program": "./cmd/bisync", 47802 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 47803 }, 47804 { 47805 "name": "Test TestLinkbox: test_equal RemoteRemote", 47806 "type": "go", 47807 "request": "launch", 47808 "mode": "test", 47809 "program": "./cmd/bisync", 47810 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_equal", "-no-cleanup"] 47811 }, 47812 { 47813 "name": "Test TestLinkbox: test_ext_paths LocalRemote", 47814 "type": "go", 47815 "request": "launch", 47816 "mode": "test", 47817 "program": "./cmd/bisync", 47818 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_ext_paths", "-no-cleanup"] 47819 }, 47820 { 47821 "name": "Test TestLinkbox: test_ext_paths RemoteLocal", 47822 "type": "go", 47823 "request": "launch", 47824 "mode": "test", 47825 "program": "./cmd/bisync", 47826 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 47827 }, 47828 { 47829 "name": "Test TestLinkbox: test_ext_paths RemoteRemote", 47830 "type": "go", 47831 "request": "launch", 47832 "mode": "test", 47833 "program": "./cmd/bisync", 47834 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_ext_paths", "-no-cleanup"] 47835 }, 47836 { 47837 "name": "Test TestLinkbox: test_extended_filenames LocalRemote", 47838 "type": "go", 47839 "request": "launch", 47840 "mode": "test", 47841 "program": "./cmd/bisync", 47842 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_extended_filenames", "-no-cleanup"] 47843 }, 47844 { 47845 "name": "Test TestLinkbox: test_extended_filenames RemoteLocal", 47846 "type": "go", 47847 "request": "launch", 47848 "mode": "test", 47849 "program": "./cmd/bisync", 47850 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 47851 }, 47852 { 47853 "name": "Test TestLinkbox: test_extended_filenames RemoteRemote", 47854 "type": "go", 47855 "request": "launch", 47856 "mode": "test", 47857 "program": "./cmd/bisync", 47858 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_extended_filenames", "-no-cleanup"] 47859 }, 47860 { 47861 "name": "Test TestLinkbox: test_filters LocalRemote", 47862 "type": "go", 47863 "request": "launch", 47864 "mode": "test", 47865 "program": "./cmd/bisync", 47866 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_filters", "-no-cleanup"] 47867 }, 47868 { 47869 "name": "Test TestLinkbox: test_filters RemoteLocal", 47870 "type": "go", 47871 "request": "launch", 47872 "mode": "test", 47873 "program": "./cmd/bisync", 47874 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 47875 }, 47876 { 47877 "name": "Test TestLinkbox: test_filters RemoteRemote", 47878 "type": "go", 47879 "request": "launch", 47880 "mode": "test", 47881 "program": "./cmd/bisync", 47882 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_filters", "-no-cleanup"] 47883 }, 47884 { 47885 "name": "Test TestLinkbox: test_filtersfile_checks LocalRemote", 47886 "type": "go", 47887 "request": "launch", 47888 "mode": "test", 47889 "program": "./cmd/bisync", 47890 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_filtersfile_checks", "-no-cleanup"] 47891 }, 47892 { 47893 "name": "Test TestLinkbox: test_filtersfile_checks RemoteLocal", 47894 "type": "go", 47895 "request": "launch", 47896 "mode": "test", 47897 "program": "./cmd/bisync", 47898 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 47899 }, 47900 { 47901 "name": "Test TestLinkbox: test_filtersfile_checks RemoteRemote", 47902 "type": "go", 47903 "request": "launch", 47904 "mode": "test", 47905 "program": "./cmd/bisync", 47906 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_filtersfile_checks", "-no-cleanup"] 47907 }, 47908 { 47909 "name": "Test TestLinkbox: test_ignorelistingchecksum LocalRemote", 47910 "type": "go", 47911 "request": "launch", 47912 "mode": "test", 47913 "program": "./cmd/bisync", 47914 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 47915 }, 47916 { 47917 "name": "Test TestLinkbox: test_ignorelistingchecksum RemoteLocal", 47918 "type": "go", 47919 "request": "launch", 47920 "mode": "test", 47921 "program": "./cmd/bisync", 47922 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 47923 }, 47924 { 47925 "name": "Test TestLinkbox: test_ignorelistingchecksum RemoteRemote", 47926 "type": "go", 47927 "request": "launch", 47928 "mode": "test", 47929 "program": "./cmd/bisync", 47930 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 47931 }, 47932 { 47933 "name": "Test TestLinkbox: test_max_delete_path1 LocalRemote", 47934 "type": "go", 47935 "request": "launch", 47936 "mode": "test", 47937 "program": "./cmd/bisync", 47938 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_max_delete_path1", "-no-cleanup"] 47939 }, 47940 { 47941 "name": "Test TestLinkbox: test_max_delete_path1 RemoteLocal", 47942 "type": "go", 47943 "request": "launch", 47944 "mode": "test", 47945 "program": "./cmd/bisync", 47946 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 47947 }, 47948 { 47949 "name": "Test TestLinkbox: test_max_delete_path1 RemoteRemote", 47950 "type": "go", 47951 "request": "launch", 47952 "mode": "test", 47953 "program": "./cmd/bisync", 47954 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_max_delete_path1", "-no-cleanup"] 47955 }, 47956 { 47957 "name": "Test TestLinkbox: test_max_delete_path2_force LocalRemote", 47958 "type": "go", 47959 "request": "launch", 47960 "mode": "test", 47961 "program": "./cmd/bisync", 47962 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 47963 }, 47964 { 47965 "name": "Test TestLinkbox: test_max_delete_path2_force RemoteLocal", 47966 "type": "go", 47967 "request": "launch", 47968 "mode": "test", 47969 "program": "./cmd/bisync", 47970 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 47971 }, 47972 { 47973 "name": "Test TestLinkbox: test_max_delete_path2_force RemoteRemote", 47974 "type": "go", 47975 "request": "launch", 47976 "mode": "test", 47977 "program": "./cmd/bisync", 47978 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 47979 }, 47980 { 47981 "name": "Test TestLinkbox: test_nomodtime LocalRemote", 47982 "type": "go", 47983 "request": "launch", 47984 "mode": "test", 47985 "program": "./cmd/bisync", 47986 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_nomodtime", "-no-cleanup"] 47987 }, 47988 { 47989 "name": "Test TestLinkbox: test_nomodtime RemoteLocal", 47990 "type": "go", 47991 "request": "launch", 47992 "mode": "test", 47993 "program": "./cmd/bisync", 47994 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 47995 }, 47996 { 47997 "name": "Test TestLinkbox: test_nomodtime RemoteRemote", 47998 "type": "go", 47999 "request": "launch", 48000 "mode": "test", 48001 "program": "./cmd/bisync", 48002 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_nomodtime", "-no-cleanup"] 48003 }, 48004 { 48005 "name": "Test TestLinkbox: test_normalization LocalRemote", 48006 "type": "go", 48007 "request": "launch", 48008 "mode": "test", 48009 "program": "./cmd/bisync", 48010 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_normalization", "-no-cleanup"] 48011 }, 48012 { 48013 "name": "Test TestLinkbox: test_normalization RemoteLocal", 48014 "type": "go", 48015 "request": "launch", 48016 "mode": "test", 48017 "program": "./cmd/bisync", 48018 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 48019 }, 48020 { 48021 "name": "Test TestLinkbox: test_normalization RemoteRemote", 48022 "type": "go", 48023 "request": "launch", 48024 "mode": "test", 48025 "program": "./cmd/bisync", 48026 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_normalization", "-no-cleanup"] 48027 }, 48028 { 48029 "name": "Test TestLinkbox: test_rclone_args LocalRemote", 48030 "type": "go", 48031 "request": "launch", 48032 "mode": "test", 48033 "program": "./cmd/bisync", 48034 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_rclone_args", "-no-cleanup"] 48035 }, 48036 { 48037 "name": "Test TestLinkbox: test_rclone_args RemoteLocal", 48038 "type": "go", 48039 "request": "launch", 48040 "mode": "test", 48041 "program": "./cmd/bisync", 48042 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 48043 }, 48044 { 48045 "name": "Test TestLinkbox: test_rclone_args RemoteRemote", 48046 "type": "go", 48047 "request": "launch", 48048 "mode": "test", 48049 "program": "./cmd/bisync", 48050 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_rclone_args", "-no-cleanup"] 48051 }, 48052 { 48053 "name": "Test TestLinkbox: test_resolve LocalRemote", 48054 "type": "go", 48055 "request": "launch", 48056 "mode": "test", 48057 "program": "./cmd/bisync", 48058 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_resolve", "-no-cleanup"] 48059 }, 48060 { 48061 "name": "Test TestLinkbox: test_resolve RemoteLocal", 48062 "type": "go", 48063 "request": "launch", 48064 "mode": "test", 48065 "program": "./cmd/bisync", 48066 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 48067 }, 48068 { 48069 "name": "Test TestLinkbox: test_resolve RemoteRemote", 48070 "type": "go", 48071 "request": "launch", 48072 "mode": "test", 48073 "program": "./cmd/bisync", 48074 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_resolve", "-no-cleanup"] 48075 }, 48076 { 48077 "name": "Test TestLinkbox: test_resync LocalRemote", 48078 "type": "go", 48079 "request": "launch", 48080 "mode": "test", 48081 "program": "./cmd/bisync", 48082 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_resync", "-no-cleanup"] 48083 }, 48084 { 48085 "name": "Test TestLinkbox: test_resync RemoteLocal", 48086 "type": "go", 48087 "request": "launch", 48088 "mode": "test", 48089 "program": "./cmd/bisync", 48090 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 48091 }, 48092 { 48093 "name": "Test TestLinkbox: test_resync RemoteRemote", 48094 "type": "go", 48095 "request": "launch", 48096 "mode": "test", 48097 "program": "./cmd/bisync", 48098 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_resync", "-no-cleanup"] 48099 }, 48100 { 48101 "name": "Test TestLinkbox: test_resync_modes LocalRemote", 48102 "type": "go", 48103 "request": "launch", 48104 "mode": "test", 48105 "program": "./cmd/bisync", 48106 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_resync_modes", "-no-cleanup"] 48107 }, 48108 { 48109 "name": "Test TestLinkbox: test_resync_modes RemoteLocal", 48110 "type": "go", 48111 "request": "launch", 48112 "mode": "test", 48113 "program": "./cmd/bisync", 48114 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 48115 }, 48116 { 48117 "name": "Test TestLinkbox: test_resync_modes RemoteRemote", 48118 "type": "go", 48119 "request": "launch", 48120 "mode": "test", 48121 "program": "./cmd/bisync", 48122 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_resync_modes", "-no-cleanup"] 48123 }, 48124 { 48125 "name": "Test TestLinkbox: test_rmdirs LocalRemote", 48126 "type": "go", 48127 "request": "launch", 48128 "mode": "test", 48129 "program": "./cmd/bisync", 48130 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_rmdirs", "-no-cleanup"] 48131 }, 48132 { 48133 "name": "Test TestLinkbox: test_rmdirs RemoteLocal", 48134 "type": "go", 48135 "request": "launch", 48136 "mode": "test", 48137 "program": "./cmd/bisync", 48138 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 48139 }, 48140 { 48141 "name": "Test TestLinkbox: test_rmdirs RemoteRemote", 48142 "type": "go", 48143 "request": "launch", 48144 "mode": "test", 48145 "program": "./cmd/bisync", 48146 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_rmdirs", "-no-cleanup"] 48147 }, 48148 { 48149 "name": "Test TestLinkbox: test_volatile LocalRemote", 48150 "type": "go", 48151 "request": "launch", 48152 "mode": "test", 48153 "program": "./cmd/bisync", 48154 "args": ["-remote", "local", "-remote2", "TestLinkbox:", "-case", "test_volatile", "-no-cleanup"] 48155 }, 48156 { 48157 "name": "Test TestLinkbox: test_volatile RemoteLocal", 48158 "type": "go", 48159 "request": "launch", 48160 "mode": "test", 48161 "program": "./cmd/bisync", 48162 "args": ["-remote", "TestLinkbox:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 48163 }, 48164 { 48165 "name": "Test TestLinkbox: test_volatile RemoteRemote", 48166 "type": "go", 48167 "request": "launch", 48168 "mode": "test", 48169 "program": "./cmd/bisync", 48170 "args": ["-remote", "TestLinkbox:", "-remote2", "TestLinkbox:", "-case", "test_volatile", "-no-cleanup"] 48171 }, 48172 { 48173 "name": "Test TestPremiumizeMe: test_all_changed LocalRemote", 48174 "type": "go", 48175 "request": "launch", 48176 "mode": "test", 48177 "program": "./cmd/bisync", 48178 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_all_changed", "-no-cleanup"] 48179 }, 48180 { 48181 "name": "Test TestPremiumizeMe: test_all_changed RemoteLocal", 48182 "type": "go", 48183 "request": "launch", 48184 "mode": "test", 48185 "program": "./cmd/bisync", 48186 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 48187 }, 48188 { 48189 "name": "Test TestPremiumizeMe: test_all_changed RemoteRemote", 48190 "type": "go", 48191 "request": "launch", 48192 "mode": "test", 48193 "program": "./cmd/bisync", 48194 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_all_changed", "-no-cleanup"] 48195 }, 48196 { 48197 "name": "Test TestPremiumizeMe: test_backupdir LocalRemote", 48198 "type": "go", 48199 "request": "launch", 48200 "mode": "test", 48201 "program": "./cmd/bisync", 48202 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_backupdir", "-no-cleanup"] 48203 }, 48204 { 48205 "name": "Test TestPremiumizeMe: test_backupdir RemoteLocal", 48206 "type": "go", 48207 "request": "launch", 48208 "mode": "test", 48209 "program": "./cmd/bisync", 48210 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 48211 }, 48212 { 48213 "name": "Test TestPremiumizeMe: test_backupdir RemoteRemote", 48214 "type": "go", 48215 "request": "launch", 48216 "mode": "test", 48217 "program": "./cmd/bisync", 48218 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_backupdir", "-no-cleanup"] 48219 }, 48220 { 48221 "name": "Test TestPremiumizeMe: test_basic LocalRemote", 48222 "type": "go", 48223 "request": "launch", 48224 "mode": "test", 48225 "program": "./cmd/bisync", 48226 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_basic", "-no-cleanup"] 48227 }, 48228 { 48229 "name": "Test TestPremiumizeMe: test_basic RemoteLocal", 48230 "type": "go", 48231 "request": "launch", 48232 "mode": "test", 48233 "program": "./cmd/bisync", 48234 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 48235 }, 48236 { 48237 "name": "Test TestPremiumizeMe: test_basic RemoteRemote", 48238 "type": "go", 48239 "request": "launch", 48240 "mode": "test", 48241 "program": "./cmd/bisync", 48242 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_basic", "-no-cleanup"] 48243 }, 48244 { 48245 "name": "Test TestPremiumizeMe: test_changes LocalRemote", 48246 "type": "go", 48247 "request": "launch", 48248 "mode": "test", 48249 "program": "./cmd/bisync", 48250 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_changes", "-no-cleanup"] 48251 }, 48252 { 48253 "name": "Test TestPremiumizeMe: test_changes RemoteLocal", 48254 "type": "go", 48255 "request": "launch", 48256 "mode": "test", 48257 "program": "./cmd/bisync", 48258 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 48259 }, 48260 { 48261 "name": "Test TestPremiumizeMe: test_changes RemoteRemote", 48262 "type": "go", 48263 "request": "launch", 48264 "mode": "test", 48265 "program": "./cmd/bisync", 48266 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_changes", "-no-cleanup"] 48267 }, 48268 { 48269 "name": "Test TestPremiumizeMe: test_check_access LocalRemote", 48270 "type": "go", 48271 "request": "launch", 48272 "mode": "test", 48273 "program": "./cmd/bisync", 48274 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_check_access", "-no-cleanup"] 48275 }, 48276 { 48277 "name": "Test TestPremiumizeMe: test_check_access RemoteLocal", 48278 "type": "go", 48279 "request": "launch", 48280 "mode": "test", 48281 "program": "./cmd/bisync", 48282 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 48283 }, 48284 { 48285 "name": "Test TestPremiumizeMe: test_check_access RemoteRemote", 48286 "type": "go", 48287 "request": "launch", 48288 "mode": "test", 48289 "program": "./cmd/bisync", 48290 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_check_access", "-no-cleanup"] 48291 }, 48292 { 48293 "name": "Test TestPremiumizeMe: test_check_access_filters LocalRemote", 48294 "type": "go", 48295 "request": "launch", 48296 "mode": "test", 48297 "program": "./cmd/bisync", 48298 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_check_access_filters", "-no-cleanup"] 48299 }, 48300 { 48301 "name": "Test TestPremiumizeMe: test_check_access_filters RemoteLocal", 48302 "type": "go", 48303 "request": "launch", 48304 "mode": "test", 48305 "program": "./cmd/bisync", 48306 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 48307 }, 48308 { 48309 "name": "Test TestPremiumizeMe: test_check_access_filters RemoteRemote", 48310 "type": "go", 48311 "request": "launch", 48312 "mode": "test", 48313 "program": "./cmd/bisync", 48314 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_check_access_filters", "-no-cleanup"] 48315 }, 48316 { 48317 "name": "Test TestPremiumizeMe: test_check_filename LocalRemote", 48318 "type": "go", 48319 "request": "launch", 48320 "mode": "test", 48321 "program": "./cmd/bisync", 48322 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_check_filename", "-no-cleanup"] 48323 }, 48324 { 48325 "name": "Test TestPremiumizeMe: test_check_filename RemoteLocal", 48326 "type": "go", 48327 "request": "launch", 48328 "mode": "test", 48329 "program": "./cmd/bisync", 48330 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 48331 }, 48332 { 48333 "name": "Test TestPremiumizeMe: test_check_filename RemoteRemote", 48334 "type": "go", 48335 "request": "launch", 48336 "mode": "test", 48337 "program": "./cmd/bisync", 48338 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_check_filename", "-no-cleanup"] 48339 }, 48340 { 48341 "name": "Test TestPremiumizeMe: test_check_sync LocalRemote", 48342 "type": "go", 48343 "request": "launch", 48344 "mode": "test", 48345 "program": "./cmd/bisync", 48346 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_check_sync", "-no-cleanup"] 48347 }, 48348 { 48349 "name": "Test TestPremiumizeMe: test_check_sync RemoteLocal", 48350 "type": "go", 48351 "request": "launch", 48352 "mode": "test", 48353 "program": "./cmd/bisync", 48354 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 48355 }, 48356 { 48357 "name": "Test TestPremiumizeMe: test_check_sync RemoteRemote", 48358 "type": "go", 48359 "request": "launch", 48360 "mode": "test", 48361 "program": "./cmd/bisync", 48362 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_check_sync", "-no-cleanup"] 48363 }, 48364 { 48365 "name": "Test TestPremiumizeMe: test_compare_all LocalRemote", 48366 "type": "go", 48367 "request": "launch", 48368 "mode": "test", 48369 "program": "./cmd/bisync", 48370 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_compare_all", "-no-cleanup"] 48371 }, 48372 { 48373 "name": "Test TestPremiumizeMe: test_compare_all RemoteLocal", 48374 "type": "go", 48375 "request": "launch", 48376 "mode": "test", 48377 "program": "./cmd/bisync", 48378 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 48379 }, 48380 { 48381 "name": "Test TestPremiumizeMe: test_compare_all RemoteRemote", 48382 "type": "go", 48383 "request": "launch", 48384 "mode": "test", 48385 "program": "./cmd/bisync", 48386 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_compare_all", "-no-cleanup"] 48387 }, 48388 { 48389 "name": "Test TestPremiumizeMe: test_createemptysrcdirs LocalRemote", 48390 "type": "go", 48391 "request": "launch", 48392 "mode": "test", 48393 "program": "./cmd/bisync", 48394 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 48395 }, 48396 { 48397 "name": "Test TestPremiumizeMe: test_createemptysrcdirs RemoteLocal", 48398 "type": "go", 48399 "request": "launch", 48400 "mode": "test", 48401 "program": "./cmd/bisync", 48402 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 48403 }, 48404 { 48405 "name": "Test TestPremiumizeMe: test_createemptysrcdirs RemoteRemote", 48406 "type": "go", 48407 "request": "launch", 48408 "mode": "test", 48409 "program": "./cmd/bisync", 48410 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 48411 }, 48412 { 48413 "name": "Test TestPremiumizeMe: test_dry_run LocalRemote", 48414 "type": "go", 48415 "request": "launch", 48416 "mode": "test", 48417 "program": "./cmd/bisync", 48418 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_dry_run", "-no-cleanup"] 48419 }, 48420 { 48421 "name": "Test TestPremiumizeMe: test_dry_run RemoteLocal", 48422 "type": "go", 48423 "request": "launch", 48424 "mode": "test", 48425 "program": "./cmd/bisync", 48426 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 48427 }, 48428 { 48429 "name": "Test TestPremiumizeMe: test_dry_run RemoteRemote", 48430 "type": "go", 48431 "request": "launch", 48432 "mode": "test", 48433 "program": "./cmd/bisync", 48434 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_dry_run", "-no-cleanup"] 48435 }, 48436 { 48437 "name": "Test TestPremiumizeMe: test_equal LocalRemote", 48438 "type": "go", 48439 "request": "launch", 48440 "mode": "test", 48441 "program": "./cmd/bisync", 48442 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_equal", "-no-cleanup"] 48443 }, 48444 { 48445 "name": "Test TestPremiumizeMe: test_equal RemoteLocal", 48446 "type": "go", 48447 "request": "launch", 48448 "mode": "test", 48449 "program": "./cmd/bisync", 48450 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 48451 }, 48452 { 48453 "name": "Test TestPremiumizeMe: test_equal RemoteRemote", 48454 "type": "go", 48455 "request": "launch", 48456 "mode": "test", 48457 "program": "./cmd/bisync", 48458 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_equal", "-no-cleanup"] 48459 }, 48460 { 48461 "name": "Test TestPremiumizeMe: test_ext_paths LocalRemote", 48462 "type": "go", 48463 "request": "launch", 48464 "mode": "test", 48465 "program": "./cmd/bisync", 48466 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_ext_paths", "-no-cleanup"] 48467 }, 48468 { 48469 "name": "Test TestPremiumizeMe: test_ext_paths RemoteLocal", 48470 "type": "go", 48471 "request": "launch", 48472 "mode": "test", 48473 "program": "./cmd/bisync", 48474 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 48475 }, 48476 { 48477 "name": "Test TestPremiumizeMe: test_ext_paths RemoteRemote", 48478 "type": "go", 48479 "request": "launch", 48480 "mode": "test", 48481 "program": "./cmd/bisync", 48482 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_ext_paths", "-no-cleanup"] 48483 }, 48484 { 48485 "name": "Test TestPremiumizeMe: test_extended_filenames LocalRemote", 48486 "type": "go", 48487 "request": "launch", 48488 "mode": "test", 48489 "program": "./cmd/bisync", 48490 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_extended_filenames", "-no-cleanup"] 48491 }, 48492 { 48493 "name": "Test TestPremiumizeMe: test_extended_filenames RemoteLocal", 48494 "type": "go", 48495 "request": "launch", 48496 "mode": "test", 48497 "program": "./cmd/bisync", 48498 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 48499 }, 48500 { 48501 "name": "Test TestPremiumizeMe: test_extended_filenames RemoteRemote", 48502 "type": "go", 48503 "request": "launch", 48504 "mode": "test", 48505 "program": "./cmd/bisync", 48506 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_extended_filenames", "-no-cleanup"] 48507 }, 48508 { 48509 "name": "Test TestPremiumizeMe: test_filters LocalRemote", 48510 "type": "go", 48511 "request": "launch", 48512 "mode": "test", 48513 "program": "./cmd/bisync", 48514 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_filters", "-no-cleanup"] 48515 }, 48516 { 48517 "name": "Test TestPremiumizeMe: test_filters RemoteLocal", 48518 "type": "go", 48519 "request": "launch", 48520 "mode": "test", 48521 "program": "./cmd/bisync", 48522 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 48523 }, 48524 { 48525 "name": "Test TestPremiumizeMe: test_filters RemoteRemote", 48526 "type": "go", 48527 "request": "launch", 48528 "mode": "test", 48529 "program": "./cmd/bisync", 48530 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_filters", "-no-cleanup"] 48531 }, 48532 { 48533 "name": "Test TestPremiumizeMe: test_filtersfile_checks LocalRemote", 48534 "type": "go", 48535 "request": "launch", 48536 "mode": "test", 48537 "program": "./cmd/bisync", 48538 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_filtersfile_checks", "-no-cleanup"] 48539 }, 48540 { 48541 "name": "Test TestPremiumizeMe: test_filtersfile_checks RemoteLocal", 48542 "type": "go", 48543 "request": "launch", 48544 "mode": "test", 48545 "program": "./cmd/bisync", 48546 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 48547 }, 48548 { 48549 "name": "Test TestPremiumizeMe: test_filtersfile_checks RemoteRemote", 48550 "type": "go", 48551 "request": "launch", 48552 "mode": "test", 48553 "program": "./cmd/bisync", 48554 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_filtersfile_checks", "-no-cleanup"] 48555 }, 48556 { 48557 "name": "Test TestPremiumizeMe: test_ignorelistingchecksum LocalRemote", 48558 "type": "go", 48559 "request": "launch", 48560 "mode": "test", 48561 "program": "./cmd/bisync", 48562 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 48563 }, 48564 { 48565 "name": "Test TestPremiumizeMe: test_ignorelistingchecksum RemoteLocal", 48566 "type": "go", 48567 "request": "launch", 48568 "mode": "test", 48569 "program": "./cmd/bisync", 48570 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 48571 }, 48572 { 48573 "name": "Test TestPremiumizeMe: test_ignorelistingchecksum RemoteRemote", 48574 "type": "go", 48575 "request": "launch", 48576 "mode": "test", 48577 "program": "./cmd/bisync", 48578 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 48579 }, 48580 { 48581 "name": "Test TestPremiumizeMe: test_max_delete_path1 LocalRemote", 48582 "type": "go", 48583 "request": "launch", 48584 "mode": "test", 48585 "program": "./cmd/bisync", 48586 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_max_delete_path1", "-no-cleanup"] 48587 }, 48588 { 48589 "name": "Test TestPremiumizeMe: test_max_delete_path1 RemoteLocal", 48590 "type": "go", 48591 "request": "launch", 48592 "mode": "test", 48593 "program": "./cmd/bisync", 48594 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 48595 }, 48596 { 48597 "name": "Test TestPremiumizeMe: test_max_delete_path1 RemoteRemote", 48598 "type": "go", 48599 "request": "launch", 48600 "mode": "test", 48601 "program": "./cmd/bisync", 48602 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_max_delete_path1", "-no-cleanup"] 48603 }, 48604 { 48605 "name": "Test TestPremiumizeMe: test_max_delete_path2_force LocalRemote", 48606 "type": "go", 48607 "request": "launch", 48608 "mode": "test", 48609 "program": "./cmd/bisync", 48610 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 48611 }, 48612 { 48613 "name": "Test TestPremiumizeMe: test_max_delete_path2_force RemoteLocal", 48614 "type": "go", 48615 "request": "launch", 48616 "mode": "test", 48617 "program": "./cmd/bisync", 48618 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 48619 }, 48620 { 48621 "name": "Test TestPremiumizeMe: test_max_delete_path2_force RemoteRemote", 48622 "type": "go", 48623 "request": "launch", 48624 "mode": "test", 48625 "program": "./cmd/bisync", 48626 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 48627 }, 48628 { 48629 "name": "Test TestPremiumizeMe: test_nomodtime LocalRemote", 48630 "type": "go", 48631 "request": "launch", 48632 "mode": "test", 48633 "program": "./cmd/bisync", 48634 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_nomodtime", "-no-cleanup"] 48635 }, 48636 { 48637 "name": "Test TestPremiumizeMe: test_nomodtime RemoteLocal", 48638 "type": "go", 48639 "request": "launch", 48640 "mode": "test", 48641 "program": "./cmd/bisync", 48642 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 48643 }, 48644 { 48645 "name": "Test TestPremiumizeMe: test_nomodtime RemoteRemote", 48646 "type": "go", 48647 "request": "launch", 48648 "mode": "test", 48649 "program": "./cmd/bisync", 48650 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_nomodtime", "-no-cleanup"] 48651 }, 48652 { 48653 "name": "Test TestPremiumizeMe: test_normalization LocalRemote", 48654 "type": "go", 48655 "request": "launch", 48656 "mode": "test", 48657 "program": "./cmd/bisync", 48658 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_normalization", "-no-cleanup"] 48659 }, 48660 { 48661 "name": "Test TestPremiumizeMe: test_normalization RemoteLocal", 48662 "type": "go", 48663 "request": "launch", 48664 "mode": "test", 48665 "program": "./cmd/bisync", 48666 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 48667 }, 48668 { 48669 "name": "Test TestPremiumizeMe: test_normalization RemoteRemote", 48670 "type": "go", 48671 "request": "launch", 48672 "mode": "test", 48673 "program": "./cmd/bisync", 48674 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_normalization", "-no-cleanup"] 48675 }, 48676 { 48677 "name": "Test TestPremiumizeMe: test_rclone_args LocalRemote", 48678 "type": "go", 48679 "request": "launch", 48680 "mode": "test", 48681 "program": "./cmd/bisync", 48682 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_rclone_args", "-no-cleanup"] 48683 }, 48684 { 48685 "name": "Test TestPremiumizeMe: test_rclone_args RemoteLocal", 48686 "type": "go", 48687 "request": "launch", 48688 "mode": "test", 48689 "program": "./cmd/bisync", 48690 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 48691 }, 48692 { 48693 "name": "Test TestPremiumizeMe: test_rclone_args RemoteRemote", 48694 "type": "go", 48695 "request": "launch", 48696 "mode": "test", 48697 "program": "./cmd/bisync", 48698 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_rclone_args", "-no-cleanup"] 48699 }, 48700 { 48701 "name": "Test TestPremiumizeMe: test_resolve LocalRemote", 48702 "type": "go", 48703 "request": "launch", 48704 "mode": "test", 48705 "program": "./cmd/bisync", 48706 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_resolve", "-no-cleanup"] 48707 }, 48708 { 48709 "name": "Test TestPremiumizeMe: test_resolve RemoteLocal", 48710 "type": "go", 48711 "request": "launch", 48712 "mode": "test", 48713 "program": "./cmd/bisync", 48714 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 48715 }, 48716 { 48717 "name": "Test TestPremiumizeMe: test_resolve RemoteRemote", 48718 "type": "go", 48719 "request": "launch", 48720 "mode": "test", 48721 "program": "./cmd/bisync", 48722 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_resolve", "-no-cleanup"] 48723 }, 48724 { 48725 "name": "Test TestPremiumizeMe: test_resync LocalRemote", 48726 "type": "go", 48727 "request": "launch", 48728 "mode": "test", 48729 "program": "./cmd/bisync", 48730 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_resync", "-no-cleanup"] 48731 }, 48732 { 48733 "name": "Test TestPremiumizeMe: test_resync RemoteLocal", 48734 "type": "go", 48735 "request": "launch", 48736 "mode": "test", 48737 "program": "./cmd/bisync", 48738 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 48739 }, 48740 { 48741 "name": "Test TestPremiumizeMe: test_resync RemoteRemote", 48742 "type": "go", 48743 "request": "launch", 48744 "mode": "test", 48745 "program": "./cmd/bisync", 48746 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_resync", "-no-cleanup"] 48747 }, 48748 { 48749 "name": "Test TestPremiumizeMe: test_resync_modes LocalRemote", 48750 "type": "go", 48751 "request": "launch", 48752 "mode": "test", 48753 "program": "./cmd/bisync", 48754 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_resync_modes", "-no-cleanup"] 48755 }, 48756 { 48757 "name": "Test TestPremiumizeMe: test_resync_modes RemoteLocal", 48758 "type": "go", 48759 "request": "launch", 48760 "mode": "test", 48761 "program": "./cmd/bisync", 48762 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 48763 }, 48764 { 48765 "name": "Test TestPremiumizeMe: test_resync_modes RemoteRemote", 48766 "type": "go", 48767 "request": "launch", 48768 "mode": "test", 48769 "program": "./cmd/bisync", 48770 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_resync_modes", "-no-cleanup"] 48771 }, 48772 { 48773 "name": "Test TestPremiumizeMe: test_rmdirs LocalRemote", 48774 "type": "go", 48775 "request": "launch", 48776 "mode": "test", 48777 "program": "./cmd/bisync", 48778 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_rmdirs", "-no-cleanup"] 48779 }, 48780 { 48781 "name": "Test TestPremiumizeMe: test_rmdirs RemoteLocal", 48782 "type": "go", 48783 "request": "launch", 48784 "mode": "test", 48785 "program": "./cmd/bisync", 48786 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 48787 }, 48788 { 48789 "name": "Test TestPremiumizeMe: test_rmdirs RemoteRemote", 48790 "type": "go", 48791 "request": "launch", 48792 "mode": "test", 48793 "program": "./cmd/bisync", 48794 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_rmdirs", "-no-cleanup"] 48795 }, 48796 { 48797 "name": "Test TestPremiumizeMe: test_volatile LocalRemote", 48798 "type": "go", 48799 "request": "launch", 48800 "mode": "test", 48801 "program": "./cmd/bisync", 48802 "args": ["-remote", "local", "-remote2", "TestPremiumizeMe:", "-case", "test_volatile", "-no-cleanup"] 48803 }, 48804 { 48805 "name": "Test TestPremiumizeMe: test_volatile RemoteLocal", 48806 "type": "go", 48807 "request": "launch", 48808 "mode": "test", 48809 "program": "./cmd/bisync", 48810 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 48811 }, 48812 { 48813 "name": "Test TestPremiumizeMe: test_volatile RemoteRemote", 48814 "type": "go", 48815 "request": "launch", 48816 "mode": "test", 48817 "program": "./cmd/bisync", 48818 "args": ["-remote", "TestPremiumizeMe:", "-remote2", "TestPremiumizeMe:", "-case", "test_volatile", "-no-cleanup"] 48819 }, 48820 { 48821 "name": "Test TestProtonDrive: test_all_changed LocalRemote", 48822 "type": "go", 48823 "request": "launch", 48824 "mode": "test", 48825 "program": "./cmd/bisync", 48826 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_all_changed", "-no-cleanup"] 48827 }, 48828 { 48829 "name": "Test TestProtonDrive: test_all_changed RemoteLocal", 48830 "type": "go", 48831 "request": "launch", 48832 "mode": "test", 48833 "program": "./cmd/bisync", 48834 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 48835 }, 48836 { 48837 "name": "Test TestProtonDrive: test_all_changed RemoteRemote", 48838 "type": "go", 48839 "request": "launch", 48840 "mode": "test", 48841 "program": "./cmd/bisync", 48842 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_all_changed", "-no-cleanup"] 48843 }, 48844 { 48845 "name": "Test TestProtonDrive: test_backupdir LocalRemote", 48846 "type": "go", 48847 "request": "launch", 48848 "mode": "test", 48849 "program": "./cmd/bisync", 48850 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_backupdir", "-no-cleanup"] 48851 }, 48852 { 48853 "name": "Test TestProtonDrive: test_backupdir RemoteLocal", 48854 "type": "go", 48855 "request": "launch", 48856 "mode": "test", 48857 "program": "./cmd/bisync", 48858 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 48859 }, 48860 { 48861 "name": "Test TestProtonDrive: test_backupdir RemoteRemote", 48862 "type": "go", 48863 "request": "launch", 48864 "mode": "test", 48865 "program": "./cmd/bisync", 48866 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_backupdir", "-no-cleanup"] 48867 }, 48868 { 48869 "name": "Test TestProtonDrive: test_basic LocalRemote", 48870 "type": "go", 48871 "request": "launch", 48872 "mode": "test", 48873 "program": "./cmd/bisync", 48874 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_basic", "-no-cleanup"] 48875 }, 48876 { 48877 "name": "Test TestProtonDrive: test_basic RemoteLocal", 48878 "type": "go", 48879 "request": "launch", 48880 "mode": "test", 48881 "program": "./cmd/bisync", 48882 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 48883 }, 48884 { 48885 "name": "Test TestProtonDrive: test_basic RemoteRemote", 48886 "type": "go", 48887 "request": "launch", 48888 "mode": "test", 48889 "program": "./cmd/bisync", 48890 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_basic", "-no-cleanup"] 48891 }, 48892 { 48893 "name": "Test TestProtonDrive: test_changes LocalRemote", 48894 "type": "go", 48895 "request": "launch", 48896 "mode": "test", 48897 "program": "./cmd/bisync", 48898 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_changes", "-no-cleanup"] 48899 }, 48900 { 48901 "name": "Test TestProtonDrive: test_changes RemoteLocal", 48902 "type": "go", 48903 "request": "launch", 48904 "mode": "test", 48905 "program": "./cmd/bisync", 48906 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 48907 }, 48908 { 48909 "name": "Test TestProtonDrive: test_changes RemoteRemote", 48910 "type": "go", 48911 "request": "launch", 48912 "mode": "test", 48913 "program": "./cmd/bisync", 48914 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_changes", "-no-cleanup"] 48915 }, 48916 { 48917 "name": "Test TestProtonDrive: test_check_access LocalRemote", 48918 "type": "go", 48919 "request": "launch", 48920 "mode": "test", 48921 "program": "./cmd/bisync", 48922 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_check_access", "-no-cleanup"] 48923 }, 48924 { 48925 "name": "Test TestProtonDrive: test_check_access RemoteLocal", 48926 "type": "go", 48927 "request": "launch", 48928 "mode": "test", 48929 "program": "./cmd/bisync", 48930 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 48931 }, 48932 { 48933 "name": "Test TestProtonDrive: test_check_access RemoteRemote", 48934 "type": "go", 48935 "request": "launch", 48936 "mode": "test", 48937 "program": "./cmd/bisync", 48938 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_check_access", "-no-cleanup"] 48939 }, 48940 { 48941 "name": "Test TestProtonDrive: test_check_access_filters LocalRemote", 48942 "type": "go", 48943 "request": "launch", 48944 "mode": "test", 48945 "program": "./cmd/bisync", 48946 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_check_access_filters", "-no-cleanup"] 48947 }, 48948 { 48949 "name": "Test TestProtonDrive: test_check_access_filters RemoteLocal", 48950 "type": "go", 48951 "request": "launch", 48952 "mode": "test", 48953 "program": "./cmd/bisync", 48954 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 48955 }, 48956 { 48957 "name": "Test TestProtonDrive: test_check_access_filters RemoteRemote", 48958 "type": "go", 48959 "request": "launch", 48960 "mode": "test", 48961 "program": "./cmd/bisync", 48962 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_check_access_filters", "-no-cleanup"] 48963 }, 48964 { 48965 "name": "Test TestProtonDrive: test_check_filename LocalRemote", 48966 "type": "go", 48967 "request": "launch", 48968 "mode": "test", 48969 "program": "./cmd/bisync", 48970 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_check_filename", "-no-cleanup"] 48971 }, 48972 { 48973 "name": "Test TestProtonDrive: test_check_filename RemoteLocal", 48974 "type": "go", 48975 "request": "launch", 48976 "mode": "test", 48977 "program": "./cmd/bisync", 48978 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 48979 }, 48980 { 48981 "name": "Test TestProtonDrive: test_check_filename RemoteRemote", 48982 "type": "go", 48983 "request": "launch", 48984 "mode": "test", 48985 "program": "./cmd/bisync", 48986 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_check_filename", "-no-cleanup"] 48987 }, 48988 { 48989 "name": "Test TestProtonDrive: test_check_sync LocalRemote", 48990 "type": "go", 48991 "request": "launch", 48992 "mode": "test", 48993 "program": "./cmd/bisync", 48994 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_check_sync", "-no-cleanup"] 48995 }, 48996 { 48997 "name": "Test TestProtonDrive: test_check_sync RemoteLocal", 48998 "type": "go", 48999 "request": "launch", 49000 "mode": "test", 49001 "program": "./cmd/bisync", 49002 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 49003 }, 49004 { 49005 "name": "Test TestProtonDrive: test_check_sync RemoteRemote", 49006 "type": "go", 49007 "request": "launch", 49008 "mode": "test", 49009 "program": "./cmd/bisync", 49010 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_check_sync", "-no-cleanup"] 49011 }, 49012 { 49013 "name": "Test TestProtonDrive: test_compare_all LocalRemote", 49014 "type": "go", 49015 "request": "launch", 49016 "mode": "test", 49017 "program": "./cmd/bisync", 49018 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_compare_all", "-no-cleanup"] 49019 }, 49020 { 49021 "name": "Test TestProtonDrive: test_compare_all RemoteLocal", 49022 "type": "go", 49023 "request": "launch", 49024 "mode": "test", 49025 "program": "./cmd/bisync", 49026 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 49027 }, 49028 { 49029 "name": "Test TestProtonDrive: test_compare_all RemoteRemote", 49030 "type": "go", 49031 "request": "launch", 49032 "mode": "test", 49033 "program": "./cmd/bisync", 49034 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_compare_all", "-no-cleanup"] 49035 }, 49036 { 49037 "name": "Test TestProtonDrive: test_createemptysrcdirs LocalRemote", 49038 "type": "go", 49039 "request": "launch", 49040 "mode": "test", 49041 "program": "./cmd/bisync", 49042 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 49043 }, 49044 { 49045 "name": "Test TestProtonDrive: test_createemptysrcdirs RemoteLocal", 49046 "type": "go", 49047 "request": "launch", 49048 "mode": "test", 49049 "program": "./cmd/bisync", 49050 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 49051 }, 49052 { 49053 "name": "Test TestProtonDrive: test_createemptysrcdirs RemoteRemote", 49054 "type": "go", 49055 "request": "launch", 49056 "mode": "test", 49057 "program": "./cmd/bisync", 49058 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 49059 }, 49060 { 49061 "name": "Test TestProtonDrive: test_dry_run LocalRemote", 49062 "type": "go", 49063 "request": "launch", 49064 "mode": "test", 49065 "program": "./cmd/bisync", 49066 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_dry_run", "-no-cleanup"] 49067 }, 49068 { 49069 "name": "Test TestProtonDrive: test_dry_run RemoteLocal", 49070 "type": "go", 49071 "request": "launch", 49072 "mode": "test", 49073 "program": "./cmd/bisync", 49074 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 49075 }, 49076 { 49077 "name": "Test TestProtonDrive: test_dry_run RemoteRemote", 49078 "type": "go", 49079 "request": "launch", 49080 "mode": "test", 49081 "program": "./cmd/bisync", 49082 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_dry_run", "-no-cleanup"] 49083 }, 49084 { 49085 "name": "Test TestProtonDrive: test_equal LocalRemote", 49086 "type": "go", 49087 "request": "launch", 49088 "mode": "test", 49089 "program": "./cmd/bisync", 49090 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_equal", "-no-cleanup"] 49091 }, 49092 { 49093 "name": "Test TestProtonDrive: test_equal RemoteLocal", 49094 "type": "go", 49095 "request": "launch", 49096 "mode": "test", 49097 "program": "./cmd/bisync", 49098 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 49099 }, 49100 { 49101 "name": "Test TestProtonDrive: test_equal RemoteRemote", 49102 "type": "go", 49103 "request": "launch", 49104 "mode": "test", 49105 "program": "./cmd/bisync", 49106 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_equal", "-no-cleanup"] 49107 }, 49108 { 49109 "name": "Test TestProtonDrive: test_ext_paths LocalRemote", 49110 "type": "go", 49111 "request": "launch", 49112 "mode": "test", 49113 "program": "./cmd/bisync", 49114 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_ext_paths", "-no-cleanup"] 49115 }, 49116 { 49117 "name": "Test TestProtonDrive: test_ext_paths RemoteLocal", 49118 "type": "go", 49119 "request": "launch", 49120 "mode": "test", 49121 "program": "./cmd/bisync", 49122 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 49123 }, 49124 { 49125 "name": "Test TestProtonDrive: test_ext_paths RemoteRemote", 49126 "type": "go", 49127 "request": "launch", 49128 "mode": "test", 49129 "program": "./cmd/bisync", 49130 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_ext_paths", "-no-cleanup"] 49131 }, 49132 { 49133 "name": "Test TestProtonDrive: test_extended_filenames LocalRemote", 49134 "type": "go", 49135 "request": "launch", 49136 "mode": "test", 49137 "program": "./cmd/bisync", 49138 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_extended_filenames", "-no-cleanup"] 49139 }, 49140 { 49141 "name": "Test TestProtonDrive: test_extended_filenames RemoteLocal", 49142 "type": "go", 49143 "request": "launch", 49144 "mode": "test", 49145 "program": "./cmd/bisync", 49146 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 49147 }, 49148 { 49149 "name": "Test TestProtonDrive: test_extended_filenames RemoteRemote", 49150 "type": "go", 49151 "request": "launch", 49152 "mode": "test", 49153 "program": "./cmd/bisync", 49154 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_extended_filenames", "-no-cleanup"] 49155 }, 49156 { 49157 "name": "Test TestProtonDrive: test_filters LocalRemote", 49158 "type": "go", 49159 "request": "launch", 49160 "mode": "test", 49161 "program": "./cmd/bisync", 49162 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_filters", "-no-cleanup"] 49163 }, 49164 { 49165 "name": "Test TestProtonDrive: test_filters RemoteLocal", 49166 "type": "go", 49167 "request": "launch", 49168 "mode": "test", 49169 "program": "./cmd/bisync", 49170 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 49171 }, 49172 { 49173 "name": "Test TestProtonDrive: test_filters RemoteRemote", 49174 "type": "go", 49175 "request": "launch", 49176 "mode": "test", 49177 "program": "./cmd/bisync", 49178 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_filters", "-no-cleanup"] 49179 }, 49180 { 49181 "name": "Test TestProtonDrive: test_filtersfile_checks LocalRemote", 49182 "type": "go", 49183 "request": "launch", 49184 "mode": "test", 49185 "program": "./cmd/bisync", 49186 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_filtersfile_checks", "-no-cleanup"] 49187 }, 49188 { 49189 "name": "Test TestProtonDrive: test_filtersfile_checks RemoteLocal", 49190 "type": "go", 49191 "request": "launch", 49192 "mode": "test", 49193 "program": "./cmd/bisync", 49194 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 49195 }, 49196 { 49197 "name": "Test TestProtonDrive: test_filtersfile_checks RemoteRemote", 49198 "type": "go", 49199 "request": "launch", 49200 "mode": "test", 49201 "program": "./cmd/bisync", 49202 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_filtersfile_checks", "-no-cleanup"] 49203 }, 49204 { 49205 "name": "Test TestProtonDrive: test_ignorelistingchecksum LocalRemote", 49206 "type": "go", 49207 "request": "launch", 49208 "mode": "test", 49209 "program": "./cmd/bisync", 49210 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 49211 }, 49212 { 49213 "name": "Test TestProtonDrive: test_ignorelistingchecksum RemoteLocal", 49214 "type": "go", 49215 "request": "launch", 49216 "mode": "test", 49217 "program": "./cmd/bisync", 49218 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 49219 }, 49220 { 49221 "name": "Test TestProtonDrive: test_ignorelistingchecksum RemoteRemote", 49222 "type": "go", 49223 "request": "launch", 49224 "mode": "test", 49225 "program": "./cmd/bisync", 49226 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 49227 }, 49228 { 49229 "name": "Test TestProtonDrive: test_max_delete_path1 LocalRemote", 49230 "type": "go", 49231 "request": "launch", 49232 "mode": "test", 49233 "program": "./cmd/bisync", 49234 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_max_delete_path1", "-no-cleanup"] 49235 }, 49236 { 49237 "name": "Test TestProtonDrive: test_max_delete_path1 RemoteLocal", 49238 "type": "go", 49239 "request": "launch", 49240 "mode": "test", 49241 "program": "./cmd/bisync", 49242 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 49243 }, 49244 { 49245 "name": "Test TestProtonDrive: test_max_delete_path1 RemoteRemote", 49246 "type": "go", 49247 "request": "launch", 49248 "mode": "test", 49249 "program": "./cmd/bisync", 49250 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_max_delete_path1", "-no-cleanup"] 49251 }, 49252 { 49253 "name": "Test TestProtonDrive: test_max_delete_path2_force LocalRemote", 49254 "type": "go", 49255 "request": "launch", 49256 "mode": "test", 49257 "program": "./cmd/bisync", 49258 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 49259 }, 49260 { 49261 "name": "Test TestProtonDrive: test_max_delete_path2_force RemoteLocal", 49262 "type": "go", 49263 "request": "launch", 49264 "mode": "test", 49265 "program": "./cmd/bisync", 49266 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 49267 }, 49268 { 49269 "name": "Test TestProtonDrive: test_max_delete_path2_force RemoteRemote", 49270 "type": "go", 49271 "request": "launch", 49272 "mode": "test", 49273 "program": "./cmd/bisync", 49274 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 49275 }, 49276 { 49277 "name": "Test TestProtonDrive: test_nomodtime LocalRemote", 49278 "type": "go", 49279 "request": "launch", 49280 "mode": "test", 49281 "program": "./cmd/bisync", 49282 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_nomodtime", "-no-cleanup"] 49283 }, 49284 { 49285 "name": "Test TestProtonDrive: test_nomodtime RemoteLocal", 49286 "type": "go", 49287 "request": "launch", 49288 "mode": "test", 49289 "program": "./cmd/bisync", 49290 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 49291 }, 49292 { 49293 "name": "Test TestProtonDrive: test_nomodtime RemoteRemote", 49294 "type": "go", 49295 "request": "launch", 49296 "mode": "test", 49297 "program": "./cmd/bisync", 49298 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_nomodtime", "-no-cleanup"] 49299 }, 49300 { 49301 "name": "Test TestProtonDrive: test_normalization LocalRemote", 49302 "type": "go", 49303 "request": "launch", 49304 "mode": "test", 49305 "program": "./cmd/bisync", 49306 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_normalization", "-no-cleanup"] 49307 }, 49308 { 49309 "name": "Test TestProtonDrive: test_normalization RemoteLocal", 49310 "type": "go", 49311 "request": "launch", 49312 "mode": "test", 49313 "program": "./cmd/bisync", 49314 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 49315 }, 49316 { 49317 "name": "Test TestProtonDrive: test_normalization RemoteRemote", 49318 "type": "go", 49319 "request": "launch", 49320 "mode": "test", 49321 "program": "./cmd/bisync", 49322 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_normalization", "-no-cleanup"] 49323 }, 49324 { 49325 "name": "Test TestProtonDrive: test_rclone_args LocalRemote", 49326 "type": "go", 49327 "request": "launch", 49328 "mode": "test", 49329 "program": "./cmd/bisync", 49330 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_rclone_args", "-no-cleanup"] 49331 }, 49332 { 49333 "name": "Test TestProtonDrive: test_rclone_args RemoteLocal", 49334 "type": "go", 49335 "request": "launch", 49336 "mode": "test", 49337 "program": "./cmd/bisync", 49338 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 49339 }, 49340 { 49341 "name": "Test TestProtonDrive: test_rclone_args RemoteRemote", 49342 "type": "go", 49343 "request": "launch", 49344 "mode": "test", 49345 "program": "./cmd/bisync", 49346 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_rclone_args", "-no-cleanup"] 49347 }, 49348 { 49349 "name": "Test TestProtonDrive: test_resolve LocalRemote", 49350 "type": "go", 49351 "request": "launch", 49352 "mode": "test", 49353 "program": "./cmd/bisync", 49354 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_resolve", "-no-cleanup"] 49355 }, 49356 { 49357 "name": "Test TestProtonDrive: test_resolve RemoteLocal", 49358 "type": "go", 49359 "request": "launch", 49360 "mode": "test", 49361 "program": "./cmd/bisync", 49362 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 49363 }, 49364 { 49365 "name": "Test TestProtonDrive: test_resolve RemoteRemote", 49366 "type": "go", 49367 "request": "launch", 49368 "mode": "test", 49369 "program": "./cmd/bisync", 49370 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_resolve", "-no-cleanup"] 49371 }, 49372 { 49373 "name": "Test TestProtonDrive: test_resync LocalRemote", 49374 "type": "go", 49375 "request": "launch", 49376 "mode": "test", 49377 "program": "./cmd/bisync", 49378 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_resync", "-no-cleanup"] 49379 }, 49380 { 49381 "name": "Test TestProtonDrive: test_resync RemoteLocal", 49382 "type": "go", 49383 "request": "launch", 49384 "mode": "test", 49385 "program": "./cmd/bisync", 49386 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 49387 }, 49388 { 49389 "name": "Test TestProtonDrive: test_resync RemoteRemote", 49390 "type": "go", 49391 "request": "launch", 49392 "mode": "test", 49393 "program": "./cmd/bisync", 49394 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_resync", "-no-cleanup"] 49395 }, 49396 { 49397 "name": "Test TestProtonDrive: test_resync_modes LocalRemote", 49398 "type": "go", 49399 "request": "launch", 49400 "mode": "test", 49401 "program": "./cmd/bisync", 49402 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_resync_modes", "-no-cleanup"] 49403 }, 49404 { 49405 "name": "Test TestProtonDrive: test_resync_modes RemoteLocal", 49406 "type": "go", 49407 "request": "launch", 49408 "mode": "test", 49409 "program": "./cmd/bisync", 49410 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 49411 }, 49412 { 49413 "name": "Test TestProtonDrive: test_resync_modes RemoteRemote", 49414 "type": "go", 49415 "request": "launch", 49416 "mode": "test", 49417 "program": "./cmd/bisync", 49418 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_resync_modes", "-no-cleanup"] 49419 }, 49420 { 49421 "name": "Test TestProtonDrive: test_rmdirs LocalRemote", 49422 "type": "go", 49423 "request": "launch", 49424 "mode": "test", 49425 "program": "./cmd/bisync", 49426 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_rmdirs", "-no-cleanup"] 49427 }, 49428 { 49429 "name": "Test TestProtonDrive: test_rmdirs RemoteLocal", 49430 "type": "go", 49431 "request": "launch", 49432 "mode": "test", 49433 "program": "./cmd/bisync", 49434 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 49435 }, 49436 { 49437 "name": "Test TestProtonDrive: test_rmdirs RemoteRemote", 49438 "type": "go", 49439 "request": "launch", 49440 "mode": "test", 49441 "program": "./cmd/bisync", 49442 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_rmdirs", "-no-cleanup"] 49443 }, 49444 { 49445 "name": "Test TestProtonDrive: test_volatile LocalRemote", 49446 "type": "go", 49447 "request": "launch", 49448 "mode": "test", 49449 "program": "./cmd/bisync", 49450 "args": ["-remote", "local", "-remote2", "TestProtonDrive:", "-case", "test_volatile", "-no-cleanup"] 49451 }, 49452 { 49453 "name": "Test TestProtonDrive: test_volatile RemoteLocal", 49454 "type": "go", 49455 "request": "launch", 49456 "mode": "test", 49457 "program": "./cmd/bisync", 49458 "args": ["-remote", "TestProtonDrive:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 49459 }, 49460 { 49461 "name": "Test TestProtonDrive: test_volatile RemoteRemote", 49462 "type": "go", 49463 "request": "launch", 49464 "mode": "test", 49465 "program": "./cmd/bisync", 49466 "args": ["-remote", "TestProtonDrive:", "-remote2", "TestProtonDrive:", "-case", "test_volatile", "-no-cleanup"] 49467 }, 49468 { 49469 "name": "Test TestPutio: test_all_changed LocalRemote", 49470 "type": "go", 49471 "request": "launch", 49472 "mode": "test", 49473 "program": "./cmd/bisync", 49474 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_all_changed", "-no-cleanup"] 49475 }, 49476 { 49477 "name": "Test TestPutio: test_all_changed RemoteLocal", 49478 "type": "go", 49479 "request": "launch", 49480 "mode": "test", 49481 "program": "./cmd/bisync", 49482 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 49483 }, 49484 { 49485 "name": "Test TestPutio: test_all_changed RemoteRemote", 49486 "type": "go", 49487 "request": "launch", 49488 "mode": "test", 49489 "program": "./cmd/bisync", 49490 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_all_changed", "-no-cleanup"] 49491 }, 49492 { 49493 "name": "Test TestPutio: test_backupdir LocalRemote", 49494 "type": "go", 49495 "request": "launch", 49496 "mode": "test", 49497 "program": "./cmd/bisync", 49498 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_backupdir", "-no-cleanup"] 49499 }, 49500 { 49501 "name": "Test TestPutio: test_backupdir RemoteLocal", 49502 "type": "go", 49503 "request": "launch", 49504 "mode": "test", 49505 "program": "./cmd/bisync", 49506 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 49507 }, 49508 { 49509 "name": "Test TestPutio: test_backupdir RemoteRemote", 49510 "type": "go", 49511 "request": "launch", 49512 "mode": "test", 49513 "program": "./cmd/bisync", 49514 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_backupdir", "-no-cleanup"] 49515 }, 49516 { 49517 "name": "Test TestPutio: test_basic LocalRemote", 49518 "type": "go", 49519 "request": "launch", 49520 "mode": "test", 49521 "program": "./cmd/bisync", 49522 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_basic", "-no-cleanup"] 49523 }, 49524 { 49525 "name": "Test TestPutio: test_basic RemoteLocal", 49526 "type": "go", 49527 "request": "launch", 49528 "mode": "test", 49529 "program": "./cmd/bisync", 49530 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 49531 }, 49532 { 49533 "name": "Test TestPutio: test_basic RemoteRemote", 49534 "type": "go", 49535 "request": "launch", 49536 "mode": "test", 49537 "program": "./cmd/bisync", 49538 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_basic", "-no-cleanup"] 49539 }, 49540 { 49541 "name": "Test TestPutio: test_changes LocalRemote", 49542 "type": "go", 49543 "request": "launch", 49544 "mode": "test", 49545 "program": "./cmd/bisync", 49546 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_changes", "-no-cleanup"] 49547 }, 49548 { 49549 "name": "Test TestPutio: test_changes RemoteLocal", 49550 "type": "go", 49551 "request": "launch", 49552 "mode": "test", 49553 "program": "./cmd/bisync", 49554 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 49555 }, 49556 { 49557 "name": "Test TestPutio: test_changes RemoteRemote", 49558 "type": "go", 49559 "request": "launch", 49560 "mode": "test", 49561 "program": "./cmd/bisync", 49562 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_changes", "-no-cleanup"] 49563 }, 49564 { 49565 "name": "Test TestPutio: test_check_access LocalRemote", 49566 "type": "go", 49567 "request": "launch", 49568 "mode": "test", 49569 "program": "./cmd/bisync", 49570 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_check_access", "-no-cleanup"] 49571 }, 49572 { 49573 "name": "Test TestPutio: test_check_access RemoteLocal", 49574 "type": "go", 49575 "request": "launch", 49576 "mode": "test", 49577 "program": "./cmd/bisync", 49578 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 49579 }, 49580 { 49581 "name": "Test TestPutio: test_check_access RemoteRemote", 49582 "type": "go", 49583 "request": "launch", 49584 "mode": "test", 49585 "program": "./cmd/bisync", 49586 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_check_access", "-no-cleanup"] 49587 }, 49588 { 49589 "name": "Test TestPutio: test_check_access_filters LocalRemote", 49590 "type": "go", 49591 "request": "launch", 49592 "mode": "test", 49593 "program": "./cmd/bisync", 49594 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_check_access_filters", "-no-cleanup"] 49595 }, 49596 { 49597 "name": "Test TestPutio: test_check_access_filters RemoteLocal", 49598 "type": "go", 49599 "request": "launch", 49600 "mode": "test", 49601 "program": "./cmd/bisync", 49602 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 49603 }, 49604 { 49605 "name": "Test TestPutio: test_check_access_filters RemoteRemote", 49606 "type": "go", 49607 "request": "launch", 49608 "mode": "test", 49609 "program": "./cmd/bisync", 49610 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_check_access_filters", "-no-cleanup"] 49611 }, 49612 { 49613 "name": "Test TestPutio: test_check_filename LocalRemote", 49614 "type": "go", 49615 "request": "launch", 49616 "mode": "test", 49617 "program": "./cmd/bisync", 49618 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_check_filename", "-no-cleanup"] 49619 }, 49620 { 49621 "name": "Test TestPutio: test_check_filename RemoteLocal", 49622 "type": "go", 49623 "request": "launch", 49624 "mode": "test", 49625 "program": "./cmd/bisync", 49626 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 49627 }, 49628 { 49629 "name": "Test TestPutio: test_check_filename RemoteRemote", 49630 "type": "go", 49631 "request": "launch", 49632 "mode": "test", 49633 "program": "./cmd/bisync", 49634 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_check_filename", "-no-cleanup"] 49635 }, 49636 { 49637 "name": "Test TestPutio: test_check_sync LocalRemote", 49638 "type": "go", 49639 "request": "launch", 49640 "mode": "test", 49641 "program": "./cmd/bisync", 49642 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_check_sync", "-no-cleanup"] 49643 }, 49644 { 49645 "name": "Test TestPutio: test_check_sync RemoteLocal", 49646 "type": "go", 49647 "request": "launch", 49648 "mode": "test", 49649 "program": "./cmd/bisync", 49650 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 49651 }, 49652 { 49653 "name": "Test TestPutio: test_check_sync RemoteRemote", 49654 "type": "go", 49655 "request": "launch", 49656 "mode": "test", 49657 "program": "./cmd/bisync", 49658 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_check_sync", "-no-cleanup"] 49659 }, 49660 { 49661 "name": "Test TestPutio: test_compare_all LocalRemote", 49662 "type": "go", 49663 "request": "launch", 49664 "mode": "test", 49665 "program": "./cmd/bisync", 49666 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_compare_all", "-no-cleanup"] 49667 }, 49668 { 49669 "name": "Test TestPutio: test_compare_all RemoteLocal", 49670 "type": "go", 49671 "request": "launch", 49672 "mode": "test", 49673 "program": "./cmd/bisync", 49674 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 49675 }, 49676 { 49677 "name": "Test TestPutio: test_compare_all RemoteRemote", 49678 "type": "go", 49679 "request": "launch", 49680 "mode": "test", 49681 "program": "./cmd/bisync", 49682 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_compare_all", "-no-cleanup"] 49683 }, 49684 { 49685 "name": "Test TestPutio: test_createemptysrcdirs LocalRemote", 49686 "type": "go", 49687 "request": "launch", 49688 "mode": "test", 49689 "program": "./cmd/bisync", 49690 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 49691 }, 49692 { 49693 "name": "Test TestPutio: test_createemptysrcdirs RemoteLocal", 49694 "type": "go", 49695 "request": "launch", 49696 "mode": "test", 49697 "program": "./cmd/bisync", 49698 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 49699 }, 49700 { 49701 "name": "Test TestPutio: test_createemptysrcdirs RemoteRemote", 49702 "type": "go", 49703 "request": "launch", 49704 "mode": "test", 49705 "program": "./cmd/bisync", 49706 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 49707 }, 49708 { 49709 "name": "Test TestPutio: test_dry_run LocalRemote", 49710 "type": "go", 49711 "request": "launch", 49712 "mode": "test", 49713 "program": "./cmd/bisync", 49714 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_dry_run", "-no-cleanup"] 49715 }, 49716 { 49717 "name": "Test TestPutio: test_dry_run RemoteLocal", 49718 "type": "go", 49719 "request": "launch", 49720 "mode": "test", 49721 "program": "./cmd/bisync", 49722 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 49723 }, 49724 { 49725 "name": "Test TestPutio: test_dry_run RemoteRemote", 49726 "type": "go", 49727 "request": "launch", 49728 "mode": "test", 49729 "program": "./cmd/bisync", 49730 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_dry_run", "-no-cleanup"] 49731 }, 49732 { 49733 "name": "Test TestPutio: test_equal LocalRemote", 49734 "type": "go", 49735 "request": "launch", 49736 "mode": "test", 49737 "program": "./cmd/bisync", 49738 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_equal", "-no-cleanup"] 49739 }, 49740 { 49741 "name": "Test TestPutio: test_equal RemoteLocal", 49742 "type": "go", 49743 "request": "launch", 49744 "mode": "test", 49745 "program": "./cmd/bisync", 49746 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 49747 }, 49748 { 49749 "name": "Test TestPutio: test_equal RemoteRemote", 49750 "type": "go", 49751 "request": "launch", 49752 "mode": "test", 49753 "program": "./cmd/bisync", 49754 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_equal", "-no-cleanup"] 49755 }, 49756 { 49757 "name": "Test TestPutio: test_ext_paths LocalRemote", 49758 "type": "go", 49759 "request": "launch", 49760 "mode": "test", 49761 "program": "./cmd/bisync", 49762 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_ext_paths", "-no-cleanup"] 49763 }, 49764 { 49765 "name": "Test TestPutio: test_ext_paths RemoteLocal", 49766 "type": "go", 49767 "request": "launch", 49768 "mode": "test", 49769 "program": "./cmd/bisync", 49770 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 49771 }, 49772 { 49773 "name": "Test TestPutio: test_ext_paths RemoteRemote", 49774 "type": "go", 49775 "request": "launch", 49776 "mode": "test", 49777 "program": "./cmd/bisync", 49778 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_ext_paths", "-no-cleanup"] 49779 }, 49780 { 49781 "name": "Test TestPutio: test_extended_filenames LocalRemote", 49782 "type": "go", 49783 "request": "launch", 49784 "mode": "test", 49785 "program": "./cmd/bisync", 49786 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_extended_filenames", "-no-cleanup"] 49787 }, 49788 { 49789 "name": "Test TestPutio: test_extended_filenames RemoteLocal", 49790 "type": "go", 49791 "request": "launch", 49792 "mode": "test", 49793 "program": "./cmd/bisync", 49794 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 49795 }, 49796 { 49797 "name": "Test TestPutio: test_extended_filenames RemoteRemote", 49798 "type": "go", 49799 "request": "launch", 49800 "mode": "test", 49801 "program": "./cmd/bisync", 49802 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_extended_filenames", "-no-cleanup"] 49803 }, 49804 { 49805 "name": "Test TestPutio: test_filters LocalRemote", 49806 "type": "go", 49807 "request": "launch", 49808 "mode": "test", 49809 "program": "./cmd/bisync", 49810 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_filters", "-no-cleanup"] 49811 }, 49812 { 49813 "name": "Test TestPutio: test_filters RemoteLocal", 49814 "type": "go", 49815 "request": "launch", 49816 "mode": "test", 49817 "program": "./cmd/bisync", 49818 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 49819 }, 49820 { 49821 "name": "Test TestPutio: test_filters RemoteRemote", 49822 "type": "go", 49823 "request": "launch", 49824 "mode": "test", 49825 "program": "./cmd/bisync", 49826 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_filters", "-no-cleanup"] 49827 }, 49828 { 49829 "name": "Test TestPutio: test_filtersfile_checks LocalRemote", 49830 "type": "go", 49831 "request": "launch", 49832 "mode": "test", 49833 "program": "./cmd/bisync", 49834 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_filtersfile_checks", "-no-cleanup"] 49835 }, 49836 { 49837 "name": "Test TestPutio: test_filtersfile_checks RemoteLocal", 49838 "type": "go", 49839 "request": "launch", 49840 "mode": "test", 49841 "program": "./cmd/bisync", 49842 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 49843 }, 49844 { 49845 "name": "Test TestPutio: test_filtersfile_checks RemoteRemote", 49846 "type": "go", 49847 "request": "launch", 49848 "mode": "test", 49849 "program": "./cmd/bisync", 49850 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_filtersfile_checks", "-no-cleanup"] 49851 }, 49852 { 49853 "name": "Test TestPutio: test_ignorelistingchecksum LocalRemote", 49854 "type": "go", 49855 "request": "launch", 49856 "mode": "test", 49857 "program": "./cmd/bisync", 49858 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 49859 }, 49860 { 49861 "name": "Test TestPutio: test_ignorelistingchecksum RemoteLocal", 49862 "type": "go", 49863 "request": "launch", 49864 "mode": "test", 49865 "program": "./cmd/bisync", 49866 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 49867 }, 49868 { 49869 "name": "Test TestPutio: test_ignorelistingchecksum RemoteRemote", 49870 "type": "go", 49871 "request": "launch", 49872 "mode": "test", 49873 "program": "./cmd/bisync", 49874 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 49875 }, 49876 { 49877 "name": "Test TestPutio: test_max_delete_path1 LocalRemote", 49878 "type": "go", 49879 "request": "launch", 49880 "mode": "test", 49881 "program": "./cmd/bisync", 49882 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_max_delete_path1", "-no-cleanup"] 49883 }, 49884 { 49885 "name": "Test TestPutio: test_max_delete_path1 RemoteLocal", 49886 "type": "go", 49887 "request": "launch", 49888 "mode": "test", 49889 "program": "./cmd/bisync", 49890 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 49891 }, 49892 { 49893 "name": "Test TestPutio: test_max_delete_path1 RemoteRemote", 49894 "type": "go", 49895 "request": "launch", 49896 "mode": "test", 49897 "program": "./cmd/bisync", 49898 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_max_delete_path1", "-no-cleanup"] 49899 }, 49900 { 49901 "name": "Test TestPutio: test_max_delete_path2_force LocalRemote", 49902 "type": "go", 49903 "request": "launch", 49904 "mode": "test", 49905 "program": "./cmd/bisync", 49906 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 49907 }, 49908 { 49909 "name": "Test TestPutio: test_max_delete_path2_force RemoteLocal", 49910 "type": "go", 49911 "request": "launch", 49912 "mode": "test", 49913 "program": "./cmd/bisync", 49914 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 49915 }, 49916 { 49917 "name": "Test TestPutio: test_max_delete_path2_force RemoteRemote", 49918 "type": "go", 49919 "request": "launch", 49920 "mode": "test", 49921 "program": "./cmd/bisync", 49922 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 49923 }, 49924 { 49925 "name": "Test TestPutio: test_nomodtime LocalRemote", 49926 "type": "go", 49927 "request": "launch", 49928 "mode": "test", 49929 "program": "./cmd/bisync", 49930 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_nomodtime", "-no-cleanup"] 49931 }, 49932 { 49933 "name": "Test TestPutio: test_nomodtime RemoteLocal", 49934 "type": "go", 49935 "request": "launch", 49936 "mode": "test", 49937 "program": "./cmd/bisync", 49938 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 49939 }, 49940 { 49941 "name": "Test TestPutio: test_nomodtime RemoteRemote", 49942 "type": "go", 49943 "request": "launch", 49944 "mode": "test", 49945 "program": "./cmd/bisync", 49946 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_nomodtime", "-no-cleanup"] 49947 }, 49948 { 49949 "name": "Test TestPutio: test_normalization LocalRemote", 49950 "type": "go", 49951 "request": "launch", 49952 "mode": "test", 49953 "program": "./cmd/bisync", 49954 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_normalization", "-no-cleanup"] 49955 }, 49956 { 49957 "name": "Test TestPutio: test_normalization RemoteLocal", 49958 "type": "go", 49959 "request": "launch", 49960 "mode": "test", 49961 "program": "./cmd/bisync", 49962 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 49963 }, 49964 { 49965 "name": "Test TestPutio: test_normalization RemoteRemote", 49966 "type": "go", 49967 "request": "launch", 49968 "mode": "test", 49969 "program": "./cmd/bisync", 49970 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_normalization", "-no-cleanup"] 49971 }, 49972 { 49973 "name": "Test TestPutio: test_rclone_args LocalRemote", 49974 "type": "go", 49975 "request": "launch", 49976 "mode": "test", 49977 "program": "./cmd/bisync", 49978 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_rclone_args", "-no-cleanup"] 49979 }, 49980 { 49981 "name": "Test TestPutio: test_rclone_args RemoteLocal", 49982 "type": "go", 49983 "request": "launch", 49984 "mode": "test", 49985 "program": "./cmd/bisync", 49986 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 49987 }, 49988 { 49989 "name": "Test TestPutio: test_rclone_args RemoteRemote", 49990 "type": "go", 49991 "request": "launch", 49992 "mode": "test", 49993 "program": "./cmd/bisync", 49994 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_rclone_args", "-no-cleanup"] 49995 }, 49996 { 49997 "name": "Test TestPutio: test_resolve LocalRemote", 49998 "type": "go", 49999 "request": "launch", 50000 "mode": "test", 50001 "program": "./cmd/bisync", 50002 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_resolve", "-no-cleanup"] 50003 }, 50004 { 50005 "name": "Test TestPutio: test_resolve RemoteLocal", 50006 "type": "go", 50007 "request": "launch", 50008 "mode": "test", 50009 "program": "./cmd/bisync", 50010 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 50011 }, 50012 { 50013 "name": "Test TestPutio: test_resolve RemoteRemote", 50014 "type": "go", 50015 "request": "launch", 50016 "mode": "test", 50017 "program": "./cmd/bisync", 50018 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_resolve", "-no-cleanup"] 50019 }, 50020 { 50021 "name": "Test TestPutio: test_resync LocalRemote", 50022 "type": "go", 50023 "request": "launch", 50024 "mode": "test", 50025 "program": "./cmd/bisync", 50026 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_resync", "-no-cleanup"] 50027 }, 50028 { 50029 "name": "Test TestPutio: test_resync RemoteLocal", 50030 "type": "go", 50031 "request": "launch", 50032 "mode": "test", 50033 "program": "./cmd/bisync", 50034 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 50035 }, 50036 { 50037 "name": "Test TestPutio: test_resync RemoteRemote", 50038 "type": "go", 50039 "request": "launch", 50040 "mode": "test", 50041 "program": "./cmd/bisync", 50042 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_resync", "-no-cleanup"] 50043 }, 50044 { 50045 "name": "Test TestPutio: test_resync_modes LocalRemote", 50046 "type": "go", 50047 "request": "launch", 50048 "mode": "test", 50049 "program": "./cmd/bisync", 50050 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_resync_modes", "-no-cleanup"] 50051 }, 50052 { 50053 "name": "Test TestPutio: test_resync_modes RemoteLocal", 50054 "type": "go", 50055 "request": "launch", 50056 "mode": "test", 50057 "program": "./cmd/bisync", 50058 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 50059 }, 50060 { 50061 "name": "Test TestPutio: test_resync_modes RemoteRemote", 50062 "type": "go", 50063 "request": "launch", 50064 "mode": "test", 50065 "program": "./cmd/bisync", 50066 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_resync_modes", "-no-cleanup"] 50067 }, 50068 { 50069 "name": "Test TestPutio: test_rmdirs LocalRemote", 50070 "type": "go", 50071 "request": "launch", 50072 "mode": "test", 50073 "program": "./cmd/bisync", 50074 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_rmdirs", "-no-cleanup"] 50075 }, 50076 { 50077 "name": "Test TestPutio: test_rmdirs RemoteLocal", 50078 "type": "go", 50079 "request": "launch", 50080 "mode": "test", 50081 "program": "./cmd/bisync", 50082 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 50083 }, 50084 { 50085 "name": "Test TestPutio: test_rmdirs RemoteRemote", 50086 "type": "go", 50087 "request": "launch", 50088 "mode": "test", 50089 "program": "./cmd/bisync", 50090 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_rmdirs", "-no-cleanup"] 50091 }, 50092 { 50093 "name": "Test TestPutio: test_volatile LocalRemote", 50094 "type": "go", 50095 "request": "launch", 50096 "mode": "test", 50097 "program": "./cmd/bisync", 50098 "args": ["-remote", "local", "-remote2", "TestPutio:", "-case", "test_volatile", "-no-cleanup"] 50099 }, 50100 { 50101 "name": "Test TestPutio: test_volatile RemoteLocal", 50102 "type": "go", 50103 "request": "launch", 50104 "mode": "test", 50105 "program": "./cmd/bisync", 50106 "args": ["-remote", "TestPutio:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 50107 }, 50108 { 50109 "name": "Test TestPutio: test_volatile RemoteRemote", 50110 "type": "go", 50111 "request": "launch", 50112 "mode": "test", 50113 "program": "./cmd/bisync", 50114 "args": ["-remote", "TestPutio:", "-remote2", "TestPutio:", "-case", "test_volatile", "-no-cleanup"] 50115 }, 50116 { 50117 "name": "Test TestSharefile: test_all_changed LocalRemote", 50118 "type": "go", 50119 "request": "launch", 50120 "mode": "test", 50121 "program": "./cmd/bisync", 50122 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_all_changed", "-no-cleanup"] 50123 }, 50124 { 50125 "name": "Test TestSharefile: test_all_changed RemoteLocal", 50126 "type": "go", 50127 "request": "launch", 50128 "mode": "test", 50129 "program": "./cmd/bisync", 50130 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 50131 }, 50132 { 50133 "name": "Test TestSharefile: test_all_changed RemoteRemote", 50134 "type": "go", 50135 "request": "launch", 50136 "mode": "test", 50137 "program": "./cmd/bisync", 50138 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_all_changed", "-no-cleanup"] 50139 }, 50140 { 50141 "name": "Test TestSharefile: test_backupdir LocalRemote", 50142 "type": "go", 50143 "request": "launch", 50144 "mode": "test", 50145 "program": "./cmd/bisync", 50146 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_backupdir", "-no-cleanup"] 50147 }, 50148 { 50149 "name": "Test TestSharefile: test_backupdir RemoteLocal", 50150 "type": "go", 50151 "request": "launch", 50152 "mode": "test", 50153 "program": "./cmd/bisync", 50154 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 50155 }, 50156 { 50157 "name": "Test TestSharefile: test_backupdir RemoteRemote", 50158 "type": "go", 50159 "request": "launch", 50160 "mode": "test", 50161 "program": "./cmd/bisync", 50162 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_backupdir", "-no-cleanup"] 50163 }, 50164 { 50165 "name": "Test TestSharefile: test_basic LocalRemote", 50166 "type": "go", 50167 "request": "launch", 50168 "mode": "test", 50169 "program": "./cmd/bisync", 50170 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_basic", "-no-cleanup"] 50171 }, 50172 { 50173 "name": "Test TestSharefile: test_basic RemoteLocal", 50174 "type": "go", 50175 "request": "launch", 50176 "mode": "test", 50177 "program": "./cmd/bisync", 50178 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 50179 }, 50180 { 50181 "name": "Test TestSharefile: test_basic RemoteRemote", 50182 "type": "go", 50183 "request": "launch", 50184 "mode": "test", 50185 "program": "./cmd/bisync", 50186 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_basic", "-no-cleanup"] 50187 }, 50188 { 50189 "name": "Test TestSharefile: test_changes LocalRemote", 50190 "type": "go", 50191 "request": "launch", 50192 "mode": "test", 50193 "program": "./cmd/bisync", 50194 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_changes", "-no-cleanup"] 50195 }, 50196 { 50197 "name": "Test TestSharefile: test_changes RemoteLocal", 50198 "type": "go", 50199 "request": "launch", 50200 "mode": "test", 50201 "program": "./cmd/bisync", 50202 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 50203 }, 50204 { 50205 "name": "Test TestSharefile: test_changes RemoteRemote", 50206 "type": "go", 50207 "request": "launch", 50208 "mode": "test", 50209 "program": "./cmd/bisync", 50210 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_changes", "-no-cleanup"] 50211 }, 50212 { 50213 "name": "Test TestSharefile: test_check_access LocalRemote", 50214 "type": "go", 50215 "request": "launch", 50216 "mode": "test", 50217 "program": "./cmd/bisync", 50218 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_check_access", "-no-cleanup"] 50219 }, 50220 { 50221 "name": "Test TestSharefile: test_check_access RemoteLocal", 50222 "type": "go", 50223 "request": "launch", 50224 "mode": "test", 50225 "program": "./cmd/bisync", 50226 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 50227 }, 50228 { 50229 "name": "Test TestSharefile: test_check_access RemoteRemote", 50230 "type": "go", 50231 "request": "launch", 50232 "mode": "test", 50233 "program": "./cmd/bisync", 50234 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_check_access", "-no-cleanup"] 50235 }, 50236 { 50237 "name": "Test TestSharefile: test_check_access_filters LocalRemote", 50238 "type": "go", 50239 "request": "launch", 50240 "mode": "test", 50241 "program": "./cmd/bisync", 50242 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_check_access_filters", "-no-cleanup"] 50243 }, 50244 { 50245 "name": "Test TestSharefile: test_check_access_filters RemoteLocal", 50246 "type": "go", 50247 "request": "launch", 50248 "mode": "test", 50249 "program": "./cmd/bisync", 50250 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 50251 }, 50252 { 50253 "name": "Test TestSharefile: test_check_access_filters RemoteRemote", 50254 "type": "go", 50255 "request": "launch", 50256 "mode": "test", 50257 "program": "./cmd/bisync", 50258 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_check_access_filters", "-no-cleanup"] 50259 }, 50260 { 50261 "name": "Test TestSharefile: test_check_filename LocalRemote", 50262 "type": "go", 50263 "request": "launch", 50264 "mode": "test", 50265 "program": "./cmd/bisync", 50266 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_check_filename", "-no-cleanup"] 50267 }, 50268 { 50269 "name": "Test TestSharefile: test_check_filename RemoteLocal", 50270 "type": "go", 50271 "request": "launch", 50272 "mode": "test", 50273 "program": "./cmd/bisync", 50274 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 50275 }, 50276 { 50277 "name": "Test TestSharefile: test_check_filename RemoteRemote", 50278 "type": "go", 50279 "request": "launch", 50280 "mode": "test", 50281 "program": "./cmd/bisync", 50282 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_check_filename", "-no-cleanup"] 50283 }, 50284 { 50285 "name": "Test TestSharefile: test_check_sync LocalRemote", 50286 "type": "go", 50287 "request": "launch", 50288 "mode": "test", 50289 "program": "./cmd/bisync", 50290 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_check_sync", "-no-cleanup"] 50291 }, 50292 { 50293 "name": "Test TestSharefile: test_check_sync RemoteLocal", 50294 "type": "go", 50295 "request": "launch", 50296 "mode": "test", 50297 "program": "./cmd/bisync", 50298 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 50299 }, 50300 { 50301 "name": "Test TestSharefile: test_check_sync RemoteRemote", 50302 "type": "go", 50303 "request": "launch", 50304 "mode": "test", 50305 "program": "./cmd/bisync", 50306 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_check_sync", "-no-cleanup"] 50307 }, 50308 { 50309 "name": "Test TestSharefile: test_compare_all LocalRemote", 50310 "type": "go", 50311 "request": "launch", 50312 "mode": "test", 50313 "program": "./cmd/bisync", 50314 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_compare_all", "-no-cleanup"] 50315 }, 50316 { 50317 "name": "Test TestSharefile: test_compare_all RemoteLocal", 50318 "type": "go", 50319 "request": "launch", 50320 "mode": "test", 50321 "program": "./cmd/bisync", 50322 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 50323 }, 50324 { 50325 "name": "Test TestSharefile: test_compare_all RemoteRemote", 50326 "type": "go", 50327 "request": "launch", 50328 "mode": "test", 50329 "program": "./cmd/bisync", 50330 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_compare_all", "-no-cleanup"] 50331 }, 50332 { 50333 "name": "Test TestSharefile: test_createemptysrcdirs LocalRemote", 50334 "type": "go", 50335 "request": "launch", 50336 "mode": "test", 50337 "program": "./cmd/bisync", 50338 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 50339 }, 50340 { 50341 "name": "Test TestSharefile: test_createemptysrcdirs RemoteLocal", 50342 "type": "go", 50343 "request": "launch", 50344 "mode": "test", 50345 "program": "./cmd/bisync", 50346 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 50347 }, 50348 { 50349 "name": "Test TestSharefile: test_createemptysrcdirs RemoteRemote", 50350 "type": "go", 50351 "request": "launch", 50352 "mode": "test", 50353 "program": "./cmd/bisync", 50354 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 50355 }, 50356 { 50357 "name": "Test TestSharefile: test_dry_run LocalRemote", 50358 "type": "go", 50359 "request": "launch", 50360 "mode": "test", 50361 "program": "./cmd/bisync", 50362 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_dry_run", "-no-cleanup"] 50363 }, 50364 { 50365 "name": "Test TestSharefile: test_dry_run RemoteLocal", 50366 "type": "go", 50367 "request": "launch", 50368 "mode": "test", 50369 "program": "./cmd/bisync", 50370 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 50371 }, 50372 { 50373 "name": "Test TestSharefile: test_dry_run RemoteRemote", 50374 "type": "go", 50375 "request": "launch", 50376 "mode": "test", 50377 "program": "./cmd/bisync", 50378 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_dry_run", "-no-cleanup"] 50379 }, 50380 { 50381 "name": "Test TestSharefile: test_equal LocalRemote", 50382 "type": "go", 50383 "request": "launch", 50384 "mode": "test", 50385 "program": "./cmd/bisync", 50386 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_equal", "-no-cleanup"] 50387 }, 50388 { 50389 "name": "Test TestSharefile: test_equal RemoteLocal", 50390 "type": "go", 50391 "request": "launch", 50392 "mode": "test", 50393 "program": "./cmd/bisync", 50394 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 50395 }, 50396 { 50397 "name": "Test TestSharefile: test_equal RemoteRemote", 50398 "type": "go", 50399 "request": "launch", 50400 "mode": "test", 50401 "program": "./cmd/bisync", 50402 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_equal", "-no-cleanup"] 50403 }, 50404 { 50405 "name": "Test TestSharefile: test_ext_paths LocalRemote", 50406 "type": "go", 50407 "request": "launch", 50408 "mode": "test", 50409 "program": "./cmd/bisync", 50410 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_ext_paths", "-no-cleanup"] 50411 }, 50412 { 50413 "name": "Test TestSharefile: test_ext_paths RemoteLocal", 50414 "type": "go", 50415 "request": "launch", 50416 "mode": "test", 50417 "program": "./cmd/bisync", 50418 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 50419 }, 50420 { 50421 "name": "Test TestSharefile: test_ext_paths RemoteRemote", 50422 "type": "go", 50423 "request": "launch", 50424 "mode": "test", 50425 "program": "./cmd/bisync", 50426 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_ext_paths", "-no-cleanup"] 50427 }, 50428 { 50429 "name": "Test TestSharefile: test_extended_filenames LocalRemote", 50430 "type": "go", 50431 "request": "launch", 50432 "mode": "test", 50433 "program": "./cmd/bisync", 50434 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_extended_filenames", "-no-cleanup"] 50435 }, 50436 { 50437 "name": "Test TestSharefile: test_extended_filenames RemoteLocal", 50438 "type": "go", 50439 "request": "launch", 50440 "mode": "test", 50441 "program": "./cmd/bisync", 50442 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 50443 }, 50444 { 50445 "name": "Test TestSharefile: test_extended_filenames RemoteRemote", 50446 "type": "go", 50447 "request": "launch", 50448 "mode": "test", 50449 "program": "./cmd/bisync", 50450 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_extended_filenames", "-no-cleanup"] 50451 }, 50452 { 50453 "name": "Test TestSharefile: test_filters LocalRemote", 50454 "type": "go", 50455 "request": "launch", 50456 "mode": "test", 50457 "program": "./cmd/bisync", 50458 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_filters", "-no-cleanup"] 50459 }, 50460 { 50461 "name": "Test TestSharefile: test_filters RemoteLocal", 50462 "type": "go", 50463 "request": "launch", 50464 "mode": "test", 50465 "program": "./cmd/bisync", 50466 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 50467 }, 50468 { 50469 "name": "Test TestSharefile: test_filters RemoteRemote", 50470 "type": "go", 50471 "request": "launch", 50472 "mode": "test", 50473 "program": "./cmd/bisync", 50474 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_filters", "-no-cleanup"] 50475 }, 50476 { 50477 "name": "Test TestSharefile: test_filtersfile_checks LocalRemote", 50478 "type": "go", 50479 "request": "launch", 50480 "mode": "test", 50481 "program": "./cmd/bisync", 50482 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_filtersfile_checks", "-no-cleanup"] 50483 }, 50484 { 50485 "name": "Test TestSharefile: test_filtersfile_checks RemoteLocal", 50486 "type": "go", 50487 "request": "launch", 50488 "mode": "test", 50489 "program": "./cmd/bisync", 50490 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 50491 }, 50492 { 50493 "name": "Test TestSharefile: test_filtersfile_checks RemoteRemote", 50494 "type": "go", 50495 "request": "launch", 50496 "mode": "test", 50497 "program": "./cmd/bisync", 50498 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_filtersfile_checks", "-no-cleanup"] 50499 }, 50500 { 50501 "name": "Test TestSharefile: test_ignorelistingchecksum LocalRemote", 50502 "type": "go", 50503 "request": "launch", 50504 "mode": "test", 50505 "program": "./cmd/bisync", 50506 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 50507 }, 50508 { 50509 "name": "Test TestSharefile: test_ignorelistingchecksum RemoteLocal", 50510 "type": "go", 50511 "request": "launch", 50512 "mode": "test", 50513 "program": "./cmd/bisync", 50514 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 50515 }, 50516 { 50517 "name": "Test TestSharefile: test_ignorelistingchecksum RemoteRemote", 50518 "type": "go", 50519 "request": "launch", 50520 "mode": "test", 50521 "program": "./cmd/bisync", 50522 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 50523 }, 50524 { 50525 "name": "Test TestSharefile: test_max_delete_path1 LocalRemote", 50526 "type": "go", 50527 "request": "launch", 50528 "mode": "test", 50529 "program": "./cmd/bisync", 50530 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_max_delete_path1", "-no-cleanup"] 50531 }, 50532 { 50533 "name": "Test TestSharefile: test_max_delete_path1 RemoteLocal", 50534 "type": "go", 50535 "request": "launch", 50536 "mode": "test", 50537 "program": "./cmd/bisync", 50538 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 50539 }, 50540 { 50541 "name": "Test TestSharefile: test_max_delete_path1 RemoteRemote", 50542 "type": "go", 50543 "request": "launch", 50544 "mode": "test", 50545 "program": "./cmd/bisync", 50546 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_max_delete_path1", "-no-cleanup"] 50547 }, 50548 { 50549 "name": "Test TestSharefile: test_max_delete_path2_force LocalRemote", 50550 "type": "go", 50551 "request": "launch", 50552 "mode": "test", 50553 "program": "./cmd/bisync", 50554 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 50555 }, 50556 { 50557 "name": "Test TestSharefile: test_max_delete_path2_force RemoteLocal", 50558 "type": "go", 50559 "request": "launch", 50560 "mode": "test", 50561 "program": "./cmd/bisync", 50562 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 50563 }, 50564 { 50565 "name": "Test TestSharefile: test_max_delete_path2_force RemoteRemote", 50566 "type": "go", 50567 "request": "launch", 50568 "mode": "test", 50569 "program": "./cmd/bisync", 50570 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 50571 }, 50572 { 50573 "name": "Test TestSharefile: test_nomodtime LocalRemote", 50574 "type": "go", 50575 "request": "launch", 50576 "mode": "test", 50577 "program": "./cmd/bisync", 50578 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_nomodtime", "-no-cleanup"] 50579 }, 50580 { 50581 "name": "Test TestSharefile: test_nomodtime RemoteLocal", 50582 "type": "go", 50583 "request": "launch", 50584 "mode": "test", 50585 "program": "./cmd/bisync", 50586 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 50587 }, 50588 { 50589 "name": "Test TestSharefile: test_nomodtime RemoteRemote", 50590 "type": "go", 50591 "request": "launch", 50592 "mode": "test", 50593 "program": "./cmd/bisync", 50594 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_nomodtime", "-no-cleanup"] 50595 }, 50596 { 50597 "name": "Test TestSharefile: test_normalization LocalRemote", 50598 "type": "go", 50599 "request": "launch", 50600 "mode": "test", 50601 "program": "./cmd/bisync", 50602 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_normalization", "-no-cleanup"] 50603 }, 50604 { 50605 "name": "Test TestSharefile: test_normalization RemoteLocal", 50606 "type": "go", 50607 "request": "launch", 50608 "mode": "test", 50609 "program": "./cmd/bisync", 50610 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 50611 }, 50612 { 50613 "name": "Test TestSharefile: test_normalization RemoteRemote", 50614 "type": "go", 50615 "request": "launch", 50616 "mode": "test", 50617 "program": "./cmd/bisync", 50618 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_normalization", "-no-cleanup"] 50619 }, 50620 { 50621 "name": "Test TestSharefile: test_rclone_args LocalRemote", 50622 "type": "go", 50623 "request": "launch", 50624 "mode": "test", 50625 "program": "./cmd/bisync", 50626 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_rclone_args", "-no-cleanup"] 50627 }, 50628 { 50629 "name": "Test TestSharefile: test_rclone_args RemoteLocal", 50630 "type": "go", 50631 "request": "launch", 50632 "mode": "test", 50633 "program": "./cmd/bisync", 50634 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 50635 }, 50636 { 50637 "name": "Test TestSharefile: test_rclone_args RemoteRemote", 50638 "type": "go", 50639 "request": "launch", 50640 "mode": "test", 50641 "program": "./cmd/bisync", 50642 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_rclone_args", "-no-cleanup"] 50643 }, 50644 { 50645 "name": "Test TestSharefile: test_resolve LocalRemote", 50646 "type": "go", 50647 "request": "launch", 50648 "mode": "test", 50649 "program": "./cmd/bisync", 50650 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_resolve", "-no-cleanup"] 50651 }, 50652 { 50653 "name": "Test TestSharefile: test_resolve RemoteLocal", 50654 "type": "go", 50655 "request": "launch", 50656 "mode": "test", 50657 "program": "./cmd/bisync", 50658 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 50659 }, 50660 { 50661 "name": "Test TestSharefile: test_resolve RemoteRemote", 50662 "type": "go", 50663 "request": "launch", 50664 "mode": "test", 50665 "program": "./cmd/bisync", 50666 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_resolve", "-no-cleanup"] 50667 }, 50668 { 50669 "name": "Test TestSharefile: test_resync LocalRemote", 50670 "type": "go", 50671 "request": "launch", 50672 "mode": "test", 50673 "program": "./cmd/bisync", 50674 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_resync", "-no-cleanup"] 50675 }, 50676 { 50677 "name": "Test TestSharefile: test_resync RemoteLocal", 50678 "type": "go", 50679 "request": "launch", 50680 "mode": "test", 50681 "program": "./cmd/bisync", 50682 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 50683 }, 50684 { 50685 "name": "Test TestSharefile: test_resync RemoteRemote", 50686 "type": "go", 50687 "request": "launch", 50688 "mode": "test", 50689 "program": "./cmd/bisync", 50690 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_resync", "-no-cleanup"] 50691 }, 50692 { 50693 "name": "Test TestSharefile: test_resync_modes LocalRemote", 50694 "type": "go", 50695 "request": "launch", 50696 "mode": "test", 50697 "program": "./cmd/bisync", 50698 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_resync_modes", "-no-cleanup"] 50699 }, 50700 { 50701 "name": "Test TestSharefile: test_resync_modes RemoteLocal", 50702 "type": "go", 50703 "request": "launch", 50704 "mode": "test", 50705 "program": "./cmd/bisync", 50706 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 50707 }, 50708 { 50709 "name": "Test TestSharefile: test_resync_modes RemoteRemote", 50710 "type": "go", 50711 "request": "launch", 50712 "mode": "test", 50713 "program": "./cmd/bisync", 50714 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_resync_modes", "-no-cleanup"] 50715 }, 50716 { 50717 "name": "Test TestSharefile: test_rmdirs LocalRemote", 50718 "type": "go", 50719 "request": "launch", 50720 "mode": "test", 50721 "program": "./cmd/bisync", 50722 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_rmdirs", "-no-cleanup"] 50723 }, 50724 { 50725 "name": "Test TestSharefile: test_rmdirs RemoteLocal", 50726 "type": "go", 50727 "request": "launch", 50728 "mode": "test", 50729 "program": "./cmd/bisync", 50730 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 50731 }, 50732 { 50733 "name": "Test TestSharefile: test_rmdirs RemoteRemote", 50734 "type": "go", 50735 "request": "launch", 50736 "mode": "test", 50737 "program": "./cmd/bisync", 50738 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_rmdirs", "-no-cleanup"] 50739 }, 50740 { 50741 "name": "Test TestSharefile: test_volatile LocalRemote", 50742 "type": "go", 50743 "request": "launch", 50744 "mode": "test", 50745 "program": "./cmd/bisync", 50746 "args": ["-remote", "local", "-remote2", "TestSharefile:", "-case", "test_volatile", "-no-cleanup"] 50747 }, 50748 { 50749 "name": "Test TestSharefile: test_volatile RemoteLocal", 50750 "type": "go", 50751 "request": "launch", 50752 "mode": "test", 50753 "program": "./cmd/bisync", 50754 "args": ["-remote", "TestSharefile:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 50755 }, 50756 { 50757 "name": "Test TestSharefile: test_volatile RemoteRemote", 50758 "type": "go", 50759 "request": "launch", 50760 "mode": "test", 50761 "program": "./cmd/bisync", 50762 "args": ["-remote", "TestSharefile:", "-remote2", "TestSharefile:", "-case", "test_volatile", "-no-cleanup"] 50763 }, 50764 { 50765 "name": "Test TestSia: test_all_changed LocalRemote", 50766 "type": "go", 50767 "request": "launch", 50768 "mode": "test", 50769 "program": "./cmd/bisync", 50770 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_all_changed", "-no-cleanup"] 50771 }, 50772 { 50773 "name": "Test TestSia: test_all_changed RemoteLocal", 50774 "type": "go", 50775 "request": "launch", 50776 "mode": "test", 50777 "program": "./cmd/bisync", 50778 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 50779 }, 50780 { 50781 "name": "Test TestSia: test_all_changed RemoteRemote", 50782 "type": "go", 50783 "request": "launch", 50784 "mode": "test", 50785 "program": "./cmd/bisync", 50786 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_all_changed", "-no-cleanup"] 50787 }, 50788 { 50789 "name": "Test TestSia: test_backupdir LocalRemote", 50790 "type": "go", 50791 "request": "launch", 50792 "mode": "test", 50793 "program": "./cmd/bisync", 50794 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_backupdir", "-no-cleanup"] 50795 }, 50796 { 50797 "name": "Test TestSia: test_backupdir RemoteLocal", 50798 "type": "go", 50799 "request": "launch", 50800 "mode": "test", 50801 "program": "./cmd/bisync", 50802 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 50803 }, 50804 { 50805 "name": "Test TestSia: test_backupdir RemoteRemote", 50806 "type": "go", 50807 "request": "launch", 50808 "mode": "test", 50809 "program": "./cmd/bisync", 50810 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_backupdir", "-no-cleanup"] 50811 }, 50812 { 50813 "name": "Test TestSia: test_basic LocalRemote", 50814 "type": "go", 50815 "request": "launch", 50816 "mode": "test", 50817 "program": "./cmd/bisync", 50818 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_basic", "-no-cleanup"] 50819 }, 50820 { 50821 "name": "Test TestSia: test_basic RemoteLocal", 50822 "type": "go", 50823 "request": "launch", 50824 "mode": "test", 50825 "program": "./cmd/bisync", 50826 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 50827 }, 50828 { 50829 "name": "Test TestSia: test_basic RemoteRemote", 50830 "type": "go", 50831 "request": "launch", 50832 "mode": "test", 50833 "program": "./cmd/bisync", 50834 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_basic", "-no-cleanup"] 50835 }, 50836 { 50837 "name": "Test TestSia: test_changes LocalRemote", 50838 "type": "go", 50839 "request": "launch", 50840 "mode": "test", 50841 "program": "./cmd/bisync", 50842 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_changes", "-no-cleanup"] 50843 }, 50844 { 50845 "name": "Test TestSia: test_changes RemoteLocal", 50846 "type": "go", 50847 "request": "launch", 50848 "mode": "test", 50849 "program": "./cmd/bisync", 50850 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 50851 }, 50852 { 50853 "name": "Test TestSia: test_changes RemoteRemote", 50854 "type": "go", 50855 "request": "launch", 50856 "mode": "test", 50857 "program": "./cmd/bisync", 50858 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_changes", "-no-cleanup"] 50859 }, 50860 { 50861 "name": "Test TestSia: test_check_access LocalRemote", 50862 "type": "go", 50863 "request": "launch", 50864 "mode": "test", 50865 "program": "./cmd/bisync", 50866 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_check_access", "-no-cleanup"] 50867 }, 50868 { 50869 "name": "Test TestSia: test_check_access RemoteLocal", 50870 "type": "go", 50871 "request": "launch", 50872 "mode": "test", 50873 "program": "./cmd/bisync", 50874 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 50875 }, 50876 { 50877 "name": "Test TestSia: test_check_access RemoteRemote", 50878 "type": "go", 50879 "request": "launch", 50880 "mode": "test", 50881 "program": "./cmd/bisync", 50882 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_check_access", "-no-cleanup"] 50883 }, 50884 { 50885 "name": "Test TestSia: test_check_access_filters LocalRemote", 50886 "type": "go", 50887 "request": "launch", 50888 "mode": "test", 50889 "program": "./cmd/bisync", 50890 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_check_access_filters", "-no-cleanup"] 50891 }, 50892 { 50893 "name": "Test TestSia: test_check_access_filters RemoteLocal", 50894 "type": "go", 50895 "request": "launch", 50896 "mode": "test", 50897 "program": "./cmd/bisync", 50898 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 50899 }, 50900 { 50901 "name": "Test TestSia: test_check_access_filters RemoteRemote", 50902 "type": "go", 50903 "request": "launch", 50904 "mode": "test", 50905 "program": "./cmd/bisync", 50906 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_check_access_filters", "-no-cleanup"] 50907 }, 50908 { 50909 "name": "Test TestSia: test_check_filename LocalRemote", 50910 "type": "go", 50911 "request": "launch", 50912 "mode": "test", 50913 "program": "./cmd/bisync", 50914 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_check_filename", "-no-cleanup"] 50915 }, 50916 { 50917 "name": "Test TestSia: test_check_filename RemoteLocal", 50918 "type": "go", 50919 "request": "launch", 50920 "mode": "test", 50921 "program": "./cmd/bisync", 50922 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 50923 }, 50924 { 50925 "name": "Test TestSia: test_check_filename RemoteRemote", 50926 "type": "go", 50927 "request": "launch", 50928 "mode": "test", 50929 "program": "./cmd/bisync", 50930 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_check_filename", "-no-cleanup"] 50931 }, 50932 { 50933 "name": "Test TestSia: test_check_sync LocalRemote", 50934 "type": "go", 50935 "request": "launch", 50936 "mode": "test", 50937 "program": "./cmd/bisync", 50938 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_check_sync", "-no-cleanup"] 50939 }, 50940 { 50941 "name": "Test TestSia: test_check_sync RemoteLocal", 50942 "type": "go", 50943 "request": "launch", 50944 "mode": "test", 50945 "program": "./cmd/bisync", 50946 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 50947 }, 50948 { 50949 "name": "Test TestSia: test_check_sync RemoteRemote", 50950 "type": "go", 50951 "request": "launch", 50952 "mode": "test", 50953 "program": "./cmd/bisync", 50954 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_check_sync", "-no-cleanup"] 50955 }, 50956 { 50957 "name": "Test TestSia: test_compare_all LocalRemote", 50958 "type": "go", 50959 "request": "launch", 50960 "mode": "test", 50961 "program": "./cmd/bisync", 50962 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_compare_all", "-no-cleanup"] 50963 }, 50964 { 50965 "name": "Test TestSia: test_compare_all RemoteLocal", 50966 "type": "go", 50967 "request": "launch", 50968 "mode": "test", 50969 "program": "./cmd/bisync", 50970 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 50971 }, 50972 { 50973 "name": "Test TestSia: test_compare_all RemoteRemote", 50974 "type": "go", 50975 "request": "launch", 50976 "mode": "test", 50977 "program": "./cmd/bisync", 50978 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_compare_all", "-no-cleanup"] 50979 }, 50980 { 50981 "name": "Test TestSia: test_createemptysrcdirs LocalRemote", 50982 "type": "go", 50983 "request": "launch", 50984 "mode": "test", 50985 "program": "./cmd/bisync", 50986 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 50987 }, 50988 { 50989 "name": "Test TestSia: test_createemptysrcdirs RemoteLocal", 50990 "type": "go", 50991 "request": "launch", 50992 "mode": "test", 50993 "program": "./cmd/bisync", 50994 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 50995 }, 50996 { 50997 "name": "Test TestSia: test_createemptysrcdirs RemoteRemote", 50998 "type": "go", 50999 "request": "launch", 51000 "mode": "test", 51001 "program": "./cmd/bisync", 51002 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 51003 }, 51004 { 51005 "name": "Test TestSia: test_dry_run LocalRemote", 51006 "type": "go", 51007 "request": "launch", 51008 "mode": "test", 51009 "program": "./cmd/bisync", 51010 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_dry_run", "-no-cleanup"] 51011 }, 51012 { 51013 "name": "Test TestSia: test_dry_run RemoteLocal", 51014 "type": "go", 51015 "request": "launch", 51016 "mode": "test", 51017 "program": "./cmd/bisync", 51018 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 51019 }, 51020 { 51021 "name": "Test TestSia: test_dry_run RemoteRemote", 51022 "type": "go", 51023 "request": "launch", 51024 "mode": "test", 51025 "program": "./cmd/bisync", 51026 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_dry_run", "-no-cleanup"] 51027 }, 51028 { 51029 "name": "Test TestSia: test_equal LocalRemote", 51030 "type": "go", 51031 "request": "launch", 51032 "mode": "test", 51033 "program": "./cmd/bisync", 51034 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_equal", "-no-cleanup"] 51035 }, 51036 { 51037 "name": "Test TestSia: test_equal RemoteLocal", 51038 "type": "go", 51039 "request": "launch", 51040 "mode": "test", 51041 "program": "./cmd/bisync", 51042 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 51043 }, 51044 { 51045 "name": "Test TestSia: test_equal RemoteRemote", 51046 "type": "go", 51047 "request": "launch", 51048 "mode": "test", 51049 "program": "./cmd/bisync", 51050 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_equal", "-no-cleanup"] 51051 }, 51052 { 51053 "name": "Test TestSia: test_ext_paths LocalRemote", 51054 "type": "go", 51055 "request": "launch", 51056 "mode": "test", 51057 "program": "./cmd/bisync", 51058 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_ext_paths", "-no-cleanup"] 51059 }, 51060 { 51061 "name": "Test TestSia: test_ext_paths RemoteLocal", 51062 "type": "go", 51063 "request": "launch", 51064 "mode": "test", 51065 "program": "./cmd/bisync", 51066 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 51067 }, 51068 { 51069 "name": "Test TestSia: test_ext_paths RemoteRemote", 51070 "type": "go", 51071 "request": "launch", 51072 "mode": "test", 51073 "program": "./cmd/bisync", 51074 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_ext_paths", "-no-cleanup"] 51075 }, 51076 { 51077 "name": "Test TestSia: test_extended_filenames LocalRemote", 51078 "type": "go", 51079 "request": "launch", 51080 "mode": "test", 51081 "program": "./cmd/bisync", 51082 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_extended_filenames", "-no-cleanup"] 51083 }, 51084 { 51085 "name": "Test TestSia: test_extended_filenames RemoteLocal", 51086 "type": "go", 51087 "request": "launch", 51088 "mode": "test", 51089 "program": "./cmd/bisync", 51090 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 51091 }, 51092 { 51093 "name": "Test TestSia: test_extended_filenames RemoteRemote", 51094 "type": "go", 51095 "request": "launch", 51096 "mode": "test", 51097 "program": "./cmd/bisync", 51098 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_extended_filenames", "-no-cleanup"] 51099 }, 51100 { 51101 "name": "Test TestSia: test_filters LocalRemote", 51102 "type": "go", 51103 "request": "launch", 51104 "mode": "test", 51105 "program": "./cmd/bisync", 51106 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_filters", "-no-cleanup"] 51107 }, 51108 { 51109 "name": "Test TestSia: test_filters RemoteLocal", 51110 "type": "go", 51111 "request": "launch", 51112 "mode": "test", 51113 "program": "./cmd/bisync", 51114 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 51115 }, 51116 { 51117 "name": "Test TestSia: test_filters RemoteRemote", 51118 "type": "go", 51119 "request": "launch", 51120 "mode": "test", 51121 "program": "./cmd/bisync", 51122 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_filters", "-no-cleanup"] 51123 }, 51124 { 51125 "name": "Test TestSia: test_filtersfile_checks LocalRemote", 51126 "type": "go", 51127 "request": "launch", 51128 "mode": "test", 51129 "program": "./cmd/bisync", 51130 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_filtersfile_checks", "-no-cleanup"] 51131 }, 51132 { 51133 "name": "Test TestSia: test_filtersfile_checks RemoteLocal", 51134 "type": "go", 51135 "request": "launch", 51136 "mode": "test", 51137 "program": "./cmd/bisync", 51138 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 51139 }, 51140 { 51141 "name": "Test TestSia: test_filtersfile_checks RemoteRemote", 51142 "type": "go", 51143 "request": "launch", 51144 "mode": "test", 51145 "program": "./cmd/bisync", 51146 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_filtersfile_checks", "-no-cleanup"] 51147 }, 51148 { 51149 "name": "Test TestSia: test_ignorelistingchecksum LocalRemote", 51150 "type": "go", 51151 "request": "launch", 51152 "mode": "test", 51153 "program": "./cmd/bisync", 51154 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 51155 }, 51156 { 51157 "name": "Test TestSia: test_ignorelistingchecksum RemoteLocal", 51158 "type": "go", 51159 "request": "launch", 51160 "mode": "test", 51161 "program": "./cmd/bisync", 51162 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 51163 }, 51164 { 51165 "name": "Test TestSia: test_ignorelistingchecksum RemoteRemote", 51166 "type": "go", 51167 "request": "launch", 51168 "mode": "test", 51169 "program": "./cmd/bisync", 51170 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 51171 }, 51172 { 51173 "name": "Test TestSia: test_max_delete_path1 LocalRemote", 51174 "type": "go", 51175 "request": "launch", 51176 "mode": "test", 51177 "program": "./cmd/bisync", 51178 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_max_delete_path1", "-no-cleanup"] 51179 }, 51180 { 51181 "name": "Test TestSia: test_max_delete_path1 RemoteLocal", 51182 "type": "go", 51183 "request": "launch", 51184 "mode": "test", 51185 "program": "./cmd/bisync", 51186 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 51187 }, 51188 { 51189 "name": "Test TestSia: test_max_delete_path1 RemoteRemote", 51190 "type": "go", 51191 "request": "launch", 51192 "mode": "test", 51193 "program": "./cmd/bisync", 51194 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_max_delete_path1", "-no-cleanup"] 51195 }, 51196 { 51197 "name": "Test TestSia: test_max_delete_path2_force LocalRemote", 51198 "type": "go", 51199 "request": "launch", 51200 "mode": "test", 51201 "program": "./cmd/bisync", 51202 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 51203 }, 51204 { 51205 "name": "Test TestSia: test_max_delete_path2_force RemoteLocal", 51206 "type": "go", 51207 "request": "launch", 51208 "mode": "test", 51209 "program": "./cmd/bisync", 51210 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 51211 }, 51212 { 51213 "name": "Test TestSia: test_max_delete_path2_force RemoteRemote", 51214 "type": "go", 51215 "request": "launch", 51216 "mode": "test", 51217 "program": "./cmd/bisync", 51218 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 51219 }, 51220 { 51221 "name": "Test TestSia: test_nomodtime LocalRemote", 51222 "type": "go", 51223 "request": "launch", 51224 "mode": "test", 51225 "program": "./cmd/bisync", 51226 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_nomodtime", "-no-cleanup"] 51227 }, 51228 { 51229 "name": "Test TestSia: test_nomodtime RemoteLocal", 51230 "type": "go", 51231 "request": "launch", 51232 "mode": "test", 51233 "program": "./cmd/bisync", 51234 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 51235 }, 51236 { 51237 "name": "Test TestSia: test_nomodtime RemoteRemote", 51238 "type": "go", 51239 "request": "launch", 51240 "mode": "test", 51241 "program": "./cmd/bisync", 51242 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_nomodtime", "-no-cleanup"] 51243 }, 51244 { 51245 "name": "Test TestSia: test_normalization LocalRemote", 51246 "type": "go", 51247 "request": "launch", 51248 "mode": "test", 51249 "program": "./cmd/bisync", 51250 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_normalization", "-no-cleanup"] 51251 }, 51252 { 51253 "name": "Test TestSia: test_normalization RemoteLocal", 51254 "type": "go", 51255 "request": "launch", 51256 "mode": "test", 51257 "program": "./cmd/bisync", 51258 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 51259 }, 51260 { 51261 "name": "Test TestSia: test_normalization RemoteRemote", 51262 "type": "go", 51263 "request": "launch", 51264 "mode": "test", 51265 "program": "./cmd/bisync", 51266 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_normalization", "-no-cleanup"] 51267 }, 51268 { 51269 "name": "Test TestSia: test_rclone_args LocalRemote", 51270 "type": "go", 51271 "request": "launch", 51272 "mode": "test", 51273 "program": "./cmd/bisync", 51274 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_rclone_args", "-no-cleanup"] 51275 }, 51276 { 51277 "name": "Test TestSia: test_rclone_args RemoteLocal", 51278 "type": "go", 51279 "request": "launch", 51280 "mode": "test", 51281 "program": "./cmd/bisync", 51282 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 51283 }, 51284 { 51285 "name": "Test TestSia: test_rclone_args RemoteRemote", 51286 "type": "go", 51287 "request": "launch", 51288 "mode": "test", 51289 "program": "./cmd/bisync", 51290 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_rclone_args", "-no-cleanup"] 51291 }, 51292 { 51293 "name": "Test TestSia: test_resolve LocalRemote", 51294 "type": "go", 51295 "request": "launch", 51296 "mode": "test", 51297 "program": "./cmd/bisync", 51298 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_resolve", "-no-cleanup"] 51299 }, 51300 { 51301 "name": "Test TestSia: test_resolve RemoteLocal", 51302 "type": "go", 51303 "request": "launch", 51304 "mode": "test", 51305 "program": "./cmd/bisync", 51306 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 51307 }, 51308 { 51309 "name": "Test TestSia: test_resolve RemoteRemote", 51310 "type": "go", 51311 "request": "launch", 51312 "mode": "test", 51313 "program": "./cmd/bisync", 51314 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_resolve", "-no-cleanup"] 51315 }, 51316 { 51317 "name": "Test TestSia: test_resync LocalRemote", 51318 "type": "go", 51319 "request": "launch", 51320 "mode": "test", 51321 "program": "./cmd/bisync", 51322 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_resync", "-no-cleanup"] 51323 }, 51324 { 51325 "name": "Test TestSia: test_resync RemoteLocal", 51326 "type": "go", 51327 "request": "launch", 51328 "mode": "test", 51329 "program": "./cmd/bisync", 51330 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 51331 }, 51332 { 51333 "name": "Test TestSia: test_resync RemoteRemote", 51334 "type": "go", 51335 "request": "launch", 51336 "mode": "test", 51337 "program": "./cmd/bisync", 51338 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_resync", "-no-cleanup"] 51339 }, 51340 { 51341 "name": "Test TestSia: test_resync_modes LocalRemote", 51342 "type": "go", 51343 "request": "launch", 51344 "mode": "test", 51345 "program": "./cmd/bisync", 51346 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_resync_modes", "-no-cleanup"] 51347 }, 51348 { 51349 "name": "Test TestSia: test_resync_modes RemoteLocal", 51350 "type": "go", 51351 "request": "launch", 51352 "mode": "test", 51353 "program": "./cmd/bisync", 51354 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 51355 }, 51356 { 51357 "name": "Test TestSia: test_resync_modes RemoteRemote", 51358 "type": "go", 51359 "request": "launch", 51360 "mode": "test", 51361 "program": "./cmd/bisync", 51362 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_resync_modes", "-no-cleanup"] 51363 }, 51364 { 51365 "name": "Test TestSia: test_rmdirs LocalRemote", 51366 "type": "go", 51367 "request": "launch", 51368 "mode": "test", 51369 "program": "./cmd/bisync", 51370 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_rmdirs", "-no-cleanup"] 51371 }, 51372 { 51373 "name": "Test TestSia: test_rmdirs RemoteLocal", 51374 "type": "go", 51375 "request": "launch", 51376 "mode": "test", 51377 "program": "./cmd/bisync", 51378 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 51379 }, 51380 { 51381 "name": "Test TestSia: test_rmdirs RemoteRemote", 51382 "type": "go", 51383 "request": "launch", 51384 "mode": "test", 51385 "program": "./cmd/bisync", 51386 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_rmdirs", "-no-cleanup"] 51387 }, 51388 { 51389 "name": "Test TestSia: test_volatile LocalRemote", 51390 "type": "go", 51391 "request": "launch", 51392 "mode": "test", 51393 "program": "./cmd/bisync", 51394 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_volatile", "-no-cleanup"] 51395 }, 51396 { 51397 "name": "Test TestSia: test_volatile RemoteLocal", 51398 "type": "go", 51399 "request": "launch", 51400 "mode": "test", 51401 "program": "./cmd/bisync", 51402 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 51403 }, 51404 { 51405 "name": "Test TestSia: test_volatile RemoteRemote", 51406 "type": "go", 51407 "request": "launch", 51408 "mode": "test", 51409 "program": "./cmd/bisync", 51410 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_volatile", "-no-cleanup"] 51411 }, 51412 { 51413 "name": "Test TestMailru: test_all_changed LocalRemote", 51414 "type": "go", 51415 "request": "launch", 51416 "mode": "test", 51417 "program": "./cmd/bisync", 51418 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_all_changed", "-no-cleanup"] 51419 }, 51420 { 51421 "name": "Test TestMailru: test_all_changed RemoteLocal", 51422 "type": "go", 51423 "request": "launch", 51424 "mode": "test", 51425 "program": "./cmd/bisync", 51426 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 51427 }, 51428 { 51429 "name": "Test TestMailru: test_all_changed RemoteRemote", 51430 "type": "go", 51431 "request": "launch", 51432 "mode": "test", 51433 "program": "./cmd/bisync", 51434 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_all_changed", "-no-cleanup"] 51435 }, 51436 { 51437 "name": "Test TestMailru: test_backupdir LocalRemote", 51438 "type": "go", 51439 "request": "launch", 51440 "mode": "test", 51441 "program": "./cmd/bisync", 51442 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_backupdir", "-no-cleanup"] 51443 }, 51444 { 51445 "name": "Test TestMailru: test_backupdir RemoteLocal", 51446 "type": "go", 51447 "request": "launch", 51448 "mode": "test", 51449 "program": "./cmd/bisync", 51450 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 51451 }, 51452 { 51453 "name": "Test TestMailru: test_backupdir RemoteRemote", 51454 "type": "go", 51455 "request": "launch", 51456 "mode": "test", 51457 "program": "./cmd/bisync", 51458 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_backupdir", "-no-cleanup"] 51459 }, 51460 { 51461 "name": "Test TestMailru: test_basic LocalRemote", 51462 "type": "go", 51463 "request": "launch", 51464 "mode": "test", 51465 "program": "./cmd/bisync", 51466 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_basic", "-no-cleanup"] 51467 }, 51468 { 51469 "name": "Test TestMailru: test_basic RemoteLocal", 51470 "type": "go", 51471 "request": "launch", 51472 "mode": "test", 51473 "program": "./cmd/bisync", 51474 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 51475 }, 51476 { 51477 "name": "Test TestMailru: test_basic RemoteRemote", 51478 "type": "go", 51479 "request": "launch", 51480 "mode": "test", 51481 "program": "./cmd/bisync", 51482 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_basic", "-no-cleanup"] 51483 }, 51484 { 51485 "name": "Test TestMailru: test_changes LocalRemote", 51486 "type": "go", 51487 "request": "launch", 51488 "mode": "test", 51489 "program": "./cmd/bisync", 51490 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_changes", "-no-cleanup"] 51491 }, 51492 { 51493 "name": "Test TestMailru: test_changes RemoteLocal", 51494 "type": "go", 51495 "request": "launch", 51496 "mode": "test", 51497 "program": "./cmd/bisync", 51498 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 51499 }, 51500 { 51501 "name": "Test TestMailru: test_changes RemoteRemote", 51502 "type": "go", 51503 "request": "launch", 51504 "mode": "test", 51505 "program": "./cmd/bisync", 51506 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_changes", "-no-cleanup"] 51507 }, 51508 { 51509 "name": "Test TestMailru: test_check_access LocalRemote", 51510 "type": "go", 51511 "request": "launch", 51512 "mode": "test", 51513 "program": "./cmd/bisync", 51514 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_check_access", "-no-cleanup"] 51515 }, 51516 { 51517 "name": "Test TestMailru: test_check_access RemoteLocal", 51518 "type": "go", 51519 "request": "launch", 51520 "mode": "test", 51521 "program": "./cmd/bisync", 51522 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 51523 }, 51524 { 51525 "name": "Test TestMailru: test_check_access RemoteRemote", 51526 "type": "go", 51527 "request": "launch", 51528 "mode": "test", 51529 "program": "./cmd/bisync", 51530 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_check_access", "-no-cleanup"] 51531 }, 51532 { 51533 "name": "Test TestMailru: test_check_access_filters LocalRemote", 51534 "type": "go", 51535 "request": "launch", 51536 "mode": "test", 51537 "program": "./cmd/bisync", 51538 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_check_access_filters", "-no-cleanup"] 51539 }, 51540 { 51541 "name": "Test TestMailru: test_check_access_filters RemoteLocal", 51542 "type": "go", 51543 "request": "launch", 51544 "mode": "test", 51545 "program": "./cmd/bisync", 51546 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 51547 }, 51548 { 51549 "name": "Test TestMailru: test_check_access_filters RemoteRemote", 51550 "type": "go", 51551 "request": "launch", 51552 "mode": "test", 51553 "program": "./cmd/bisync", 51554 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_check_access_filters", "-no-cleanup"] 51555 }, 51556 { 51557 "name": "Test TestMailru: test_check_filename LocalRemote", 51558 "type": "go", 51559 "request": "launch", 51560 "mode": "test", 51561 "program": "./cmd/bisync", 51562 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_check_filename", "-no-cleanup"] 51563 }, 51564 { 51565 "name": "Test TestMailru: test_check_filename RemoteLocal", 51566 "type": "go", 51567 "request": "launch", 51568 "mode": "test", 51569 "program": "./cmd/bisync", 51570 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 51571 }, 51572 { 51573 "name": "Test TestMailru: test_check_filename RemoteRemote", 51574 "type": "go", 51575 "request": "launch", 51576 "mode": "test", 51577 "program": "./cmd/bisync", 51578 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_check_filename", "-no-cleanup"] 51579 }, 51580 { 51581 "name": "Test TestMailru: test_check_sync LocalRemote", 51582 "type": "go", 51583 "request": "launch", 51584 "mode": "test", 51585 "program": "./cmd/bisync", 51586 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_check_sync", "-no-cleanup"] 51587 }, 51588 { 51589 "name": "Test TestMailru: test_check_sync RemoteLocal", 51590 "type": "go", 51591 "request": "launch", 51592 "mode": "test", 51593 "program": "./cmd/bisync", 51594 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 51595 }, 51596 { 51597 "name": "Test TestMailru: test_check_sync RemoteRemote", 51598 "type": "go", 51599 "request": "launch", 51600 "mode": "test", 51601 "program": "./cmd/bisync", 51602 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_check_sync", "-no-cleanup"] 51603 }, 51604 { 51605 "name": "Test TestMailru: test_compare_all LocalRemote", 51606 "type": "go", 51607 "request": "launch", 51608 "mode": "test", 51609 "program": "./cmd/bisync", 51610 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_compare_all", "-no-cleanup"] 51611 }, 51612 { 51613 "name": "Test TestMailru: test_compare_all RemoteLocal", 51614 "type": "go", 51615 "request": "launch", 51616 "mode": "test", 51617 "program": "./cmd/bisync", 51618 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 51619 }, 51620 { 51621 "name": "Test TestMailru: test_compare_all RemoteRemote", 51622 "type": "go", 51623 "request": "launch", 51624 "mode": "test", 51625 "program": "./cmd/bisync", 51626 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_compare_all", "-no-cleanup"] 51627 }, 51628 { 51629 "name": "Test TestMailru: test_createemptysrcdirs LocalRemote", 51630 "type": "go", 51631 "request": "launch", 51632 "mode": "test", 51633 "program": "./cmd/bisync", 51634 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 51635 }, 51636 { 51637 "name": "Test TestMailru: test_createemptysrcdirs RemoteLocal", 51638 "type": "go", 51639 "request": "launch", 51640 "mode": "test", 51641 "program": "./cmd/bisync", 51642 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 51643 }, 51644 { 51645 "name": "Test TestMailru: test_createemptysrcdirs RemoteRemote", 51646 "type": "go", 51647 "request": "launch", 51648 "mode": "test", 51649 "program": "./cmd/bisync", 51650 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 51651 }, 51652 { 51653 "name": "Test TestMailru: test_dry_run LocalRemote", 51654 "type": "go", 51655 "request": "launch", 51656 "mode": "test", 51657 "program": "./cmd/bisync", 51658 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_dry_run", "-no-cleanup"] 51659 }, 51660 { 51661 "name": "Test TestMailru: test_dry_run RemoteLocal", 51662 "type": "go", 51663 "request": "launch", 51664 "mode": "test", 51665 "program": "./cmd/bisync", 51666 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 51667 }, 51668 { 51669 "name": "Test TestMailru: test_dry_run RemoteRemote", 51670 "type": "go", 51671 "request": "launch", 51672 "mode": "test", 51673 "program": "./cmd/bisync", 51674 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_dry_run", "-no-cleanup"] 51675 }, 51676 { 51677 "name": "Test TestMailru: test_equal LocalRemote", 51678 "type": "go", 51679 "request": "launch", 51680 "mode": "test", 51681 "program": "./cmd/bisync", 51682 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_equal", "-no-cleanup"] 51683 }, 51684 { 51685 "name": "Test TestMailru: test_equal RemoteLocal", 51686 "type": "go", 51687 "request": "launch", 51688 "mode": "test", 51689 "program": "./cmd/bisync", 51690 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 51691 }, 51692 { 51693 "name": "Test TestMailru: test_equal RemoteRemote", 51694 "type": "go", 51695 "request": "launch", 51696 "mode": "test", 51697 "program": "./cmd/bisync", 51698 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_equal", "-no-cleanup"] 51699 }, 51700 { 51701 "name": "Test TestMailru: test_ext_paths LocalRemote", 51702 "type": "go", 51703 "request": "launch", 51704 "mode": "test", 51705 "program": "./cmd/bisync", 51706 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_ext_paths", "-no-cleanup"] 51707 }, 51708 { 51709 "name": "Test TestMailru: test_ext_paths RemoteLocal", 51710 "type": "go", 51711 "request": "launch", 51712 "mode": "test", 51713 "program": "./cmd/bisync", 51714 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 51715 }, 51716 { 51717 "name": "Test TestMailru: test_ext_paths RemoteRemote", 51718 "type": "go", 51719 "request": "launch", 51720 "mode": "test", 51721 "program": "./cmd/bisync", 51722 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_ext_paths", "-no-cleanup"] 51723 }, 51724 { 51725 "name": "Test TestMailru: test_extended_filenames LocalRemote", 51726 "type": "go", 51727 "request": "launch", 51728 "mode": "test", 51729 "program": "./cmd/bisync", 51730 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_extended_filenames", "-no-cleanup"] 51731 }, 51732 { 51733 "name": "Test TestMailru: test_extended_filenames RemoteLocal", 51734 "type": "go", 51735 "request": "launch", 51736 "mode": "test", 51737 "program": "./cmd/bisync", 51738 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 51739 }, 51740 { 51741 "name": "Test TestMailru: test_extended_filenames RemoteRemote", 51742 "type": "go", 51743 "request": "launch", 51744 "mode": "test", 51745 "program": "./cmd/bisync", 51746 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_extended_filenames", "-no-cleanup"] 51747 }, 51748 { 51749 "name": "Test TestMailru: test_filters LocalRemote", 51750 "type": "go", 51751 "request": "launch", 51752 "mode": "test", 51753 "program": "./cmd/bisync", 51754 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_filters", "-no-cleanup"] 51755 }, 51756 { 51757 "name": "Test TestMailru: test_filters RemoteLocal", 51758 "type": "go", 51759 "request": "launch", 51760 "mode": "test", 51761 "program": "./cmd/bisync", 51762 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 51763 }, 51764 { 51765 "name": "Test TestMailru: test_filters RemoteRemote", 51766 "type": "go", 51767 "request": "launch", 51768 "mode": "test", 51769 "program": "./cmd/bisync", 51770 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_filters", "-no-cleanup"] 51771 }, 51772 { 51773 "name": "Test TestMailru: test_filtersfile_checks LocalRemote", 51774 "type": "go", 51775 "request": "launch", 51776 "mode": "test", 51777 "program": "./cmd/bisync", 51778 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_filtersfile_checks", "-no-cleanup"] 51779 }, 51780 { 51781 "name": "Test TestMailru: test_filtersfile_checks RemoteLocal", 51782 "type": "go", 51783 "request": "launch", 51784 "mode": "test", 51785 "program": "./cmd/bisync", 51786 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 51787 }, 51788 { 51789 "name": "Test TestMailru: test_filtersfile_checks RemoteRemote", 51790 "type": "go", 51791 "request": "launch", 51792 "mode": "test", 51793 "program": "./cmd/bisync", 51794 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_filtersfile_checks", "-no-cleanup"] 51795 }, 51796 { 51797 "name": "Test TestMailru: test_ignorelistingchecksum LocalRemote", 51798 "type": "go", 51799 "request": "launch", 51800 "mode": "test", 51801 "program": "./cmd/bisync", 51802 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 51803 }, 51804 { 51805 "name": "Test TestMailru: test_ignorelistingchecksum RemoteLocal", 51806 "type": "go", 51807 "request": "launch", 51808 "mode": "test", 51809 "program": "./cmd/bisync", 51810 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 51811 }, 51812 { 51813 "name": "Test TestMailru: test_ignorelistingchecksum RemoteRemote", 51814 "type": "go", 51815 "request": "launch", 51816 "mode": "test", 51817 "program": "./cmd/bisync", 51818 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 51819 }, 51820 { 51821 "name": "Test TestMailru: test_max_delete_path1 LocalRemote", 51822 "type": "go", 51823 "request": "launch", 51824 "mode": "test", 51825 "program": "./cmd/bisync", 51826 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_max_delete_path1", "-no-cleanup"] 51827 }, 51828 { 51829 "name": "Test TestMailru: test_max_delete_path1 RemoteLocal", 51830 "type": "go", 51831 "request": "launch", 51832 "mode": "test", 51833 "program": "./cmd/bisync", 51834 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 51835 }, 51836 { 51837 "name": "Test TestMailru: test_max_delete_path1 RemoteRemote", 51838 "type": "go", 51839 "request": "launch", 51840 "mode": "test", 51841 "program": "./cmd/bisync", 51842 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_max_delete_path1", "-no-cleanup"] 51843 }, 51844 { 51845 "name": "Test TestMailru: test_max_delete_path2_force LocalRemote", 51846 "type": "go", 51847 "request": "launch", 51848 "mode": "test", 51849 "program": "./cmd/bisync", 51850 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 51851 }, 51852 { 51853 "name": "Test TestMailru: test_max_delete_path2_force RemoteLocal", 51854 "type": "go", 51855 "request": "launch", 51856 "mode": "test", 51857 "program": "./cmd/bisync", 51858 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 51859 }, 51860 { 51861 "name": "Test TestMailru: test_max_delete_path2_force RemoteRemote", 51862 "type": "go", 51863 "request": "launch", 51864 "mode": "test", 51865 "program": "./cmd/bisync", 51866 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 51867 }, 51868 { 51869 "name": "Test TestMailru: test_nomodtime LocalRemote", 51870 "type": "go", 51871 "request": "launch", 51872 "mode": "test", 51873 "program": "./cmd/bisync", 51874 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_nomodtime", "-no-cleanup"] 51875 }, 51876 { 51877 "name": "Test TestMailru: test_nomodtime RemoteLocal", 51878 "type": "go", 51879 "request": "launch", 51880 "mode": "test", 51881 "program": "./cmd/bisync", 51882 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 51883 }, 51884 { 51885 "name": "Test TestMailru: test_nomodtime RemoteRemote", 51886 "type": "go", 51887 "request": "launch", 51888 "mode": "test", 51889 "program": "./cmd/bisync", 51890 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_nomodtime", "-no-cleanup"] 51891 }, 51892 { 51893 "name": "Test TestMailru: test_normalization LocalRemote", 51894 "type": "go", 51895 "request": "launch", 51896 "mode": "test", 51897 "program": "./cmd/bisync", 51898 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_normalization", "-no-cleanup"] 51899 }, 51900 { 51901 "name": "Test TestMailru: test_normalization RemoteLocal", 51902 "type": "go", 51903 "request": "launch", 51904 "mode": "test", 51905 "program": "./cmd/bisync", 51906 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 51907 }, 51908 { 51909 "name": "Test TestMailru: test_normalization RemoteRemote", 51910 "type": "go", 51911 "request": "launch", 51912 "mode": "test", 51913 "program": "./cmd/bisync", 51914 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_normalization", "-no-cleanup"] 51915 }, 51916 { 51917 "name": "Test TestMailru: test_rclone_args LocalRemote", 51918 "type": "go", 51919 "request": "launch", 51920 "mode": "test", 51921 "program": "./cmd/bisync", 51922 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_rclone_args", "-no-cleanup"] 51923 }, 51924 { 51925 "name": "Test TestMailru: test_rclone_args RemoteLocal", 51926 "type": "go", 51927 "request": "launch", 51928 "mode": "test", 51929 "program": "./cmd/bisync", 51930 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 51931 }, 51932 { 51933 "name": "Test TestMailru: test_rclone_args RemoteRemote", 51934 "type": "go", 51935 "request": "launch", 51936 "mode": "test", 51937 "program": "./cmd/bisync", 51938 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_rclone_args", "-no-cleanup"] 51939 }, 51940 { 51941 "name": "Test TestMailru: test_resolve LocalRemote", 51942 "type": "go", 51943 "request": "launch", 51944 "mode": "test", 51945 "program": "./cmd/bisync", 51946 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_resolve", "-no-cleanup"] 51947 }, 51948 { 51949 "name": "Test TestMailru: test_resolve RemoteLocal", 51950 "type": "go", 51951 "request": "launch", 51952 "mode": "test", 51953 "program": "./cmd/bisync", 51954 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 51955 }, 51956 { 51957 "name": "Test TestMailru: test_resolve RemoteRemote", 51958 "type": "go", 51959 "request": "launch", 51960 "mode": "test", 51961 "program": "./cmd/bisync", 51962 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_resolve", "-no-cleanup"] 51963 }, 51964 { 51965 "name": "Test TestMailru: test_resync LocalRemote", 51966 "type": "go", 51967 "request": "launch", 51968 "mode": "test", 51969 "program": "./cmd/bisync", 51970 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_resync", "-no-cleanup"] 51971 }, 51972 { 51973 "name": "Test TestMailru: test_resync RemoteLocal", 51974 "type": "go", 51975 "request": "launch", 51976 "mode": "test", 51977 "program": "./cmd/bisync", 51978 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 51979 }, 51980 { 51981 "name": "Test TestMailru: test_resync RemoteRemote", 51982 "type": "go", 51983 "request": "launch", 51984 "mode": "test", 51985 "program": "./cmd/bisync", 51986 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_resync", "-no-cleanup"] 51987 }, 51988 { 51989 "name": "Test TestMailru: test_resync_modes LocalRemote", 51990 "type": "go", 51991 "request": "launch", 51992 "mode": "test", 51993 "program": "./cmd/bisync", 51994 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_resync_modes", "-no-cleanup"] 51995 }, 51996 { 51997 "name": "Test TestMailru: test_resync_modes RemoteLocal", 51998 "type": "go", 51999 "request": "launch", 52000 "mode": "test", 52001 "program": "./cmd/bisync", 52002 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 52003 }, 52004 { 52005 "name": "Test TestMailru: test_resync_modes RemoteRemote", 52006 "type": "go", 52007 "request": "launch", 52008 "mode": "test", 52009 "program": "./cmd/bisync", 52010 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_resync_modes", "-no-cleanup"] 52011 }, 52012 { 52013 "name": "Test TestMailru: test_rmdirs LocalRemote", 52014 "type": "go", 52015 "request": "launch", 52016 "mode": "test", 52017 "program": "./cmd/bisync", 52018 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_rmdirs", "-no-cleanup"] 52019 }, 52020 { 52021 "name": "Test TestMailru: test_rmdirs RemoteLocal", 52022 "type": "go", 52023 "request": "launch", 52024 "mode": "test", 52025 "program": "./cmd/bisync", 52026 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 52027 }, 52028 { 52029 "name": "Test TestMailru: test_rmdirs RemoteRemote", 52030 "type": "go", 52031 "request": "launch", 52032 "mode": "test", 52033 "program": "./cmd/bisync", 52034 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_rmdirs", "-no-cleanup"] 52035 }, 52036 { 52037 "name": "Test TestMailru: test_volatile LocalRemote", 52038 "type": "go", 52039 "request": "launch", 52040 "mode": "test", 52041 "program": "./cmd/bisync", 52042 "args": ["-remote", "local", "-remote2", "TestMailru:", "-case", "test_volatile", "-no-cleanup"] 52043 }, 52044 { 52045 "name": "Test TestMailru: test_volatile RemoteLocal", 52046 "type": "go", 52047 "request": "launch", 52048 "mode": "test", 52049 "program": "./cmd/bisync", 52050 "args": ["-remote", "TestMailru:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 52051 }, 52052 { 52053 "name": "Test TestMailru: test_volatile RemoteRemote", 52054 "type": "go", 52055 "request": "launch", 52056 "mode": "test", 52057 "program": "./cmd/bisync", 52058 "args": ["-remote", "TestMailru:", "-remote2", "TestMailru:", "-case", "test_volatile", "-no-cleanup"] 52059 }, 52060 { 52061 "name": "Test TestSeafileV6: test_all_changed LocalRemote", 52062 "type": "go", 52063 "request": "launch", 52064 "mode": "test", 52065 "program": "./cmd/bisync", 52066 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_all_changed", "-no-cleanup"] 52067 }, 52068 { 52069 "name": "Test TestSeafileV6: test_all_changed RemoteLocal", 52070 "type": "go", 52071 "request": "launch", 52072 "mode": "test", 52073 "program": "./cmd/bisync", 52074 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 52075 }, 52076 { 52077 "name": "Test TestSeafileV6: test_all_changed RemoteRemote", 52078 "type": "go", 52079 "request": "launch", 52080 "mode": "test", 52081 "program": "./cmd/bisync", 52082 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_all_changed", "-no-cleanup"] 52083 }, 52084 { 52085 "name": "Test TestSeafileV6: test_backupdir LocalRemote", 52086 "type": "go", 52087 "request": "launch", 52088 "mode": "test", 52089 "program": "./cmd/bisync", 52090 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_backupdir", "-no-cleanup"] 52091 }, 52092 { 52093 "name": "Test TestSeafileV6: test_backupdir RemoteLocal", 52094 "type": "go", 52095 "request": "launch", 52096 "mode": "test", 52097 "program": "./cmd/bisync", 52098 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 52099 }, 52100 { 52101 "name": "Test TestSeafileV6: test_backupdir RemoteRemote", 52102 "type": "go", 52103 "request": "launch", 52104 "mode": "test", 52105 "program": "./cmd/bisync", 52106 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_backupdir", "-no-cleanup"] 52107 }, 52108 { 52109 "name": "Test TestSeafileV6: test_basic LocalRemote", 52110 "type": "go", 52111 "request": "launch", 52112 "mode": "test", 52113 "program": "./cmd/bisync", 52114 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_basic", "-no-cleanup"] 52115 }, 52116 { 52117 "name": "Test TestSeafileV6: test_basic RemoteLocal", 52118 "type": "go", 52119 "request": "launch", 52120 "mode": "test", 52121 "program": "./cmd/bisync", 52122 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 52123 }, 52124 { 52125 "name": "Test TestSeafileV6: test_basic RemoteRemote", 52126 "type": "go", 52127 "request": "launch", 52128 "mode": "test", 52129 "program": "./cmd/bisync", 52130 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_basic", "-no-cleanup"] 52131 }, 52132 { 52133 "name": "Test TestSeafileV6: test_changes LocalRemote", 52134 "type": "go", 52135 "request": "launch", 52136 "mode": "test", 52137 "program": "./cmd/bisync", 52138 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_changes", "-no-cleanup"] 52139 }, 52140 { 52141 "name": "Test TestSeafileV6: test_changes RemoteLocal", 52142 "type": "go", 52143 "request": "launch", 52144 "mode": "test", 52145 "program": "./cmd/bisync", 52146 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 52147 }, 52148 { 52149 "name": "Test TestSeafileV6: test_changes RemoteRemote", 52150 "type": "go", 52151 "request": "launch", 52152 "mode": "test", 52153 "program": "./cmd/bisync", 52154 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_changes", "-no-cleanup"] 52155 }, 52156 { 52157 "name": "Test TestSeafileV6: test_check_access LocalRemote", 52158 "type": "go", 52159 "request": "launch", 52160 "mode": "test", 52161 "program": "./cmd/bisync", 52162 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_check_access", "-no-cleanup"] 52163 }, 52164 { 52165 "name": "Test TestSeafileV6: test_check_access RemoteLocal", 52166 "type": "go", 52167 "request": "launch", 52168 "mode": "test", 52169 "program": "./cmd/bisync", 52170 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 52171 }, 52172 { 52173 "name": "Test TestSeafileV6: test_check_access RemoteRemote", 52174 "type": "go", 52175 "request": "launch", 52176 "mode": "test", 52177 "program": "./cmd/bisync", 52178 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_check_access", "-no-cleanup"] 52179 }, 52180 { 52181 "name": "Test TestSeafileV6: test_check_access_filters LocalRemote", 52182 "type": "go", 52183 "request": "launch", 52184 "mode": "test", 52185 "program": "./cmd/bisync", 52186 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_check_access_filters", "-no-cleanup"] 52187 }, 52188 { 52189 "name": "Test TestSeafileV6: test_check_access_filters RemoteLocal", 52190 "type": "go", 52191 "request": "launch", 52192 "mode": "test", 52193 "program": "./cmd/bisync", 52194 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 52195 }, 52196 { 52197 "name": "Test TestSeafileV6: test_check_access_filters RemoteRemote", 52198 "type": "go", 52199 "request": "launch", 52200 "mode": "test", 52201 "program": "./cmd/bisync", 52202 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_check_access_filters", "-no-cleanup"] 52203 }, 52204 { 52205 "name": "Test TestSeafileV6: test_check_filename LocalRemote", 52206 "type": "go", 52207 "request": "launch", 52208 "mode": "test", 52209 "program": "./cmd/bisync", 52210 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_check_filename", "-no-cleanup"] 52211 }, 52212 { 52213 "name": "Test TestSeafileV6: test_check_filename RemoteLocal", 52214 "type": "go", 52215 "request": "launch", 52216 "mode": "test", 52217 "program": "./cmd/bisync", 52218 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 52219 }, 52220 { 52221 "name": "Test TestSeafileV6: test_check_filename RemoteRemote", 52222 "type": "go", 52223 "request": "launch", 52224 "mode": "test", 52225 "program": "./cmd/bisync", 52226 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_check_filename", "-no-cleanup"] 52227 }, 52228 { 52229 "name": "Test TestSeafileV6: test_check_sync LocalRemote", 52230 "type": "go", 52231 "request": "launch", 52232 "mode": "test", 52233 "program": "./cmd/bisync", 52234 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_check_sync", "-no-cleanup"] 52235 }, 52236 { 52237 "name": "Test TestSeafileV6: test_check_sync RemoteLocal", 52238 "type": "go", 52239 "request": "launch", 52240 "mode": "test", 52241 "program": "./cmd/bisync", 52242 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 52243 }, 52244 { 52245 "name": "Test TestSeafileV6: test_check_sync RemoteRemote", 52246 "type": "go", 52247 "request": "launch", 52248 "mode": "test", 52249 "program": "./cmd/bisync", 52250 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_check_sync", "-no-cleanup"] 52251 }, 52252 { 52253 "name": "Test TestSeafileV6: test_compare_all LocalRemote", 52254 "type": "go", 52255 "request": "launch", 52256 "mode": "test", 52257 "program": "./cmd/bisync", 52258 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_compare_all", "-no-cleanup"] 52259 }, 52260 { 52261 "name": "Test TestSeafileV6: test_compare_all RemoteLocal", 52262 "type": "go", 52263 "request": "launch", 52264 "mode": "test", 52265 "program": "./cmd/bisync", 52266 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 52267 }, 52268 { 52269 "name": "Test TestSeafileV6: test_compare_all RemoteRemote", 52270 "type": "go", 52271 "request": "launch", 52272 "mode": "test", 52273 "program": "./cmd/bisync", 52274 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_compare_all", "-no-cleanup"] 52275 }, 52276 { 52277 "name": "Test TestSeafileV6: test_createemptysrcdirs LocalRemote", 52278 "type": "go", 52279 "request": "launch", 52280 "mode": "test", 52281 "program": "./cmd/bisync", 52282 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 52283 }, 52284 { 52285 "name": "Test TestSeafileV6: test_createemptysrcdirs RemoteLocal", 52286 "type": "go", 52287 "request": "launch", 52288 "mode": "test", 52289 "program": "./cmd/bisync", 52290 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 52291 }, 52292 { 52293 "name": "Test TestSeafileV6: test_createemptysrcdirs RemoteRemote", 52294 "type": "go", 52295 "request": "launch", 52296 "mode": "test", 52297 "program": "./cmd/bisync", 52298 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 52299 }, 52300 { 52301 "name": "Test TestSeafileV6: test_dry_run LocalRemote", 52302 "type": "go", 52303 "request": "launch", 52304 "mode": "test", 52305 "program": "./cmd/bisync", 52306 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_dry_run", "-no-cleanup"] 52307 }, 52308 { 52309 "name": "Test TestSeafileV6: test_dry_run RemoteLocal", 52310 "type": "go", 52311 "request": "launch", 52312 "mode": "test", 52313 "program": "./cmd/bisync", 52314 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 52315 }, 52316 { 52317 "name": "Test TestSeafileV6: test_dry_run RemoteRemote", 52318 "type": "go", 52319 "request": "launch", 52320 "mode": "test", 52321 "program": "./cmd/bisync", 52322 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_dry_run", "-no-cleanup"] 52323 }, 52324 { 52325 "name": "Test TestSeafileV6: test_equal LocalRemote", 52326 "type": "go", 52327 "request": "launch", 52328 "mode": "test", 52329 "program": "./cmd/bisync", 52330 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_equal", "-no-cleanup"] 52331 }, 52332 { 52333 "name": "Test TestSeafileV6: test_equal RemoteLocal", 52334 "type": "go", 52335 "request": "launch", 52336 "mode": "test", 52337 "program": "./cmd/bisync", 52338 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 52339 }, 52340 { 52341 "name": "Test TestSeafileV6: test_equal RemoteRemote", 52342 "type": "go", 52343 "request": "launch", 52344 "mode": "test", 52345 "program": "./cmd/bisync", 52346 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_equal", "-no-cleanup"] 52347 }, 52348 { 52349 "name": "Test TestSeafileV6: test_ext_paths LocalRemote", 52350 "type": "go", 52351 "request": "launch", 52352 "mode": "test", 52353 "program": "./cmd/bisync", 52354 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_ext_paths", "-no-cleanup"] 52355 }, 52356 { 52357 "name": "Test TestSeafileV6: test_ext_paths RemoteLocal", 52358 "type": "go", 52359 "request": "launch", 52360 "mode": "test", 52361 "program": "./cmd/bisync", 52362 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 52363 }, 52364 { 52365 "name": "Test TestSeafileV6: test_ext_paths RemoteRemote", 52366 "type": "go", 52367 "request": "launch", 52368 "mode": "test", 52369 "program": "./cmd/bisync", 52370 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_ext_paths", "-no-cleanup"] 52371 }, 52372 { 52373 "name": "Test TestSeafileV6: test_extended_filenames LocalRemote", 52374 "type": "go", 52375 "request": "launch", 52376 "mode": "test", 52377 "program": "./cmd/bisync", 52378 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_extended_filenames", "-no-cleanup"] 52379 }, 52380 { 52381 "name": "Test TestSeafileV6: test_extended_filenames RemoteLocal", 52382 "type": "go", 52383 "request": "launch", 52384 "mode": "test", 52385 "program": "./cmd/bisync", 52386 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 52387 }, 52388 { 52389 "name": "Test TestSeafileV6: test_extended_filenames RemoteRemote", 52390 "type": "go", 52391 "request": "launch", 52392 "mode": "test", 52393 "program": "./cmd/bisync", 52394 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_extended_filenames", "-no-cleanup"] 52395 }, 52396 { 52397 "name": "Test TestSeafileV6: test_filters LocalRemote", 52398 "type": "go", 52399 "request": "launch", 52400 "mode": "test", 52401 "program": "./cmd/bisync", 52402 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_filters", "-no-cleanup"] 52403 }, 52404 { 52405 "name": "Test TestSeafileV6: test_filters RemoteLocal", 52406 "type": "go", 52407 "request": "launch", 52408 "mode": "test", 52409 "program": "./cmd/bisync", 52410 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 52411 }, 52412 { 52413 "name": "Test TestSeafileV6: test_filters RemoteRemote", 52414 "type": "go", 52415 "request": "launch", 52416 "mode": "test", 52417 "program": "./cmd/bisync", 52418 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_filters", "-no-cleanup"] 52419 }, 52420 { 52421 "name": "Test TestSeafileV6: test_filtersfile_checks LocalRemote", 52422 "type": "go", 52423 "request": "launch", 52424 "mode": "test", 52425 "program": "./cmd/bisync", 52426 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_filtersfile_checks", "-no-cleanup"] 52427 }, 52428 { 52429 "name": "Test TestSeafileV6: test_filtersfile_checks RemoteLocal", 52430 "type": "go", 52431 "request": "launch", 52432 "mode": "test", 52433 "program": "./cmd/bisync", 52434 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 52435 }, 52436 { 52437 "name": "Test TestSeafileV6: test_filtersfile_checks RemoteRemote", 52438 "type": "go", 52439 "request": "launch", 52440 "mode": "test", 52441 "program": "./cmd/bisync", 52442 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_filtersfile_checks", "-no-cleanup"] 52443 }, 52444 { 52445 "name": "Test TestSeafileV6: test_ignorelistingchecksum LocalRemote", 52446 "type": "go", 52447 "request": "launch", 52448 "mode": "test", 52449 "program": "./cmd/bisync", 52450 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 52451 }, 52452 { 52453 "name": "Test TestSeafileV6: test_ignorelistingchecksum RemoteLocal", 52454 "type": "go", 52455 "request": "launch", 52456 "mode": "test", 52457 "program": "./cmd/bisync", 52458 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 52459 }, 52460 { 52461 "name": "Test TestSeafileV6: test_ignorelistingchecksum RemoteRemote", 52462 "type": "go", 52463 "request": "launch", 52464 "mode": "test", 52465 "program": "./cmd/bisync", 52466 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 52467 }, 52468 { 52469 "name": "Test TestSeafileV6: test_max_delete_path1 LocalRemote", 52470 "type": "go", 52471 "request": "launch", 52472 "mode": "test", 52473 "program": "./cmd/bisync", 52474 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_max_delete_path1", "-no-cleanup"] 52475 }, 52476 { 52477 "name": "Test TestSeafileV6: test_max_delete_path1 RemoteLocal", 52478 "type": "go", 52479 "request": "launch", 52480 "mode": "test", 52481 "program": "./cmd/bisync", 52482 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 52483 }, 52484 { 52485 "name": "Test TestSeafileV6: test_max_delete_path1 RemoteRemote", 52486 "type": "go", 52487 "request": "launch", 52488 "mode": "test", 52489 "program": "./cmd/bisync", 52490 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_max_delete_path1", "-no-cleanup"] 52491 }, 52492 { 52493 "name": "Test TestSeafileV6: test_max_delete_path2_force LocalRemote", 52494 "type": "go", 52495 "request": "launch", 52496 "mode": "test", 52497 "program": "./cmd/bisync", 52498 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 52499 }, 52500 { 52501 "name": "Test TestSeafileV6: test_max_delete_path2_force RemoteLocal", 52502 "type": "go", 52503 "request": "launch", 52504 "mode": "test", 52505 "program": "./cmd/bisync", 52506 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 52507 }, 52508 { 52509 "name": "Test TestSeafileV6: test_max_delete_path2_force RemoteRemote", 52510 "type": "go", 52511 "request": "launch", 52512 "mode": "test", 52513 "program": "./cmd/bisync", 52514 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 52515 }, 52516 { 52517 "name": "Test TestSeafileV6: test_nomodtime LocalRemote", 52518 "type": "go", 52519 "request": "launch", 52520 "mode": "test", 52521 "program": "./cmd/bisync", 52522 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_nomodtime", "-no-cleanup"] 52523 }, 52524 { 52525 "name": "Test TestSeafileV6: test_nomodtime RemoteLocal", 52526 "type": "go", 52527 "request": "launch", 52528 "mode": "test", 52529 "program": "./cmd/bisync", 52530 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 52531 }, 52532 { 52533 "name": "Test TestSeafileV6: test_nomodtime RemoteRemote", 52534 "type": "go", 52535 "request": "launch", 52536 "mode": "test", 52537 "program": "./cmd/bisync", 52538 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_nomodtime", "-no-cleanup"] 52539 }, 52540 { 52541 "name": "Test TestSeafileV6: test_normalization LocalRemote", 52542 "type": "go", 52543 "request": "launch", 52544 "mode": "test", 52545 "program": "./cmd/bisync", 52546 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_normalization", "-no-cleanup"] 52547 }, 52548 { 52549 "name": "Test TestSeafileV6: test_normalization RemoteLocal", 52550 "type": "go", 52551 "request": "launch", 52552 "mode": "test", 52553 "program": "./cmd/bisync", 52554 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 52555 }, 52556 { 52557 "name": "Test TestSeafileV6: test_normalization RemoteRemote", 52558 "type": "go", 52559 "request": "launch", 52560 "mode": "test", 52561 "program": "./cmd/bisync", 52562 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_normalization", "-no-cleanup"] 52563 }, 52564 { 52565 "name": "Test TestSeafileV6: test_rclone_args LocalRemote", 52566 "type": "go", 52567 "request": "launch", 52568 "mode": "test", 52569 "program": "./cmd/bisync", 52570 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_rclone_args", "-no-cleanup"] 52571 }, 52572 { 52573 "name": "Test TestSeafileV6: test_rclone_args RemoteLocal", 52574 "type": "go", 52575 "request": "launch", 52576 "mode": "test", 52577 "program": "./cmd/bisync", 52578 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 52579 }, 52580 { 52581 "name": "Test TestSeafileV6: test_rclone_args RemoteRemote", 52582 "type": "go", 52583 "request": "launch", 52584 "mode": "test", 52585 "program": "./cmd/bisync", 52586 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_rclone_args", "-no-cleanup"] 52587 }, 52588 { 52589 "name": "Test TestSeafileV6: test_resolve LocalRemote", 52590 "type": "go", 52591 "request": "launch", 52592 "mode": "test", 52593 "program": "./cmd/bisync", 52594 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_resolve", "-no-cleanup"] 52595 }, 52596 { 52597 "name": "Test TestSeafileV6: test_resolve RemoteLocal", 52598 "type": "go", 52599 "request": "launch", 52600 "mode": "test", 52601 "program": "./cmd/bisync", 52602 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 52603 }, 52604 { 52605 "name": "Test TestSeafileV6: test_resolve RemoteRemote", 52606 "type": "go", 52607 "request": "launch", 52608 "mode": "test", 52609 "program": "./cmd/bisync", 52610 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_resolve", "-no-cleanup"] 52611 }, 52612 { 52613 "name": "Test TestSeafileV6: test_resync LocalRemote", 52614 "type": "go", 52615 "request": "launch", 52616 "mode": "test", 52617 "program": "./cmd/bisync", 52618 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_resync", "-no-cleanup"] 52619 }, 52620 { 52621 "name": "Test TestSeafileV6: test_resync RemoteLocal", 52622 "type": "go", 52623 "request": "launch", 52624 "mode": "test", 52625 "program": "./cmd/bisync", 52626 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 52627 }, 52628 { 52629 "name": "Test TestSeafileV6: test_resync RemoteRemote", 52630 "type": "go", 52631 "request": "launch", 52632 "mode": "test", 52633 "program": "./cmd/bisync", 52634 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_resync", "-no-cleanup"] 52635 }, 52636 { 52637 "name": "Test TestSeafileV6: test_resync_modes LocalRemote", 52638 "type": "go", 52639 "request": "launch", 52640 "mode": "test", 52641 "program": "./cmd/bisync", 52642 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_resync_modes", "-no-cleanup"] 52643 }, 52644 { 52645 "name": "Test TestSeafileV6: test_resync_modes RemoteLocal", 52646 "type": "go", 52647 "request": "launch", 52648 "mode": "test", 52649 "program": "./cmd/bisync", 52650 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 52651 }, 52652 { 52653 "name": "Test TestSeafileV6: test_resync_modes RemoteRemote", 52654 "type": "go", 52655 "request": "launch", 52656 "mode": "test", 52657 "program": "./cmd/bisync", 52658 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_resync_modes", "-no-cleanup"] 52659 }, 52660 { 52661 "name": "Test TestSeafileV6: test_rmdirs LocalRemote", 52662 "type": "go", 52663 "request": "launch", 52664 "mode": "test", 52665 "program": "./cmd/bisync", 52666 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_rmdirs", "-no-cleanup"] 52667 }, 52668 { 52669 "name": "Test TestSeafileV6: test_rmdirs RemoteLocal", 52670 "type": "go", 52671 "request": "launch", 52672 "mode": "test", 52673 "program": "./cmd/bisync", 52674 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 52675 }, 52676 { 52677 "name": "Test TestSeafileV6: test_rmdirs RemoteRemote", 52678 "type": "go", 52679 "request": "launch", 52680 "mode": "test", 52681 "program": "./cmd/bisync", 52682 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_rmdirs", "-no-cleanup"] 52683 }, 52684 { 52685 "name": "Test TestSeafileV6: test_volatile LocalRemote", 52686 "type": "go", 52687 "request": "launch", 52688 "mode": "test", 52689 "program": "./cmd/bisync", 52690 "args": ["-remote", "local", "-remote2", "TestSeafileV6:", "-case", "test_volatile", "-no-cleanup"] 52691 }, 52692 { 52693 "name": "Test TestSeafileV6: test_volatile RemoteLocal", 52694 "type": "go", 52695 "request": "launch", 52696 "mode": "test", 52697 "program": "./cmd/bisync", 52698 "args": ["-remote", "TestSeafileV6:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 52699 }, 52700 { 52701 "name": "Test TestSeafileV6: test_volatile RemoteRemote", 52702 "type": "go", 52703 "request": "launch", 52704 "mode": "test", 52705 "program": "./cmd/bisync", 52706 "args": ["-remote", "TestSeafileV6:", "-remote2", "TestSeafileV6:", "-case", "test_volatile", "-no-cleanup"] 52707 }, 52708 { 52709 "name": "Test TestSeafile: test_all_changed LocalRemote", 52710 "type": "go", 52711 "request": "launch", 52712 "mode": "test", 52713 "program": "./cmd/bisync", 52714 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_all_changed", "-no-cleanup"] 52715 }, 52716 { 52717 "name": "Test TestSeafile: test_all_changed RemoteLocal", 52718 "type": "go", 52719 "request": "launch", 52720 "mode": "test", 52721 "program": "./cmd/bisync", 52722 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 52723 }, 52724 { 52725 "name": "Test TestSeafile: test_all_changed RemoteRemote", 52726 "type": "go", 52727 "request": "launch", 52728 "mode": "test", 52729 "program": "./cmd/bisync", 52730 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_all_changed", "-no-cleanup"] 52731 }, 52732 { 52733 "name": "Test TestSeafile: test_backupdir LocalRemote", 52734 "type": "go", 52735 "request": "launch", 52736 "mode": "test", 52737 "program": "./cmd/bisync", 52738 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_backupdir", "-no-cleanup"] 52739 }, 52740 { 52741 "name": "Test TestSeafile: test_backupdir RemoteLocal", 52742 "type": "go", 52743 "request": "launch", 52744 "mode": "test", 52745 "program": "./cmd/bisync", 52746 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 52747 }, 52748 { 52749 "name": "Test TestSeafile: test_backupdir RemoteRemote", 52750 "type": "go", 52751 "request": "launch", 52752 "mode": "test", 52753 "program": "./cmd/bisync", 52754 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_backupdir", "-no-cleanup"] 52755 }, 52756 { 52757 "name": "Test TestSeafile: test_basic LocalRemote", 52758 "type": "go", 52759 "request": "launch", 52760 "mode": "test", 52761 "program": "./cmd/bisync", 52762 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_basic", "-no-cleanup"] 52763 }, 52764 { 52765 "name": "Test TestSeafile: test_basic RemoteLocal", 52766 "type": "go", 52767 "request": "launch", 52768 "mode": "test", 52769 "program": "./cmd/bisync", 52770 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 52771 }, 52772 { 52773 "name": "Test TestSeafile: test_basic RemoteRemote", 52774 "type": "go", 52775 "request": "launch", 52776 "mode": "test", 52777 "program": "./cmd/bisync", 52778 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_basic", "-no-cleanup"] 52779 }, 52780 { 52781 "name": "Test TestSeafile: test_changes LocalRemote", 52782 "type": "go", 52783 "request": "launch", 52784 "mode": "test", 52785 "program": "./cmd/bisync", 52786 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_changes", "-no-cleanup"] 52787 }, 52788 { 52789 "name": "Test TestSeafile: test_changes RemoteLocal", 52790 "type": "go", 52791 "request": "launch", 52792 "mode": "test", 52793 "program": "./cmd/bisync", 52794 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 52795 }, 52796 { 52797 "name": "Test TestSeafile: test_changes RemoteRemote", 52798 "type": "go", 52799 "request": "launch", 52800 "mode": "test", 52801 "program": "./cmd/bisync", 52802 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_changes", "-no-cleanup"] 52803 }, 52804 { 52805 "name": "Test TestSeafile: test_check_access LocalRemote", 52806 "type": "go", 52807 "request": "launch", 52808 "mode": "test", 52809 "program": "./cmd/bisync", 52810 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_check_access", "-no-cleanup"] 52811 }, 52812 { 52813 "name": "Test TestSeafile: test_check_access RemoteLocal", 52814 "type": "go", 52815 "request": "launch", 52816 "mode": "test", 52817 "program": "./cmd/bisync", 52818 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 52819 }, 52820 { 52821 "name": "Test TestSeafile: test_check_access RemoteRemote", 52822 "type": "go", 52823 "request": "launch", 52824 "mode": "test", 52825 "program": "./cmd/bisync", 52826 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_check_access", "-no-cleanup"] 52827 }, 52828 { 52829 "name": "Test TestSeafile: test_check_access_filters LocalRemote", 52830 "type": "go", 52831 "request": "launch", 52832 "mode": "test", 52833 "program": "./cmd/bisync", 52834 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_check_access_filters", "-no-cleanup"] 52835 }, 52836 { 52837 "name": "Test TestSeafile: test_check_access_filters RemoteLocal", 52838 "type": "go", 52839 "request": "launch", 52840 "mode": "test", 52841 "program": "./cmd/bisync", 52842 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 52843 }, 52844 { 52845 "name": "Test TestSeafile: test_check_access_filters RemoteRemote", 52846 "type": "go", 52847 "request": "launch", 52848 "mode": "test", 52849 "program": "./cmd/bisync", 52850 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_check_access_filters", "-no-cleanup"] 52851 }, 52852 { 52853 "name": "Test TestSeafile: test_check_filename LocalRemote", 52854 "type": "go", 52855 "request": "launch", 52856 "mode": "test", 52857 "program": "./cmd/bisync", 52858 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_check_filename", "-no-cleanup"] 52859 }, 52860 { 52861 "name": "Test TestSeafile: test_check_filename RemoteLocal", 52862 "type": "go", 52863 "request": "launch", 52864 "mode": "test", 52865 "program": "./cmd/bisync", 52866 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 52867 }, 52868 { 52869 "name": "Test TestSeafile: test_check_filename RemoteRemote", 52870 "type": "go", 52871 "request": "launch", 52872 "mode": "test", 52873 "program": "./cmd/bisync", 52874 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_check_filename", "-no-cleanup"] 52875 }, 52876 { 52877 "name": "Test TestSeafile: test_check_sync LocalRemote", 52878 "type": "go", 52879 "request": "launch", 52880 "mode": "test", 52881 "program": "./cmd/bisync", 52882 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_check_sync", "-no-cleanup"] 52883 }, 52884 { 52885 "name": "Test TestSeafile: test_check_sync RemoteLocal", 52886 "type": "go", 52887 "request": "launch", 52888 "mode": "test", 52889 "program": "./cmd/bisync", 52890 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 52891 }, 52892 { 52893 "name": "Test TestSeafile: test_check_sync RemoteRemote", 52894 "type": "go", 52895 "request": "launch", 52896 "mode": "test", 52897 "program": "./cmd/bisync", 52898 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_check_sync", "-no-cleanup"] 52899 }, 52900 { 52901 "name": "Test TestSeafile: test_compare_all LocalRemote", 52902 "type": "go", 52903 "request": "launch", 52904 "mode": "test", 52905 "program": "./cmd/bisync", 52906 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_compare_all", "-no-cleanup"] 52907 }, 52908 { 52909 "name": "Test TestSeafile: test_compare_all RemoteLocal", 52910 "type": "go", 52911 "request": "launch", 52912 "mode": "test", 52913 "program": "./cmd/bisync", 52914 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 52915 }, 52916 { 52917 "name": "Test TestSeafile: test_compare_all RemoteRemote", 52918 "type": "go", 52919 "request": "launch", 52920 "mode": "test", 52921 "program": "./cmd/bisync", 52922 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_compare_all", "-no-cleanup"] 52923 }, 52924 { 52925 "name": "Test TestSeafile: test_createemptysrcdirs LocalRemote", 52926 "type": "go", 52927 "request": "launch", 52928 "mode": "test", 52929 "program": "./cmd/bisync", 52930 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 52931 }, 52932 { 52933 "name": "Test TestSeafile: test_createemptysrcdirs RemoteLocal", 52934 "type": "go", 52935 "request": "launch", 52936 "mode": "test", 52937 "program": "./cmd/bisync", 52938 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 52939 }, 52940 { 52941 "name": "Test TestSeafile: test_createemptysrcdirs RemoteRemote", 52942 "type": "go", 52943 "request": "launch", 52944 "mode": "test", 52945 "program": "./cmd/bisync", 52946 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 52947 }, 52948 { 52949 "name": "Test TestSeafile: test_dry_run LocalRemote", 52950 "type": "go", 52951 "request": "launch", 52952 "mode": "test", 52953 "program": "./cmd/bisync", 52954 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_dry_run", "-no-cleanup"] 52955 }, 52956 { 52957 "name": "Test TestSeafile: test_dry_run RemoteLocal", 52958 "type": "go", 52959 "request": "launch", 52960 "mode": "test", 52961 "program": "./cmd/bisync", 52962 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 52963 }, 52964 { 52965 "name": "Test TestSeafile: test_dry_run RemoteRemote", 52966 "type": "go", 52967 "request": "launch", 52968 "mode": "test", 52969 "program": "./cmd/bisync", 52970 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_dry_run", "-no-cleanup"] 52971 }, 52972 { 52973 "name": "Test TestSeafile: test_equal LocalRemote", 52974 "type": "go", 52975 "request": "launch", 52976 "mode": "test", 52977 "program": "./cmd/bisync", 52978 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_equal", "-no-cleanup"] 52979 }, 52980 { 52981 "name": "Test TestSeafile: test_equal RemoteLocal", 52982 "type": "go", 52983 "request": "launch", 52984 "mode": "test", 52985 "program": "./cmd/bisync", 52986 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 52987 }, 52988 { 52989 "name": "Test TestSeafile: test_equal RemoteRemote", 52990 "type": "go", 52991 "request": "launch", 52992 "mode": "test", 52993 "program": "./cmd/bisync", 52994 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_equal", "-no-cleanup"] 52995 }, 52996 { 52997 "name": "Test TestSeafile: test_ext_paths LocalRemote", 52998 "type": "go", 52999 "request": "launch", 53000 "mode": "test", 53001 "program": "./cmd/bisync", 53002 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_ext_paths", "-no-cleanup"] 53003 }, 53004 { 53005 "name": "Test TestSeafile: test_ext_paths RemoteLocal", 53006 "type": "go", 53007 "request": "launch", 53008 "mode": "test", 53009 "program": "./cmd/bisync", 53010 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 53011 }, 53012 { 53013 "name": "Test TestSeafile: test_ext_paths RemoteRemote", 53014 "type": "go", 53015 "request": "launch", 53016 "mode": "test", 53017 "program": "./cmd/bisync", 53018 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_ext_paths", "-no-cleanup"] 53019 }, 53020 { 53021 "name": "Test TestSeafile: test_extended_filenames LocalRemote", 53022 "type": "go", 53023 "request": "launch", 53024 "mode": "test", 53025 "program": "./cmd/bisync", 53026 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_extended_filenames", "-no-cleanup"] 53027 }, 53028 { 53029 "name": "Test TestSeafile: test_extended_filenames RemoteLocal", 53030 "type": "go", 53031 "request": "launch", 53032 "mode": "test", 53033 "program": "./cmd/bisync", 53034 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 53035 }, 53036 { 53037 "name": "Test TestSeafile: test_extended_filenames RemoteRemote", 53038 "type": "go", 53039 "request": "launch", 53040 "mode": "test", 53041 "program": "./cmd/bisync", 53042 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_extended_filenames", "-no-cleanup"] 53043 }, 53044 { 53045 "name": "Test TestSeafile: test_filters LocalRemote", 53046 "type": "go", 53047 "request": "launch", 53048 "mode": "test", 53049 "program": "./cmd/bisync", 53050 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_filters", "-no-cleanup"] 53051 }, 53052 { 53053 "name": "Test TestSeafile: test_filters RemoteLocal", 53054 "type": "go", 53055 "request": "launch", 53056 "mode": "test", 53057 "program": "./cmd/bisync", 53058 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 53059 }, 53060 { 53061 "name": "Test TestSeafile: test_filters RemoteRemote", 53062 "type": "go", 53063 "request": "launch", 53064 "mode": "test", 53065 "program": "./cmd/bisync", 53066 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_filters", "-no-cleanup"] 53067 }, 53068 { 53069 "name": "Test TestSeafile: test_filtersfile_checks LocalRemote", 53070 "type": "go", 53071 "request": "launch", 53072 "mode": "test", 53073 "program": "./cmd/bisync", 53074 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_filtersfile_checks", "-no-cleanup"] 53075 }, 53076 { 53077 "name": "Test TestSeafile: test_filtersfile_checks RemoteLocal", 53078 "type": "go", 53079 "request": "launch", 53080 "mode": "test", 53081 "program": "./cmd/bisync", 53082 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 53083 }, 53084 { 53085 "name": "Test TestSeafile: test_filtersfile_checks RemoteRemote", 53086 "type": "go", 53087 "request": "launch", 53088 "mode": "test", 53089 "program": "./cmd/bisync", 53090 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_filtersfile_checks", "-no-cleanup"] 53091 }, 53092 { 53093 "name": "Test TestSeafile: test_ignorelistingchecksum LocalRemote", 53094 "type": "go", 53095 "request": "launch", 53096 "mode": "test", 53097 "program": "./cmd/bisync", 53098 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 53099 }, 53100 { 53101 "name": "Test TestSeafile: test_ignorelistingchecksum RemoteLocal", 53102 "type": "go", 53103 "request": "launch", 53104 "mode": "test", 53105 "program": "./cmd/bisync", 53106 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 53107 }, 53108 { 53109 "name": "Test TestSeafile: test_ignorelistingchecksum RemoteRemote", 53110 "type": "go", 53111 "request": "launch", 53112 "mode": "test", 53113 "program": "./cmd/bisync", 53114 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 53115 }, 53116 { 53117 "name": "Test TestSeafile: test_max_delete_path1 LocalRemote", 53118 "type": "go", 53119 "request": "launch", 53120 "mode": "test", 53121 "program": "./cmd/bisync", 53122 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_max_delete_path1", "-no-cleanup"] 53123 }, 53124 { 53125 "name": "Test TestSeafile: test_max_delete_path1 RemoteLocal", 53126 "type": "go", 53127 "request": "launch", 53128 "mode": "test", 53129 "program": "./cmd/bisync", 53130 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 53131 }, 53132 { 53133 "name": "Test TestSeafile: test_max_delete_path1 RemoteRemote", 53134 "type": "go", 53135 "request": "launch", 53136 "mode": "test", 53137 "program": "./cmd/bisync", 53138 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_max_delete_path1", "-no-cleanup"] 53139 }, 53140 { 53141 "name": "Test TestSeafile: test_max_delete_path2_force LocalRemote", 53142 "type": "go", 53143 "request": "launch", 53144 "mode": "test", 53145 "program": "./cmd/bisync", 53146 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 53147 }, 53148 { 53149 "name": "Test TestSeafile: test_max_delete_path2_force RemoteLocal", 53150 "type": "go", 53151 "request": "launch", 53152 "mode": "test", 53153 "program": "./cmd/bisync", 53154 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 53155 }, 53156 { 53157 "name": "Test TestSeafile: test_max_delete_path2_force RemoteRemote", 53158 "type": "go", 53159 "request": "launch", 53160 "mode": "test", 53161 "program": "./cmd/bisync", 53162 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 53163 }, 53164 { 53165 "name": "Test TestSeafile: test_nomodtime LocalRemote", 53166 "type": "go", 53167 "request": "launch", 53168 "mode": "test", 53169 "program": "./cmd/bisync", 53170 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_nomodtime", "-no-cleanup"] 53171 }, 53172 { 53173 "name": "Test TestSeafile: test_nomodtime RemoteLocal", 53174 "type": "go", 53175 "request": "launch", 53176 "mode": "test", 53177 "program": "./cmd/bisync", 53178 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 53179 }, 53180 { 53181 "name": "Test TestSeafile: test_nomodtime RemoteRemote", 53182 "type": "go", 53183 "request": "launch", 53184 "mode": "test", 53185 "program": "./cmd/bisync", 53186 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_nomodtime", "-no-cleanup"] 53187 }, 53188 { 53189 "name": "Test TestSeafile: test_normalization LocalRemote", 53190 "type": "go", 53191 "request": "launch", 53192 "mode": "test", 53193 "program": "./cmd/bisync", 53194 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_normalization", "-no-cleanup"] 53195 }, 53196 { 53197 "name": "Test TestSeafile: test_normalization RemoteLocal", 53198 "type": "go", 53199 "request": "launch", 53200 "mode": "test", 53201 "program": "./cmd/bisync", 53202 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 53203 }, 53204 { 53205 "name": "Test TestSeafile: test_normalization RemoteRemote", 53206 "type": "go", 53207 "request": "launch", 53208 "mode": "test", 53209 "program": "./cmd/bisync", 53210 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_normalization", "-no-cleanup"] 53211 }, 53212 { 53213 "name": "Test TestSeafile: test_rclone_args LocalRemote", 53214 "type": "go", 53215 "request": "launch", 53216 "mode": "test", 53217 "program": "./cmd/bisync", 53218 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_rclone_args", "-no-cleanup"] 53219 }, 53220 { 53221 "name": "Test TestSeafile: test_rclone_args RemoteLocal", 53222 "type": "go", 53223 "request": "launch", 53224 "mode": "test", 53225 "program": "./cmd/bisync", 53226 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 53227 }, 53228 { 53229 "name": "Test TestSeafile: test_rclone_args RemoteRemote", 53230 "type": "go", 53231 "request": "launch", 53232 "mode": "test", 53233 "program": "./cmd/bisync", 53234 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_rclone_args", "-no-cleanup"] 53235 }, 53236 { 53237 "name": "Test TestSeafile: test_resolve LocalRemote", 53238 "type": "go", 53239 "request": "launch", 53240 "mode": "test", 53241 "program": "./cmd/bisync", 53242 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_resolve", "-no-cleanup"] 53243 }, 53244 { 53245 "name": "Test TestSeafile: test_resolve RemoteLocal", 53246 "type": "go", 53247 "request": "launch", 53248 "mode": "test", 53249 "program": "./cmd/bisync", 53250 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 53251 }, 53252 { 53253 "name": "Test TestSeafile: test_resolve RemoteRemote", 53254 "type": "go", 53255 "request": "launch", 53256 "mode": "test", 53257 "program": "./cmd/bisync", 53258 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_resolve", "-no-cleanup"] 53259 }, 53260 { 53261 "name": "Test TestSeafile: test_resync LocalRemote", 53262 "type": "go", 53263 "request": "launch", 53264 "mode": "test", 53265 "program": "./cmd/bisync", 53266 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_resync", "-no-cleanup"] 53267 }, 53268 { 53269 "name": "Test TestSeafile: test_resync RemoteLocal", 53270 "type": "go", 53271 "request": "launch", 53272 "mode": "test", 53273 "program": "./cmd/bisync", 53274 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 53275 }, 53276 { 53277 "name": "Test TestSeafile: test_resync RemoteRemote", 53278 "type": "go", 53279 "request": "launch", 53280 "mode": "test", 53281 "program": "./cmd/bisync", 53282 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_resync", "-no-cleanup"] 53283 }, 53284 { 53285 "name": "Test TestSeafile: test_resync_modes LocalRemote", 53286 "type": "go", 53287 "request": "launch", 53288 "mode": "test", 53289 "program": "./cmd/bisync", 53290 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_resync_modes", "-no-cleanup"] 53291 }, 53292 { 53293 "name": "Test TestSeafile: test_resync_modes RemoteLocal", 53294 "type": "go", 53295 "request": "launch", 53296 "mode": "test", 53297 "program": "./cmd/bisync", 53298 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 53299 }, 53300 { 53301 "name": "Test TestSeafile: test_resync_modes RemoteRemote", 53302 "type": "go", 53303 "request": "launch", 53304 "mode": "test", 53305 "program": "./cmd/bisync", 53306 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_resync_modes", "-no-cleanup"] 53307 }, 53308 { 53309 "name": "Test TestSeafile: test_rmdirs LocalRemote", 53310 "type": "go", 53311 "request": "launch", 53312 "mode": "test", 53313 "program": "./cmd/bisync", 53314 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_rmdirs", "-no-cleanup"] 53315 }, 53316 { 53317 "name": "Test TestSeafile: test_rmdirs RemoteLocal", 53318 "type": "go", 53319 "request": "launch", 53320 "mode": "test", 53321 "program": "./cmd/bisync", 53322 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 53323 }, 53324 { 53325 "name": "Test TestSeafile: test_rmdirs RemoteRemote", 53326 "type": "go", 53327 "request": "launch", 53328 "mode": "test", 53329 "program": "./cmd/bisync", 53330 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_rmdirs", "-no-cleanup"] 53331 }, 53332 { 53333 "name": "Test TestSeafile: test_volatile LocalRemote", 53334 "type": "go", 53335 "request": "launch", 53336 "mode": "test", 53337 "program": "./cmd/bisync", 53338 "args": ["-remote", "local", "-remote2", "TestSeafile:", "-case", "test_volatile", "-no-cleanup"] 53339 }, 53340 { 53341 "name": "Test TestSeafile: test_volatile RemoteLocal", 53342 "type": "go", 53343 "request": "launch", 53344 "mode": "test", 53345 "program": "./cmd/bisync", 53346 "args": ["-remote", "TestSeafile:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 53347 }, 53348 { 53349 "name": "Test TestSeafile: test_volatile RemoteRemote", 53350 "type": "go", 53351 "request": "launch", 53352 "mode": "test", 53353 "program": "./cmd/bisync", 53354 "args": ["-remote", "TestSeafile:", "-remote2", "TestSeafile:", "-case", "test_volatile", "-no-cleanup"] 53355 }, 53356 { 53357 "name": "Test TestSeafileEncrypted: test_all_changed LocalRemote", 53358 "type": "go", 53359 "request": "launch", 53360 "mode": "test", 53361 "program": "./cmd/bisync", 53362 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_all_changed", "-no-cleanup"] 53363 }, 53364 { 53365 "name": "Test TestSeafileEncrypted: test_all_changed RemoteLocal", 53366 "type": "go", 53367 "request": "launch", 53368 "mode": "test", 53369 "program": "./cmd/bisync", 53370 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 53371 }, 53372 { 53373 "name": "Test TestSeafileEncrypted: test_all_changed RemoteRemote", 53374 "type": "go", 53375 "request": "launch", 53376 "mode": "test", 53377 "program": "./cmd/bisync", 53378 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_all_changed", "-no-cleanup"] 53379 }, 53380 { 53381 "name": "Test TestSeafileEncrypted: test_backupdir LocalRemote", 53382 "type": "go", 53383 "request": "launch", 53384 "mode": "test", 53385 "program": "./cmd/bisync", 53386 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_backupdir", "-no-cleanup"] 53387 }, 53388 { 53389 "name": "Test TestSeafileEncrypted: test_backupdir RemoteLocal", 53390 "type": "go", 53391 "request": "launch", 53392 "mode": "test", 53393 "program": "./cmd/bisync", 53394 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 53395 }, 53396 { 53397 "name": "Test TestSeafileEncrypted: test_backupdir RemoteRemote", 53398 "type": "go", 53399 "request": "launch", 53400 "mode": "test", 53401 "program": "./cmd/bisync", 53402 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_backupdir", "-no-cleanup"] 53403 }, 53404 { 53405 "name": "Test TestSeafileEncrypted: test_basic LocalRemote", 53406 "type": "go", 53407 "request": "launch", 53408 "mode": "test", 53409 "program": "./cmd/bisync", 53410 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_basic", "-no-cleanup"] 53411 }, 53412 { 53413 "name": "Test TestSeafileEncrypted: test_basic RemoteLocal", 53414 "type": "go", 53415 "request": "launch", 53416 "mode": "test", 53417 "program": "./cmd/bisync", 53418 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 53419 }, 53420 { 53421 "name": "Test TestSeafileEncrypted: test_basic RemoteRemote", 53422 "type": "go", 53423 "request": "launch", 53424 "mode": "test", 53425 "program": "./cmd/bisync", 53426 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_basic", "-no-cleanup"] 53427 }, 53428 { 53429 "name": "Test TestSeafileEncrypted: test_changes LocalRemote", 53430 "type": "go", 53431 "request": "launch", 53432 "mode": "test", 53433 "program": "./cmd/bisync", 53434 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_changes", "-no-cleanup"] 53435 }, 53436 { 53437 "name": "Test TestSeafileEncrypted: test_changes RemoteLocal", 53438 "type": "go", 53439 "request": "launch", 53440 "mode": "test", 53441 "program": "./cmd/bisync", 53442 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 53443 }, 53444 { 53445 "name": "Test TestSeafileEncrypted: test_changes RemoteRemote", 53446 "type": "go", 53447 "request": "launch", 53448 "mode": "test", 53449 "program": "./cmd/bisync", 53450 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_changes", "-no-cleanup"] 53451 }, 53452 { 53453 "name": "Test TestSeafileEncrypted: test_check_access LocalRemote", 53454 "type": "go", 53455 "request": "launch", 53456 "mode": "test", 53457 "program": "./cmd/bisync", 53458 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_check_access", "-no-cleanup"] 53459 }, 53460 { 53461 "name": "Test TestSeafileEncrypted: test_check_access RemoteLocal", 53462 "type": "go", 53463 "request": "launch", 53464 "mode": "test", 53465 "program": "./cmd/bisync", 53466 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 53467 }, 53468 { 53469 "name": "Test TestSeafileEncrypted: test_check_access RemoteRemote", 53470 "type": "go", 53471 "request": "launch", 53472 "mode": "test", 53473 "program": "./cmd/bisync", 53474 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_check_access", "-no-cleanup"] 53475 }, 53476 { 53477 "name": "Test TestSeafileEncrypted: test_check_access_filters LocalRemote", 53478 "type": "go", 53479 "request": "launch", 53480 "mode": "test", 53481 "program": "./cmd/bisync", 53482 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_check_access_filters", "-no-cleanup"] 53483 }, 53484 { 53485 "name": "Test TestSeafileEncrypted: test_check_access_filters RemoteLocal", 53486 "type": "go", 53487 "request": "launch", 53488 "mode": "test", 53489 "program": "./cmd/bisync", 53490 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 53491 }, 53492 { 53493 "name": "Test TestSeafileEncrypted: test_check_access_filters RemoteRemote", 53494 "type": "go", 53495 "request": "launch", 53496 "mode": "test", 53497 "program": "./cmd/bisync", 53498 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_check_access_filters", "-no-cleanup"] 53499 }, 53500 { 53501 "name": "Test TestSeafileEncrypted: test_check_filename LocalRemote", 53502 "type": "go", 53503 "request": "launch", 53504 "mode": "test", 53505 "program": "./cmd/bisync", 53506 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_check_filename", "-no-cleanup"] 53507 }, 53508 { 53509 "name": "Test TestSeafileEncrypted: test_check_filename RemoteLocal", 53510 "type": "go", 53511 "request": "launch", 53512 "mode": "test", 53513 "program": "./cmd/bisync", 53514 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 53515 }, 53516 { 53517 "name": "Test TestSeafileEncrypted: test_check_filename RemoteRemote", 53518 "type": "go", 53519 "request": "launch", 53520 "mode": "test", 53521 "program": "./cmd/bisync", 53522 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_check_filename", "-no-cleanup"] 53523 }, 53524 { 53525 "name": "Test TestSeafileEncrypted: test_check_sync LocalRemote", 53526 "type": "go", 53527 "request": "launch", 53528 "mode": "test", 53529 "program": "./cmd/bisync", 53530 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_check_sync", "-no-cleanup"] 53531 }, 53532 { 53533 "name": "Test TestSeafileEncrypted: test_check_sync RemoteLocal", 53534 "type": "go", 53535 "request": "launch", 53536 "mode": "test", 53537 "program": "./cmd/bisync", 53538 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 53539 }, 53540 { 53541 "name": "Test TestSeafileEncrypted: test_check_sync RemoteRemote", 53542 "type": "go", 53543 "request": "launch", 53544 "mode": "test", 53545 "program": "./cmd/bisync", 53546 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_check_sync", "-no-cleanup"] 53547 }, 53548 { 53549 "name": "Test TestSeafileEncrypted: test_compare_all LocalRemote", 53550 "type": "go", 53551 "request": "launch", 53552 "mode": "test", 53553 "program": "./cmd/bisync", 53554 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_compare_all", "-no-cleanup"] 53555 }, 53556 { 53557 "name": "Test TestSeafileEncrypted: test_compare_all RemoteLocal", 53558 "type": "go", 53559 "request": "launch", 53560 "mode": "test", 53561 "program": "./cmd/bisync", 53562 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 53563 }, 53564 { 53565 "name": "Test TestSeafileEncrypted: test_compare_all RemoteRemote", 53566 "type": "go", 53567 "request": "launch", 53568 "mode": "test", 53569 "program": "./cmd/bisync", 53570 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_compare_all", "-no-cleanup"] 53571 }, 53572 { 53573 "name": "Test TestSeafileEncrypted: test_createemptysrcdirs LocalRemote", 53574 "type": "go", 53575 "request": "launch", 53576 "mode": "test", 53577 "program": "./cmd/bisync", 53578 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 53579 }, 53580 { 53581 "name": "Test TestSeafileEncrypted: test_createemptysrcdirs RemoteLocal", 53582 "type": "go", 53583 "request": "launch", 53584 "mode": "test", 53585 "program": "./cmd/bisync", 53586 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 53587 }, 53588 { 53589 "name": "Test TestSeafileEncrypted: test_createemptysrcdirs RemoteRemote", 53590 "type": "go", 53591 "request": "launch", 53592 "mode": "test", 53593 "program": "./cmd/bisync", 53594 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 53595 }, 53596 { 53597 "name": "Test TestSeafileEncrypted: test_dry_run LocalRemote", 53598 "type": "go", 53599 "request": "launch", 53600 "mode": "test", 53601 "program": "./cmd/bisync", 53602 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_dry_run", "-no-cleanup"] 53603 }, 53604 { 53605 "name": "Test TestSeafileEncrypted: test_dry_run RemoteLocal", 53606 "type": "go", 53607 "request": "launch", 53608 "mode": "test", 53609 "program": "./cmd/bisync", 53610 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 53611 }, 53612 { 53613 "name": "Test TestSeafileEncrypted: test_dry_run RemoteRemote", 53614 "type": "go", 53615 "request": "launch", 53616 "mode": "test", 53617 "program": "./cmd/bisync", 53618 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_dry_run", "-no-cleanup"] 53619 }, 53620 { 53621 "name": "Test TestSeafileEncrypted: test_equal LocalRemote", 53622 "type": "go", 53623 "request": "launch", 53624 "mode": "test", 53625 "program": "./cmd/bisync", 53626 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_equal", "-no-cleanup"] 53627 }, 53628 { 53629 "name": "Test TestSeafileEncrypted: test_equal RemoteLocal", 53630 "type": "go", 53631 "request": "launch", 53632 "mode": "test", 53633 "program": "./cmd/bisync", 53634 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 53635 }, 53636 { 53637 "name": "Test TestSeafileEncrypted: test_equal RemoteRemote", 53638 "type": "go", 53639 "request": "launch", 53640 "mode": "test", 53641 "program": "./cmd/bisync", 53642 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_equal", "-no-cleanup"] 53643 }, 53644 { 53645 "name": "Test TestSeafileEncrypted: test_ext_paths LocalRemote", 53646 "type": "go", 53647 "request": "launch", 53648 "mode": "test", 53649 "program": "./cmd/bisync", 53650 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_ext_paths", "-no-cleanup"] 53651 }, 53652 { 53653 "name": "Test TestSeafileEncrypted: test_ext_paths RemoteLocal", 53654 "type": "go", 53655 "request": "launch", 53656 "mode": "test", 53657 "program": "./cmd/bisync", 53658 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 53659 }, 53660 { 53661 "name": "Test TestSeafileEncrypted: test_ext_paths RemoteRemote", 53662 "type": "go", 53663 "request": "launch", 53664 "mode": "test", 53665 "program": "./cmd/bisync", 53666 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_ext_paths", "-no-cleanup"] 53667 }, 53668 { 53669 "name": "Test TestSeafileEncrypted: test_extended_filenames LocalRemote", 53670 "type": "go", 53671 "request": "launch", 53672 "mode": "test", 53673 "program": "./cmd/bisync", 53674 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_extended_filenames", "-no-cleanup"] 53675 }, 53676 { 53677 "name": "Test TestSeafileEncrypted: test_extended_filenames RemoteLocal", 53678 "type": "go", 53679 "request": "launch", 53680 "mode": "test", 53681 "program": "./cmd/bisync", 53682 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 53683 }, 53684 { 53685 "name": "Test TestSeafileEncrypted: test_extended_filenames RemoteRemote", 53686 "type": "go", 53687 "request": "launch", 53688 "mode": "test", 53689 "program": "./cmd/bisync", 53690 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_extended_filenames", "-no-cleanup"] 53691 }, 53692 { 53693 "name": "Test TestSeafileEncrypted: test_filters LocalRemote", 53694 "type": "go", 53695 "request": "launch", 53696 "mode": "test", 53697 "program": "./cmd/bisync", 53698 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_filters", "-no-cleanup"] 53699 }, 53700 { 53701 "name": "Test TestSeafileEncrypted: test_filters RemoteLocal", 53702 "type": "go", 53703 "request": "launch", 53704 "mode": "test", 53705 "program": "./cmd/bisync", 53706 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 53707 }, 53708 { 53709 "name": "Test TestSeafileEncrypted: test_filters RemoteRemote", 53710 "type": "go", 53711 "request": "launch", 53712 "mode": "test", 53713 "program": "./cmd/bisync", 53714 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_filters", "-no-cleanup"] 53715 }, 53716 { 53717 "name": "Test TestSeafileEncrypted: test_filtersfile_checks LocalRemote", 53718 "type": "go", 53719 "request": "launch", 53720 "mode": "test", 53721 "program": "./cmd/bisync", 53722 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_filtersfile_checks", "-no-cleanup"] 53723 }, 53724 { 53725 "name": "Test TestSeafileEncrypted: test_filtersfile_checks RemoteLocal", 53726 "type": "go", 53727 "request": "launch", 53728 "mode": "test", 53729 "program": "./cmd/bisync", 53730 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 53731 }, 53732 { 53733 "name": "Test TestSeafileEncrypted: test_filtersfile_checks RemoteRemote", 53734 "type": "go", 53735 "request": "launch", 53736 "mode": "test", 53737 "program": "./cmd/bisync", 53738 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_filtersfile_checks", "-no-cleanup"] 53739 }, 53740 { 53741 "name": "Test TestSeafileEncrypted: test_ignorelistingchecksum LocalRemote", 53742 "type": "go", 53743 "request": "launch", 53744 "mode": "test", 53745 "program": "./cmd/bisync", 53746 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 53747 }, 53748 { 53749 "name": "Test TestSeafileEncrypted: test_ignorelistingchecksum RemoteLocal", 53750 "type": "go", 53751 "request": "launch", 53752 "mode": "test", 53753 "program": "./cmd/bisync", 53754 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 53755 }, 53756 { 53757 "name": "Test TestSeafileEncrypted: test_ignorelistingchecksum RemoteRemote", 53758 "type": "go", 53759 "request": "launch", 53760 "mode": "test", 53761 "program": "./cmd/bisync", 53762 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 53763 }, 53764 { 53765 "name": "Test TestSeafileEncrypted: test_max_delete_path1 LocalRemote", 53766 "type": "go", 53767 "request": "launch", 53768 "mode": "test", 53769 "program": "./cmd/bisync", 53770 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_max_delete_path1", "-no-cleanup"] 53771 }, 53772 { 53773 "name": "Test TestSeafileEncrypted: test_max_delete_path1 RemoteLocal", 53774 "type": "go", 53775 "request": "launch", 53776 "mode": "test", 53777 "program": "./cmd/bisync", 53778 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 53779 }, 53780 { 53781 "name": "Test TestSeafileEncrypted: test_max_delete_path1 RemoteRemote", 53782 "type": "go", 53783 "request": "launch", 53784 "mode": "test", 53785 "program": "./cmd/bisync", 53786 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_max_delete_path1", "-no-cleanup"] 53787 }, 53788 { 53789 "name": "Test TestSeafileEncrypted: test_max_delete_path2_force LocalRemote", 53790 "type": "go", 53791 "request": "launch", 53792 "mode": "test", 53793 "program": "./cmd/bisync", 53794 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 53795 }, 53796 { 53797 "name": "Test TestSeafileEncrypted: test_max_delete_path2_force RemoteLocal", 53798 "type": "go", 53799 "request": "launch", 53800 "mode": "test", 53801 "program": "./cmd/bisync", 53802 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 53803 }, 53804 { 53805 "name": "Test TestSeafileEncrypted: test_max_delete_path2_force RemoteRemote", 53806 "type": "go", 53807 "request": "launch", 53808 "mode": "test", 53809 "program": "./cmd/bisync", 53810 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 53811 }, 53812 { 53813 "name": "Test TestSeafileEncrypted: test_nomodtime LocalRemote", 53814 "type": "go", 53815 "request": "launch", 53816 "mode": "test", 53817 "program": "./cmd/bisync", 53818 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_nomodtime", "-no-cleanup"] 53819 }, 53820 { 53821 "name": "Test TestSeafileEncrypted: test_nomodtime RemoteLocal", 53822 "type": "go", 53823 "request": "launch", 53824 "mode": "test", 53825 "program": "./cmd/bisync", 53826 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 53827 }, 53828 { 53829 "name": "Test TestSeafileEncrypted: test_nomodtime RemoteRemote", 53830 "type": "go", 53831 "request": "launch", 53832 "mode": "test", 53833 "program": "./cmd/bisync", 53834 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_nomodtime", "-no-cleanup"] 53835 }, 53836 { 53837 "name": "Test TestSeafileEncrypted: test_normalization LocalRemote", 53838 "type": "go", 53839 "request": "launch", 53840 "mode": "test", 53841 "program": "./cmd/bisync", 53842 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_normalization", "-no-cleanup"] 53843 }, 53844 { 53845 "name": "Test TestSeafileEncrypted: test_normalization RemoteLocal", 53846 "type": "go", 53847 "request": "launch", 53848 "mode": "test", 53849 "program": "./cmd/bisync", 53850 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 53851 }, 53852 { 53853 "name": "Test TestSeafileEncrypted: test_normalization RemoteRemote", 53854 "type": "go", 53855 "request": "launch", 53856 "mode": "test", 53857 "program": "./cmd/bisync", 53858 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_normalization", "-no-cleanup"] 53859 }, 53860 { 53861 "name": "Test TestSeafileEncrypted: test_rclone_args LocalRemote", 53862 "type": "go", 53863 "request": "launch", 53864 "mode": "test", 53865 "program": "./cmd/bisync", 53866 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_rclone_args", "-no-cleanup"] 53867 }, 53868 { 53869 "name": "Test TestSeafileEncrypted: test_rclone_args RemoteLocal", 53870 "type": "go", 53871 "request": "launch", 53872 "mode": "test", 53873 "program": "./cmd/bisync", 53874 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 53875 }, 53876 { 53877 "name": "Test TestSeafileEncrypted: test_rclone_args RemoteRemote", 53878 "type": "go", 53879 "request": "launch", 53880 "mode": "test", 53881 "program": "./cmd/bisync", 53882 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_rclone_args", "-no-cleanup"] 53883 }, 53884 { 53885 "name": "Test TestSeafileEncrypted: test_resolve LocalRemote", 53886 "type": "go", 53887 "request": "launch", 53888 "mode": "test", 53889 "program": "./cmd/bisync", 53890 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_resolve", "-no-cleanup"] 53891 }, 53892 { 53893 "name": "Test TestSeafileEncrypted: test_resolve RemoteLocal", 53894 "type": "go", 53895 "request": "launch", 53896 "mode": "test", 53897 "program": "./cmd/bisync", 53898 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 53899 }, 53900 { 53901 "name": "Test TestSeafileEncrypted: test_resolve RemoteRemote", 53902 "type": "go", 53903 "request": "launch", 53904 "mode": "test", 53905 "program": "./cmd/bisync", 53906 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_resolve", "-no-cleanup"] 53907 }, 53908 { 53909 "name": "Test TestSeafileEncrypted: test_resync LocalRemote", 53910 "type": "go", 53911 "request": "launch", 53912 "mode": "test", 53913 "program": "./cmd/bisync", 53914 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_resync", "-no-cleanup"] 53915 }, 53916 { 53917 "name": "Test TestSeafileEncrypted: test_resync RemoteLocal", 53918 "type": "go", 53919 "request": "launch", 53920 "mode": "test", 53921 "program": "./cmd/bisync", 53922 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 53923 }, 53924 { 53925 "name": "Test TestSeafileEncrypted: test_resync RemoteRemote", 53926 "type": "go", 53927 "request": "launch", 53928 "mode": "test", 53929 "program": "./cmd/bisync", 53930 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_resync", "-no-cleanup"] 53931 }, 53932 { 53933 "name": "Test TestSeafileEncrypted: test_resync_modes LocalRemote", 53934 "type": "go", 53935 "request": "launch", 53936 "mode": "test", 53937 "program": "./cmd/bisync", 53938 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_resync_modes", "-no-cleanup"] 53939 }, 53940 { 53941 "name": "Test TestSeafileEncrypted: test_resync_modes RemoteLocal", 53942 "type": "go", 53943 "request": "launch", 53944 "mode": "test", 53945 "program": "./cmd/bisync", 53946 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 53947 }, 53948 { 53949 "name": "Test TestSeafileEncrypted: test_resync_modes RemoteRemote", 53950 "type": "go", 53951 "request": "launch", 53952 "mode": "test", 53953 "program": "./cmd/bisync", 53954 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_resync_modes", "-no-cleanup"] 53955 }, 53956 { 53957 "name": "Test TestSeafileEncrypted: test_rmdirs LocalRemote", 53958 "type": "go", 53959 "request": "launch", 53960 "mode": "test", 53961 "program": "./cmd/bisync", 53962 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_rmdirs", "-no-cleanup"] 53963 }, 53964 { 53965 "name": "Test TestSeafileEncrypted: test_rmdirs RemoteLocal", 53966 "type": "go", 53967 "request": "launch", 53968 "mode": "test", 53969 "program": "./cmd/bisync", 53970 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 53971 }, 53972 { 53973 "name": "Test TestSeafileEncrypted: test_rmdirs RemoteRemote", 53974 "type": "go", 53975 "request": "launch", 53976 "mode": "test", 53977 "program": "./cmd/bisync", 53978 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_rmdirs", "-no-cleanup"] 53979 }, 53980 { 53981 "name": "Test TestSeafileEncrypted: test_volatile LocalRemote", 53982 "type": "go", 53983 "request": "launch", 53984 "mode": "test", 53985 "program": "./cmd/bisync", 53986 "args": ["-remote", "local", "-remote2", "TestSeafileEncrypted:", "-case", "test_volatile", "-no-cleanup"] 53987 }, 53988 { 53989 "name": "Test TestSeafileEncrypted: test_volatile RemoteLocal", 53990 "type": "go", 53991 "request": "launch", 53992 "mode": "test", 53993 "program": "./cmd/bisync", 53994 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 53995 }, 53996 { 53997 "name": "Test TestSeafileEncrypted: test_volatile RemoteRemote", 53998 "type": "go", 53999 "request": "launch", 54000 "mode": "test", 54001 "program": "./cmd/bisync", 54002 "args": ["-remote", "TestSeafileEncrypted:", "-remote2", "TestSeafileEncrypted:", "-case", "test_volatile", "-no-cleanup"] 54003 }, 54004 { 54005 "name": "Test TestSia: test_all_changed LocalRemote", 54006 "type": "go", 54007 "request": "launch", 54008 "mode": "test", 54009 "program": "./cmd/bisync", 54010 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_all_changed", "-no-cleanup"] 54011 }, 54012 { 54013 "name": "Test TestSia: test_all_changed RemoteLocal", 54014 "type": "go", 54015 "request": "launch", 54016 "mode": "test", 54017 "program": "./cmd/bisync", 54018 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 54019 }, 54020 { 54021 "name": "Test TestSia: test_all_changed RemoteRemote", 54022 "type": "go", 54023 "request": "launch", 54024 "mode": "test", 54025 "program": "./cmd/bisync", 54026 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_all_changed", "-no-cleanup"] 54027 }, 54028 { 54029 "name": "Test TestSia: test_backupdir LocalRemote", 54030 "type": "go", 54031 "request": "launch", 54032 "mode": "test", 54033 "program": "./cmd/bisync", 54034 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_backupdir", "-no-cleanup"] 54035 }, 54036 { 54037 "name": "Test TestSia: test_backupdir RemoteLocal", 54038 "type": "go", 54039 "request": "launch", 54040 "mode": "test", 54041 "program": "./cmd/bisync", 54042 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 54043 }, 54044 { 54045 "name": "Test TestSia: test_backupdir RemoteRemote", 54046 "type": "go", 54047 "request": "launch", 54048 "mode": "test", 54049 "program": "./cmd/bisync", 54050 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_backupdir", "-no-cleanup"] 54051 }, 54052 { 54053 "name": "Test TestSia: test_basic LocalRemote", 54054 "type": "go", 54055 "request": "launch", 54056 "mode": "test", 54057 "program": "./cmd/bisync", 54058 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_basic", "-no-cleanup"] 54059 }, 54060 { 54061 "name": "Test TestSia: test_basic RemoteLocal", 54062 "type": "go", 54063 "request": "launch", 54064 "mode": "test", 54065 "program": "./cmd/bisync", 54066 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 54067 }, 54068 { 54069 "name": "Test TestSia: test_basic RemoteRemote", 54070 "type": "go", 54071 "request": "launch", 54072 "mode": "test", 54073 "program": "./cmd/bisync", 54074 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_basic", "-no-cleanup"] 54075 }, 54076 { 54077 "name": "Test TestSia: test_changes LocalRemote", 54078 "type": "go", 54079 "request": "launch", 54080 "mode": "test", 54081 "program": "./cmd/bisync", 54082 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_changes", "-no-cleanup"] 54083 }, 54084 { 54085 "name": "Test TestSia: test_changes RemoteLocal", 54086 "type": "go", 54087 "request": "launch", 54088 "mode": "test", 54089 "program": "./cmd/bisync", 54090 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 54091 }, 54092 { 54093 "name": "Test TestSia: test_changes RemoteRemote", 54094 "type": "go", 54095 "request": "launch", 54096 "mode": "test", 54097 "program": "./cmd/bisync", 54098 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_changes", "-no-cleanup"] 54099 }, 54100 { 54101 "name": "Test TestSia: test_check_access LocalRemote", 54102 "type": "go", 54103 "request": "launch", 54104 "mode": "test", 54105 "program": "./cmd/bisync", 54106 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_check_access", "-no-cleanup"] 54107 }, 54108 { 54109 "name": "Test TestSia: test_check_access RemoteLocal", 54110 "type": "go", 54111 "request": "launch", 54112 "mode": "test", 54113 "program": "./cmd/bisync", 54114 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 54115 }, 54116 { 54117 "name": "Test TestSia: test_check_access RemoteRemote", 54118 "type": "go", 54119 "request": "launch", 54120 "mode": "test", 54121 "program": "./cmd/bisync", 54122 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_check_access", "-no-cleanup"] 54123 }, 54124 { 54125 "name": "Test TestSia: test_check_access_filters LocalRemote", 54126 "type": "go", 54127 "request": "launch", 54128 "mode": "test", 54129 "program": "./cmd/bisync", 54130 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_check_access_filters", "-no-cleanup"] 54131 }, 54132 { 54133 "name": "Test TestSia: test_check_access_filters RemoteLocal", 54134 "type": "go", 54135 "request": "launch", 54136 "mode": "test", 54137 "program": "./cmd/bisync", 54138 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 54139 }, 54140 { 54141 "name": "Test TestSia: test_check_access_filters RemoteRemote", 54142 "type": "go", 54143 "request": "launch", 54144 "mode": "test", 54145 "program": "./cmd/bisync", 54146 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_check_access_filters", "-no-cleanup"] 54147 }, 54148 { 54149 "name": "Test TestSia: test_check_filename LocalRemote", 54150 "type": "go", 54151 "request": "launch", 54152 "mode": "test", 54153 "program": "./cmd/bisync", 54154 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_check_filename", "-no-cleanup"] 54155 }, 54156 { 54157 "name": "Test TestSia: test_check_filename RemoteLocal", 54158 "type": "go", 54159 "request": "launch", 54160 "mode": "test", 54161 "program": "./cmd/bisync", 54162 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 54163 }, 54164 { 54165 "name": "Test TestSia: test_check_filename RemoteRemote", 54166 "type": "go", 54167 "request": "launch", 54168 "mode": "test", 54169 "program": "./cmd/bisync", 54170 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_check_filename", "-no-cleanup"] 54171 }, 54172 { 54173 "name": "Test TestSia: test_check_sync LocalRemote", 54174 "type": "go", 54175 "request": "launch", 54176 "mode": "test", 54177 "program": "./cmd/bisync", 54178 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_check_sync", "-no-cleanup"] 54179 }, 54180 { 54181 "name": "Test TestSia: test_check_sync RemoteLocal", 54182 "type": "go", 54183 "request": "launch", 54184 "mode": "test", 54185 "program": "./cmd/bisync", 54186 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 54187 }, 54188 { 54189 "name": "Test TestSia: test_check_sync RemoteRemote", 54190 "type": "go", 54191 "request": "launch", 54192 "mode": "test", 54193 "program": "./cmd/bisync", 54194 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_check_sync", "-no-cleanup"] 54195 }, 54196 { 54197 "name": "Test TestSia: test_compare_all LocalRemote", 54198 "type": "go", 54199 "request": "launch", 54200 "mode": "test", 54201 "program": "./cmd/bisync", 54202 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_compare_all", "-no-cleanup"] 54203 }, 54204 { 54205 "name": "Test TestSia: test_compare_all RemoteLocal", 54206 "type": "go", 54207 "request": "launch", 54208 "mode": "test", 54209 "program": "./cmd/bisync", 54210 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 54211 }, 54212 { 54213 "name": "Test TestSia: test_compare_all RemoteRemote", 54214 "type": "go", 54215 "request": "launch", 54216 "mode": "test", 54217 "program": "./cmd/bisync", 54218 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_compare_all", "-no-cleanup"] 54219 }, 54220 { 54221 "name": "Test TestSia: test_createemptysrcdirs LocalRemote", 54222 "type": "go", 54223 "request": "launch", 54224 "mode": "test", 54225 "program": "./cmd/bisync", 54226 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 54227 }, 54228 { 54229 "name": "Test TestSia: test_createemptysrcdirs RemoteLocal", 54230 "type": "go", 54231 "request": "launch", 54232 "mode": "test", 54233 "program": "./cmd/bisync", 54234 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 54235 }, 54236 { 54237 "name": "Test TestSia: test_createemptysrcdirs RemoteRemote", 54238 "type": "go", 54239 "request": "launch", 54240 "mode": "test", 54241 "program": "./cmd/bisync", 54242 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 54243 }, 54244 { 54245 "name": "Test TestSia: test_dry_run LocalRemote", 54246 "type": "go", 54247 "request": "launch", 54248 "mode": "test", 54249 "program": "./cmd/bisync", 54250 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_dry_run", "-no-cleanup"] 54251 }, 54252 { 54253 "name": "Test TestSia: test_dry_run RemoteLocal", 54254 "type": "go", 54255 "request": "launch", 54256 "mode": "test", 54257 "program": "./cmd/bisync", 54258 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 54259 }, 54260 { 54261 "name": "Test TestSia: test_dry_run RemoteRemote", 54262 "type": "go", 54263 "request": "launch", 54264 "mode": "test", 54265 "program": "./cmd/bisync", 54266 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_dry_run", "-no-cleanup"] 54267 }, 54268 { 54269 "name": "Test TestSia: test_equal LocalRemote", 54270 "type": "go", 54271 "request": "launch", 54272 "mode": "test", 54273 "program": "./cmd/bisync", 54274 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_equal", "-no-cleanup"] 54275 }, 54276 { 54277 "name": "Test TestSia: test_equal RemoteLocal", 54278 "type": "go", 54279 "request": "launch", 54280 "mode": "test", 54281 "program": "./cmd/bisync", 54282 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 54283 }, 54284 { 54285 "name": "Test TestSia: test_equal RemoteRemote", 54286 "type": "go", 54287 "request": "launch", 54288 "mode": "test", 54289 "program": "./cmd/bisync", 54290 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_equal", "-no-cleanup"] 54291 }, 54292 { 54293 "name": "Test TestSia: test_ext_paths LocalRemote", 54294 "type": "go", 54295 "request": "launch", 54296 "mode": "test", 54297 "program": "./cmd/bisync", 54298 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_ext_paths", "-no-cleanup"] 54299 }, 54300 { 54301 "name": "Test TestSia: test_ext_paths RemoteLocal", 54302 "type": "go", 54303 "request": "launch", 54304 "mode": "test", 54305 "program": "./cmd/bisync", 54306 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 54307 }, 54308 { 54309 "name": "Test TestSia: test_ext_paths RemoteRemote", 54310 "type": "go", 54311 "request": "launch", 54312 "mode": "test", 54313 "program": "./cmd/bisync", 54314 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_ext_paths", "-no-cleanup"] 54315 }, 54316 { 54317 "name": "Test TestSia: test_extended_filenames LocalRemote", 54318 "type": "go", 54319 "request": "launch", 54320 "mode": "test", 54321 "program": "./cmd/bisync", 54322 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_extended_filenames", "-no-cleanup"] 54323 }, 54324 { 54325 "name": "Test TestSia: test_extended_filenames RemoteLocal", 54326 "type": "go", 54327 "request": "launch", 54328 "mode": "test", 54329 "program": "./cmd/bisync", 54330 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 54331 }, 54332 { 54333 "name": "Test TestSia: test_extended_filenames RemoteRemote", 54334 "type": "go", 54335 "request": "launch", 54336 "mode": "test", 54337 "program": "./cmd/bisync", 54338 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_extended_filenames", "-no-cleanup"] 54339 }, 54340 { 54341 "name": "Test TestSia: test_filters LocalRemote", 54342 "type": "go", 54343 "request": "launch", 54344 "mode": "test", 54345 "program": "./cmd/bisync", 54346 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_filters", "-no-cleanup"] 54347 }, 54348 { 54349 "name": "Test TestSia: test_filters RemoteLocal", 54350 "type": "go", 54351 "request": "launch", 54352 "mode": "test", 54353 "program": "./cmd/bisync", 54354 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 54355 }, 54356 { 54357 "name": "Test TestSia: test_filters RemoteRemote", 54358 "type": "go", 54359 "request": "launch", 54360 "mode": "test", 54361 "program": "./cmd/bisync", 54362 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_filters", "-no-cleanup"] 54363 }, 54364 { 54365 "name": "Test TestSia: test_filtersfile_checks LocalRemote", 54366 "type": "go", 54367 "request": "launch", 54368 "mode": "test", 54369 "program": "./cmd/bisync", 54370 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_filtersfile_checks", "-no-cleanup"] 54371 }, 54372 { 54373 "name": "Test TestSia: test_filtersfile_checks RemoteLocal", 54374 "type": "go", 54375 "request": "launch", 54376 "mode": "test", 54377 "program": "./cmd/bisync", 54378 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 54379 }, 54380 { 54381 "name": "Test TestSia: test_filtersfile_checks RemoteRemote", 54382 "type": "go", 54383 "request": "launch", 54384 "mode": "test", 54385 "program": "./cmd/bisync", 54386 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_filtersfile_checks", "-no-cleanup"] 54387 }, 54388 { 54389 "name": "Test TestSia: test_ignorelistingchecksum LocalRemote", 54390 "type": "go", 54391 "request": "launch", 54392 "mode": "test", 54393 "program": "./cmd/bisync", 54394 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 54395 }, 54396 { 54397 "name": "Test TestSia: test_ignorelistingchecksum RemoteLocal", 54398 "type": "go", 54399 "request": "launch", 54400 "mode": "test", 54401 "program": "./cmd/bisync", 54402 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 54403 }, 54404 { 54405 "name": "Test TestSia: test_ignorelistingchecksum RemoteRemote", 54406 "type": "go", 54407 "request": "launch", 54408 "mode": "test", 54409 "program": "./cmd/bisync", 54410 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 54411 }, 54412 { 54413 "name": "Test TestSia: test_max_delete_path1 LocalRemote", 54414 "type": "go", 54415 "request": "launch", 54416 "mode": "test", 54417 "program": "./cmd/bisync", 54418 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_max_delete_path1", "-no-cleanup"] 54419 }, 54420 { 54421 "name": "Test TestSia: test_max_delete_path1 RemoteLocal", 54422 "type": "go", 54423 "request": "launch", 54424 "mode": "test", 54425 "program": "./cmd/bisync", 54426 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 54427 }, 54428 { 54429 "name": "Test TestSia: test_max_delete_path1 RemoteRemote", 54430 "type": "go", 54431 "request": "launch", 54432 "mode": "test", 54433 "program": "./cmd/bisync", 54434 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_max_delete_path1", "-no-cleanup"] 54435 }, 54436 { 54437 "name": "Test TestSia: test_max_delete_path2_force LocalRemote", 54438 "type": "go", 54439 "request": "launch", 54440 "mode": "test", 54441 "program": "./cmd/bisync", 54442 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 54443 }, 54444 { 54445 "name": "Test TestSia: test_max_delete_path2_force RemoteLocal", 54446 "type": "go", 54447 "request": "launch", 54448 "mode": "test", 54449 "program": "./cmd/bisync", 54450 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 54451 }, 54452 { 54453 "name": "Test TestSia: test_max_delete_path2_force RemoteRemote", 54454 "type": "go", 54455 "request": "launch", 54456 "mode": "test", 54457 "program": "./cmd/bisync", 54458 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 54459 }, 54460 { 54461 "name": "Test TestSia: test_nomodtime LocalRemote", 54462 "type": "go", 54463 "request": "launch", 54464 "mode": "test", 54465 "program": "./cmd/bisync", 54466 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_nomodtime", "-no-cleanup"] 54467 }, 54468 { 54469 "name": "Test TestSia: test_nomodtime RemoteLocal", 54470 "type": "go", 54471 "request": "launch", 54472 "mode": "test", 54473 "program": "./cmd/bisync", 54474 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 54475 }, 54476 { 54477 "name": "Test TestSia: test_nomodtime RemoteRemote", 54478 "type": "go", 54479 "request": "launch", 54480 "mode": "test", 54481 "program": "./cmd/bisync", 54482 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_nomodtime", "-no-cleanup"] 54483 }, 54484 { 54485 "name": "Test TestSia: test_normalization LocalRemote", 54486 "type": "go", 54487 "request": "launch", 54488 "mode": "test", 54489 "program": "./cmd/bisync", 54490 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_normalization", "-no-cleanup"] 54491 }, 54492 { 54493 "name": "Test TestSia: test_normalization RemoteLocal", 54494 "type": "go", 54495 "request": "launch", 54496 "mode": "test", 54497 "program": "./cmd/bisync", 54498 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 54499 }, 54500 { 54501 "name": "Test TestSia: test_normalization RemoteRemote", 54502 "type": "go", 54503 "request": "launch", 54504 "mode": "test", 54505 "program": "./cmd/bisync", 54506 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_normalization", "-no-cleanup"] 54507 }, 54508 { 54509 "name": "Test TestSia: test_rclone_args LocalRemote", 54510 "type": "go", 54511 "request": "launch", 54512 "mode": "test", 54513 "program": "./cmd/bisync", 54514 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_rclone_args", "-no-cleanup"] 54515 }, 54516 { 54517 "name": "Test TestSia: test_rclone_args RemoteLocal", 54518 "type": "go", 54519 "request": "launch", 54520 "mode": "test", 54521 "program": "./cmd/bisync", 54522 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 54523 }, 54524 { 54525 "name": "Test TestSia: test_rclone_args RemoteRemote", 54526 "type": "go", 54527 "request": "launch", 54528 "mode": "test", 54529 "program": "./cmd/bisync", 54530 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_rclone_args", "-no-cleanup"] 54531 }, 54532 { 54533 "name": "Test TestSia: test_resolve LocalRemote", 54534 "type": "go", 54535 "request": "launch", 54536 "mode": "test", 54537 "program": "./cmd/bisync", 54538 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_resolve", "-no-cleanup"] 54539 }, 54540 { 54541 "name": "Test TestSia: test_resolve RemoteLocal", 54542 "type": "go", 54543 "request": "launch", 54544 "mode": "test", 54545 "program": "./cmd/bisync", 54546 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 54547 }, 54548 { 54549 "name": "Test TestSia: test_resolve RemoteRemote", 54550 "type": "go", 54551 "request": "launch", 54552 "mode": "test", 54553 "program": "./cmd/bisync", 54554 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_resolve", "-no-cleanup"] 54555 }, 54556 { 54557 "name": "Test TestSia: test_resync LocalRemote", 54558 "type": "go", 54559 "request": "launch", 54560 "mode": "test", 54561 "program": "./cmd/bisync", 54562 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_resync", "-no-cleanup"] 54563 }, 54564 { 54565 "name": "Test TestSia: test_resync RemoteLocal", 54566 "type": "go", 54567 "request": "launch", 54568 "mode": "test", 54569 "program": "./cmd/bisync", 54570 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 54571 }, 54572 { 54573 "name": "Test TestSia: test_resync RemoteRemote", 54574 "type": "go", 54575 "request": "launch", 54576 "mode": "test", 54577 "program": "./cmd/bisync", 54578 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_resync", "-no-cleanup"] 54579 }, 54580 { 54581 "name": "Test TestSia: test_resync_modes LocalRemote", 54582 "type": "go", 54583 "request": "launch", 54584 "mode": "test", 54585 "program": "./cmd/bisync", 54586 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_resync_modes", "-no-cleanup"] 54587 }, 54588 { 54589 "name": "Test TestSia: test_resync_modes RemoteLocal", 54590 "type": "go", 54591 "request": "launch", 54592 "mode": "test", 54593 "program": "./cmd/bisync", 54594 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 54595 }, 54596 { 54597 "name": "Test TestSia: test_resync_modes RemoteRemote", 54598 "type": "go", 54599 "request": "launch", 54600 "mode": "test", 54601 "program": "./cmd/bisync", 54602 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_resync_modes", "-no-cleanup"] 54603 }, 54604 { 54605 "name": "Test TestSia: test_rmdirs LocalRemote", 54606 "type": "go", 54607 "request": "launch", 54608 "mode": "test", 54609 "program": "./cmd/bisync", 54610 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_rmdirs", "-no-cleanup"] 54611 }, 54612 { 54613 "name": "Test TestSia: test_rmdirs RemoteLocal", 54614 "type": "go", 54615 "request": "launch", 54616 "mode": "test", 54617 "program": "./cmd/bisync", 54618 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 54619 }, 54620 { 54621 "name": "Test TestSia: test_rmdirs RemoteRemote", 54622 "type": "go", 54623 "request": "launch", 54624 "mode": "test", 54625 "program": "./cmd/bisync", 54626 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_rmdirs", "-no-cleanup"] 54627 }, 54628 { 54629 "name": "Test TestSia: test_volatile LocalRemote", 54630 "type": "go", 54631 "request": "launch", 54632 "mode": "test", 54633 "program": "./cmd/bisync", 54634 "args": ["-remote", "local", "-remote2", "TestSia:", "-case", "test_volatile", "-no-cleanup"] 54635 }, 54636 { 54637 "name": "Test TestSia: test_volatile RemoteLocal", 54638 "type": "go", 54639 "request": "launch", 54640 "mode": "test", 54641 "program": "./cmd/bisync", 54642 "args": ["-remote", "TestSia:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 54643 }, 54644 { 54645 "name": "Test TestSia: test_volatile RemoteRemote", 54646 "type": "go", 54647 "request": "launch", 54648 "mode": "test", 54649 "program": "./cmd/bisync", 54650 "args": ["-remote", "TestSia:", "-remote2", "TestSia:", "-case", "test_volatile", "-no-cleanup"] 54651 }, 54652 { 54653 "name": "Test TestSMB:rclone test_all_changed LocalRemote", 54654 "type": "go", 54655 "request": "launch", 54656 "mode": "test", 54657 "program": "./cmd/bisync", 54658 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_all_changed", "-no-cleanup"] 54659 }, 54660 { 54661 "name": "Test TestSMB:rclone test_all_changed RemoteLocal", 54662 "type": "go", 54663 "request": "launch", 54664 "mode": "test", 54665 "program": "./cmd/bisync", 54666 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 54667 }, 54668 { 54669 "name": "Test TestSMB:rclone test_all_changed RemoteRemote", 54670 "type": "go", 54671 "request": "launch", 54672 "mode": "test", 54673 "program": "./cmd/bisync", 54674 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_all_changed", "-no-cleanup"] 54675 }, 54676 { 54677 "name": "Test TestSMB:rclone test_backupdir LocalRemote", 54678 "type": "go", 54679 "request": "launch", 54680 "mode": "test", 54681 "program": "./cmd/bisync", 54682 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_backupdir", "-no-cleanup"] 54683 }, 54684 { 54685 "name": "Test TestSMB:rclone test_backupdir RemoteLocal", 54686 "type": "go", 54687 "request": "launch", 54688 "mode": "test", 54689 "program": "./cmd/bisync", 54690 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 54691 }, 54692 { 54693 "name": "Test TestSMB:rclone test_backupdir RemoteRemote", 54694 "type": "go", 54695 "request": "launch", 54696 "mode": "test", 54697 "program": "./cmd/bisync", 54698 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_backupdir", "-no-cleanup"] 54699 }, 54700 { 54701 "name": "Test TestSMB:rclone test_basic LocalRemote", 54702 "type": "go", 54703 "request": "launch", 54704 "mode": "test", 54705 "program": "./cmd/bisync", 54706 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_basic", "-no-cleanup"] 54707 }, 54708 { 54709 "name": "Test TestSMB:rclone test_basic RemoteLocal", 54710 "type": "go", 54711 "request": "launch", 54712 "mode": "test", 54713 "program": "./cmd/bisync", 54714 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 54715 }, 54716 { 54717 "name": "Test TestSMB:rclone test_basic RemoteRemote", 54718 "type": "go", 54719 "request": "launch", 54720 "mode": "test", 54721 "program": "./cmd/bisync", 54722 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_basic", "-no-cleanup"] 54723 }, 54724 { 54725 "name": "Test TestSMB:rclone test_changes LocalRemote", 54726 "type": "go", 54727 "request": "launch", 54728 "mode": "test", 54729 "program": "./cmd/bisync", 54730 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_changes", "-no-cleanup"] 54731 }, 54732 { 54733 "name": "Test TestSMB:rclone test_changes RemoteLocal", 54734 "type": "go", 54735 "request": "launch", 54736 "mode": "test", 54737 "program": "./cmd/bisync", 54738 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 54739 }, 54740 { 54741 "name": "Test TestSMB:rclone test_changes RemoteRemote", 54742 "type": "go", 54743 "request": "launch", 54744 "mode": "test", 54745 "program": "./cmd/bisync", 54746 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_changes", "-no-cleanup"] 54747 }, 54748 { 54749 "name": "Test TestSMB:rclone test_check_access LocalRemote", 54750 "type": "go", 54751 "request": "launch", 54752 "mode": "test", 54753 "program": "./cmd/bisync", 54754 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_check_access", "-no-cleanup"] 54755 }, 54756 { 54757 "name": "Test TestSMB:rclone test_check_access RemoteLocal", 54758 "type": "go", 54759 "request": "launch", 54760 "mode": "test", 54761 "program": "./cmd/bisync", 54762 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 54763 }, 54764 { 54765 "name": "Test TestSMB:rclone test_check_access RemoteRemote", 54766 "type": "go", 54767 "request": "launch", 54768 "mode": "test", 54769 "program": "./cmd/bisync", 54770 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_check_access", "-no-cleanup"] 54771 }, 54772 { 54773 "name": "Test TestSMB:rclone test_check_access_filters LocalRemote", 54774 "type": "go", 54775 "request": "launch", 54776 "mode": "test", 54777 "program": "./cmd/bisync", 54778 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_check_access_filters", "-no-cleanup"] 54779 }, 54780 { 54781 "name": "Test TestSMB:rclone test_check_access_filters RemoteLocal", 54782 "type": "go", 54783 "request": "launch", 54784 "mode": "test", 54785 "program": "./cmd/bisync", 54786 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 54787 }, 54788 { 54789 "name": "Test TestSMB:rclone test_check_access_filters RemoteRemote", 54790 "type": "go", 54791 "request": "launch", 54792 "mode": "test", 54793 "program": "./cmd/bisync", 54794 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_check_access_filters", "-no-cleanup"] 54795 }, 54796 { 54797 "name": "Test TestSMB:rclone test_check_filename LocalRemote", 54798 "type": "go", 54799 "request": "launch", 54800 "mode": "test", 54801 "program": "./cmd/bisync", 54802 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_check_filename", "-no-cleanup"] 54803 }, 54804 { 54805 "name": "Test TestSMB:rclone test_check_filename RemoteLocal", 54806 "type": "go", 54807 "request": "launch", 54808 "mode": "test", 54809 "program": "./cmd/bisync", 54810 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 54811 }, 54812 { 54813 "name": "Test TestSMB:rclone test_check_filename RemoteRemote", 54814 "type": "go", 54815 "request": "launch", 54816 "mode": "test", 54817 "program": "./cmd/bisync", 54818 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_check_filename", "-no-cleanup"] 54819 }, 54820 { 54821 "name": "Test TestSMB:rclone test_check_sync LocalRemote", 54822 "type": "go", 54823 "request": "launch", 54824 "mode": "test", 54825 "program": "./cmd/bisync", 54826 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_check_sync", "-no-cleanup"] 54827 }, 54828 { 54829 "name": "Test TestSMB:rclone test_check_sync RemoteLocal", 54830 "type": "go", 54831 "request": "launch", 54832 "mode": "test", 54833 "program": "./cmd/bisync", 54834 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 54835 }, 54836 { 54837 "name": "Test TestSMB:rclone test_check_sync RemoteRemote", 54838 "type": "go", 54839 "request": "launch", 54840 "mode": "test", 54841 "program": "./cmd/bisync", 54842 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_check_sync", "-no-cleanup"] 54843 }, 54844 { 54845 "name": "Test TestSMB:rclone test_compare_all LocalRemote", 54846 "type": "go", 54847 "request": "launch", 54848 "mode": "test", 54849 "program": "./cmd/bisync", 54850 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_compare_all", "-no-cleanup"] 54851 }, 54852 { 54853 "name": "Test TestSMB:rclone test_compare_all RemoteLocal", 54854 "type": "go", 54855 "request": "launch", 54856 "mode": "test", 54857 "program": "./cmd/bisync", 54858 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 54859 }, 54860 { 54861 "name": "Test TestSMB:rclone test_compare_all RemoteRemote", 54862 "type": "go", 54863 "request": "launch", 54864 "mode": "test", 54865 "program": "./cmd/bisync", 54866 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_compare_all", "-no-cleanup"] 54867 }, 54868 { 54869 "name": "Test TestSMB:rclone test_createemptysrcdirs LocalRemote", 54870 "type": "go", 54871 "request": "launch", 54872 "mode": "test", 54873 "program": "./cmd/bisync", 54874 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_createemptysrcdirs", "-no-cleanup"] 54875 }, 54876 { 54877 "name": "Test TestSMB:rclone test_createemptysrcdirs RemoteLocal", 54878 "type": "go", 54879 "request": "launch", 54880 "mode": "test", 54881 "program": "./cmd/bisync", 54882 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 54883 }, 54884 { 54885 "name": "Test TestSMB:rclone test_createemptysrcdirs RemoteRemote", 54886 "type": "go", 54887 "request": "launch", 54888 "mode": "test", 54889 "program": "./cmd/bisync", 54890 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_createemptysrcdirs", "-no-cleanup"] 54891 }, 54892 { 54893 "name": "Test TestSMB:rclone test_dry_run LocalRemote", 54894 "type": "go", 54895 "request": "launch", 54896 "mode": "test", 54897 "program": "./cmd/bisync", 54898 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_dry_run", "-no-cleanup"] 54899 }, 54900 { 54901 "name": "Test TestSMB:rclone test_dry_run RemoteLocal", 54902 "type": "go", 54903 "request": "launch", 54904 "mode": "test", 54905 "program": "./cmd/bisync", 54906 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 54907 }, 54908 { 54909 "name": "Test TestSMB:rclone test_dry_run RemoteRemote", 54910 "type": "go", 54911 "request": "launch", 54912 "mode": "test", 54913 "program": "./cmd/bisync", 54914 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_dry_run", "-no-cleanup"] 54915 }, 54916 { 54917 "name": "Test TestSMB:rclone test_equal LocalRemote", 54918 "type": "go", 54919 "request": "launch", 54920 "mode": "test", 54921 "program": "./cmd/bisync", 54922 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_equal", "-no-cleanup"] 54923 }, 54924 { 54925 "name": "Test TestSMB:rclone test_equal RemoteLocal", 54926 "type": "go", 54927 "request": "launch", 54928 "mode": "test", 54929 "program": "./cmd/bisync", 54930 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 54931 }, 54932 { 54933 "name": "Test TestSMB:rclone test_equal RemoteRemote", 54934 "type": "go", 54935 "request": "launch", 54936 "mode": "test", 54937 "program": "./cmd/bisync", 54938 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_equal", "-no-cleanup"] 54939 }, 54940 { 54941 "name": "Test TestSMB:rclone test_ext_paths LocalRemote", 54942 "type": "go", 54943 "request": "launch", 54944 "mode": "test", 54945 "program": "./cmd/bisync", 54946 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_ext_paths", "-no-cleanup"] 54947 }, 54948 { 54949 "name": "Test TestSMB:rclone test_ext_paths RemoteLocal", 54950 "type": "go", 54951 "request": "launch", 54952 "mode": "test", 54953 "program": "./cmd/bisync", 54954 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 54955 }, 54956 { 54957 "name": "Test TestSMB:rclone test_ext_paths RemoteRemote", 54958 "type": "go", 54959 "request": "launch", 54960 "mode": "test", 54961 "program": "./cmd/bisync", 54962 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_ext_paths", "-no-cleanup"] 54963 }, 54964 { 54965 "name": "Test TestSMB:rclone test_extended_filenames LocalRemote", 54966 "type": "go", 54967 "request": "launch", 54968 "mode": "test", 54969 "program": "./cmd/bisync", 54970 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_extended_filenames", "-no-cleanup"] 54971 }, 54972 { 54973 "name": "Test TestSMB:rclone test_extended_filenames RemoteLocal", 54974 "type": "go", 54975 "request": "launch", 54976 "mode": "test", 54977 "program": "./cmd/bisync", 54978 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 54979 }, 54980 { 54981 "name": "Test TestSMB:rclone test_extended_filenames RemoteRemote", 54982 "type": "go", 54983 "request": "launch", 54984 "mode": "test", 54985 "program": "./cmd/bisync", 54986 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_extended_filenames", "-no-cleanup"] 54987 }, 54988 { 54989 "name": "Test TestSMB:rclone test_filters LocalRemote", 54990 "type": "go", 54991 "request": "launch", 54992 "mode": "test", 54993 "program": "./cmd/bisync", 54994 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_filters", "-no-cleanup"] 54995 }, 54996 { 54997 "name": "Test TestSMB:rclone test_filters RemoteLocal", 54998 "type": "go", 54999 "request": "launch", 55000 "mode": "test", 55001 "program": "./cmd/bisync", 55002 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 55003 }, 55004 { 55005 "name": "Test TestSMB:rclone test_filters RemoteRemote", 55006 "type": "go", 55007 "request": "launch", 55008 "mode": "test", 55009 "program": "./cmd/bisync", 55010 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_filters", "-no-cleanup"] 55011 }, 55012 { 55013 "name": "Test TestSMB:rclone test_filtersfile_checks LocalRemote", 55014 "type": "go", 55015 "request": "launch", 55016 "mode": "test", 55017 "program": "./cmd/bisync", 55018 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_filtersfile_checks", "-no-cleanup"] 55019 }, 55020 { 55021 "name": "Test TestSMB:rclone test_filtersfile_checks RemoteLocal", 55022 "type": "go", 55023 "request": "launch", 55024 "mode": "test", 55025 "program": "./cmd/bisync", 55026 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 55027 }, 55028 { 55029 "name": "Test TestSMB:rclone test_filtersfile_checks RemoteRemote", 55030 "type": "go", 55031 "request": "launch", 55032 "mode": "test", 55033 "program": "./cmd/bisync", 55034 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_filtersfile_checks", "-no-cleanup"] 55035 }, 55036 { 55037 "name": "Test TestSMB:rclone test_ignorelistingchecksum LocalRemote", 55038 "type": "go", 55039 "request": "launch", 55040 "mode": "test", 55041 "program": "./cmd/bisync", 55042 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 55043 }, 55044 { 55045 "name": "Test TestSMB:rclone test_ignorelistingchecksum RemoteLocal", 55046 "type": "go", 55047 "request": "launch", 55048 "mode": "test", 55049 "program": "./cmd/bisync", 55050 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 55051 }, 55052 { 55053 "name": "Test TestSMB:rclone test_ignorelistingchecksum RemoteRemote", 55054 "type": "go", 55055 "request": "launch", 55056 "mode": "test", 55057 "program": "./cmd/bisync", 55058 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 55059 }, 55060 { 55061 "name": "Test TestSMB:rclone test_max_delete_path1 LocalRemote", 55062 "type": "go", 55063 "request": "launch", 55064 "mode": "test", 55065 "program": "./cmd/bisync", 55066 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_max_delete_path1", "-no-cleanup"] 55067 }, 55068 { 55069 "name": "Test TestSMB:rclone test_max_delete_path1 RemoteLocal", 55070 "type": "go", 55071 "request": "launch", 55072 "mode": "test", 55073 "program": "./cmd/bisync", 55074 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 55075 }, 55076 { 55077 "name": "Test TestSMB:rclone test_max_delete_path1 RemoteRemote", 55078 "type": "go", 55079 "request": "launch", 55080 "mode": "test", 55081 "program": "./cmd/bisync", 55082 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_max_delete_path1", "-no-cleanup"] 55083 }, 55084 { 55085 "name": "Test TestSMB:rclone test_max_delete_path2_force LocalRemote", 55086 "type": "go", 55087 "request": "launch", 55088 "mode": "test", 55089 "program": "./cmd/bisync", 55090 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_max_delete_path2_force", "-no-cleanup"] 55091 }, 55092 { 55093 "name": "Test TestSMB:rclone test_max_delete_path2_force RemoteLocal", 55094 "type": "go", 55095 "request": "launch", 55096 "mode": "test", 55097 "program": "./cmd/bisync", 55098 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 55099 }, 55100 { 55101 "name": "Test TestSMB:rclone test_max_delete_path2_force RemoteRemote", 55102 "type": "go", 55103 "request": "launch", 55104 "mode": "test", 55105 "program": "./cmd/bisync", 55106 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_max_delete_path2_force", "-no-cleanup"] 55107 }, 55108 { 55109 "name": "Test TestSMB:rclone test_nomodtime LocalRemote", 55110 "type": "go", 55111 "request": "launch", 55112 "mode": "test", 55113 "program": "./cmd/bisync", 55114 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_nomodtime", "-no-cleanup"] 55115 }, 55116 { 55117 "name": "Test TestSMB:rclone test_nomodtime RemoteLocal", 55118 "type": "go", 55119 "request": "launch", 55120 "mode": "test", 55121 "program": "./cmd/bisync", 55122 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 55123 }, 55124 { 55125 "name": "Test TestSMB:rclone test_nomodtime RemoteRemote", 55126 "type": "go", 55127 "request": "launch", 55128 "mode": "test", 55129 "program": "./cmd/bisync", 55130 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_nomodtime", "-no-cleanup"] 55131 }, 55132 { 55133 "name": "Test TestSMB:rclone test_normalization LocalRemote", 55134 "type": "go", 55135 "request": "launch", 55136 "mode": "test", 55137 "program": "./cmd/bisync", 55138 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_normalization", "-no-cleanup"] 55139 }, 55140 { 55141 "name": "Test TestSMB:rclone test_normalization RemoteLocal", 55142 "type": "go", 55143 "request": "launch", 55144 "mode": "test", 55145 "program": "./cmd/bisync", 55146 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 55147 }, 55148 { 55149 "name": "Test TestSMB:rclone test_normalization RemoteRemote", 55150 "type": "go", 55151 "request": "launch", 55152 "mode": "test", 55153 "program": "./cmd/bisync", 55154 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_normalization", "-no-cleanup"] 55155 }, 55156 { 55157 "name": "Test TestSMB:rclone test_rclone_args LocalRemote", 55158 "type": "go", 55159 "request": "launch", 55160 "mode": "test", 55161 "program": "./cmd/bisync", 55162 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_rclone_args", "-no-cleanup"] 55163 }, 55164 { 55165 "name": "Test TestSMB:rclone test_rclone_args RemoteLocal", 55166 "type": "go", 55167 "request": "launch", 55168 "mode": "test", 55169 "program": "./cmd/bisync", 55170 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 55171 }, 55172 { 55173 "name": "Test TestSMB:rclone test_rclone_args RemoteRemote", 55174 "type": "go", 55175 "request": "launch", 55176 "mode": "test", 55177 "program": "./cmd/bisync", 55178 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_rclone_args", "-no-cleanup"] 55179 }, 55180 { 55181 "name": "Test TestSMB:rclone test_resolve LocalRemote", 55182 "type": "go", 55183 "request": "launch", 55184 "mode": "test", 55185 "program": "./cmd/bisync", 55186 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_resolve", "-no-cleanup"] 55187 }, 55188 { 55189 "name": "Test TestSMB:rclone test_resolve RemoteLocal", 55190 "type": "go", 55191 "request": "launch", 55192 "mode": "test", 55193 "program": "./cmd/bisync", 55194 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 55195 }, 55196 { 55197 "name": "Test TestSMB:rclone test_resolve RemoteRemote", 55198 "type": "go", 55199 "request": "launch", 55200 "mode": "test", 55201 "program": "./cmd/bisync", 55202 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_resolve", "-no-cleanup"] 55203 }, 55204 { 55205 "name": "Test TestSMB:rclone test_resync LocalRemote", 55206 "type": "go", 55207 "request": "launch", 55208 "mode": "test", 55209 "program": "./cmd/bisync", 55210 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_resync", "-no-cleanup"] 55211 }, 55212 { 55213 "name": "Test TestSMB:rclone test_resync RemoteLocal", 55214 "type": "go", 55215 "request": "launch", 55216 "mode": "test", 55217 "program": "./cmd/bisync", 55218 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 55219 }, 55220 { 55221 "name": "Test TestSMB:rclone test_resync RemoteRemote", 55222 "type": "go", 55223 "request": "launch", 55224 "mode": "test", 55225 "program": "./cmd/bisync", 55226 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_resync", "-no-cleanup"] 55227 }, 55228 { 55229 "name": "Test TestSMB:rclone test_resync_modes LocalRemote", 55230 "type": "go", 55231 "request": "launch", 55232 "mode": "test", 55233 "program": "./cmd/bisync", 55234 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_resync_modes", "-no-cleanup"] 55235 }, 55236 { 55237 "name": "Test TestSMB:rclone test_resync_modes RemoteLocal", 55238 "type": "go", 55239 "request": "launch", 55240 "mode": "test", 55241 "program": "./cmd/bisync", 55242 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 55243 }, 55244 { 55245 "name": "Test TestSMB:rclone test_resync_modes RemoteRemote", 55246 "type": "go", 55247 "request": "launch", 55248 "mode": "test", 55249 "program": "./cmd/bisync", 55250 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_resync_modes", "-no-cleanup"] 55251 }, 55252 { 55253 "name": "Test TestSMB:rclone test_rmdirs LocalRemote", 55254 "type": "go", 55255 "request": "launch", 55256 "mode": "test", 55257 "program": "./cmd/bisync", 55258 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_rmdirs", "-no-cleanup"] 55259 }, 55260 { 55261 "name": "Test TestSMB:rclone test_rmdirs RemoteLocal", 55262 "type": "go", 55263 "request": "launch", 55264 "mode": "test", 55265 "program": "./cmd/bisync", 55266 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 55267 }, 55268 { 55269 "name": "Test TestSMB:rclone test_rmdirs RemoteRemote", 55270 "type": "go", 55271 "request": "launch", 55272 "mode": "test", 55273 "program": "./cmd/bisync", 55274 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_rmdirs", "-no-cleanup"] 55275 }, 55276 { 55277 "name": "Test TestSMB:rclone test_volatile LocalRemote", 55278 "type": "go", 55279 "request": "launch", 55280 "mode": "test", 55281 "program": "./cmd/bisync", 55282 "args": ["-remote", "local", "-remote2", "TestSMB:rclone", "-case", "test_volatile", "-no-cleanup"] 55283 }, 55284 { 55285 "name": "Test TestSMB:rclone test_volatile RemoteLocal", 55286 "type": "go", 55287 "request": "launch", 55288 "mode": "test", 55289 "program": "./cmd/bisync", 55290 "args": ["-remote", "TestSMB:rclone", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 55291 }, 55292 { 55293 "name": "Test TestSMB:rclone test_volatile RemoteRemote", 55294 "type": "go", 55295 "request": "launch", 55296 "mode": "test", 55297 "program": "./cmd/bisync", 55298 "args": ["-remote", "TestSMB:rclone", "-remote2", "TestSMB:rclone", "-case", "test_volatile", "-no-cleanup"] 55299 }, 55300 { 55301 "name": "Test TestStorj: test_all_changed LocalRemote", 55302 "type": "go", 55303 "request": "launch", 55304 "mode": "test", 55305 "program": "./cmd/bisync", 55306 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_all_changed", "-no-cleanup"] 55307 }, 55308 { 55309 "name": "Test TestStorj: test_all_changed RemoteLocal", 55310 "type": "go", 55311 "request": "launch", 55312 "mode": "test", 55313 "program": "./cmd/bisync", 55314 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 55315 }, 55316 { 55317 "name": "Test TestStorj: test_all_changed RemoteRemote", 55318 "type": "go", 55319 "request": "launch", 55320 "mode": "test", 55321 "program": "./cmd/bisync", 55322 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_all_changed", "-no-cleanup"] 55323 }, 55324 { 55325 "name": "Test TestStorj: test_backupdir LocalRemote", 55326 "type": "go", 55327 "request": "launch", 55328 "mode": "test", 55329 "program": "./cmd/bisync", 55330 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_backupdir", "-no-cleanup"] 55331 }, 55332 { 55333 "name": "Test TestStorj: test_backupdir RemoteLocal", 55334 "type": "go", 55335 "request": "launch", 55336 "mode": "test", 55337 "program": "./cmd/bisync", 55338 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 55339 }, 55340 { 55341 "name": "Test TestStorj: test_backupdir RemoteRemote", 55342 "type": "go", 55343 "request": "launch", 55344 "mode": "test", 55345 "program": "./cmd/bisync", 55346 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_backupdir", "-no-cleanup"] 55347 }, 55348 { 55349 "name": "Test TestStorj: test_basic LocalRemote", 55350 "type": "go", 55351 "request": "launch", 55352 "mode": "test", 55353 "program": "./cmd/bisync", 55354 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_basic", "-no-cleanup"] 55355 }, 55356 { 55357 "name": "Test TestStorj: test_basic RemoteLocal", 55358 "type": "go", 55359 "request": "launch", 55360 "mode": "test", 55361 "program": "./cmd/bisync", 55362 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 55363 }, 55364 { 55365 "name": "Test TestStorj: test_basic RemoteRemote", 55366 "type": "go", 55367 "request": "launch", 55368 "mode": "test", 55369 "program": "./cmd/bisync", 55370 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_basic", "-no-cleanup"] 55371 }, 55372 { 55373 "name": "Test TestStorj: test_changes LocalRemote", 55374 "type": "go", 55375 "request": "launch", 55376 "mode": "test", 55377 "program": "./cmd/bisync", 55378 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_changes", "-no-cleanup"] 55379 }, 55380 { 55381 "name": "Test TestStorj: test_changes RemoteLocal", 55382 "type": "go", 55383 "request": "launch", 55384 "mode": "test", 55385 "program": "./cmd/bisync", 55386 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 55387 }, 55388 { 55389 "name": "Test TestStorj: test_changes RemoteRemote", 55390 "type": "go", 55391 "request": "launch", 55392 "mode": "test", 55393 "program": "./cmd/bisync", 55394 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_changes", "-no-cleanup"] 55395 }, 55396 { 55397 "name": "Test TestStorj: test_check_access LocalRemote", 55398 "type": "go", 55399 "request": "launch", 55400 "mode": "test", 55401 "program": "./cmd/bisync", 55402 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_check_access", "-no-cleanup"] 55403 }, 55404 { 55405 "name": "Test TestStorj: test_check_access RemoteLocal", 55406 "type": "go", 55407 "request": "launch", 55408 "mode": "test", 55409 "program": "./cmd/bisync", 55410 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 55411 }, 55412 { 55413 "name": "Test TestStorj: test_check_access RemoteRemote", 55414 "type": "go", 55415 "request": "launch", 55416 "mode": "test", 55417 "program": "./cmd/bisync", 55418 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_check_access", "-no-cleanup"] 55419 }, 55420 { 55421 "name": "Test TestStorj: test_check_access_filters LocalRemote", 55422 "type": "go", 55423 "request": "launch", 55424 "mode": "test", 55425 "program": "./cmd/bisync", 55426 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_check_access_filters", "-no-cleanup"] 55427 }, 55428 { 55429 "name": "Test TestStorj: test_check_access_filters RemoteLocal", 55430 "type": "go", 55431 "request": "launch", 55432 "mode": "test", 55433 "program": "./cmd/bisync", 55434 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 55435 }, 55436 { 55437 "name": "Test TestStorj: test_check_access_filters RemoteRemote", 55438 "type": "go", 55439 "request": "launch", 55440 "mode": "test", 55441 "program": "./cmd/bisync", 55442 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_check_access_filters", "-no-cleanup"] 55443 }, 55444 { 55445 "name": "Test TestStorj: test_check_filename LocalRemote", 55446 "type": "go", 55447 "request": "launch", 55448 "mode": "test", 55449 "program": "./cmd/bisync", 55450 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_check_filename", "-no-cleanup"] 55451 }, 55452 { 55453 "name": "Test TestStorj: test_check_filename RemoteLocal", 55454 "type": "go", 55455 "request": "launch", 55456 "mode": "test", 55457 "program": "./cmd/bisync", 55458 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 55459 }, 55460 { 55461 "name": "Test TestStorj: test_check_filename RemoteRemote", 55462 "type": "go", 55463 "request": "launch", 55464 "mode": "test", 55465 "program": "./cmd/bisync", 55466 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_check_filename", "-no-cleanup"] 55467 }, 55468 { 55469 "name": "Test TestStorj: test_check_sync LocalRemote", 55470 "type": "go", 55471 "request": "launch", 55472 "mode": "test", 55473 "program": "./cmd/bisync", 55474 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_check_sync", "-no-cleanup"] 55475 }, 55476 { 55477 "name": "Test TestStorj: test_check_sync RemoteLocal", 55478 "type": "go", 55479 "request": "launch", 55480 "mode": "test", 55481 "program": "./cmd/bisync", 55482 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 55483 }, 55484 { 55485 "name": "Test TestStorj: test_check_sync RemoteRemote", 55486 "type": "go", 55487 "request": "launch", 55488 "mode": "test", 55489 "program": "./cmd/bisync", 55490 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_check_sync", "-no-cleanup"] 55491 }, 55492 { 55493 "name": "Test TestStorj: test_compare_all LocalRemote", 55494 "type": "go", 55495 "request": "launch", 55496 "mode": "test", 55497 "program": "./cmd/bisync", 55498 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_compare_all", "-no-cleanup"] 55499 }, 55500 { 55501 "name": "Test TestStorj: test_compare_all RemoteLocal", 55502 "type": "go", 55503 "request": "launch", 55504 "mode": "test", 55505 "program": "./cmd/bisync", 55506 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 55507 }, 55508 { 55509 "name": "Test TestStorj: test_compare_all RemoteRemote", 55510 "type": "go", 55511 "request": "launch", 55512 "mode": "test", 55513 "program": "./cmd/bisync", 55514 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_compare_all", "-no-cleanup"] 55515 }, 55516 { 55517 "name": "Test TestStorj: test_createemptysrcdirs LocalRemote", 55518 "type": "go", 55519 "request": "launch", 55520 "mode": "test", 55521 "program": "./cmd/bisync", 55522 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 55523 }, 55524 { 55525 "name": "Test TestStorj: test_createemptysrcdirs RemoteLocal", 55526 "type": "go", 55527 "request": "launch", 55528 "mode": "test", 55529 "program": "./cmd/bisync", 55530 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 55531 }, 55532 { 55533 "name": "Test TestStorj: test_createemptysrcdirs RemoteRemote", 55534 "type": "go", 55535 "request": "launch", 55536 "mode": "test", 55537 "program": "./cmd/bisync", 55538 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 55539 }, 55540 { 55541 "name": "Test TestStorj: test_dry_run LocalRemote", 55542 "type": "go", 55543 "request": "launch", 55544 "mode": "test", 55545 "program": "./cmd/bisync", 55546 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_dry_run", "-no-cleanup"] 55547 }, 55548 { 55549 "name": "Test TestStorj: test_dry_run RemoteLocal", 55550 "type": "go", 55551 "request": "launch", 55552 "mode": "test", 55553 "program": "./cmd/bisync", 55554 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 55555 }, 55556 { 55557 "name": "Test TestStorj: test_dry_run RemoteRemote", 55558 "type": "go", 55559 "request": "launch", 55560 "mode": "test", 55561 "program": "./cmd/bisync", 55562 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_dry_run", "-no-cleanup"] 55563 }, 55564 { 55565 "name": "Test TestStorj: test_equal LocalRemote", 55566 "type": "go", 55567 "request": "launch", 55568 "mode": "test", 55569 "program": "./cmd/bisync", 55570 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_equal", "-no-cleanup"] 55571 }, 55572 { 55573 "name": "Test TestStorj: test_equal RemoteLocal", 55574 "type": "go", 55575 "request": "launch", 55576 "mode": "test", 55577 "program": "./cmd/bisync", 55578 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 55579 }, 55580 { 55581 "name": "Test TestStorj: test_equal RemoteRemote", 55582 "type": "go", 55583 "request": "launch", 55584 "mode": "test", 55585 "program": "./cmd/bisync", 55586 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_equal", "-no-cleanup"] 55587 }, 55588 { 55589 "name": "Test TestStorj: test_ext_paths LocalRemote", 55590 "type": "go", 55591 "request": "launch", 55592 "mode": "test", 55593 "program": "./cmd/bisync", 55594 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_ext_paths", "-no-cleanup"] 55595 }, 55596 { 55597 "name": "Test TestStorj: test_ext_paths RemoteLocal", 55598 "type": "go", 55599 "request": "launch", 55600 "mode": "test", 55601 "program": "./cmd/bisync", 55602 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 55603 }, 55604 { 55605 "name": "Test TestStorj: test_ext_paths RemoteRemote", 55606 "type": "go", 55607 "request": "launch", 55608 "mode": "test", 55609 "program": "./cmd/bisync", 55610 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_ext_paths", "-no-cleanup"] 55611 }, 55612 { 55613 "name": "Test TestStorj: test_extended_filenames LocalRemote", 55614 "type": "go", 55615 "request": "launch", 55616 "mode": "test", 55617 "program": "./cmd/bisync", 55618 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_extended_filenames", "-no-cleanup"] 55619 }, 55620 { 55621 "name": "Test TestStorj: test_extended_filenames RemoteLocal", 55622 "type": "go", 55623 "request": "launch", 55624 "mode": "test", 55625 "program": "./cmd/bisync", 55626 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 55627 }, 55628 { 55629 "name": "Test TestStorj: test_extended_filenames RemoteRemote", 55630 "type": "go", 55631 "request": "launch", 55632 "mode": "test", 55633 "program": "./cmd/bisync", 55634 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_extended_filenames", "-no-cleanup"] 55635 }, 55636 { 55637 "name": "Test TestStorj: test_filters LocalRemote", 55638 "type": "go", 55639 "request": "launch", 55640 "mode": "test", 55641 "program": "./cmd/bisync", 55642 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_filters", "-no-cleanup"] 55643 }, 55644 { 55645 "name": "Test TestStorj: test_filters RemoteLocal", 55646 "type": "go", 55647 "request": "launch", 55648 "mode": "test", 55649 "program": "./cmd/bisync", 55650 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 55651 }, 55652 { 55653 "name": "Test TestStorj: test_filters RemoteRemote", 55654 "type": "go", 55655 "request": "launch", 55656 "mode": "test", 55657 "program": "./cmd/bisync", 55658 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_filters", "-no-cleanup"] 55659 }, 55660 { 55661 "name": "Test TestStorj: test_filtersfile_checks LocalRemote", 55662 "type": "go", 55663 "request": "launch", 55664 "mode": "test", 55665 "program": "./cmd/bisync", 55666 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_filtersfile_checks", "-no-cleanup"] 55667 }, 55668 { 55669 "name": "Test TestStorj: test_filtersfile_checks RemoteLocal", 55670 "type": "go", 55671 "request": "launch", 55672 "mode": "test", 55673 "program": "./cmd/bisync", 55674 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 55675 }, 55676 { 55677 "name": "Test TestStorj: test_filtersfile_checks RemoteRemote", 55678 "type": "go", 55679 "request": "launch", 55680 "mode": "test", 55681 "program": "./cmd/bisync", 55682 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_filtersfile_checks", "-no-cleanup"] 55683 }, 55684 { 55685 "name": "Test TestStorj: test_ignorelistingchecksum LocalRemote", 55686 "type": "go", 55687 "request": "launch", 55688 "mode": "test", 55689 "program": "./cmd/bisync", 55690 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 55691 }, 55692 { 55693 "name": "Test TestStorj: test_ignorelistingchecksum RemoteLocal", 55694 "type": "go", 55695 "request": "launch", 55696 "mode": "test", 55697 "program": "./cmd/bisync", 55698 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 55699 }, 55700 { 55701 "name": "Test TestStorj: test_ignorelistingchecksum RemoteRemote", 55702 "type": "go", 55703 "request": "launch", 55704 "mode": "test", 55705 "program": "./cmd/bisync", 55706 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 55707 }, 55708 { 55709 "name": "Test TestStorj: test_max_delete_path1 LocalRemote", 55710 "type": "go", 55711 "request": "launch", 55712 "mode": "test", 55713 "program": "./cmd/bisync", 55714 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_max_delete_path1", "-no-cleanup"] 55715 }, 55716 { 55717 "name": "Test TestStorj: test_max_delete_path1 RemoteLocal", 55718 "type": "go", 55719 "request": "launch", 55720 "mode": "test", 55721 "program": "./cmd/bisync", 55722 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 55723 }, 55724 { 55725 "name": "Test TestStorj: test_max_delete_path1 RemoteRemote", 55726 "type": "go", 55727 "request": "launch", 55728 "mode": "test", 55729 "program": "./cmd/bisync", 55730 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_max_delete_path1", "-no-cleanup"] 55731 }, 55732 { 55733 "name": "Test TestStorj: test_max_delete_path2_force LocalRemote", 55734 "type": "go", 55735 "request": "launch", 55736 "mode": "test", 55737 "program": "./cmd/bisync", 55738 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 55739 }, 55740 { 55741 "name": "Test TestStorj: test_max_delete_path2_force RemoteLocal", 55742 "type": "go", 55743 "request": "launch", 55744 "mode": "test", 55745 "program": "./cmd/bisync", 55746 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 55747 }, 55748 { 55749 "name": "Test TestStorj: test_max_delete_path2_force RemoteRemote", 55750 "type": "go", 55751 "request": "launch", 55752 "mode": "test", 55753 "program": "./cmd/bisync", 55754 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 55755 }, 55756 { 55757 "name": "Test TestStorj: test_nomodtime LocalRemote", 55758 "type": "go", 55759 "request": "launch", 55760 "mode": "test", 55761 "program": "./cmd/bisync", 55762 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_nomodtime", "-no-cleanup"] 55763 }, 55764 { 55765 "name": "Test TestStorj: test_nomodtime RemoteLocal", 55766 "type": "go", 55767 "request": "launch", 55768 "mode": "test", 55769 "program": "./cmd/bisync", 55770 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 55771 }, 55772 { 55773 "name": "Test TestStorj: test_nomodtime RemoteRemote", 55774 "type": "go", 55775 "request": "launch", 55776 "mode": "test", 55777 "program": "./cmd/bisync", 55778 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_nomodtime", "-no-cleanup"] 55779 }, 55780 { 55781 "name": "Test TestStorj: test_normalization LocalRemote", 55782 "type": "go", 55783 "request": "launch", 55784 "mode": "test", 55785 "program": "./cmd/bisync", 55786 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_normalization", "-no-cleanup"] 55787 }, 55788 { 55789 "name": "Test TestStorj: test_normalization RemoteLocal", 55790 "type": "go", 55791 "request": "launch", 55792 "mode": "test", 55793 "program": "./cmd/bisync", 55794 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 55795 }, 55796 { 55797 "name": "Test TestStorj: test_normalization RemoteRemote", 55798 "type": "go", 55799 "request": "launch", 55800 "mode": "test", 55801 "program": "./cmd/bisync", 55802 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_normalization", "-no-cleanup"] 55803 }, 55804 { 55805 "name": "Test TestStorj: test_rclone_args LocalRemote", 55806 "type": "go", 55807 "request": "launch", 55808 "mode": "test", 55809 "program": "./cmd/bisync", 55810 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_rclone_args", "-no-cleanup"] 55811 }, 55812 { 55813 "name": "Test TestStorj: test_rclone_args RemoteLocal", 55814 "type": "go", 55815 "request": "launch", 55816 "mode": "test", 55817 "program": "./cmd/bisync", 55818 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 55819 }, 55820 { 55821 "name": "Test TestStorj: test_rclone_args RemoteRemote", 55822 "type": "go", 55823 "request": "launch", 55824 "mode": "test", 55825 "program": "./cmd/bisync", 55826 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_rclone_args", "-no-cleanup"] 55827 }, 55828 { 55829 "name": "Test TestStorj: test_resolve LocalRemote", 55830 "type": "go", 55831 "request": "launch", 55832 "mode": "test", 55833 "program": "./cmd/bisync", 55834 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_resolve", "-no-cleanup"] 55835 }, 55836 { 55837 "name": "Test TestStorj: test_resolve RemoteLocal", 55838 "type": "go", 55839 "request": "launch", 55840 "mode": "test", 55841 "program": "./cmd/bisync", 55842 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 55843 }, 55844 { 55845 "name": "Test TestStorj: test_resolve RemoteRemote", 55846 "type": "go", 55847 "request": "launch", 55848 "mode": "test", 55849 "program": "./cmd/bisync", 55850 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_resolve", "-no-cleanup"] 55851 }, 55852 { 55853 "name": "Test TestStorj: test_resync LocalRemote", 55854 "type": "go", 55855 "request": "launch", 55856 "mode": "test", 55857 "program": "./cmd/bisync", 55858 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_resync", "-no-cleanup"] 55859 }, 55860 { 55861 "name": "Test TestStorj: test_resync RemoteLocal", 55862 "type": "go", 55863 "request": "launch", 55864 "mode": "test", 55865 "program": "./cmd/bisync", 55866 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 55867 }, 55868 { 55869 "name": "Test TestStorj: test_resync RemoteRemote", 55870 "type": "go", 55871 "request": "launch", 55872 "mode": "test", 55873 "program": "./cmd/bisync", 55874 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_resync", "-no-cleanup"] 55875 }, 55876 { 55877 "name": "Test TestStorj: test_resync_modes LocalRemote", 55878 "type": "go", 55879 "request": "launch", 55880 "mode": "test", 55881 "program": "./cmd/bisync", 55882 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_resync_modes", "-no-cleanup"] 55883 }, 55884 { 55885 "name": "Test TestStorj: test_resync_modes RemoteLocal", 55886 "type": "go", 55887 "request": "launch", 55888 "mode": "test", 55889 "program": "./cmd/bisync", 55890 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 55891 }, 55892 { 55893 "name": "Test TestStorj: test_resync_modes RemoteRemote", 55894 "type": "go", 55895 "request": "launch", 55896 "mode": "test", 55897 "program": "./cmd/bisync", 55898 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_resync_modes", "-no-cleanup"] 55899 }, 55900 { 55901 "name": "Test TestStorj: test_rmdirs LocalRemote", 55902 "type": "go", 55903 "request": "launch", 55904 "mode": "test", 55905 "program": "./cmd/bisync", 55906 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_rmdirs", "-no-cleanup"] 55907 }, 55908 { 55909 "name": "Test TestStorj: test_rmdirs RemoteLocal", 55910 "type": "go", 55911 "request": "launch", 55912 "mode": "test", 55913 "program": "./cmd/bisync", 55914 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 55915 }, 55916 { 55917 "name": "Test TestStorj: test_rmdirs RemoteRemote", 55918 "type": "go", 55919 "request": "launch", 55920 "mode": "test", 55921 "program": "./cmd/bisync", 55922 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_rmdirs", "-no-cleanup"] 55923 }, 55924 { 55925 "name": "Test TestStorj: test_volatile LocalRemote", 55926 "type": "go", 55927 "request": "launch", 55928 "mode": "test", 55929 "program": "./cmd/bisync", 55930 "args": ["-remote", "local", "-remote2", "TestStorj:", "-case", "test_volatile", "-no-cleanup"] 55931 }, 55932 { 55933 "name": "Test TestStorj: test_volatile RemoteLocal", 55934 "type": "go", 55935 "request": "launch", 55936 "mode": "test", 55937 "program": "./cmd/bisync", 55938 "args": ["-remote", "TestStorj:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 55939 }, 55940 { 55941 "name": "Test TestStorj: test_volatile RemoteRemote", 55942 "type": "go", 55943 "request": "launch", 55944 "mode": "test", 55945 "program": "./cmd/bisync", 55946 "args": ["-remote", "TestStorj:", "-remote2", "TestStorj:", "-case", "test_volatile", "-no-cleanup"] 55947 }, 55948 { 55949 "name": "Test TestZoho: test_all_changed LocalRemote", 55950 "type": "go", 55951 "request": "launch", 55952 "mode": "test", 55953 "program": "./cmd/bisync", 55954 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_all_changed", "-no-cleanup"] 55955 }, 55956 { 55957 "name": "Test TestZoho: test_all_changed RemoteLocal", 55958 "type": "go", 55959 "request": "launch", 55960 "mode": "test", 55961 "program": "./cmd/bisync", 55962 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 55963 }, 55964 { 55965 "name": "Test TestZoho: test_all_changed RemoteRemote", 55966 "type": "go", 55967 "request": "launch", 55968 "mode": "test", 55969 "program": "./cmd/bisync", 55970 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_all_changed", "-no-cleanup"] 55971 }, 55972 { 55973 "name": "Test TestZoho: test_backupdir LocalRemote", 55974 "type": "go", 55975 "request": "launch", 55976 "mode": "test", 55977 "program": "./cmd/bisync", 55978 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_backupdir", "-no-cleanup"] 55979 }, 55980 { 55981 "name": "Test TestZoho: test_backupdir RemoteLocal", 55982 "type": "go", 55983 "request": "launch", 55984 "mode": "test", 55985 "program": "./cmd/bisync", 55986 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 55987 }, 55988 { 55989 "name": "Test TestZoho: test_backupdir RemoteRemote", 55990 "type": "go", 55991 "request": "launch", 55992 "mode": "test", 55993 "program": "./cmd/bisync", 55994 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_backupdir", "-no-cleanup"] 55995 }, 55996 { 55997 "name": "Test TestZoho: test_basic LocalRemote", 55998 "type": "go", 55999 "request": "launch", 56000 "mode": "test", 56001 "program": "./cmd/bisync", 56002 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_basic", "-no-cleanup"] 56003 }, 56004 { 56005 "name": "Test TestZoho: test_basic RemoteLocal", 56006 "type": "go", 56007 "request": "launch", 56008 "mode": "test", 56009 "program": "./cmd/bisync", 56010 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 56011 }, 56012 { 56013 "name": "Test TestZoho: test_basic RemoteRemote", 56014 "type": "go", 56015 "request": "launch", 56016 "mode": "test", 56017 "program": "./cmd/bisync", 56018 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_basic", "-no-cleanup"] 56019 }, 56020 { 56021 "name": "Test TestZoho: test_changes LocalRemote", 56022 "type": "go", 56023 "request": "launch", 56024 "mode": "test", 56025 "program": "./cmd/bisync", 56026 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_changes", "-no-cleanup"] 56027 }, 56028 { 56029 "name": "Test TestZoho: test_changes RemoteLocal", 56030 "type": "go", 56031 "request": "launch", 56032 "mode": "test", 56033 "program": "./cmd/bisync", 56034 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 56035 }, 56036 { 56037 "name": "Test TestZoho: test_changes RemoteRemote", 56038 "type": "go", 56039 "request": "launch", 56040 "mode": "test", 56041 "program": "./cmd/bisync", 56042 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_changes", "-no-cleanup"] 56043 }, 56044 { 56045 "name": "Test TestZoho: test_check_access LocalRemote", 56046 "type": "go", 56047 "request": "launch", 56048 "mode": "test", 56049 "program": "./cmd/bisync", 56050 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_check_access", "-no-cleanup"] 56051 }, 56052 { 56053 "name": "Test TestZoho: test_check_access RemoteLocal", 56054 "type": "go", 56055 "request": "launch", 56056 "mode": "test", 56057 "program": "./cmd/bisync", 56058 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 56059 }, 56060 { 56061 "name": "Test TestZoho: test_check_access RemoteRemote", 56062 "type": "go", 56063 "request": "launch", 56064 "mode": "test", 56065 "program": "./cmd/bisync", 56066 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_check_access", "-no-cleanup"] 56067 }, 56068 { 56069 "name": "Test TestZoho: test_check_access_filters LocalRemote", 56070 "type": "go", 56071 "request": "launch", 56072 "mode": "test", 56073 "program": "./cmd/bisync", 56074 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_check_access_filters", "-no-cleanup"] 56075 }, 56076 { 56077 "name": "Test TestZoho: test_check_access_filters RemoteLocal", 56078 "type": "go", 56079 "request": "launch", 56080 "mode": "test", 56081 "program": "./cmd/bisync", 56082 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 56083 }, 56084 { 56085 "name": "Test TestZoho: test_check_access_filters RemoteRemote", 56086 "type": "go", 56087 "request": "launch", 56088 "mode": "test", 56089 "program": "./cmd/bisync", 56090 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_check_access_filters", "-no-cleanup"] 56091 }, 56092 { 56093 "name": "Test TestZoho: test_check_filename LocalRemote", 56094 "type": "go", 56095 "request": "launch", 56096 "mode": "test", 56097 "program": "./cmd/bisync", 56098 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_check_filename", "-no-cleanup"] 56099 }, 56100 { 56101 "name": "Test TestZoho: test_check_filename RemoteLocal", 56102 "type": "go", 56103 "request": "launch", 56104 "mode": "test", 56105 "program": "./cmd/bisync", 56106 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 56107 }, 56108 { 56109 "name": "Test TestZoho: test_check_filename RemoteRemote", 56110 "type": "go", 56111 "request": "launch", 56112 "mode": "test", 56113 "program": "./cmd/bisync", 56114 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_check_filename", "-no-cleanup"] 56115 }, 56116 { 56117 "name": "Test TestZoho: test_check_sync LocalRemote", 56118 "type": "go", 56119 "request": "launch", 56120 "mode": "test", 56121 "program": "./cmd/bisync", 56122 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_check_sync", "-no-cleanup"] 56123 }, 56124 { 56125 "name": "Test TestZoho: test_check_sync RemoteLocal", 56126 "type": "go", 56127 "request": "launch", 56128 "mode": "test", 56129 "program": "./cmd/bisync", 56130 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 56131 }, 56132 { 56133 "name": "Test TestZoho: test_check_sync RemoteRemote", 56134 "type": "go", 56135 "request": "launch", 56136 "mode": "test", 56137 "program": "./cmd/bisync", 56138 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_check_sync", "-no-cleanup"] 56139 }, 56140 { 56141 "name": "Test TestZoho: test_compare_all LocalRemote", 56142 "type": "go", 56143 "request": "launch", 56144 "mode": "test", 56145 "program": "./cmd/bisync", 56146 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_compare_all", "-no-cleanup"] 56147 }, 56148 { 56149 "name": "Test TestZoho: test_compare_all RemoteLocal", 56150 "type": "go", 56151 "request": "launch", 56152 "mode": "test", 56153 "program": "./cmd/bisync", 56154 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 56155 }, 56156 { 56157 "name": "Test TestZoho: test_compare_all RemoteRemote", 56158 "type": "go", 56159 "request": "launch", 56160 "mode": "test", 56161 "program": "./cmd/bisync", 56162 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_compare_all", "-no-cleanup"] 56163 }, 56164 { 56165 "name": "Test TestZoho: test_createemptysrcdirs LocalRemote", 56166 "type": "go", 56167 "request": "launch", 56168 "mode": "test", 56169 "program": "./cmd/bisync", 56170 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 56171 }, 56172 { 56173 "name": "Test TestZoho: test_createemptysrcdirs RemoteLocal", 56174 "type": "go", 56175 "request": "launch", 56176 "mode": "test", 56177 "program": "./cmd/bisync", 56178 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 56179 }, 56180 { 56181 "name": "Test TestZoho: test_createemptysrcdirs RemoteRemote", 56182 "type": "go", 56183 "request": "launch", 56184 "mode": "test", 56185 "program": "./cmd/bisync", 56186 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 56187 }, 56188 { 56189 "name": "Test TestZoho: test_dry_run LocalRemote", 56190 "type": "go", 56191 "request": "launch", 56192 "mode": "test", 56193 "program": "./cmd/bisync", 56194 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_dry_run", "-no-cleanup"] 56195 }, 56196 { 56197 "name": "Test TestZoho: test_dry_run RemoteLocal", 56198 "type": "go", 56199 "request": "launch", 56200 "mode": "test", 56201 "program": "./cmd/bisync", 56202 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 56203 }, 56204 { 56205 "name": "Test TestZoho: test_dry_run RemoteRemote", 56206 "type": "go", 56207 "request": "launch", 56208 "mode": "test", 56209 "program": "./cmd/bisync", 56210 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_dry_run", "-no-cleanup"] 56211 }, 56212 { 56213 "name": "Test TestZoho: test_equal LocalRemote", 56214 "type": "go", 56215 "request": "launch", 56216 "mode": "test", 56217 "program": "./cmd/bisync", 56218 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_equal", "-no-cleanup"] 56219 }, 56220 { 56221 "name": "Test TestZoho: test_equal RemoteLocal", 56222 "type": "go", 56223 "request": "launch", 56224 "mode": "test", 56225 "program": "./cmd/bisync", 56226 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 56227 }, 56228 { 56229 "name": "Test TestZoho: test_equal RemoteRemote", 56230 "type": "go", 56231 "request": "launch", 56232 "mode": "test", 56233 "program": "./cmd/bisync", 56234 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_equal", "-no-cleanup"] 56235 }, 56236 { 56237 "name": "Test TestZoho: test_ext_paths LocalRemote", 56238 "type": "go", 56239 "request": "launch", 56240 "mode": "test", 56241 "program": "./cmd/bisync", 56242 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_ext_paths", "-no-cleanup"] 56243 }, 56244 { 56245 "name": "Test TestZoho: test_ext_paths RemoteLocal", 56246 "type": "go", 56247 "request": "launch", 56248 "mode": "test", 56249 "program": "./cmd/bisync", 56250 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 56251 }, 56252 { 56253 "name": "Test TestZoho: test_ext_paths RemoteRemote", 56254 "type": "go", 56255 "request": "launch", 56256 "mode": "test", 56257 "program": "./cmd/bisync", 56258 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_ext_paths", "-no-cleanup"] 56259 }, 56260 { 56261 "name": "Test TestZoho: test_extended_filenames LocalRemote", 56262 "type": "go", 56263 "request": "launch", 56264 "mode": "test", 56265 "program": "./cmd/bisync", 56266 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_extended_filenames", "-no-cleanup"] 56267 }, 56268 { 56269 "name": "Test TestZoho: test_extended_filenames RemoteLocal", 56270 "type": "go", 56271 "request": "launch", 56272 "mode": "test", 56273 "program": "./cmd/bisync", 56274 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 56275 }, 56276 { 56277 "name": "Test TestZoho: test_extended_filenames RemoteRemote", 56278 "type": "go", 56279 "request": "launch", 56280 "mode": "test", 56281 "program": "./cmd/bisync", 56282 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_extended_filenames", "-no-cleanup"] 56283 }, 56284 { 56285 "name": "Test TestZoho: test_filters LocalRemote", 56286 "type": "go", 56287 "request": "launch", 56288 "mode": "test", 56289 "program": "./cmd/bisync", 56290 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_filters", "-no-cleanup"] 56291 }, 56292 { 56293 "name": "Test TestZoho: test_filters RemoteLocal", 56294 "type": "go", 56295 "request": "launch", 56296 "mode": "test", 56297 "program": "./cmd/bisync", 56298 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 56299 }, 56300 { 56301 "name": "Test TestZoho: test_filters RemoteRemote", 56302 "type": "go", 56303 "request": "launch", 56304 "mode": "test", 56305 "program": "./cmd/bisync", 56306 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_filters", "-no-cleanup"] 56307 }, 56308 { 56309 "name": "Test TestZoho: test_filtersfile_checks LocalRemote", 56310 "type": "go", 56311 "request": "launch", 56312 "mode": "test", 56313 "program": "./cmd/bisync", 56314 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_filtersfile_checks", "-no-cleanup"] 56315 }, 56316 { 56317 "name": "Test TestZoho: test_filtersfile_checks RemoteLocal", 56318 "type": "go", 56319 "request": "launch", 56320 "mode": "test", 56321 "program": "./cmd/bisync", 56322 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 56323 }, 56324 { 56325 "name": "Test TestZoho: test_filtersfile_checks RemoteRemote", 56326 "type": "go", 56327 "request": "launch", 56328 "mode": "test", 56329 "program": "./cmd/bisync", 56330 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_filtersfile_checks", "-no-cleanup"] 56331 }, 56332 { 56333 "name": "Test TestZoho: test_ignorelistingchecksum LocalRemote", 56334 "type": "go", 56335 "request": "launch", 56336 "mode": "test", 56337 "program": "./cmd/bisync", 56338 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 56339 }, 56340 { 56341 "name": "Test TestZoho: test_ignorelistingchecksum RemoteLocal", 56342 "type": "go", 56343 "request": "launch", 56344 "mode": "test", 56345 "program": "./cmd/bisync", 56346 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 56347 }, 56348 { 56349 "name": "Test TestZoho: test_ignorelistingchecksum RemoteRemote", 56350 "type": "go", 56351 "request": "launch", 56352 "mode": "test", 56353 "program": "./cmd/bisync", 56354 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 56355 }, 56356 { 56357 "name": "Test TestZoho: test_max_delete_path1 LocalRemote", 56358 "type": "go", 56359 "request": "launch", 56360 "mode": "test", 56361 "program": "./cmd/bisync", 56362 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_max_delete_path1", "-no-cleanup"] 56363 }, 56364 { 56365 "name": "Test TestZoho: test_max_delete_path1 RemoteLocal", 56366 "type": "go", 56367 "request": "launch", 56368 "mode": "test", 56369 "program": "./cmd/bisync", 56370 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 56371 }, 56372 { 56373 "name": "Test TestZoho: test_max_delete_path1 RemoteRemote", 56374 "type": "go", 56375 "request": "launch", 56376 "mode": "test", 56377 "program": "./cmd/bisync", 56378 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_max_delete_path1", "-no-cleanup"] 56379 }, 56380 { 56381 "name": "Test TestZoho: test_max_delete_path2_force LocalRemote", 56382 "type": "go", 56383 "request": "launch", 56384 "mode": "test", 56385 "program": "./cmd/bisync", 56386 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 56387 }, 56388 { 56389 "name": "Test TestZoho: test_max_delete_path2_force RemoteLocal", 56390 "type": "go", 56391 "request": "launch", 56392 "mode": "test", 56393 "program": "./cmd/bisync", 56394 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 56395 }, 56396 { 56397 "name": "Test TestZoho: test_max_delete_path2_force RemoteRemote", 56398 "type": "go", 56399 "request": "launch", 56400 "mode": "test", 56401 "program": "./cmd/bisync", 56402 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 56403 }, 56404 { 56405 "name": "Test TestZoho: test_nomodtime LocalRemote", 56406 "type": "go", 56407 "request": "launch", 56408 "mode": "test", 56409 "program": "./cmd/bisync", 56410 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_nomodtime", "-no-cleanup"] 56411 }, 56412 { 56413 "name": "Test TestZoho: test_nomodtime RemoteLocal", 56414 "type": "go", 56415 "request": "launch", 56416 "mode": "test", 56417 "program": "./cmd/bisync", 56418 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 56419 }, 56420 { 56421 "name": "Test TestZoho: test_nomodtime RemoteRemote", 56422 "type": "go", 56423 "request": "launch", 56424 "mode": "test", 56425 "program": "./cmd/bisync", 56426 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_nomodtime", "-no-cleanup"] 56427 }, 56428 { 56429 "name": "Test TestZoho: test_normalization LocalRemote", 56430 "type": "go", 56431 "request": "launch", 56432 "mode": "test", 56433 "program": "./cmd/bisync", 56434 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_normalization", "-no-cleanup"] 56435 }, 56436 { 56437 "name": "Test TestZoho: test_normalization RemoteLocal", 56438 "type": "go", 56439 "request": "launch", 56440 "mode": "test", 56441 "program": "./cmd/bisync", 56442 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 56443 }, 56444 { 56445 "name": "Test TestZoho: test_normalization RemoteRemote", 56446 "type": "go", 56447 "request": "launch", 56448 "mode": "test", 56449 "program": "./cmd/bisync", 56450 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_normalization", "-no-cleanup"] 56451 }, 56452 { 56453 "name": "Test TestZoho: test_rclone_args LocalRemote", 56454 "type": "go", 56455 "request": "launch", 56456 "mode": "test", 56457 "program": "./cmd/bisync", 56458 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_rclone_args", "-no-cleanup"] 56459 }, 56460 { 56461 "name": "Test TestZoho: test_rclone_args RemoteLocal", 56462 "type": "go", 56463 "request": "launch", 56464 "mode": "test", 56465 "program": "./cmd/bisync", 56466 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 56467 }, 56468 { 56469 "name": "Test TestZoho: test_rclone_args RemoteRemote", 56470 "type": "go", 56471 "request": "launch", 56472 "mode": "test", 56473 "program": "./cmd/bisync", 56474 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_rclone_args", "-no-cleanup"] 56475 }, 56476 { 56477 "name": "Test TestZoho: test_resolve LocalRemote", 56478 "type": "go", 56479 "request": "launch", 56480 "mode": "test", 56481 "program": "./cmd/bisync", 56482 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_resolve", "-no-cleanup"] 56483 }, 56484 { 56485 "name": "Test TestZoho: test_resolve RemoteLocal", 56486 "type": "go", 56487 "request": "launch", 56488 "mode": "test", 56489 "program": "./cmd/bisync", 56490 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 56491 }, 56492 { 56493 "name": "Test TestZoho: test_resolve RemoteRemote", 56494 "type": "go", 56495 "request": "launch", 56496 "mode": "test", 56497 "program": "./cmd/bisync", 56498 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_resolve", "-no-cleanup"] 56499 }, 56500 { 56501 "name": "Test TestZoho: test_resync LocalRemote", 56502 "type": "go", 56503 "request": "launch", 56504 "mode": "test", 56505 "program": "./cmd/bisync", 56506 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_resync", "-no-cleanup"] 56507 }, 56508 { 56509 "name": "Test TestZoho: test_resync RemoteLocal", 56510 "type": "go", 56511 "request": "launch", 56512 "mode": "test", 56513 "program": "./cmd/bisync", 56514 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 56515 }, 56516 { 56517 "name": "Test TestZoho: test_resync RemoteRemote", 56518 "type": "go", 56519 "request": "launch", 56520 "mode": "test", 56521 "program": "./cmd/bisync", 56522 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_resync", "-no-cleanup"] 56523 }, 56524 { 56525 "name": "Test TestZoho: test_resync_modes LocalRemote", 56526 "type": "go", 56527 "request": "launch", 56528 "mode": "test", 56529 "program": "./cmd/bisync", 56530 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_resync_modes", "-no-cleanup"] 56531 }, 56532 { 56533 "name": "Test TestZoho: test_resync_modes RemoteLocal", 56534 "type": "go", 56535 "request": "launch", 56536 "mode": "test", 56537 "program": "./cmd/bisync", 56538 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 56539 }, 56540 { 56541 "name": "Test TestZoho: test_resync_modes RemoteRemote", 56542 "type": "go", 56543 "request": "launch", 56544 "mode": "test", 56545 "program": "./cmd/bisync", 56546 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_resync_modes", "-no-cleanup"] 56547 }, 56548 { 56549 "name": "Test TestZoho: test_rmdirs LocalRemote", 56550 "type": "go", 56551 "request": "launch", 56552 "mode": "test", 56553 "program": "./cmd/bisync", 56554 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_rmdirs", "-no-cleanup"] 56555 }, 56556 { 56557 "name": "Test TestZoho: test_rmdirs RemoteLocal", 56558 "type": "go", 56559 "request": "launch", 56560 "mode": "test", 56561 "program": "./cmd/bisync", 56562 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 56563 }, 56564 { 56565 "name": "Test TestZoho: test_rmdirs RemoteRemote", 56566 "type": "go", 56567 "request": "launch", 56568 "mode": "test", 56569 "program": "./cmd/bisync", 56570 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_rmdirs", "-no-cleanup"] 56571 }, 56572 { 56573 "name": "Test TestZoho: test_volatile LocalRemote", 56574 "type": "go", 56575 "request": "launch", 56576 "mode": "test", 56577 "program": "./cmd/bisync", 56578 "args": ["-remote", "local", "-remote2", "TestZoho:", "-case", "test_volatile", "-no-cleanup"] 56579 }, 56580 { 56581 "name": "Test TestZoho: test_volatile RemoteLocal", 56582 "type": "go", 56583 "request": "launch", 56584 "mode": "test", 56585 "program": "./cmd/bisync", 56586 "args": ["-remote", "TestZoho:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 56587 }, 56588 { 56589 "name": "Test TestZoho: test_volatile RemoteRemote", 56590 "type": "go", 56591 "request": "launch", 56592 "mode": "test", 56593 "program": "./cmd/bisync", 56594 "args": ["-remote", "TestZoho:", "-remote2", "TestZoho:", "-case", "test_volatile", "-no-cleanup"] 56595 }, 56596 { 56597 "name": "Test TestHdfs: test_all_changed LocalRemote", 56598 "type": "go", 56599 "request": "launch", 56600 "mode": "test", 56601 "program": "./cmd/bisync", 56602 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_all_changed", "-no-cleanup"] 56603 }, 56604 { 56605 "name": "Test TestHdfs: test_all_changed RemoteLocal", 56606 "type": "go", 56607 "request": "launch", 56608 "mode": "test", 56609 "program": "./cmd/bisync", 56610 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 56611 }, 56612 { 56613 "name": "Test TestHdfs: test_all_changed RemoteRemote", 56614 "type": "go", 56615 "request": "launch", 56616 "mode": "test", 56617 "program": "./cmd/bisync", 56618 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_all_changed", "-no-cleanup"] 56619 }, 56620 { 56621 "name": "Test TestHdfs: test_backupdir LocalRemote", 56622 "type": "go", 56623 "request": "launch", 56624 "mode": "test", 56625 "program": "./cmd/bisync", 56626 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_backupdir", "-no-cleanup"] 56627 }, 56628 { 56629 "name": "Test TestHdfs: test_backupdir RemoteLocal", 56630 "type": "go", 56631 "request": "launch", 56632 "mode": "test", 56633 "program": "./cmd/bisync", 56634 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 56635 }, 56636 { 56637 "name": "Test TestHdfs: test_backupdir RemoteRemote", 56638 "type": "go", 56639 "request": "launch", 56640 "mode": "test", 56641 "program": "./cmd/bisync", 56642 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_backupdir", "-no-cleanup"] 56643 }, 56644 { 56645 "name": "Test TestHdfs: test_basic LocalRemote", 56646 "type": "go", 56647 "request": "launch", 56648 "mode": "test", 56649 "program": "./cmd/bisync", 56650 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_basic", "-no-cleanup"] 56651 }, 56652 { 56653 "name": "Test TestHdfs: test_basic RemoteLocal", 56654 "type": "go", 56655 "request": "launch", 56656 "mode": "test", 56657 "program": "./cmd/bisync", 56658 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 56659 }, 56660 { 56661 "name": "Test TestHdfs: test_basic RemoteRemote", 56662 "type": "go", 56663 "request": "launch", 56664 "mode": "test", 56665 "program": "./cmd/bisync", 56666 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_basic", "-no-cleanup"] 56667 }, 56668 { 56669 "name": "Test TestHdfs: test_changes LocalRemote", 56670 "type": "go", 56671 "request": "launch", 56672 "mode": "test", 56673 "program": "./cmd/bisync", 56674 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_changes", "-no-cleanup"] 56675 }, 56676 { 56677 "name": "Test TestHdfs: test_changes RemoteLocal", 56678 "type": "go", 56679 "request": "launch", 56680 "mode": "test", 56681 "program": "./cmd/bisync", 56682 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 56683 }, 56684 { 56685 "name": "Test TestHdfs: test_changes RemoteRemote", 56686 "type": "go", 56687 "request": "launch", 56688 "mode": "test", 56689 "program": "./cmd/bisync", 56690 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_changes", "-no-cleanup"] 56691 }, 56692 { 56693 "name": "Test TestHdfs: test_check_access LocalRemote", 56694 "type": "go", 56695 "request": "launch", 56696 "mode": "test", 56697 "program": "./cmd/bisync", 56698 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_check_access", "-no-cleanup"] 56699 }, 56700 { 56701 "name": "Test TestHdfs: test_check_access RemoteLocal", 56702 "type": "go", 56703 "request": "launch", 56704 "mode": "test", 56705 "program": "./cmd/bisync", 56706 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 56707 }, 56708 { 56709 "name": "Test TestHdfs: test_check_access RemoteRemote", 56710 "type": "go", 56711 "request": "launch", 56712 "mode": "test", 56713 "program": "./cmd/bisync", 56714 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_check_access", "-no-cleanup"] 56715 }, 56716 { 56717 "name": "Test TestHdfs: test_check_access_filters LocalRemote", 56718 "type": "go", 56719 "request": "launch", 56720 "mode": "test", 56721 "program": "./cmd/bisync", 56722 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_check_access_filters", "-no-cleanup"] 56723 }, 56724 { 56725 "name": "Test TestHdfs: test_check_access_filters RemoteLocal", 56726 "type": "go", 56727 "request": "launch", 56728 "mode": "test", 56729 "program": "./cmd/bisync", 56730 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 56731 }, 56732 { 56733 "name": "Test TestHdfs: test_check_access_filters RemoteRemote", 56734 "type": "go", 56735 "request": "launch", 56736 "mode": "test", 56737 "program": "./cmd/bisync", 56738 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_check_access_filters", "-no-cleanup"] 56739 }, 56740 { 56741 "name": "Test TestHdfs: test_check_filename LocalRemote", 56742 "type": "go", 56743 "request": "launch", 56744 "mode": "test", 56745 "program": "./cmd/bisync", 56746 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_check_filename", "-no-cleanup"] 56747 }, 56748 { 56749 "name": "Test TestHdfs: test_check_filename RemoteLocal", 56750 "type": "go", 56751 "request": "launch", 56752 "mode": "test", 56753 "program": "./cmd/bisync", 56754 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 56755 }, 56756 { 56757 "name": "Test TestHdfs: test_check_filename RemoteRemote", 56758 "type": "go", 56759 "request": "launch", 56760 "mode": "test", 56761 "program": "./cmd/bisync", 56762 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_check_filename", "-no-cleanup"] 56763 }, 56764 { 56765 "name": "Test TestHdfs: test_check_sync LocalRemote", 56766 "type": "go", 56767 "request": "launch", 56768 "mode": "test", 56769 "program": "./cmd/bisync", 56770 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_check_sync", "-no-cleanup"] 56771 }, 56772 { 56773 "name": "Test TestHdfs: test_check_sync RemoteLocal", 56774 "type": "go", 56775 "request": "launch", 56776 "mode": "test", 56777 "program": "./cmd/bisync", 56778 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 56779 }, 56780 { 56781 "name": "Test TestHdfs: test_check_sync RemoteRemote", 56782 "type": "go", 56783 "request": "launch", 56784 "mode": "test", 56785 "program": "./cmd/bisync", 56786 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_check_sync", "-no-cleanup"] 56787 }, 56788 { 56789 "name": "Test TestHdfs: test_compare_all LocalRemote", 56790 "type": "go", 56791 "request": "launch", 56792 "mode": "test", 56793 "program": "./cmd/bisync", 56794 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_compare_all", "-no-cleanup"] 56795 }, 56796 { 56797 "name": "Test TestHdfs: test_compare_all RemoteLocal", 56798 "type": "go", 56799 "request": "launch", 56800 "mode": "test", 56801 "program": "./cmd/bisync", 56802 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 56803 }, 56804 { 56805 "name": "Test TestHdfs: test_compare_all RemoteRemote", 56806 "type": "go", 56807 "request": "launch", 56808 "mode": "test", 56809 "program": "./cmd/bisync", 56810 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_compare_all", "-no-cleanup"] 56811 }, 56812 { 56813 "name": "Test TestHdfs: test_createemptysrcdirs LocalRemote", 56814 "type": "go", 56815 "request": "launch", 56816 "mode": "test", 56817 "program": "./cmd/bisync", 56818 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 56819 }, 56820 { 56821 "name": "Test TestHdfs: test_createemptysrcdirs RemoteLocal", 56822 "type": "go", 56823 "request": "launch", 56824 "mode": "test", 56825 "program": "./cmd/bisync", 56826 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 56827 }, 56828 { 56829 "name": "Test TestHdfs: test_createemptysrcdirs RemoteRemote", 56830 "type": "go", 56831 "request": "launch", 56832 "mode": "test", 56833 "program": "./cmd/bisync", 56834 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 56835 }, 56836 { 56837 "name": "Test TestHdfs: test_dry_run LocalRemote", 56838 "type": "go", 56839 "request": "launch", 56840 "mode": "test", 56841 "program": "./cmd/bisync", 56842 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_dry_run", "-no-cleanup"] 56843 }, 56844 { 56845 "name": "Test TestHdfs: test_dry_run RemoteLocal", 56846 "type": "go", 56847 "request": "launch", 56848 "mode": "test", 56849 "program": "./cmd/bisync", 56850 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 56851 }, 56852 { 56853 "name": "Test TestHdfs: test_dry_run RemoteRemote", 56854 "type": "go", 56855 "request": "launch", 56856 "mode": "test", 56857 "program": "./cmd/bisync", 56858 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_dry_run", "-no-cleanup"] 56859 }, 56860 { 56861 "name": "Test TestHdfs: test_equal LocalRemote", 56862 "type": "go", 56863 "request": "launch", 56864 "mode": "test", 56865 "program": "./cmd/bisync", 56866 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_equal", "-no-cleanup"] 56867 }, 56868 { 56869 "name": "Test TestHdfs: test_equal RemoteLocal", 56870 "type": "go", 56871 "request": "launch", 56872 "mode": "test", 56873 "program": "./cmd/bisync", 56874 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 56875 }, 56876 { 56877 "name": "Test TestHdfs: test_equal RemoteRemote", 56878 "type": "go", 56879 "request": "launch", 56880 "mode": "test", 56881 "program": "./cmd/bisync", 56882 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_equal", "-no-cleanup"] 56883 }, 56884 { 56885 "name": "Test TestHdfs: test_ext_paths LocalRemote", 56886 "type": "go", 56887 "request": "launch", 56888 "mode": "test", 56889 "program": "./cmd/bisync", 56890 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_ext_paths", "-no-cleanup"] 56891 }, 56892 { 56893 "name": "Test TestHdfs: test_ext_paths RemoteLocal", 56894 "type": "go", 56895 "request": "launch", 56896 "mode": "test", 56897 "program": "./cmd/bisync", 56898 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 56899 }, 56900 { 56901 "name": "Test TestHdfs: test_ext_paths RemoteRemote", 56902 "type": "go", 56903 "request": "launch", 56904 "mode": "test", 56905 "program": "./cmd/bisync", 56906 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_ext_paths", "-no-cleanup"] 56907 }, 56908 { 56909 "name": "Test TestHdfs: test_extended_filenames LocalRemote", 56910 "type": "go", 56911 "request": "launch", 56912 "mode": "test", 56913 "program": "./cmd/bisync", 56914 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_extended_filenames", "-no-cleanup"] 56915 }, 56916 { 56917 "name": "Test TestHdfs: test_extended_filenames RemoteLocal", 56918 "type": "go", 56919 "request": "launch", 56920 "mode": "test", 56921 "program": "./cmd/bisync", 56922 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 56923 }, 56924 { 56925 "name": "Test TestHdfs: test_extended_filenames RemoteRemote", 56926 "type": "go", 56927 "request": "launch", 56928 "mode": "test", 56929 "program": "./cmd/bisync", 56930 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_extended_filenames", "-no-cleanup"] 56931 }, 56932 { 56933 "name": "Test TestHdfs: test_filters LocalRemote", 56934 "type": "go", 56935 "request": "launch", 56936 "mode": "test", 56937 "program": "./cmd/bisync", 56938 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_filters", "-no-cleanup"] 56939 }, 56940 { 56941 "name": "Test TestHdfs: test_filters RemoteLocal", 56942 "type": "go", 56943 "request": "launch", 56944 "mode": "test", 56945 "program": "./cmd/bisync", 56946 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 56947 }, 56948 { 56949 "name": "Test TestHdfs: test_filters RemoteRemote", 56950 "type": "go", 56951 "request": "launch", 56952 "mode": "test", 56953 "program": "./cmd/bisync", 56954 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_filters", "-no-cleanup"] 56955 }, 56956 { 56957 "name": "Test TestHdfs: test_filtersfile_checks LocalRemote", 56958 "type": "go", 56959 "request": "launch", 56960 "mode": "test", 56961 "program": "./cmd/bisync", 56962 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_filtersfile_checks", "-no-cleanup"] 56963 }, 56964 { 56965 "name": "Test TestHdfs: test_filtersfile_checks RemoteLocal", 56966 "type": "go", 56967 "request": "launch", 56968 "mode": "test", 56969 "program": "./cmd/bisync", 56970 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 56971 }, 56972 { 56973 "name": "Test TestHdfs: test_filtersfile_checks RemoteRemote", 56974 "type": "go", 56975 "request": "launch", 56976 "mode": "test", 56977 "program": "./cmd/bisync", 56978 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_filtersfile_checks", "-no-cleanup"] 56979 }, 56980 { 56981 "name": "Test TestHdfs: test_ignorelistingchecksum LocalRemote", 56982 "type": "go", 56983 "request": "launch", 56984 "mode": "test", 56985 "program": "./cmd/bisync", 56986 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 56987 }, 56988 { 56989 "name": "Test TestHdfs: test_ignorelistingchecksum RemoteLocal", 56990 "type": "go", 56991 "request": "launch", 56992 "mode": "test", 56993 "program": "./cmd/bisync", 56994 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 56995 }, 56996 { 56997 "name": "Test TestHdfs: test_ignorelistingchecksum RemoteRemote", 56998 "type": "go", 56999 "request": "launch", 57000 "mode": "test", 57001 "program": "./cmd/bisync", 57002 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 57003 }, 57004 { 57005 "name": "Test TestHdfs: test_max_delete_path1 LocalRemote", 57006 "type": "go", 57007 "request": "launch", 57008 "mode": "test", 57009 "program": "./cmd/bisync", 57010 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_max_delete_path1", "-no-cleanup"] 57011 }, 57012 { 57013 "name": "Test TestHdfs: test_max_delete_path1 RemoteLocal", 57014 "type": "go", 57015 "request": "launch", 57016 "mode": "test", 57017 "program": "./cmd/bisync", 57018 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 57019 }, 57020 { 57021 "name": "Test TestHdfs: test_max_delete_path1 RemoteRemote", 57022 "type": "go", 57023 "request": "launch", 57024 "mode": "test", 57025 "program": "./cmd/bisync", 57026 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_max_delete_path1", "-no-cleanup"] 57027 }, 57028 { 57029 "name": "Test TestHdfs: test_max_delete_path2_force LocalRemote", 57030 "type": "go", 57031 "request": "launch", 57032 "mode": "test", 57033 "program": "./cmd/bisync", 57034 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 57035 }, 57036 { 57037 "name": "Test TestHdfs: test_max_delete_path2_force RemoteLocal", 57038 "type": "go", 57039 "request": "launch", 57040 "mode": "test", 57041 "program": "./cmd/bisync", 57042 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 57043 }, 57044 { 57045 "name": "Test TestHdfs: test_max_delete_path2_force RemoteRemote", 57046 "type": "go", 57047 "request": "launch", 57048 "mode": "test", 57049 "program": "./cmd/bisync", 57050 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 57051 }, 57052 { 57053 "name": "Test TestHdfs: test_nomodtime LocalRemote", 57054 "type": "go", 57055 "request": "launch", 57056 "mode": "test", 57057 "program": "./cmd/bisync", 57058 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_nomodtime", "-no-cleanup"] 57059 }, 57060 { 57061 "name": "Test TestHdfs: test_nomodtime RemoteLocal", 57062 "type": "go", 57063 "request": "launch", 57064 "mode": "test", 57065 "program": "./cmd/bisync", 57066 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 57067 }, 57068 { 57069 "name": "Test TestHdfs: test_nomodtime RemoteRemote", 57070 "type": "go", 57071 "request": "launch", 57072 "mode": "test", 57073 "program": "./cmd/bisync", 57074 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_nomodtime", "-no-cleanup"] 57075 }, 57076 { 57077 "name": "Test TestHdfs: test_normalization LocalRemote", 57078 "type": "go", 57079 "request": "launch", 57080 "mode": "test", 57081 "program": "./cmd/bisync", 57082 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_normalization", "-no-cleanup"] 57083 }, 57084 { 57085 "name": "Test TestHdfs: test_normalization RemoteLocal", 57086 "type": "go", 57087 "request": "launch", 57088 "mode": "test", 57089 "program": "./cmd/bisync", 57090 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 57091 }, 57092 { 57093 "name": "Test TestHdfs: test_normalization RemoteRemote", 57094 "type": "go", 57095 "request": "launch", 57096 "mode": "test", 57097 "program": "./cmd/bisync", 57098 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_normalization", "-no-cleanup"] 57099 }, 57100 { 57101 "name": "Test TestHdfs: test_rclone_args LocalRemote", 57102 "type": "go", 57103 "request": "launch", 57104 "mode": "test", 57105 "program": "./cmd/bisync", 57106 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_rclone_args", "-no-cleanup"] 57107 }, 57108 { 57109 "name": "Test TestHdfs: test_rclone_args RemoteLocal", 57110 "type": "go", 57111 "request": "launch", 57112 "mode": "test", 57113 "program": "./cmd/bisync", 57114 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 57115 }, 57116 { 57117 "name": "Test TestHdfs: test_rclone_args RemoteRemote", 57118 "type": "go", 57119 "request": "launch", 57120 "mode": "test", 57121 "program": "./cmd/bisync", 57122 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_rclone_args", "-no-cleanup"] 57123 }, 57124 { 57125 "name": "Test TestHdfs: test_resolve LocalRemote", 57126 "type": "go", 57127 "request": "launch", 57128 "mode": "test", 57129 "program": "./cmd/bisync", 57130 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_resolve", "-no-cleanup"] 57131 }, 57132 { 57133 "name": "Test TestHdfs: test_resolve RemoteLocal", 57134 "type": "go", 57135 "request": "launch", 57136 "mode": "test", 57137 "program": "./cmd/bisync", 57138 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 57139 }, 57140 { 57141 "name": "Test TestHdfs: test_resolve RemoteRemote", 57142 "type": "go", 57143 "request": "launch", 57144 "mode": "test", 57145 "program": "./cmd/bisync", 57146 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_resolve", "-no-cleanup"] 57147 }, 57148 { 57149 "name": "Test TestHdfs: test_resync LocalRemote", 57150 "type": "go", 57151 "request": "launch", 57152 "mode": "test", 57153 "program": "./cmd/bisync", 57154 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_resync", "-no-cleanup"] 57155 }, 57156 { 57157 "name": "Test TestHdfs: test_resync RemoteLocal", 57158 "type": "go", 57159 "request": "launch", 57160 "mode": "test", 57161 "program": "./cmd/bisync", 57162 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 57163 }, 57164 { 57165 "name": "Test TestHdfs: test_resync RemoteRemote", 57166 "type": "go", 57167 "request": "launch", 57168 "mode": "test", 57169 "program": "./cmd/bisync", 57170 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_resync", "-no-cleanup"] 57171 }, 57172 { 57173 "name": "Test TestHdfs: test_resync_modes LocalRemote", 57174 "type": "go", 57175 "request": "launch", 57176 "mode": "test", 57177 "program": "./cmd/bisync", 57178 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_resync_modes", "-no-cleanup"] 57179 }, 57180 { 57181 "name": "Test TestHdfs: test_resync_modes RemoteLocal", 57182 "type": "go", 57183 "request": "launch", 57184 "mode": "test", 57185 "program": "./cmd/bisync", 57186 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 57187 }, 57188 { 57189 "name": "Test TestHdfs: test_resync_modes RemoteRemote", 57190 "type": "go", 57191 "request": "launch", 57192 "mode": "test", 57193 "program": "./cmd/bisync", 57194 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_resync_modes", "-no-cleanup"] 57195 }, 57196 { 57197 "name": "Test TestHdfs: test_rmdirs LocalRemote", 57198 "type": "go", 57199 "request": "launch", 57200 "mode": "test", 57201 "program": "./cmd/bisync", 57202 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_rmdirs", "-no-cleanup"] 57203 }, 57204 { 57205 "name": "Test TestHdfs: test_rmdirs RemoteLocal", 57206 "type": "go", 57207 "request": "launch", 57208 "mode": "test", 57209 "program": "./cmd/bisync", 57210 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 57211 }, 57212 { 57213 "name": "Test TestHdfs: test_rmdirs RemoteRemote", 57214 "type": "go", 57215 "request": "launch", 57216 "mode": "test", 57217 "program": "./cmd/bisync", 57218 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_rmdirs", "-no-cleanup"] 57219 }, 57220 { 57221 "name": "Test TestHdfs: test_volatile LocalRemote", 57222 "type": "go", 57223 "request": "launch", 57224 "mode": "test", 57225 "program": "./cmd/bisync", 57226 "args": ["-remote", "local", "-remote2", "TestHdfs:", "-case", "test_volatile", "-no-cleanup"] 57227 }, 57228 { 57229 "name": "Test TestHdfs: test_volatile RemoteLocal", 57230 "type": "go", 57231 "request": "launch", 57232 "mode": "test", 57233 "program": "./cmd/bisync", 57234 "args": ["-remote", "TestHdfs:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 57235 }, 57236 { 57237 "name": "Test TestHdfs: test_volatile RemoteRemote", 57238 "type": "go", 57239 "request": "launch", 57240 "mode": "test", 57241 "program": "./cmd/bisync", 57242 "args": ["-remote", "TestHdfs:", "-remote2", "TestHdfs:", "-case", "test_volatile", "-no-cleanup"] 57243 }, 57244 { 57245 "name": "Test TestOracleObjectStorage: test_all_changed LocalRemote", 57246 "type": "go", 57247 "request": "launch", 57248 "mode": "test", 57249 "program": "./cmd/bisync", 57250 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_all_changed", "-no-cleanup"] 57251 }, 57252 { 57253 "name": "Test TestOracleObjectStorage: test_all_changed RemoteLocal", 57254 "type": "go", 57255 "request": "launch", 57256 "mode": "test", 57257 "program": "./cmd/bisync", 57258 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 57259 }, 57260 { 57261 "name": "Test TestOracleObjectStorage: test_all_changed RemoteRemote", 57262 "type": "go", 57263 "request": "launch", 57264 "mode": "test", 57265 "program": "./cmd/bisync", 57266 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_all_changed", "-no-cleanup"] 57267 }, 57268 { 57269 "name": "Test TestOracleObjectStorage: test_backupdir LocalRemote", 57270 "type": "go", 57271 "request": "launch", 57272 "mode": "test", 57273 "program": "./cmd/bisync", 57274 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_backupdir", "-no-cleanup"] 57275 }, 57276 { 57277 "name": "Test TestOracleObjectStorage: test_backupdir RemoteLocal", 57278 "type": "go", 57279 "request": "launch", 57280 "mode": "test", 57281 "program": "./cmd/bisync", 57282 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 57283 }, 57284 { 57285 "name": "Test TestOracleObjectStorage: test_backupdir RemoteRemote", 57286 "type": "go", 57287 "request": "launch", 57288 "mode": "test", 57289 "program": "./cmd/bisync", 57290 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_backupdir", "-no-cleanup"] 57291 }, 57292 { 57293 "name": "Test TestOracleObjectStorage: test_basic LocalRemote", 57294 "type": "go", 57295 "request": "launch", 57296 "mode": "test", 57297 "program": "./cmd/bisync", 57298 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_basic", "-no-cleanup"] 57299 }, 57300 { 57301 "name": "Test TestOracleObjectStorage: test_basic RemoteLocal", 57302 "type": "go", 57303 "request": "launch", 57304 "mode": "test", 57305 "program": "./cmd/bisync", 57306 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 57307 }, 57308 { 57309 "name": "Test TestOracleObjectStorage: test_basic RemoteRemote", 57310 "type": "go", 57311 "request": "launch", 57312 "mode": "test", 57313 "program": "./cmd/bisync", 57314 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_basic", "-no-cleanup"] 57315 }, 57316 { 57317 "name": "Test TestOracleObjectStorage: test_changes LocalRemote", 57318 "type": "go", 57319 "request": "launch", 57320 "mode": "test", 57321 "program": "./cmd/bisync", 57322 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_changes", "-no-cleanup"] 57323 }, 57324 { 57325 "name": "Test TestOracleObjectStorage: test_changes RemoteLocal", 57326 "type": "go", 57327 "request": "launch", 57328 "mode": "test", 57329 "program": "./cmd/bisync", 57330 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 57331 }, 57332 { 57333 "name": "Test TestOracleObjectStorage: test_changes RemoteRemote", 57334 "type": "go", 57335 "request": "launch", 57336 "mode": "test", 57337 "program": "./cmd/bisync", 57338 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_changes", "-no-cleanup"] 57339 }, 57340 { 57341 "name": "Test TestOracleObjectStorage: test_check_access LocalRemote", 57342 "type": "go", 57343 "request": "launch", 57344 "mode": "test", 57345 "program": "./cmd/bisync", 57346 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_check_access", "-no-cleanup"] 57347 }, 57348 { 57349 "name": "Test TestOracleObjectStorage: test_check_access RemoteLocal", 57350 "type": "go", 57351 "request": "launch", 57352 "mode": "test", 57353 "program": "./cmd/bisync", 57354 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 57355 }, 57356 { 57357 "name": "Test TestOracleObjectStorage: test_check_access RemoteRemote", 57358 "type": "go", 57359 "request": "launch", 57360 "mode": "test", 57361 "program": "./cmd/bisync", 57362 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_check_access", "-no-cleanup"] 57363 }, 57364 { 57365 "name": "Test TestOracleObjectStorage: test_check_access_filters LocalRemote", 57366 "type": "go", 57367 "request": "launch", 57368 "mode": "test", 57369 "program": "./cmd/bisync", 57370 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_check_access_filters", "-no-cleanup"] 57371 }, 57372 { 57373 "name": "Test TestOracleObjectStorage: test_check_access_filters RemoteLocal", 57374 "type": "go", 57375 "request": "launch", 57376 "mode": "test", 57377 "program": "./cmd/bisync", 57378 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 57379 }, 57380 { 57381 "name": "Test TestOracleObjectStorage: test_check_access_filters RemoteRemote", 57382 "type": "go", 57383 "request": "launch", 57384 "mode": "test", 57385 "program": "./cmd/bisync", 57386 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_check_access_filters", "-no-cleanup"] 57387 }, 57388 { 57389 "name": "Test TestOracleObjectStorage: test_check_filename LocalRemote", 57390 "type": "go", 57391 "request": "launch", 57392 "mode": "test", 57393 "program": "./cmd/bisync", 57394 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_check_filename", "-no-cleanup"] 57395 }, 57396 { 57397 "name": "Test TestOracleObjectStorage: test_check_filename RemoteLocal", 57398 "type": "go", 57399 "request": "launch", 57400 "mode": "test", 57401 "program": "./cmd/bisync", 57402 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 57403 }, 57404 { 57405 "name": "Test TestOracleObjectStorage: test_check_filename RemoteRemote", 57406 "type": "go", 57407 "request": "launch", 57408 "mode": "test", 57409 "program": "./cmd/bisync", 57410 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_check_filename", "-no-cleanup"] 57411 }, 57412 { 57413 "name": "Test TestOracleObjectStorage: test_check_sync LocalRemote", 57414 "type": "go", 57415 "request": "launch", 57416 "mode": "test", 57417 "program": "./cmd/bisync", 57418 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_check_sync", "-no-cleanup"] 57419 }, 57420 { 57421 "name": "Test TestOracleObjectStorage: test_check_sync RemoteLocal", 57422 "type": "go", 57423 "request": "launch", 57424 "mode": "test", 57425 "program": "./cmd/bisync", 57426 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 57427 }, 57428 { 57429 "name": "Test TestOracleObjectStorage: test_check_sync RemoteRemote", 57430 "type": "go", 57431 "request": "launch", 57432 "mode": "test", 57433 "program": "./cmd/bisync", 57434 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_check_sync", "-no-cleanup"] 57435 }, 57436 { 57437 "name": "Test TestOracleObjectStorage: test_compare_all LocalRemote", 57438 "type": "go", 57439 "request": "launch", 57440 "mode": "test", 57441 "program": "./cmd/bisync", 57442 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_compare_all", "-no-cleanup"] 57443 }, 57444 { 57445 "name": "Test TestOracleObjectStorage: test_compare_all RemoteLocal", 57446 "type": "go", 57447 "request": "launch", 57448 "mode": "test", 57449 "program": "./cmd/bisync", 57450 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 57451 }, 57452 { 57453 "name": "Test TestOracleObjectStorage: test_compare_all RemoteRemote", 57454 "type": "go", 57455 "request": "launch", 57456 "mode": "test", 57457 "program": "./cmd/bisync", 57458 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_compare_all", "-no-cleanup"] 57459 }, 57460 { 57461 "name": "Test TestOracleObjectStorage: test_createemptysrcdirs LocalRemote", 57462 "type": "go", 57463 "request": "launch", 57464 "mode": "test", 57465 "program": "./cmd/bisync", 57466 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 57467 }, 57468 { 57469 "name": "Test TestOracleObjectStorage: test_createemptysrcdirs RemoteLocal", 57470 "type": "go", 57471 "request": "launch", 57472 "mode": "test", 57473 "program": "./cmd/bisync", 57474 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 57475 }, 57476 { 57477 "name": "Test TestOracleObjectStorage: test_createemptysrcdirs RemoteRemote", 57478 "type": "go", 57479 "request": "launch", 57480 "mode": "test", 57481 "program": "./cmd/bisync", 57482 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 57483 }, 57484 { 57485 "name": "Test TestOracleObjectStorage: test_dry_run LocalRemote", 57486 "type": "go", 57487 "request": "launch", 57488 "mode": "test", 57489 "program": "./cmd/bisync", 57490 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_dry_run", "-no-cleanup"] 57491 }, 57492 { 57493 "name": "Test TestOracleObjectStorage: test_dry_run RemoteLocal", 57494 "type": "go", 57495 "request": "launch", 57496 "mode": "test", 57497 "program": "./cmd/bisync", 57498 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 57499 }, 57500 { 57501 "name": "Test TestOracleObjectStorage: test_dry_run RemoteRemote", 57502 "type": "go", 57503 "request": "launch", 57504 "mode": "test", 57505 "program": "./cmd/bisync", 57506 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_dry_run", "-no-cleanup"] 57507 }, 57508 { 57509 "name": "Test TestOracleObjectStorage: test_equal LocalRemote", 57510 "type": "go", 57511 "request": "launch", 57512 "mode": "test", 57513 "program": "./cmd/bisync", 57514 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_equal", "-no-cleanup"] 57515 }, 57516 { 57517 "name": "Test TestOracleObjectStorage: test_equal RemoteLocal", 57518 "type": "go", 57519 "request": "launch", 57520 "mode": "test", 57521 "program": "./cmd/bisync", 57522 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 57523 }, 57524 { 57525 "name": "Test TestOracleObjectStorage: test_equal RemoteRemote", 57526 "type": "go", 57527 "request": "launch", 57528 "mode": "test", 57529 "program": "./cmd/bisync", 57530 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_equal", "-no-cleanup"] 57531 }, 57532 { 57533 "name": "Test TestOracleObjectStorage: test_ext_paths LocalRemote", 57534 "type": "go", 57535 "request": "launch", 57536 "mode": "test", 57537 "program": "./cmd/bisync", 57538 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_ext_paths", "-no-cleanup"] 57539 }, 57540 { 57541 "name": "Test TestOracleObjectStorage: test_ext_paths RemoteLocal", 57542 "type": "go", 57543 "request": "launch", 57544 "mode": "test", 57545 "program": "./cmd/bisync", 57546 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 57547 }, 57548 { 57549 "name": "Test TestOracleObjectStorage: test_ext_paths RemoteRemote", 57550 "type": "go", 57551 "request": "launch", 57552 "mode": "test", 57553 "program": "./cmd/bisync", 57554 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_ext_paths", "-no-cleanup"] 57555 }, 57556 { 57557 "name": "Test TestOracleObjectStorage: test_extended_filenames LocalRemote", 57558 "type": "go", 57559 "request": "launch", 57560 "mode": "test", 57561 "program": "./cmd/bisync", 57562 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_extended_filenames", "-no-cleanup"] 57563 }, 57564 { 57565 "name": "Test TestOracleObjectStorage: test_extended_filenames RemoteLocal", 57566 "type": "go", 57567 "request": "launch", 57568 "mode": "test", 57569 "program": "./cmd/bisync", 57570 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 57571 }, 57572 { 57573 "name": "Test TestOracleObjectStorage: test_extended_filenames RemoteRemote", 57574 "type": "go", 57575 "request": "launch", 57576 "mode": "test", 57577 "program": "./cmd/bisync", 57578 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_extended_filenames", "-no-cleanup"] 57579 }, 57580 { 57581 "name": "Test TestOracleObjectStorage: test_filters LocalRemote", 57582 "type": "go", 57583 "request": "launch", 57584 "mode": "test", 57585 "program": "./cmd/bisync", 57586 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_filters", "-no-cleanup"] 57587 }, 57588 { 57589 "name": "Test TestOracleObjectStorage: test_filters RemoteLocal", 57590 "type": "go", 57591 "request": "launch", 57592 "mode": "test", 57593 "program": "./cmd/bisync", 57594 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 57595 }, 57596 { 57597 "name": "Test TestOracleObjectStorage: test_filters RemoteRemote", 57598 "type": "go", 57599 "request": "launch", 57600 "mode": "test", 57601 "program": "./cmd/bisync", 57602 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_filters", "-no-cleanup"] 57603 }, 57604 { 57605 "name": "Test TestOracleObjectStorage: test_filtersfile_checks LocalRemote", 57606 "type": "go", 57607 "request": "launch", 57608 "mode": "test", 57609 "program": "./cmd/bisync", 57610 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_filtersfile_checks", "-no-cleanup"] 57611 }, 57612 { 57613 "name": "Test TestOracleObjectStorage: test_filtersfile_checks RemoteLocal", 57614 "type": "go", 57615 "request": "launch", 57616 "mode": "test", 57617 "program": "./cmd/bisync", 57618 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 57619 }, 57620 { 57621 "name": "Test TestOracleObjectStorage: test_filtersfile_checks RemoteRemote", 57622 "type": "go", 57623 "request": "launch", 57624 "mode": "test", 57625 "program": "./cmd/bisync", 57626 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_filtersfile_checks", "-no-cleanup"] 57627 }, 57628 { 57629 "name": "Test TestOracleObjectStorage: test_ignorelistingchecksum LocalRemote", 57630 "type": "go", 57631 "request": "launch", 57632 "mode": "test", 57633 "program": "./cmd/bisync", 57634 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 57635 }, 57636 { 57637 "name": "Test TestOracleObjectStorage: test_ignorelistingchecksum RemoteLocal", 57638 "type": "go", 57639 "request": "launch", 57640 "mode": "test", 57641 "program": "./cmd/bisync", 57642 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 57643 }, 57644 { 57645 "name": "Test TestOracleObjectStorage: test_ignorelistingchecksum RemoteRemote", 57646 "type": "go", 57647 "request": "launch", 57648 "mode": "test", 57649 "program": "./cmd/bisync", 57650 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 57651 }, 57652 { 57653 "name": "Test TestOracleObjectStorage: test_max_delete_path1 LocalRemote", 57654 "type": "go", 57655 "request": "launch", 57656 "mode": "test", 57657 "program": "./cmd/bisync", 57658 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_max_delete_path1", "-no-cleanup"] 57659 }, 57660 { 57661 "name": "Test TestOracleObjectStorage: test_max_delete_path1 RemoteLocal", 57662 "type": "go", 57663 "request": "launch", 57664 "mode": "test", 57665 "program": "./cmd/bisync", 57666 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 57667 }, 57668 { 57669 "name": "Test TestOracleObjectStorage: test_max_delete_path1 RemoteRemote", 57670 "type": "go", 57671 "request": "launch", 57672 "mode": "test", 57673 "program": "./cmd/bisync", 57674 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_max_delete_path1", "-no-cleanup"] 57675 }, 57676 { 57677 "name": "Test TestOracleObjectStorage: test_max_delete_path2_force LocalRemote", 57678 "type": "go", 57679 "request": "launch", 57680 "mode": "test", 57681 "program": "./cmd/bisync", 57682 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 57683 }, 57684 { 57685 "name": "Test TestOracleObjectStorage: test_max_delete_path2_force RemoteLocal", 57686 "type": "go", 57687 "request": "launch", 57688 "mode": "test", 57689 "program": "./cmd/bisync", 57690 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 57691 }, 57692 { 57693 "name": "Test TestOracleObjectStorage: test_max_delete_path2_force RemoteRemote", 57694 "type": "go", 57695 "request": "launch", 57696 "mode": "test", 57697 "program": "./cmd/bisync", 57698 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 57699 }, 57700 { 57701 "name": "Test TestOracleObjectStorage: test_nomodtime LocalRemote", 57702 "type": "go", 57703 "request": "launch", 57704 "mode": "test", 57705 "program": "./cmd/bisync", 57706 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_nomodtime", "-no-cleanup"] 57707 }, 57708 { 57709 "name": "Test TestOracleObjectStorage: test_nomodtime RemoteLocal", 57710 "type": "go", 57711 "request": "launch", 57712 "mode": "test", 57713 "program": "./cmd/bisync", 57714 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 57715 }, 57716 { 57717 "name": "Test TestOracleObjectStorage: test_nomodtime RemoteRemote", 57718 "type": "go", 57719 "request": "launch", 57720 "mode": "test", 57721 "program": "./cmd/bisync", 57722 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_nomodtime", "-no-cleanup"] 57723 }, 57724 { 57725 "name": "Test TestOracleObjectStorage: test_normalization LocalRemote", 57726 "type": "go", 57727 "request": "launch", 57728 "mode": "test", 57729 "program": "./cmd/bisync", 57730 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_normalization", "-no-cleanup"] 57731 }, 57732 { 57733 "name": "Test TestOracleObjectStorage: test_normalization RemoteLocal", 57734 "type": "go", 57735 "request": "launch", 57736 "mode": "test", 57737 "program": "./cmd/bisync", 57738 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 57739 }, 57740 { 57741 "name": "Test TestOracleObjectStorage: test_normalization RemoteRemote", 57742 "type": "go", 57743 "request": "launch", 57744 "mode": "test", 57745 "program": "./cmd/bisync", 57746 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_normalization", "-no-cleanup"] 57747 }, 57748 { 57749 "name": "Test TestOracleObjectStorage: test_rclone_args LocalRemote", 57750 "type": "go", 57751 "request": "launch", 57752 "mode": "test", 57753 "program": "./cmd/bisync", 57754 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_rclone_args", "-no-cleanup"] 57755 }, 57756 { 57757 "name": "Test TestOracleObjectStorage: test_rclone_args RemoteLocal", 57758 "type": "go", 57759 "request": "launch", 57760 "mode": "test", 57761 "program": "./cmd/bisync", 57762 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 57763 }, 57764 { 57765 "name": "Test TestOracleObjectStorage: test_rclone_args RemoteRemote", 57766 "type": "go", 57767 "request": "launch", 57768 "mode": "test", 57769 "program": "./cmd/bisync", 57770 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_rclone_args", "-no-cleanup"] 57771 }, 57772 { 57773 "name": "Test TestOracleObjectStorage: test_resolve LocalRemote", 57774 "type": "go", 57775 "request": "launch", 57776 "mode": "test", 57777 "program": "./cmd/bisync", 57778 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_resolve", "-no-cleanup"] 57779 }, 57780 { 57781 "name": "Test TestOracleObjectStorage: test_resolve RemoteLocal", 57782 "type": "go", 57783 "request": "launch", 57784 "mode": "test", 57785 "program": "./cmd/bisync", 57786 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 57787 }, 57788 { 57789 "name": "Test TestOracleObjectStorage: test_resolve RemoteRemote", 57790 "type": "go", 57791 "request": "launch", 57792 "mode": "test", 57793 "program": "./cmd/bisync", 57794 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_resolve", "-no-cleanup"] 57795 }, 57796 { 57797 "name": "Test TestOracleObjectStorage: test_resync LocalRemote", 57798 "type": "go", 57799 "request": "launch", 57800 "mode": "test", 57801 "program": "./cmd/bisync", 57802 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_resync", "-no-cleanup"] 57803 }, 57804 { 57805 "name": "Test TestOracleObjectStorage: test_resync RemoteLocal", 57806 "type": "go", 57807 "request": "launch", 57808 "mode": "test", 57809 "program": "./cmd/bisync", 57810 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 57811 }, 57812 { 57813 "name": "Test TestOracleObjectStorage: test_resync RemoteRemote", 57814 "type": "go", 57815 "request": "launch", 57816 "mode": "test", 57817 "program": "./cmd/bisync", 57818 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_resync", "-no-cleanup"] 57819 }, 57820 { 57821 "name": "Test TestOracleObjectStorage: test_resync_modes LocalRemote", 57822 "type": "go", 57823 "request": "launch", 57824 "mode": "test", 57825 "program": "./cmd/bisync", 57826 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_resync_modes", "-no-cleanup"] 57827 }, 57828 { 57829 "name": "Test TestOracleObjectStorage: test_resync_modes RemoteLocal", 57830 "type": "go", 57831 "request": "launch", 57832 "mode": "test", 57833 "program": "./cmd/bisync", 57834 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 57835 }, 57836 { 57837 "name": "Test TestOracleObjectStorage: test_resync_modes RemoteRemote", 57838 "type": "go", 57839 "request": "launch", 57840 "mode": "test", 57841 "program": "./cmd/bisync", 57842 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_resync_modes", "-no-cleanup"] 57843 }, 57844 { 57845 "name": "Test TestOracleObjectStorage: test_rmdirs LocalRemote", 57846 "type": "go", 57847 "request": "launch", 57848 "mode": "test", 57849 "program": "./cmd/bisync", 57850 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_rmdirs", "-no-cleanup"] 57851 }, 57852 { 57853 "name": "Test TestOracleObjectStorage: test_rmdirs RemoteLocal", 57854 "type": "go", 57855 "request": "launch", 57856 "mode": "test", 57857 "program": "./cmd/bisync", 57858 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 57859 }, 57860 { 57861 "name": "Test TestOracleObjectStorage: test_rmdirs RemoteRemote", 57862 "type": "go", 57863 "request": "launch", 57864 "mode": "test", 57865 "program": "./cmd/bisync", 57866 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_rmdirs", "-no-cleanup"] 57867 }, 57868 { 57869 "name": "Test TestOracleObjectStorage: test_volatile LocalRemote", 57870 "type": "go", 57871 "request": "launch", 57872 "mode": "test", 57873 "program": "./cmd/bisync", 57874 "args": ["-remote", "local", "-remote2", "TestOracleObjectStorage:", "-case", "test_volatile", "-no-cleanup"] 57875 }, 57876 { 57877 "name": "Test TestOracleObjectStorage: test_volatile RemoteLocal", 57878 "type": "go", 57879 "request": "launch", 57880 "mode": "test", 57881 "program": "./cmd/bisync", 57882 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 57883 }, 57884 { 57885 "name": "Test TestOracleObjectStorage: test_volatile RemoteRemote", 57886 "type": "go", 57887 "request": "launch", 57888 "mode": "test", 57889 "program": "./cmd/bisync", 57890 "args": ["-remote", "TestOracleObjectStorage:", "-remote2", "TestOracleObjectStorage:", "-case", "test_volatile", "-no-cleanup"] 57891 }, 57892 { 57893 "name": "Test TestQuatrix: test_all_changed LocalRemote", 57894 "type": "go", 57895 "request": "launch", 57896 "mode": "test", 57897 "program": "./cmd/bisync", 57898 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_all_changed", "-no-cleanup"] 57899 }, 57900 { 57901 "name": "Test TestQuatrix: test_all_changed RemoteLocal", 57902 "type": "go", 57903 "request": "launch", 57904 "mode": "test", 57905 "program": "./cmd/bisync", 57906 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 57907 }, 57908 { 57909 "name": "Test TestQuatrix: test_all_changed RemoteRemote", 57910 "type": "go", 57911 "request": "launch", 57912 "mode": "test", 57913 "program": "./cmd/bisync", 57914 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_all_changed", "-no-cleanup"] 57915 }, 57916 { 57917 "name": "Test TestQuatrix: test_backupdir LocalRemote", 57918 "type": "go", 57919 "request": "launch", 57920 "mode": "test", 57921 "program": "./cmd/bisync", 57922 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_backupdir", "-no-cleanup"] 57923 }, 57924 { 57925 "name": "Test TestQuatrix: test_backupdir RemoteLocal", 57926 "type": "go", 57927 "request": "launch", 57928 "mode": "test", 57929 "program": "./cmd/bisync", 57930 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 57931 }, 57932 { 57933 "name": "Test TestQuatrix: test_backupdir RemoteRemote", 57934 "type": "go", 57935 "request": "launch", 57936 "mode": "test", 57937 "program": "./cmd/bisync", 57938 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_backupdir", "-no-cleanup"] 57939 }, 57940 { 57941 "name": "Test TestQuatrix: test_basic LocalRemote", 57942 "type": "go", 57943 "request": "launch", 57944 "mode": "test", 57945 "program": "./cmd/bisync", 57946 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_basic", "-no-cleanup"] 57947 }, 57948 { 57949 "name": "Test TestQuatrix: test_basic RemoteLocal", 57950 "type": "go", 57951 "request": "launch", 57952 "mode": "test", 57953 "program": "./cmd/bisync", 57954 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 57955 }, 57956 { 57957 "name": "Test TestQuatrix: test_basic RemoteRemote", 57958 "type": "go", 57959 "request": "launch", 57960 "mode": "test", 57961 "program": "./cmd/bisync", 57962 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_basic", "-no-cleanup"] 57963 }, 57964 { 57965 "name": "Test TestQuatrix: test_changes LocalRemote", 57966 "type": "go", 57967 "request": "launch", 57968 "mode": "test", 57969 "program": "./cmd/bisync", 57970 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_changes", "-no-cleanup"] 57971 }, 57972 { 57973 "name": "Test TestQuatrix: test_changes RemoteLocal", 57974 "type": "go", 57975 "request": "launch", 57976 "mode": "test", 57977 "program": "./cmd/bisync", 57978 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 57979 }, 57980 { 57981 "name": "Test TestQuatrix: test_changes RemoteRemote", 57982 "type": "go", 57983 "request": "launch", 57984 "mode": "test", 57985 "program": "./cmd/bisync", 57986 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_changes", "-no-cleanup"] 57987 }, 57988 { 57989 "name": "Test TestQuatrix: test_check_access LocalRemote", 57990 "type": "go", 57991 "request": "launch", 57992 "mode": "test", 57993 "program": "./cmd/bisync", 57994 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_check_access", "-no-cleanup"] 57995 }, 57996 { 57997 "name": "Test TestQuatrix: test_check_access RemoteLocal", 57998 "type": "go", 57999 "request": "launch", 58000 "mode": "test", 58001 "program": "./cmd/bisync", 58002 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 58003 }, 58004 { 58005 "name": "Test TestQuatrix: test_check_access RemoteRemote", 58006 "type": "go", 58007 "request": "launch", 58008 "mode": "test", 58009 "program": "./cmd/bisync", 58010 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_check_access", "-no-cleanup"] 58011 }, 58012 { 58013 "name": "Test TestQuatrix: test_check_access_filters LocalRemote", 58014 "type": "go", 58015 "request": "launch", 58016 "mode": "test", 58017 "program": "./cmd/bisync", 58018 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_check_access_filters", "-no-cleanup"] 58019 }, 58020 { 58021 "name": "Test TestQuatrix: test_check_access_filters RemoteLocal", 58022 "type": "go", 58023 "request": "launch", 58024 "mode": "test", 58025 "program": "./cmd/bisync", 58026 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 58027 }, 58028 { 58029 "name": "Test TestQuatrix: test_check_access_filters RemoteRemote", 58030 "type": "go", 58031 "request": "launch", 58032 "mode": "test", 58033 "program": "./cmd/bisync", 58034 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_check_access_filters", "-no-cleanup"] 58035 }, 58036 { 58037 "name": "Test TestQuatrix: test_check_filename LocalRemote", 58038 "type": "go", 58039 "request": "launch", 58040 "mode": "test", 58041 "program": "./cmd/bisync", 58042 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_check_filename", "-no-cleanup"] 58043 }, 58044 { 58045 "name": "Test TestQuatrix: test_check_filename RemoteLocal", 58046 "type": "go", 58047 "request": "launch", 58048 "mode": "test", 58049 "program": "./cmd/bisync", 58050 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 58051 }, 58052 { 58053 "name": "Test TestQuatrix: test_check_filename RemoteRemote", 58054 "type": "go", 58055 "request": "launch", 58056 "mode": "test", 58057 "program": "./cmd/bisync", 58058 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_check_filename", "-no-cleanup"] 58059 }, 58060 { 58061 "name": "Test TestQuatrix: test_check_sync LocalRemote", 58062 "type": "go", 58063 "request": "launch", 58064 "mode": "test", 58065 "program": "./cmd/bisync", 58066 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_check_sync", "-no-cleanup"] 58067 }, 58068 { 58069 "name": "Test TestQuatrix: test_check_sync RemoteLocal", 58070 "type": "go", 58071 "request": "launch", 58072 "mode": "test", 58073 "program": "./cmd/bisync", 58074 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 58075 }, 58076 { 58077 "name": "Test TestQuatrix: test_check_sync RemoteRemote", 58078 "type": "go", 58079 "request": "launch", 58080 "mode": "test", 58081 "program": "./cmd/bisync", 58082 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_check_sync", "-no-cleanup"] 58083 }, 58084 { 58085 "name": "Test TestQuatrix: test_compare_all LocalRemote", 58086 "type": "go", 58087 "request": "launch", 58088 "mode": "test", 58089 "program": "./cmd/bisync", 58090 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_compare_all", "-no-cleanup"] 58091 }, 58092 { 58093 "name": "Test TestQuatrix: test_compare_all RemoteLocal", 58094 "type": "go", 58095 "request": "launch", 58096 "mode": "test", 58097 "program": "./cmd/bisync", 58098 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 58099 }, 58100 { 58101 "name": "Test TestQuatrix: test_compare_all RemoteRemote", 58102 "type": "go", 58103 "request": "launch", 58104 "mode": "test", 58105 "program": "./cmd/bisync", 58106 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_compare_all", "-no-cleanup"] 58107 }, 58108 { 58109 "name": "Test TestQuatrix: test_createemptysrcdirs LocalRemote", 58110 "type": "go", 58111 "request": "launch", 58112 "mode": "test", 58113 "program": "./cmd/bisync", 58114 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 58115 }, 58116 { 58117 "name": "Test TestQuatrix: test_createemptysrcdirs RemoteLocal", 58118 "type": "go", 58119 "request": "launch", 58120 "mode": "test", 58121 "program": "./cmd/bisync", 58122 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 58123 }, 58124 { 58125 "name": "Test TestQuatrix: test_createemptysrcdirs RemoteRemote", 58126 "type": "go", 58127 "request": "launch", 58128 "mode": "test", 58129 "program": "./cmd/bisync", 58130 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 58131 }, 58132 { 58133 "name": "Test TestQuatrix: test_dry_run LocalRemote", 58134 "type": "go", 58135 "request": "launch", 58136 "mode": "test", 58137 "program": "./cmd/bisync", 58138 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_dry_run", "-no-cleanup"] 58139 }, 58140 { 58141 "name": "Test TestQuatrix: test_dry_run RemoteLocal", 58142 "type": "go", 58143 "request": "launch", 58144 "mode": "test", 58145 "program": "./cmd/bisync", 58146 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 58147 }, 58148 { 58149 "name": "Test TestQuatrix: test_dry_run RemoteRemote", 58150 "type": "go", 58151 "request": "launch", 58152 "mode": "test", 58153 "program": "./cmd/bisync", 58154 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_dry_run", "-no-cleanup"] 58155 }, 58156 { 58157 "name": "Test TestQuatrix: test_equal LocalRemote", 58158 "type": "go", 58159 "request": "launch", 58160 "mode": "test", 58161 "program": "./cmd/bisync", 58162 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_equal", "-no-cleanup"] 58163 }, 58164 { 58165 "name": "Test TestQuatrix: test_equal RemoteLocal", 58166 "type": "go", 58167 "request": "launch", 58168 "mode": "test", 58169 "program": "./cmd/bisync", 58170 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 58171 }, 58172 { 58173 "name": "Test TestQuatrix: test_equal RemoteRemote", 58174 "type": "go", 58175 "request": "launch", 58176 "mode": "test", 58177 "program": "./cmd/bisync", 58178 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_equal", "-no-cleanup"] 58179 }, 58180 { 58181 "name": "Test TestQuatrix: test_ext_paths LocalRemote", 58182 "type": "go", 58183 "request": "launch", 58184 "mode": "test", 58185 "program": "./cmd/bisync", 58186 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_ext_paths", "-no-cleanup"] 58187 }, 58188 { 58189 "name": "Test TestQuatrix: test_ext_paths RemoteLocal", 58190 "type": "go", 58191 "request": "launch", 58192 "mode": "test", 58193 "program": "./cmd/bisync", 58194 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 58195 }, 58196 { 58197 "name": "Test TestQuatrix: test_ext_paths RemoteRemote", 58198 "type": "go", 58199 "request": "launch", 58200 "mode": "test", 58201 "program": "./cmd/bisync", 58202 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_ext_paths", "-no-cleanup"] 58203 }, 58204 { 58205 "name": "Test TestQuatrix: test_extended_filenames LocalRemote", 58206 "type": "go", 58207 "request": "launch", 58208 "mode": "test", 58209 "program": "./cmd/bisync", 58210 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_extended_filenames", "-no-cleanup"] 58211 }, 58212 { 58213 "name": "Test TestQuatrix: test_extended_filenames RemoteLocal", 58214 "type": "go", 58215 "request": "launch", 58216 "mode": "test", 58217 "program": "./cmd/bisync", 58218 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 58219 }, 58220 { 58221 "name": "Test TestQuatrix: test_extended_filenames RemoteRemote", 58222 "type": "go", 58223 "request": "launch", 58224 "mode": "test", 58225 "program": "./cmd/bisync", 58226 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_extended_filenames", "-no-cleanup"] 58227 }, 58228 { 58229 "name": "Test TestQuatrix: test_filters LocalRemote", 58230 "type": "go", 58231 "request": "launch", 58232 "mode": "test", 58233 "program": "./cmd/bisync", 58234 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_filters", "-no-cleanup"] 58235 }, 58236 { 58237 "name": "Test TestQuatrix: test_filters RemoteLocal", 58238 "type": "go", 58239 "request": "launch", 58240 "mode": "test", 58241 "program": "./cmd/bisync", 58242 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 58243 }, 58244 { 58245 "name": "Test TestQuatrix: test_filters RemoteRemote", 58246 "type": "go", 58247 "request": "launch", 58248 "mode": "test", 58249 "program": "./cmd/bisync", 58250 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_filters", "-no-cleanup"] 58251 }, 58252 { 58253 "name": "Test TestQuatrix: test_filtersfile_checks LocalRemote", 58254 "type": "go", 58255 "request": "launch", 58256 "mode": "test", 58257 "program": "./cmd/bisync", 58258 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_filtersfile_checks", "-no-cleanup"] 58259 }, 58260 { 58261 "name": "Test TestQuatrix: test_filtersfile_checks RemoteLocal", 58262 "type": "go", 58263 "request": "launch", 58264 "mode": "test", 58265 "program": "./cmd/bisync", 58266 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 58267 }, 58268 { 58269 "name": "Test TestQuatrix: test_filtersfile_checks RemoteRemote", 58270 "type": "go", 58271 "request": "launch", 58272 "mode": "test", 58273 "program": "./cmd/bisync", 58274 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_filtersfile_checks", "-no-cleanup"] 58275 }, 58276 { 58277 "name": "Test TestQuatrix: test_ignorelistingchecksum LocalRemote", 58278 "type": "go", 58279 "request": "launch", 58280 "mode": "test", 58281 "program": "./cmd/bisync", 58282 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 58283 }, 58284 { 58285 "name": "Test TestQuatrix: test_ignorelistingchecksum RemoteLocal", 58286 "type": "go", 58287 "request": "launch", 58288 "mode": "test", 58289 "program": "./cmd/bisync", 58290 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 58291 }, 58292 { 58293 "name": "Test TestQuatrix: test_ignorelistingchecksum RemoteRemote", 58294 "type": "go", 58295 "request": "launch", 58296 "mode": "test", 58297 "program": "./cmd/bisync", 58298 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 58299 }, 58300 { 58301 "name": "Test TestQuatrix: test_max_delete_path1 LocalRemote", 58302 "type": "go", 58303 "request": "launch", 58304 "mode": "test", 58305 "program": "./cmd/bisync", 58306 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_max_delete_path1", "-no-cleanup"] 58307 }, 58308 { 58309 "name": "Test TestQuatrix: test_max_delete_path1 RemoteLocal", 58310 "type": "go", 58311 "request": "launch", 58312 "mode": "test", 58313 "program": "./cmd/bisync", 58314 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 58315 }, 58316 { 58317 "name": "Test TestQuatrix: test_max_delete_path1 RemoteRemote", 58318 "type": "go", 58319 "request": "launch", 58320 "mode": "test", 58321 "program": "./cmd/bisync", 58322 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_max_delete_path1", "-no-cleanup"] 58323 }, 58324 { 58325 "name": "Test TestQuatrix: test_max_delete_path2_force LocalRemote", 58326 "type": "go", 58327 "request": "launch", 58328 "mode": "test", 58329 "program": "./cmd/bisync", 58330 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 58331 }, 58332 { 58333 "name": "Test TestQuatrix: test_max_delete_path2_force RemoteLocal", 58334 "type": "go", 58335 "request": "launch", 58336 "mode": "test", 58337 "program": "./cmd/bisync", 58338 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 58339 }, 58340 { 58341 "name": "Test TestQuatrix: test_max_delete_path2_force RemoteRemote", 58342 "type": "go", 58343 "request": "launch", 58344 "mode": "test", 58345 "program": "./cmd/bisync", 58346 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 58347 }, 58348 { 58349 "name": "Test TestQuatrix: test_nomodtime LocalRemote", 58350 "type": "go", 58351 "request": "launch", 58352 "mode": "test", 58353 "program": "./cmd/bisync", 58354 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_nomodtime", "-no-cleanup"] 58355 }, 58356 { 58357 "name": "Test TestQuatrix: test_nomodtime RemoteLocal", 58358 "type": "go", 58359 "request": "launch", 58360 "mode": "test", 58361 "program": "./cmd/bisync", 58362 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 58363 }, 58364 { 58365 "name": "Test TestQuatrix: test_nomodtime RemoteRemote", 58366 "type": "go", 58367 "request": "launch", 58368 "mode": "test", 58369 "program": "./cmd/bisync", 58370 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_nomodtime", "-no-cleanup"] 58371 }, 58372 { 58373 "name": "Test TestQuatrix: test_normalization LocalRemote", 58374 "type": "go", 58375 "request": "launch", 58376 "mode": "test", 58377 "program": "./cmd/bisync", 58378 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_normalization", "-no-cleanup"] 58379 }, 58380 { 58381 "name": "Test TestQuatrix: test_normalization RemoteLocal", 58382 "type": "go", 58383 "request": "launch", 58384 "mode": "test", 58385 "program": "./cmd/bisync", 58386 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 58387 }, 58388 { 58389 "name": "Test TestQuatrix: test_normalization RemoteRemote", 58390 "type": "go", 58391 "request": "launch", 58392 "mode": "test", 58393 "program": "./cmd/bisync", 58394 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_normalization", "-no-cleanup"] 58395 }, 58396 { 58397 "name": "Test TestQuatrix: test_rclone_args LocalRemote", 58398 "type": "go", 58399 "request": "launch", 58400 "mode": "test", 58401 "program": "./cmd/bisync", 58402 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_rclone_args", "-no-cleanup"] 58403 }, 58404 { 58405 "name": "Test TestQuatrix: test_rclone_args RemoteLocal", 58406 "type": "go", 58407 "request": "launch", 58408 "mode": "test", 58409 "program": "./cmd/bisync", 58410 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 58411 }, 58412 { 58413 "name": "Test TestQuatrix: test_rclone_args RemoteRemote", 58414 "type": "go", 58415 "request": "launch", 58416 "mode": "test", 58417 "program": "./cmd/bisync", 58418 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_rclone_args", "-no-cleanup"] 58419 }, 58420 { 58421 "name": "Test TestQuatrix: test_resolve LocalRemote", 58422 "type": "go", 58423 "request": "launch", 58424 "mode": "test", 58425 "program": "./cmd/bisync", 58426 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_resolve", "-no-cleanup"] 58427 }, 58428 { 58429 "name": "Test TestQuatrix: test_resolve RemoteLocal", 58430 "type": "go", 58431 "request": "launch", 58432 "mode": "test", 58433 "program": "./cmd/bisync", 58434 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 58435 }, 58436 { 58437 "name": "Test TestQuatrix: test_resolve RemoteRemote", 58438 "type": "go", 58439 "request": "launch", 58440 "mode": "test", 58441 "program": "./cmd/bisync", 58442 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_resolve", "-no-cleanup"] 58443 }, 58444 { 58445 "name": "Test TestQuatrix: test_resync LocalRemote", 58446 "type": "go", 58447 "request": "launch", 58448 "mode": "test", 58449 "program": "./cmd/bisync", 58450 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_resync", "-no-cleanup"] 58451 }, 58452 { 58453 "name": "Test TestQuatrix: test_resync RemoteLocal", 58454 "type": "go", 58455 "request": "launch", 58456 "mode": "test", 58457 "program": "./cmd/bisync", 58458 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 58459 }, 58460 { 58461 "name": "Test TestQuatrix: test_resync RemoteRemote", 58462 "type": "go", 58463 "request": "launch", 58464 "mode": "test", 58465 "program": "./cmd/bisync", 58466 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_resync", "-no-cleanup"] 58467 }, 58468 { 58469 "name": "Test TestQuatrix: test_resync_modes LocalRemote", 58470 "type": "go", 58471 "request": "launch", 58472 "mode": "test", 58473 "program": "./cmd/bisync", 58474 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_resync_modes", "-no-cleanup"] 58475 }, 58476 { 58477 "name": "Test TestQuatrix: test_resync_modes RemoteLocal", 58478 "type": "go", 58479 "request": "launch", 58480 "mode": "test", 58481 "program": "./cmd/bisync", 58482 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 58483 }, 58484 { 58485 "name": "Test TestQuatrix: test_resync_modes RemoteRemote", 58486 "type": "go", 58487 "request": "launch", 58488 "mode": "test", 58489 "program": "./cmd/bisync", 58490 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_resync_modes", "-no-cleanup"] 58491 }, 58492 { 58493 "name": "Test TestQuatrix: test_rmdirs LocalRemote", 58494 "type": "go", 58495 "request": "launch", 58496 "mode": "test", 58497 "program": "./cmd/bisync", 58498 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_rmdirs", "-no-cleanup"] 58499 }, 58500 { 58501 "name": "Test TestQuatrix: test_rmdirs RemoteLocal", 58502 "type": "go", 58503 "request": "launch", 58504 "mode": "test", 58505 "program": "./cmd/bisync", 58506 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 58507 }, 58508 { 58509 "name": "Test TestQuatrix: test_rmdirs RemoteRemote", 58510 "type": "go", 58511 "request": "launch", 58512 "mode": "test", 58513 "program": "./cmd/bisync", 58514 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_rmdirs", "-no-cleanup"] 58515 }, 58516 { 58517 "name": "Test TestQuatrix: test_volatile LocalRemote", 58518 "type": "go", 58519 "request": "launch", 58520 "mode": "test", 58521 "program": "./cmd/bisync", 58522 "args": ["-remote", "local", "-remote2", "TestQuatrix:", "-case", "test_volatile", "-no-cleanup"] 58523 }, 58524 { 58525 "name": "Test TestQuatrix: test_volatile RemoteLocal", 58526 "type": "go", 58527 "request": "launch", 58528 "mode": "test", 58529 "program": "./cmd/bisync", 58530 "args": ["-remote", "TestQuatrix:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 58531 }, 58532 { 58533 "name": "Test TestQuatrix: test_volatile RemoteRemote", 58534 "type": "go", 58535 "request": "launch", 58536 "mode": "test", 58537 "program": "./cmd/bisync", 58538 "args": ["-remote", "TestQuatrix:", "-remote2", "TestQuatrix:", "-case", "test_volatile", "-no-cleanup"] 58539 }, 58540 { 58541 "name": "Test TestUlozto: test_all_changed LocalRemote", 58542 "type": "go", 58543 "request": "launch", 58544 "mode": "test", 58545 "program": "./cmd/bisync", 58546 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_all_changed", "-no-cleanup"] 58547 }, 58548 { 58549 "name": "Test TestUlozto: test_all_changed RemoteLocal", 58550 "type": "go", 58551 "request": "launch", 58552 "mode": "test", 58553 "program": "./cmd/bisync", 58554 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_all_changed", "-no-cleanup"] 58555 }, 58556 { 58557 "name": "Test TestUlozto: test_all_changed RemoteRemote", 58558 "type": "go", 58559 "request": "launch", 58560 "mode": "test", 58561 "program": "./cmd/bisync", 58562 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_all_changed", "-no-cleanup"] 58563 }, 58564 { 58565 "name": "Test TestUlozto: test_backupdir LocalRemote", 58566 "type": "go", 58567 "request": "launch", 58568 "mode": "test", 58569 "program": "./cmd/bisync", 58570 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_backupdir", "-no-cleanup"] 58571 }, 58572 { 58573 "name": "Test TestUlozto: test_backupdir RemoteLocal", 58574 "type": "go", 58575 "request": "launch", 58576 "mode": "test", 58577 "program": "./cmd/bisync", 58578 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_backupdir", "-no-cleanup"] 58579 }, 58580 { 58581 "name": "Test TestUlozto: test_backupdir RemoteRemote", 58582 "type": "go", 58583 "request": "launch", 58584 "mode": "test", 58585 "program": "./cmd/bisync", 58586 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_backupdir", "-no-cleanup"] 58587 }, 58588 { 58589 "name": "Test TestUlozto: test_basic LocalRemote", 58590 "type": "go", 58591 "request": "launch", 58592 "mode": "test", 58593 "program": "./cmd/bisync", 58594 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_basic", "-no-cleanup"] 58595 }, 58596 { 58597 "name": "Test TestUlozto: test_basic RemoteLocal", 58598 "type": "go", 58599 "request": "launch", 58600 "mode": "test", 58601 "program": "./cmd/bisync", 58602 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_basic", "-no-cleanup"] 58603 }, 58604 { 58605 "name": "Test TestUlozto: test_basic RemoteRemote", 58606 "type": "go", 58607 "request": "launch", 58608 "mode": "test", 58609 "program": "./cmd/bisync", 58610 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_basic", "-no-cleanup"] 58611 }, 58612 { 58613 "name": "Test TestUlozto: test_changes LocalRemote", 58614 "type": "go", 58615 "request": "launch", 58616 "mode": "test", 58617 "program": "./cmd/bisync", 58618 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_changes", "-no-cleanup"] 58619 }, 58620 { 58621 "name": "Test TestUlozto: test_changes RemoteLocal", 58622 "type": "go", 58623 "request": "launch", 58624 "mode": "test", 58625 "program": "./cmd/bisync", 58626 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_changes", "-no-cleanup"] 58627 }, 58628 { 58629 "name": "Test TestUlozto: test_changes RemoteRemote", 58630 "type": "go", 58631 "request": "launch", 58632 "mode": "test", 58633 "program": "./cmd/bisync", 58634 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_changes", "-no-cleanup"] 58635 }, 58636 { 58637 "name": "Test TestUlozto: test_check_access LocalRemote", 58638 "type": "go", 58639 "request": "launch", 58640 "mode": "test", 58641 "program": "./cmd/bisync", 58642 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_check_access", "-no-cleanup"] 58643 }, 58644 { 58645 "name": "Test TestUlozto: test_check_access RemoteLocal", 58646 "type": "go", 58647 "request": "launch", 58648 "mode": "test", 58649 "program": "./cmd/bisync", 58650 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_check_access", "-no-cleanup"] 58651 }, 58652 { 58653 "name": "Test TestUlozto: test_check_access RemoteRemote", 58654 "type": "go", 58655 "request": "launch", 58656 "mode": "test", 58657 "program": "./cmd/bisync", 58658 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_check_access", "-no-cleanup"] 58659 }, 58660 { 58661 "name": "Test TestUlozto: test_check_access_filters LocalRemote", 58662 "type": "go", 58663 "request": "launch", 58664 "mode": "test", 58665 "program": "./cmd/bisync", 58666 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_check_access_filters", "-no-cleanup"] 58667 }, 58668 { 58669 "name": "Test TestUlozto: test_check_access_filters RemoteLocal", 58670 "type": "go", 58671 "request": "launch", 58672 "mode": "test", 58673 "program": "./cmd/bisync", 58674 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_check_access_filters", "-no-cleanup"] 58675 }, 58676 { 58677 "name": "Test TestUlozto: test_check_access_filters RemoteRemote", 58678 "type": "go", 58679 "request": "launch", 58680 "mode": "test", 58681 "program": "./cmd/bisync", 58682 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_check_access_filters", "-no-cleanup"] 58683 }, 58684 { 58685 "name": "Test TestUlozto: test_check_filename LocalRemote", 58686 "type": "go", 58687 "request": "launch", 58688 "mode": "test", 58689 "program": "./cmd/bisync", 58690 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_check_filename", "-no-cleanup"] 58691 }, 58692 { 58693 "name": "Test TestUlozto: test_check_filename RemoteLocal", 58694 "type": "go", 58695 "request": "launch", 58696 "mode": "test", 58697 "program": "./cmd/bisync", 58698 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_check_filename", "-no-cleanup"] 58699 }, 58700 { 58701 "name": "Test TestUlozto: test_check_filename RemoteRemote", 58702 "type": "go", 58703 "request": "launch", 58704 "mode": "test", 58705 "program": "./cmd/bisync", 58706 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_check_filename", "-no-cleanup"] 58707 }, 58708 { 58709 "name": "Test TestUlozto: test_check_sync LocalRemote", 58710 "type": "go", 58711 "request": "launch", 58712 "mode": "test", 58713 "program": "./cmd/bisync", 58714 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_check_sync", "-no-cleanup"] 58715 }, 58716 { 58717 "name": "Test TestUlozto: test_check_sync RemoteLocal", 58718 "type": "go", 58719 "request": "launch", 58720 "mode": "test", 58721 "program": "./cmd/bisync", 58722 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_check_sync", "-no-cleanup"] 58723 }, 58724 { 58725 "name": "Test TestUlozto: test_check_sync RemoteRemote", 58726 "type": "go", 58727 "request": "launch", 58728 "mode": "test", 58729 "program": "./cmd/bisync", 58730 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_check_sync", "-no-cleanup"] 58731 }, 58732 { 58733 "name": "Test TestUlozto: test_compare_all LocalRemote", 58734 "type": "go", 58735 "request": "launch", 58736 "mode": "test", 58737 "program": "./cmd/bisync", 58738 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_compare_all", "-no-cleanup"] 58739 }, 58740 { 58741 "name": "Test TestUlozto: test_compare_all RemoteLocal", 58742 "type": "go", 58743 "request": "launch", 58744 "mode": "test", 58745 "program": "./cmd/bisync", 58746 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_compare_all", "-no-cleanup"] 58747 }, 58748 { 58749 "name": "Test TestUlozto: test_compare_all RemoteRemote", 58750 "type": "go", 58751 "request": "launch", 58752 "mode": "test", 58753 "program": "./cmd/bisync", 58754 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_compare_all", "-no-cleanup"] 58755 }, 58756 { 58757 "name": "Test TestUlozto: test_createemptysrcdirs LocalRemote", 58758 "type": "go", 58759 "request": "launch", 58760 "mode": "test", 58761 "program": "./cmd/bisync", 58762 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 58763 }, 58764 { 58765 "name": "Test TestUlozto: test_createemptysrcdirs RemoteLocal", 58766 "type": "go", 58767 "request": "launch", 58768 "mode": "test", 58769 "program": "./cmd/bisync", 58770 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_createemptysrcdirs", "-no-cleanup"] 58771 }, 58772 { 58773 "name": "Test TestUlozto: test_createemptysrcdirs RemoteRemote", 58774 "type": "go", 58775 "request": "launch", 58776 "mode": "test", 58777 "program": "./cmd/bisync", 58778 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_createemptysrcdirs", "-no-cleanup"] 58779 }, 58780 { 58781 "name": "Test TestUlozto: test_dry_run LocalRemote", 58782 "type": "go", 58783 "request": "launch", 58784 "mode": "test", 58785 "program": "./cmd/bisync", 58786 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_dry_run", "-no-cleanup"] 58787 }, 58788 { 58789 "name": "Test TestUlozto: test_dry_run RemoteLocal", 58790 "type": "go", 58791 "request": "launch", 58792 "mode": "test", 58793 "program": "./cmd/bisync", 58794 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_dry_run", "-no-cleanup"] 58795 }, 58796 { 58797 "name": "Test TestUlozto: test_dry_run RemoteRemote", 58798 "type": "go", 58799 "request": "launch", 58800 "mode": "test", 58801 "program": "./cmd/bisync", 58802 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_dry_run", "-no-cleanup"] 58803 }, 58804 { 58805 "name": "Test TestUlozto: test_equal LocalRemote", 58806 "type": "go", 58807 "request": "launch", 58808 "mode": "test", 58809 "program": "./cmd/bisync", 58810 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_equal", "-no-cleanup"] 58811 }, 58812 { 58813 "name": "Test TestUlozto: test_equal RemoteLocal", 58814 "type": "go", 58815 "request": "launch", 58816 "mode": "test", 58817 "program": "./cmd/bisync", 58818 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_equal", "-no-cleanup"] 58819 }, 58820 { 58821 "name": "Test TestUlozto: test_equal RemoteRemote", 58822 "type": "go", 58823 "request": "launch", 58824 "mode": "test", 58825 "program": "./cmd/bisync", 58826 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_equal", "-no-cleanup"] 58827 }, 58828 { 58829 "name": "Test TestUlozto: test_ext_paths LocalRemote", 58830 "type": "go", 58831 "request": "launch", 58832 "mode": "test", 58833 "program": "./cmd/bisync", 58834 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_ext_paths", "-no-cleanup"] 58835 }, 58836 { 58837 "name": "Test TestUlozto: test_ext_paths RemoteLocal", 58838 "type": "go", 58839 "request": "launch", 58840 "mode": "test", 58841 "program": "./cmd/bisync", 58842 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_ext_paths", "-no-cleanup"] 58843 }, 58844 { 58845 "name": "Test TestUlozto: test_ext_paths RemoteRemote", 58846 "type": "go", 58847 "request": "launch", 58848 "mode": "test", 58849 "program": "./cmd/bisync", 58850 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_ext_paths", "-no-cleanup"] 58851 }, 58852 { 58853 "name": "Test TestUlozto: test_extended_filenames LocalRemote", 58854 "type": "go", 58855 "request": "launch", 58856 "mode": "test", 58857 "program": "./cmd/bisync", 58858 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_extended_filenames", "-no-cleanup"] 58859 }, 58860 { 58861 "name": "Test TestUlozto: test_extended_filenames RemoteLocal", 58862 "type": "go", 58863 "request": "launch", 58864 "mode": "test", 58865 "program": "./cmd/bisync", 58866 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_extended_filenames", "-no-cleanup"] 58867 }, 58868 { 58869 "name": "Test TestUlozto: test_extended_filenames RemoteRemote", 58870 "type": "go", 58871 "request": "launch", 58872 "mode": "test", 58873 "program": "./cmd/bisync", 58874 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_extended_filenames", "-no-cleanup"] 58875 }, 58876 { 58877 "name": "Test TestUlozto: test_filters LocalRemote", 58878 "type": "go", 58879 "request": "launch", 58880 "mode": "test", 58881 "program": "./cmd/bisync", 58882 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_filters", "-no-cleanup"] 58883 }, 58884 { 58885 "name": "Test TestUlozto: test_filters RemoteLocal", 58886 "type": "go", 58887 "request": "launch", 58888 "mode": "test", 58889 "program": "./cmd/bisync", 58890 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_filters", "-no-cleanup"] 58891 }, 58892 { 58893 "name": "Test TestUlozto: test_filters RemoteRemote", 58894 "type": "go", 58895 "request": "launch", 58896 "mode": "test", 58897 "program": "./cmd/bisync", 58898 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_filters", "-no-cleanup"] 58899 }, 58900 { 58901 "name": "Test TestUlozto: test_filtersfile_checks LocalRemote", 58902 "type": "go", 58903 "request": "launch", 58904 "mode": "test", 58905 "program": "./cmd/bisync", 58906 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_filtersfile_checks", "-no-cleanup"] 58907 }, 58908 { 58909 "name": "Test TestUlozto: test_filtersfile_checks RemoteLocal", 58910 "type": "go", 58911 "request": "launch", 58912 "mode": "test", 58913 "program": "./cmd/bisync", 58914 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_filtersfile_checks", "-no-cleanup"] 58915 }, 58916 { 58917 "name": "Test TestUlozto: test_filtersfile_checks RemoteRemote", 58918 "type": "go", 58919 "request": "launch", 58920 "mode": "test", 58921 "program": "./cmd/bisync", 58922 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_filtersfile_checks", "-no-cleanup"] 58923 }, 58924 { 58925 "name": "Test TestUlozto: test_ignorelistingchecksum LocalRemote", 58926 "type": "go", 58927 "request": "launch", 58928 "mode": "test", 58929 "program": "./cmd/bisync", 58930 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 58931 }, 58932 { 58933 "name": "Test TestUlozto: test_ignorelistingchecksum RemoteLocal", 58934 "type": "go", 58935 "request": "launch", 58936 "mode": "test", 58937 "program": "./cmd/bisync", 58938 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 58939 }, 58940 { 58941 "name": "Test TestUlozto: test_ignorelistingchecksum RemoteRemote", 58942 "type": "go", 58943 "request": "launch", 58944 "mode": "test", 58945 "program": "./cmd/bisync", 58946 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_ignorelistingchecksum", "-no-cleanup"] 58947 }, 58948 { 58949 "name": "Test TestUlozto: test_max_delete_path1 LocalRemote", 58950 "type": "go", 58951 "request": "launch", 58952 "mode": "test", 58953 "program": "./cmd/bisync", 58954 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_max_delete_path1", "-no-cleanup"] 58955 }, 58956 { 58957 "name": "Test TestUlozto: test_max_delete_path1 RemoteLocal", 58958 "type": "go", 58959 "request": "launch", 58960 "mode": "test", 58961 "program": "./cmd/bisync", 58962 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_max_delete_path1", "-no-cleanup"] 58963 }, 58964 { 58965 "name": "Test TestUlozto: test_max_delete_path1 RemoteRemote", 58966 "type": "go", 58967 "request": "launch", 58968 "mode": "test", 58969 "program": "./cmd/bisync", 58970 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_max_delete_path1", "-no-cleanup"] 58971 }, 58972 { 58973 "name": "Test TestUlozto: test_max_delete_path2_force LocalRemote", 58974 "type": "go", 58975 "request": "launch", 58976 "mode": "test", 58977 "program": "./cmd/bisync", 58978 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 58979 }, 58980 { 58981 "name": "Test TestUlozto: test_max_delete_path2_force RemoteLocal", 58982 "type": "go", 58983 "request": "launch", 58984 "mode": "test", 58985 "program": "./cmd/bisync", 58986 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_max_delete_path2_force", "-no-cleanup"] 58987 }, 58988 { 58989 "name": "Test TestUlozto: test_max_delete_path2_force RemoteRemote", 58990 "type": "go", 58991 "request": "launch", 58992 "mode": "test", 58993 "program": "./cmd/bisync", 58994 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_max_delete_path2_force", "-no-cleanup"] 58995 }, 58996 { 58997 "name": "Test TestUlozto: test_nomodtime LocalRemote", 58998 "type": "go", 58999 "request": "launch", 59000 "mode": "test", 59001 "program": "./cmd/bisync", 59002 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_nomodtime", "-no-cleanup"] 59003 }, 59004 { 59005 "name": "Test TestUlozto: test_nomodtime RemoteLocal", 59006 "type": "go", 59007 "request": "launch", 59008 "mode": "test", 59009 "program": "./cmd/bisync", 59010 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_nomodtime", "-no-cleanup"] 59011 }, 59012 { 59013 "name": "Test TestUlozto: test_nomodtime RemoteRemote", 59014 "type": "go", 59015 "request": "launch", 59016 "mode": "test", 59017 "program": "./cmd/bisync", 59018 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_nomodtime", "-no-cleanup"] 59019 }, 59020 { 59021 "name": "Test TestUlozto: test_normalization LocalRemote", 59022 "type": "go", 59023 "request": "launch", 59024 "mode": "test", 59025 "program": "./cmd/bisync", 59026 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_normalization", "-no-cleanup"] 59027 }, 59028 { 59029 "name": "Test TestUlozto: test_normalization RemoteLocal", 59030 "type": "go", 59031 "request": "launch", 59032 "mode": "test", 59033 "program": "./cmd/bisync", 59034 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_normalization", "-no-cleanup"] 59035 }, 59036 { 59037 "name": "Test TestUlozto: test_normalization RemoteRemote", 59038 "type": "go", 59039 "request": "launch", 59040 "mode": "test", 59041 "program": "./cmd/bisync", 59042 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_normalization", "-no-cleanup"] 59043 }, 59044 { 59045 "name": "Test TestUlozto: test_rclone_args LocalRemote", 59046 "type": "go", 59047 "request": "launch", 59048 "mode": "test", 59049 "program": "./cmd/bisync", 59050 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_rclone_args", "-no-cleanup"] 59051 }, 59052 { 59053 "name": "Test TestUlozto: test_rclone_args RemoteLocal", 59054 "type": "go", 59055 "request": "launch", 59056 "mode": "test", 59057 "program": "./cmd/bisync", 59058 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_rclone_args", "-no-cleanup"] 59059 }, 59060 { 59061 "name": "Test TestUlozto: test_rclone_args RemoteRemote", 59062 "type": "go", 59063 "request": "launch", 59064 "mode": "test", 59065 "program": "./cmd/bisync", 59066 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_rclone_args", "-no-cleanup"] 59067 }, 59068 { 59069 "name": "Test TestUlozto: test_resolve LocalRemote", 59070 "type": "go", 59071 "request": "launch", 59072 "mode": "test", 59073 "program": "./cmd/bisync", 59074 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_resolve", "-no-cleanup"] 59075 }, 59076 { 59077 "name": "Test TestUlozto: test_resolve RemoteLocal", 59078 "type": "go", 59079 "request": "launch", 59080 "mode": "test", 59081 "program": "./cmd/bisync", 59082 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_resolve", "-no-cleanup"] 59083 }, 59084 { 59085 "name": "Test TestUlozto: test_resolve RemoteRemote", 59086 "type": "go", 59087 "request": "launch", 59088 "mode": "test", 59089 "program": "./cmd/bisync", 59090 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_resolve", "-no-cleanup"] 59091 }, 59092 { 59093 "name": "Test TestUlozto: test_resync LocalRemote", 59094 "type": "go", 59095 "request": "launch", 59096 "mode": "test", 59097 "program": "./cmd/bisync", 59098 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_resync", "-no-cleanup"] 59099 }, 59100 { 59101 "name": "Test TestUlozto: test_resync RemoteLocal", 59102 "type": "go", 59103 "request": "launch", 59104 "mode": "test", 59105 "program": "./cmd/bisync", 59106 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_resync", "-no-cleanup"] 59107 }, 59108 { 59109 "name": "Test TestUlozto: test_resync RemoteRemote", 59110 "type": "go", 59111 "request": "launch", 59112 "mode": "test", 59113 "program": "./cmd/bisync", 59114 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_resync", "-no-cleanup"] 59115 }, 59116 { 59117 "name": "Test TestUlozto: test_resync_modes LocalRemote", 59118 "type": "go", 59119 "request": "launch", 59120 "mode": "test", 59121 "program": "./cmd/bisync", 59122 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_resync_modes", "-no-cleanup"] 59123 }, 59124 { 59125 "name": "Test TestUlozto: test_resync_modes RemoteLocal", 59126 "type": "go", 59127 "request": "launch", 59128 "mode": "test", 59129 "program": "./cmd/bisync", 59130 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_resync_modes", "-no-cleanup"] 59131 }, 59132 { 59133 "name": "Test TestUlozto: test_resync_modes RemoteRemote", 59134 "type": "go", 59135 "request": "launch", 59136 "mode": "test", 59137 "program": "./cmd/bisync", 59138 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_resync_modes", "-no-cleanup"] 59139 }, 59140 { 59141 "name": "Test TestUlozto: test_rmdirs LocalRemote", 59142 "type": "go", 59143 "request": "launch", 59144 "mode": "test", 59145 "program": "./cmd/bisync", 59146 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_rmdirs", "-no-cleanup"] 59147 }, 59148 { 59149 "name": "Test TestUlozto: test_rmdirs RemoteLocal", 59150 "type": "go", 59151 "request": "launch", 59152 "mode": "test", 59153 "program": "./cmd/bisync", 59154 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_rmdirs", "-no-cleanup"] 59155 }, 59156 { 59157 "name": "Test TestUlozto: test_rmdirs RemoteRemote", 59158 "type": "go", 59159 "request": "launch", 59160 "mode": "test", 59161 "program": "./cmd/bisync", 59162 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_rmdirs", "-no-cleanup"] 59163 }, 59164 { 59165 "name": "Test TestUlozto: test_volatile LocalRemote", 59166 "type": "go", 59167 "request": "launch", 59168 "mode": "test", 59169 "program": "./cmd/bisync", 59170 "args": ["-remote", "local", "-remote2", "TestUlozto:", "-case", "test_volatile", "-no-cleanup"] 59171 }, 59172 { 59173 "name": "Test TestUlozto: test_volatile RemoteLocal", 59174 "type": "go", 59175 "request": "launch", 59176 "mode": "test", 59177 "program": "./cmd/bisync", 59178 "args": ["-remote", "TestUlozto:", "-remote2", "local", "-case", "test_volatile", "-no-cleanup"] 59179 }, 59180 { 59181 "name": "Test TestUlozto: test_volatile RemoteRemote", 59182 "type": "go", 59183 "request": "launch", 59184 "mode": "test", 59185 "program": "./cmd/bisync", 59186 "args": ["-remote", "TestUlozto:", "-remote2", "TestUlozto:", "-case", "test_volatile", "-no-cleanup"] 59187 }, 59188 59189 ] 59190 }