[Lldb-commits] [PATCH] D60563: [pexepect] Add a small sleep between pexect calls

2019-04-11 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere abandoned this revision. JDevlieghere added a comment. Apparently Pavel already investigated and fixed this in r357459. We also discussed a better way to make this work by checking the echo of the command passed to sendline. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION ht

[Lldb-commits] [PATCH] D60563: [pexepect] Add a small sleep between pexect calls

2019-04-11 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. To give a little more context: the particular issue I was looking at (TestCommandScriptImmediateOutput) occurs with sendline. We send a bunch of commands and always check for the prompt. I can reproduce the error when piping the test commands directly to LLDB. Re

[Lldb-commits] [PATCH] D60563: [pexepect] Add a small sleep between pexect calls

2019-04-11 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: labath, davide. Herald added a project: LLDB. When we upgraded pexpect to a more recent version, we experienced issues where pexpect was sending commands faster to LLDB could process. The problem was especially apparent on CI syst