Skip to content

Conversation

@liufengyun
Copy link
Contributor

This change helps to further reduce non-determinism in the auto debug test. The problem
can happen when two consecute commands interfere:

 [expect]                          [jdb]

  cmd1          ---->
  sleep 0.5                 <---    part 1 of rep1
  read & match buffer
  clear buffer

  cmd2          ---->
                            <---    part 2 of rep1

If we still have problems with the automation debug after this, it is fine to disable them for now. Review @felixmulder .

This change helps to reduce non-determinism in the test. The problem
can happen when two consecute commands interfere:

     [expect]                          [jdb]

      cmd1          ---->
      sleep 0.5                 <---    part 1 of rep1
      read & match buffer
      clear buffer

      cmd2          ---->
                                <---    part 2 of rep1
@liufengyun liufengyun merged commit 02bced6 into scala:master Feb 14, 2017
@liufengyun liufengyun deleted the debug-auto branch February 14, 2017 14:33
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

Successfully merging this pull request may close these issues.

1 participant