rnpgp / ruby-rnp

Ruby bindings for librnp
https://www.rnpgp.org
MIT License
7 stars 3 forks source link

Debug issues found in RNP PR #2043 #2044 #90

Closed ronaldtse closed 1 year ago

ronaldtse commented 1 year ago

In these RNP PRs the ruby-rnp tests failed:

We need to:

  1. See why these instances fail
  2. Ensure we test all those platforms on ruby-rnp to catch these errors
maxirmx commented 1 year ago

s2k_iterations tests https://github.com/rnpgp/rnp/actions/runs/4658970625/jobs/8245283474?pr=2044

This failure is not related to ruby-rnp; this feature occasionally fails in other environments (see https://github.com/rnpgp/rnp/issues/2024 -- is the same problem, but I now think that my idea about the root cause is wrong)

I will add my considerations to https://github.com/rnpgp/rnp/issues/2024

maxirmx commented 1 year ago

https://github.com/rnpgp/rnp/pull/2043/checks?check_run_id=12636550894 also fails at s2k_iterations tests

I am closing this issue in favor of https://github.com/rnpgp/rnp/issues/2024