]> source.dussan.org Git - jgit.git/commit
Fix GcConcurrentTest#testInterruptGc 18/200118/2
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 22 Feb 2023 19:35:01 +0000 (20:35 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 22 Feb 2023 19:38:29 +0000 (20:38 +0100)
commit1691e38779d1f1d25cc6c388a91a82667ff12b34
treecd296fe80513ebf233555a8894907583eee68afc
parent49f527386723ff219de0c726d74f200d89c959d7
Fix GcConcurrentTest#testInterruptGc

With the new GC.PidLock interrupting a running GC throws a
ClosedByInterruptException.

Change-Id: I7ccea1ae9a43d4edfdab2fcfd1324c64cc22b38f
org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/file/GcConcurrentTest.java