From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
Cc: | tgl(at)sss(dot)pgh(dot)pa(dot)us, jeff(dot)janes(at)gmail(dot)com, frank(dot)gagnepain(at)intm(dot)fr, pgsql-bugs(at)lists(dot)postgresql(dot)org, Mark Wong <mark(at)2ndquadrant(dot)com> |
Subject: | Re: BUG #16476: pgp_sym_encrypt_bytea with compress-level=6 : Wrong key or corrupt data |
Date: | 2020-07-22 09:37:49 |
Message-ID: | 20200722093749.GA2564@paquier.xyz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Wed, Jul 22, 2020 at 05:45:54PM +0900, Kyotaro Horiguchi wrote:
> Might be help if the test prints the orignal and the decrypted bytes?
And turning the buildfarm completely red? No, thanks. Those random
strings are also too long to be analyzed easily. The issue is not
directly related to s390 though, shelduck, that runs on SLES 12 SP3 is
reporting green, as well as sheartail. I am wondering what
barbastella, barbthroat and pipistrelles that run SLES 15 are going to
say though.
We have a couple of options to move on, but a failure of this test
means that the input string does not match with the output once
compressed and then decompressed:
1) Revert the patch, look more into the problem in those
environments. I don't have an access to that though.
2) Remove the test.
3) Switch the buildfarm members to not use libz, and file a bug to
SLES to find out what's wrong. For example, could it be possible that
a flavor of zlib-ng with zlib compatibility gets used? This has some
code specific to s390. I am adding Mark in CC, perhaps he has an
idea.
For now I am waiting more to see what other animals have to say.
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | PG Bug reporting form | 2020-07-22 11:22:05 | BUG #16552: In Setup wizard, Locale "Spanish, Spain" present twice |
Previous Message | Kyotaro Horiguchi | 2020-07-22 08:45:54 | Re: BUG #16476: pgp_sym_encrypt_bytea with compress-level=6 : Wrong key or corrupt data |