mirror of
https://github.com/kopia/kopia.git
synced 2026-01-31 01:33:12 -05:00
* test(general): add tests for crash consistency in robustness feature * test(general): add GenerateRandomFiles function * test(general): rename tests for crash consistency in robustness feature * Update tests/recovery/blobmanipulator/blobmanipulator.go Co-authored-by: Shikhar Mall <mall.shikhar.in@gmail.com> * Update tests/robustness/crash_consistency_test/crash_consistency_test.go Co-authored-by: Shikhar Mall <mall.shikhar.in@gmail.com> * test(general): add tool for crash consistency job for automatic test * test(general): fix mistakes followed by comments * test(general): modify Makefile with new tests * test(general): delete absolute path * test(general): crash consistency job make target change * test: test in server * test: set as local dir * test: print log * test: update dst path * test(general): refactor test cases and tools * test(general): reduce unused code * test(general): fix bug * test: append logs for testing * test: remove deleted blob code * test: handle cannot open issue * test: remove kopia password relevant code * test: add numbers of test and set parallel in test case * test: block goroutine * test: add test files * test: refactor test tools * test: add filter * test: refactor file structure * test: remove unused test job and relocate the filehandler * test: fix error * test: fix followed by comments * fix: fix go lint problems * Update tests/recovery/recovery_test/recovery_test.go Co-authored-by: Shikhar Mall <mall.shikhar.in@gmail.com> * fix: fix error followed by comments * chore: don't change previous code * chore: don't change previous code * test: remove unused stdoutpipe * no error print for kill -9 case * Instead of writing your own comparison, you can use the directory comparator from the Kopia's internal diff module * remove mu and err out * remove error code * Update tests/recovery/blobmanipulator/blobmanipulator.go Co-authored-by: Shikhar Mall <mall.shikhar.in@gmail.com> * remove useless code --------- Co-authored-by: Minyi Zou <minyi.zou@kasten.io> Co-authored-by: Shikhar Mall <mall.shikhar.in@gmail.com> Co-authored-by: chaitalisg <chaitali@kasten.io>