Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kleborate is failing tests on s390x #57

Open
nileshpatra opened this issue Sep 7, 2021 · 0 comments
Open

kleborate is failing tests on s390x #57

nileshpatra opened this issue Sep 7, 2021 · 0 comments

Comments

@nileshpatra
Copy link

Hi,

First off, Thanks for your work on Kleborate!
Actually, Kleborate does not pass its testsuite anymore on s390x and any other Big Endian architectures. The version 2.0.1 worked just fine, but something changed after that and both 2.0.4 and 2.1.0 do not work.

It has a few tests failing, owing to this symptom. Most of it is similar to:

======================================================================
FAIL: test_res_01 (test.test_res_alleles.TestResAlleles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/test/test_res_alleles.py", line 41, in test_res_01
    self.assertEqual(results['Bla_acquired'], 'ABC-1')
AssertionError: '-' != 'ABC-1'
- -
+ ABC-1


======================================================================
FAIL: test_res_02 (test.test_res_alleles.TestResAlleles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/test/test_res_alleles.py", line 49, in test_res_02
    self.assertEqual(results['Bla_acquired'], 'ABC-2')
AssertionError: '-' != 'ABC-2'
- -
+ ABC-2

Full log can be found here
Please consider to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant