Matt Kulukundis
8ead72e99f
formatting only: switch to Item level import ganularity
2024-08-22 14:52:54 -04:00
Tim Janik
11f56800fa
test_gpg: fix warnings ending up on stdout
...
Signed-off-by: Tim Janik <timj@gnu.org>
2024-07-12 10:32:13 +09:00
Yuya Nishihara
24868e5192
gpg_signing: handle early termination of gpg command in verify path
...
Also fixes missing wait() on I/O error. We have the same problem in several
places. I'll fix them in another batch.
2024-03-03 18:35:10 +09:00
Yuya Nishihara
ef9d22887c
tests: disable gpg unknown_key() test on Windows as well
...
Follows up 7552f939c6
"tests: disable most gpg integration tests on Windows."
I couldn't find this test failing in a few samples before, but it does now.
2024-02-27 00:55:06 +09:00
Yuya Nishihara
7552f939c6
tests: disable most gpg integration tests on Windows
...
These tests often stuck on Windows CI for unknown reasons. Let's mark them
ignored for the moment. The unknown_key test is allowed because it somehow
appears to pass.
https://github.com/martinvonz/jj/actions/runs/8009950119/job/21879789008?pr=3123#step:7:1487
#3140
2024-02-25 17:07:05 +09:00
Julien Vincent
f97e929cbf
sign: Skip gpg tests if gpg is not installed
...
This adds a guard to the gpg signing tests which will skip the test if
`gpg` is not installed on the system.
This is done in order to avoid requiring all collaborators to have setup
all the tools on their local machines that are required to test commit
signing.
2024-02-21 13:22:53 +00:00
Yuya Nishihara
9f05aa8c46
tests: fix fun typo "singing" -> "signing"
2024-02-21 22:04:41 +09:00
Julien Vincent
7c11a61c23
sign: GPG backend tests
2024-02-20 00:02:08 +00:00