Re: T350-crypto T357-index-decryption: possible race condition?

2023-06-06 Thread David Bremner
Michael J Gruber writes: > > This one I can fix by serializing the test suite. For whatever reasons > it fails on newer Fedoras when looping through the different tree mode > tests (in parallel). > >> T350-crypto >> T357-index-decryption Because parallel testing only affects running different

Re: T350-crypto T357-index-decryption: possible race condition?

2023-06-03 Thread Michael J Gruber
Am Di., 30. Mai 2023 um 18:57 Uhr schrieb Michael J Gruber : > > Am Sa., 27. Mai 2023 um 14:31 Uhr schrieb David Bremner : > > > > Michael J Gruber writes: > > > > > > Are all gpg related tests emacs based? Either gpg or emacs is the red > > > herring here, or both ... > > > > The issue (at least

Re: T350-crypto T357-index-decryption: possible race condition?

2023-05-30 Thread Michael J Gruber
Am Sa., 27. Mai 2023 um 14:31 Uhr schrieb David Bremner : > > Michael J Gruber writes: > > > > Are all gpg related tests emacs based? Either gpg or emacs is the red > > herring here, or both ... > > The issue (at least on rawhide) seems to be the interaction between gpg > and emacs > >

Re: T350-crypto T357-index-decryption: possible race condition?

2023-05-30 Thread Michael J Gruber
Am Sa., 27. Mai 2023 um 14:59 Uhr schrieb David Bremner : > > David Bremner writes: > > > > > I'm not sure if this is the main issue, but in commit bf8aa34324cc91a > > that key was replaced by an ed255519 key > > 9A3AFE6C60065A148FD4B58A7E6ABE924645CC60 > > > > Did the fedora sources get out of

Re: T350-crypto T357-index-decryption: possible race condition?

2023-05-29 Thread Michael J Gruber
David Bremner venit, vidit, dixit 2023-05-12 21:17:45: > Michael J Gruber writes: > > > oh well, attachments ... > > > > Can you encrypt to the key 6D92612D94E46381 interactively using an > approriately simplified version of that command? Took me a while, sorry. In that chroot: ``` sh-5.2#

Re: T350-crypto T357-index-decryption: possible race condition?

2023-05-27 Thread David Bremner
David Bremner writes: > > I'm not sure if this is the main issue, but in commit bf8aa34324cc91a > that key was replaced by an ed255519 key > 9A3AFE6C60065A148FD4B58A7E6ABE924645CC60 > > Did the fedora sources get out of synch somehow? > > d > > PS. Currently spinning up a Fedora Rawhide VM to

Re: T350-crypto T357-index-decryption: possible race condition?

2023-05-27 Thread David Bremner
Michael J Gruber writes: > > Are all gpg related tests emacs based? Either gpg or emacs is the red > herring here, or both ... The issue (at least on rawhide) seems to be the interaction between gpg and emacs https://dev.gnupg.org/T6481 A fix seems to be in progress. Do you have problems

Re: T350-crypto T357-index-decryption: possible race condition?

2023-05-27 Thread David Bremner
Michael J Gruber writes: > David Bremner venit, vidit, dixit 2023-05-12 21:17:45: >> Michael J Gruber writes: >> >> > oh well, attachments ... >> > >> >> Can you encrypt to the key 6D92612D94E46381 interactively using an >> approriately simplified version of that command? > > Took me a while,

Re: T350-crypto T357-index-decryption: possible race condition?

2023-05-25 Thread Michael J Gruber
[now from the subscribed address, sorry] David Bremner venit, vidit, dixit 2023-05-12 21:17:45: > Michael J Gruber writes: > > > oh well, attachments ... > > > > Can you encrypt to the key 6D92612D94E46381 interactively using an > approriately simplified version of that command? Took me a

Re: T350-crypto T357-index-decryption: possible race condition?

2023-05-12 Thread David Bremner
Michael J Gruber writes: > oh well, attachments ... > Can you encrypt to the key 6D92612D94E46381 interactively using an approriately simplified version of that command? ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email

Re: T350-crypto T357-index-decryption: possible race condition?

2023-05-12 Thread Michael J Gruber
oh well, attachments ... Am Fr., 12. Mai 2023 um 19:42 Uhr schrieb Michael J Gruber : > > Am Do., 11. Mai 2023 um 22:49 Uhr schrieb David Bremner : > > > > Michael J Gruber writes: > > > ... > > > T350-crypto: Testing PGP/MIME signature verification and decryption > ... > > > PASS signature

Re: T350-crypto T357-index-decryption: possible race condition?

2023-05-12 Thread Michael J Gruber
Am Do., 11. Mai 2023 um 22:49 Uhr schrieb David Bremner : > > Michael J Gruber writes: > ... > > T350-crypto: Testing PGP/MIME signature verification and decryption ... > > PASS signature verification with signer key unavailable > > ``` > > There the suite "hangs" for about 2 minutes, followed

Re: T350-crypto T357-index-decryption: possible race condition?

2023-05-11 Thread David Bremner
Michael J Gruber writes: > Building notmuch 0.37 with my usual spec-file as a rawhide-mock build > (a local chroot for the development "version" of Fedora which will > become Fedora 39) I see: > ``` > T350-crypto: Testing PGP/MIME signature verification and decryption > PASS emacs delivery of

T350-crypto T357-index-decryption: possible race condition?

2023-05-11 Thread Michael J Gruber
Hi there, my regular notmuch test builds recently started to fail, more concretely: the test suite fails because some subtests are KILLed. Building notmuch 0.37 with my usual spec-file as a rawhide-mock build (a local chroot for the development "version" of Fedora which will become Fedora 39) I