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

test_workspacebuilder.py won't finish - no error message #620

Open
aRkedos opened this issue Aug 2, 2020 · 0 comments
Open

test_workspacebuilder.py won't finish - no error message #620

aRkedos opened this issue Aug 2, 2020 · 0 comments
Assignees

Comments

@aRkedos
Copy link
Contributor

@aRkedos aRkedos commented Aug 2, 2020

Step 1: Provide a summary of your problem

I was trying to run the tests with make test and the workspacebuilder_test seems to run endlessly (did have it running for more than 10 minutes, 2 times) before exiting with C-c.

Sorry if that is a bit too unspecific but I am not that expierienced with tests. So I'll gladly take advice. The reason for running the tests is that I am working on an issue / feature request.

Edit: okay I narrowed it down to the def pane_order_test(). I marked it to be skipped. All other tests pass.
Edit2: I narrowed it down further: the while loop in the test, at least for me, leads to an infinite loop because the breaking condition of if p.current_path == pane_path is never met, it always compares /usr/bin vs. /usr/sbin.

Step 2: Provide tmuxp details

  • Python version 3.8.3
  • system PATH
  • tmux version 3.1b
  • tmuxp version 1.5.5
  • tmux path
  • tmuxp path home/arkedos/Documents/git/tmuxp-dev/bin/tmuxp (virtualenv)
  • libtmux version 0.8.2
  • shell - zsh

Step 3: Describe your environment

  • Architecture: x86_64
  • OS version: Manjaro Linux 20.2 Kernel 5.8 RC

Step 4: Describe the problem:

Steps to reproduce:

  1. run make test
  2. wait...
  3. hit C-c to exit after 10+ Minutes

Observed Results:

  • What happened? This could be a description, log output, etc.
    Not sure what to provide here since I am not that expierenced with tests. So advice is needed.

Expected Results:

  • What did you expect to happen?
    To finish all tests.

Relevant Code:

Did not make changes to testing code.

@aRkedos aRkedos changed the title workspace_builder test workspacebuilder_test won't finish - no error message Aug 2, 2020
@aRkedos aRkedos changed the title workspacebuilder_test won't finish - no error message test_workspacebuilder.py won't finish - no error message Aug 2, 2020
@tony tony self-assigned this Aug 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.