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

end2end failure #2

Open
jayvdb opened this issue May 14, 2019 · 4 comments
Open

end2end failure #2

jayvdb opened this issue May 14, 2019 · 4 comments

Comments

@jayvdb
Copy link

jayvdb commented May 14, 2019

I am looking at packaging this for openSUSE, and ran into the following test failure on Python 2 and 3
https://build.opensuse.org/package/show/home:jayvdb:py-new/python-fsed

[   18s] FAIL: test_end2end (fsed.tests.test_fsed.TestFsed)
[   18s] ----------------------------------------------------------------------
[   18s] Traceback (most recent call last):
[   18s]   File "/home/abuild/rpmbuild/BUILD/fsed-0.5.3/fsed/tests/test_fsed.py", line 172, in test_end2end
[   18s]     self.assertEqual(exit_code, 0)
[   18s] AssertionError: 2 != 0

All other tests pass, as can be seen at the logs in the openSUSE build systems URL above.

@wroberts
Copy link
Owner

Thanks for the report, @jayvdb

I guess what's happened is I forgot a few test files in the release. I've tried adding in a bunch more and released v0.5.4 today. Can you test again and see if this corrects the issue?

@jayvdb
Copy link
Author

jayvdb commented May 15, 2019

Looking better. Still an error on python 3.4

https://build.opensuse.org/package/show/home:jayvdb:py-new/python-fsed#

@wroberts
Copy link
Owner

I haven't been able to reproduce this, either on my own system or on a clean docker image. Do you have any thoughts on what could be happening here? We're failing because a nonzero exit status from running the script ... Unfortunately, the click test runner doesn't show stderr or stdout (stdout is captured, but not stderr, and we're not echoing stdout to console when the assertion fails). Is there any way you can dig into this a bit more?

@jayvdb
Copy link
Author

jayvdb commented May 18, 2019

Ya, sure, ill see what i dig up

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

2 participants