Skip to content

Consecutive "wait-serial" commands sometimes fail matching #13

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
urish opened this issue Mar 5, 2024 · 0 comments
Closed

Consecutive "wait-serial" commands sometimes fail matching #13

urish opened this issue Mar 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@urish
Copy link
Contributor

urish commented Mar 5, 2024

For example, in this scenario taken from platform-io-esp32-http-client:

name: HTTP Client Test
version: 1
author: Uri Shaked

steps:
  - wait-serial: 'Connecting to WiFi'
  - wait-serial: 'Fetching http://example.org... HTTP 200'
  - wait-serial: '<title>Example Domain</title>'

The matching fails in cases when two expected lines are returned in a single buffer (e.g. both Fetching http://example.org... HTTP 200 and <title>Example Domain</title> are returned in one buffer).

@urish urish added the bug Something isn't working label Mar 5, 2024
@urish urish closed this as completed in aeedda0 Jun 12, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant