1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/ruby-pg_query
Jakub Jirutka bd073eb7cb testing/ruby-pg_query: disable on all 32-bit arches due to bug
1) PgQuery#fingerprint returns expected hash value for 'SELECT 1'
       Failure/Error: expect(fingerprint(testdef['input'])).to eq(testdef['expectedHash'])

         expected: "50fde20626009aba"
              got: "0000000026009aba"

         (compared using ==)
       # ./spec/lib/fingerprint_spec.rb:39:in `block (3 levels) in <top (required)>'

    5) PgQuery#fingerprint returns expected hash value for 'SELECT 1; SELECT a FROM b'
       Failure/Error: expect(fingerprint(testdef['input'])).to eq(testdef['expectedHash'])

         expected: "3efa3b10d558d06d"
              got: "00000000d558d06d"

         (compared using ==)
       # ./spec/lib/fingerprint_spec.rb:39:in `block (3 levels) in <top (required)>'

... and 75 very similar. It's clear that fingerprints are truncated on 32-bit.
2021-04-08 01:16:12 +02:00
..
APKBUILD testing/ruby-pg_query: disable on all 32-bit arches due to bug 2021-04-08 01:16:12 +02:00
rakefile.patch
unbundle-deps.patch