1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-23 22:51:35 +00:00
Commit graph

7281 commits

Author SHA1 Message Date
Thomas Waldmann
287907b218 bsdflags cleanup, #6908
https://github.com/borgbackup/borg/issues/6908#issuecomment-1224839170
2022-09-14 11:24:50 +02:00
TW
f5df35b36e
Merge pull request #7022 from ThomasWaldmann/split-archiver-tests
Split archiver tests
2022-09-14 09:51:14 +02:00
Thomas Waldmann
5d7b48ced8 add remote repo / borg binary testing 2022-09-14 09:11:45 +02:00
Thomas Waldmann
f410de690d remove log output checks
the intention of this test is testing whether borg check
returns an error when checking a corrupted repository.

the removed assertions were rather testing the test logging
configuration, which seems flaky:

- when running all tests, assertions failed
- when running only this one test, assertions succeeded
- assertions also succeeded when running all the tests before
  they were refactored to separate test modules, although the
  test code was not changed, just moved.
2022-09-13 16:22:16 +02:00
Thomas Waldmann
1cd105d9f5 update flake8 ignores in setup.cfg 2022-09-13 14:58:46 +02:00
Thomas Waldmann
f94eec199f move patterns tests to own module 2022-09-13 14:18:17 +02:00
Thomas Waldmann
87c3f11796 remove unneeded code 2022-09-13 14:14:56 +02:00
Thomas Waldmann
db0d15c182 move another test to argparsing 2022-09-13 14:12:15 +02:00
Thomas Waldmann
6ec6fc2496 move corruption tests to own module 2022-09-13 14:08:03 +02:00
Thomas Waldmann
acca64b057 move some checks to own module 2022-09-13 13:59:33 +02:00
Thomas Waldmann
c7146ffb47 move rcreate cmd tests to own module 2022-09-13 02:21:04 +02:00
Thomas Waldmann
8cee607652 move create cmd tests to own module 2022-09-13 02:00:18 +02:00
Thomas Waldmann
14f9d7d3cb move extract cmd tests to own module 2022-09-13 01:22:37 +02:00
Thomas Waldmann
4a720e9abd move item related test to item testing module 2022-09-13 00:29:20 +02:00
Thomas Waldmann
589ed91f4a move more help related stuff to help testing module 2022-09-13 00:29:20 +02:00
Thomas Waldmann
2e17ceb258 move argparsing tests to own module 2022-09-13 00:29:20 +02:00
Thomas Waldmann
32f81eff27 move config cmd tests to own module 2022-09-13 00:03:07 +02:00
Thomas Waldmann
8aaad71439 move disk full tests to own module 2022-09-12 23:55:13 +02:00
Thomas Waldmann
3c247b8109 move return codes tests to own module 2022-09-12 23:49:51 +02:00
Thomas Waldmann
245bdef4eb move benchmark cmd tests to own module 2022-09-12 23:45:11 +02:00
Thomas Waldmann
cc79c98b98 move help cmd tests to own module 2022-09-12 23:42:48 +02:00
Thomas Waldmann
e27bb0c1d0 move transfer cmd tests to own module 2022-09-12 23:37:26 +02:00
Thomas Waldmann
35d2710769 move lock cmd tests to own module 2022-09-12 23:35:21 +02:00
Thomas Waldmann
ec731bfaa0 remove unused imports from test init 2022-09-12 23:27:20 +02:00
Thomas Waldmann
4e932241b2 blacken init 2022-09-12 23:25:38 +02:00
Thomas Waldmann
e329152f01 move recreate cmd tests to own module 2022-09-12 23:25:38 +02:00
Thomas Waldmann
5fa1b7ea88 move (r)info cmd tests to own module 2022-09-12 23:25:38 +02:00
Thomas Waldmann
620d51d6bc move rename cmd tests to own module 2022-09-12 23:25:38 +02:00
Thomas Waldmann
a07311101a move (r)list cmds tests to own module 2022-09-12 23:25:38 +02:00
Thomas Waldmann
fcf7ca5e10 move fuse / mount cmds tests to own module 2022-09-12 23:25:38 +02:00
Thomas Waldmann
2288ee04fe move prune cmd tests to own module 2022-09-12 02:53:02 +02:00
Thomas Waldmann
4171e38d44 move key cmd tests to own module 2022-09-12 02:33:37 +02:00
Thomas Waldmann
c09ce2cb55 move delete/rdelete cmd tests to own modules 2022-09-12 02:05:25 +02:00
Thomas Waldmann
185951fb57 move diff cmd tests to own module 2022-09-12 01:42:36 +02:00
Thomas Waldmann
dadbe0ddf3 move check cmd tests to own module 2022-09-12 01:03:16 +02:00
Thomas Waldmann
c4a1cc5bb0 remove unused imports 2022-09-12 00:51:25 +02:00
Thomas Waldmann
d762833cd6 move debug cmd tests to own module 2022-09-12 00:50:12 +02:00
Thomas Waldmann
5beb3857f8 move tar and --bypass-lock tests to own modules 2022-09-12 00:03:26 +02:00
Thomas Waldmann
bef65e5722 make borg.testsuite.archiver a package
git mv archiver.py archiver/__init__.py

+ adapt import levels + adapt filenames
2022-09-12 00:03:26 +02:00
TW
1453b50b6f
Merge pull request #7018 from ThomasWaldmann/rel200b2
release 2.0.0b2
2022-09-10 23:38:44 +02:00
Thomas Waldmann
208475f707 xattrs: adapt tests to new error msgs 2022-09-10 22:06:34 +02:00
Thomas Waldmann
c27df634f1 vagrant: remove outdated netbsd hack, not needed any more
(same change as in 1.2-maint)
2022-09-10 18:21:17 +02:00
Thomas Waldmann
d39ecf4640 requirements: use latest Cython, tox 3.25.1
also remove the exclusion of the meanwhile outdated
broken Cython 0.27.

use tox 3.25.1 (as in 1.2-maint)
2022-09-10 18:15:45 +02:00
Thomas Waldmann
18ca2ab3ce build_usage build_man 2022-09-10 18:15:45 +02:00
Thomas Waldmann
c8964e92fd update CHANGES 2022-09-10 18:15:45 +02:00
TW
4c5bcf5e43
Merge pull request #7019 from bket/openssl_statically_linked
OpenBSD only - statically link OpenSSL (#6474)
2022-09-10 18:13:34 +02:00
Björn Ketelaars
730fca5bcc OpenBSD only - statically link OpenSSL (#6474)
Avoid conflicting with shared libcrypto from the base OS pulled in via
dependencies.
2022-09-10 17:49:24 +02:00
TW
b6469bb7d7
Merge pull request #7017 from ThomasWaldmann/remove-stretch64
Revert "re-add stretch64 vm, fixes #7010"
2022-09-10 15:32:45 +02:00
Thomas Waldmann
8d8a672895 Revert "re-add stretch64 vm, fixes #7010"
This reverts commit 7fec5ff051.
2022-09-10 15:26:26 +02:00
TW
bbe910091e
Merge pull request #7015 from ThomasWaldmann/update-changes
update CHANGES
2022-09-10 13:46:42 +02:00