summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Brandt <jbrandt@bestpractical.com>2020-05-13 15:45:19 -0400
committerJim Brandt <jbrandt@bestpractical.com>2020-05-13 15:45:19 -0400
commitdce1ca59bff8ebd643b6a7d17db1b1b5948f200c (patch)
tree21fe4d37df5545302298746dfe00f037f8884c14
parenta7ec880f81ac8ef3fc71e8da0208b5fcdca6bf4a (diff)
Add note about intermittent test failures on RHEL 7
-rw-r--r--README11
-rw-r--r--lib/GnuPG/Interface.pm13
2 files changed, 22 insertions, 2 deletions
diff --git a/README b/README
index 9b2feb2..2ef6dd4 100644
--- a/README
+++ b/README
@@ -440,12 +440,21 @@ NOTES
the process table.
BUGS
+ Large Amounts of Data
Currently there are problems when transmitting large quantities of
information over handles; I'm guessing this is due to buffering issues.
This bug does not seem specific to this package; IPC::Open3 also appears
affected.
- I don't know yet how well this modules handles parsing OpenPGP v3 keys.
+ OpenPGP v3 Keys
+ I don't know yet how well this module handles parsing OpenPGP v3 keys.
+
+ RHEL 7 Test Failures
+ Testing with the updates for version 1.00 we saw intermittent test
+ failures on RHEL 7 with GnuPG version 2.2.20. In some cases the tests
+ would all pass for several runs, then one would fail. We're unable to
+ reliably reproduce this so we would be interested in feedback from other
+ users.
SEE ALSO
GnuPG::Options, GnuPG::Handles, GnuPG::PublicKey, GnuPG::SecretKey, gpg,
diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index d30a1ae..b11e4d2 100644
--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -1421,12 +1421,23 @@ one should all B<wait> to clean up GnuPG from the process table.
=head1 BUGS
+=head2 Large Amounts of Data
+
Currently there are problems when transmitting large quantities
of information over handles; I'm guessing this is due
to buffering issues. This bug does not seem specific to this package;
IPC::Open3 also appears affected.
-I don't know yet how well this modules handles parsing OpenPGP v3 keys.
+=head2 OpenPGP v3 Keys
+
+I don't know yet how well this module handles parsing OpenPGP v3 keys.
+
+=head2 RHEL 7 Test Failures
+
+Testing with the updates for version 1.00 we saw intermittent test failures
+on RHEL 7 with GnuPG version 2.2.20. In some cases the tests would all pass
+for several runs, then one would fail. We're unable to reliably reproduce
+this so we would be interested in feedback from other users.
=head1 SEE ALSO