Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Improve reliability of inspecting status of live tmux testing sessions #4

Closed
ddbeck opened this issue Aug 7, 2013 · 0 comments
Closed
Assignees

Comments

@ddbeck
Copy link
Owner

ddbeck commented Aug 7, 2013

In the tests, starting a test session and getting the contents of a session are fragile. Both merely hope that some command to tmux (new-session in the former and whatever send-keys preceded capture-pane in the latter) completed in a timely manner. This can (and does) cause tests which rely on those methods to fail inconsistently on consecutive test runs.

Those portions of the testing apparatus should be modified to work on some kind of timeout basis (e.g., poll for some known duration before raising a descriptive exception).

@ghost ghost assigned ddbeck Aug 7, 2013
ddbeck pushed a commit that referenced this issue Aug 11, 2013
@ddbeck ddbeck closed this as completed Aug 11, 2013
ddbeck pushed a commit that referenced this issue Jan 5, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant