-
Notifications
You must be signed in to change notification settings - Fork 231
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
tests/test_workspacebuilder.py::test_pane_order does not return #377
Comments
This is an old one, so I wanted to confirm if it is still an issue @dvzrv . Can you please let me know? Normally, in the project root with virtualenv activated, I just run: $ make test This seems to work for me and it is possibly no different than your method. But can you please let me know if you still have issue with tests, or does that help? Thanks, |
Yes, this is still a problem. I run |
If it is of any help: I see a tmux instance/session being created after running the test, but that instance is never closed and never changes. py.test therefore never returns. |
Hi @dvzrv, Can you please try with v1.5.1 and let me know if problem is still there? If so, can you please confirm OS details / arch and Python details, so I can try to reproduce this with vagrant? I believe Arch Linux, but wanted to be sure of additional details. Thanks, |
@rfoliva yes, unfortunately it behaves the same. Yes, I'm packaging tmuxp for Arch. python |
This is still happening with 1.5.2. I have to
I'm unsure whether this is what is causing the hang... When using the tarball from github (which has the example files), killing the tests only leads to:
|
@dvzrv v1.5.3 better? |
@tony tests are now properly included in the pypi srcdist (thanks!), but |
@dvzrv Can you show me the test output with v1.5.3 (I think 1.5.3 would pass, if not I'm going to reopen this). Maybe I didn't test thoroughly enough this morning (was still in the virtualenv when I ran the test now that I remember!) |
@dvzrv I tested this with python 3 and it worked on my end
Can you give it another try? I think that the workspacebuilder issue is fixed by 1.5.3 including the missing file. The retry issue would be fixed by Any better now? |
@dvzrv Can you pass Thank you for this info? |
|
@dvzrv Nice find! Looking into it now
|
It's |
Also, man, sorry, could've provided |
You can change it to ignore just Looking into the assertion now (my difficulty is I'm having trouble reproducing it, so I am reading it carefully to make sure I didn't write any flaky assertions/setup) No issue at all! |
Cool, thank you! |
@dvzrv Thank you! |
Also reopening |
Just as a heads up: This issue is still present on 1.8.1 |
This issue seems to be gone with 1.12.0 |
@dvzrv Thank you for getting back on this! @categulario Good job. |
During packaging tmuxp and after building tmuxp, I run the tests using
python3 setup.py test
.However, test_workspacebuilder.py does never return (hangs forever) and I have to kill the build and build without tests (not good):
Do I have to run the tests somehow differently? Am I missing something?
The text was updated successfully, but these errors were encountered: