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

Flaky test: Cucumber CLI scenarios #139

Open
artem-zakharchenko opened this issue May 2, 2019 · 0 comments
Open

Flaky test: Cucumber CLI scenarios #139

artem-zakharchenko opened this issue May 2, 2019 · 0 comments
Labels

Comments

@artem-zakharchenko
Copy link
Contributor

During Cucumber feature testing there are two CLI scenarios that are flaky. Both seem to timeout randomly, and I cannot draw a clear conclusion what causes scenarios timeout.

1) Scenario: Read and validate real raw HTTP message from STDIN - node_modules/gavel-spec/features/cli.feature:18
   Step: Then exit status is 0 - node_modules/gavel-spec/features/cli.feature:24
   Step Definition: test/cucumber/step_definitions/cli_stepdefs.js:30
   Message:
     function timed out after 5000 milliseconds
2) Scenario: Exit status for invalid message - node_modules/gavel-spec/features/cli.feature:27
   Step: Then exit status is 1 - node_modules/gavel-spec/features/cli.feature:39
   Step Definition: test/cucumber/step_definitions/cli_stepdefs.js:30
   Message:
     function timed out after 5000 milliseconds

See the TravisCI job

Mentioned scenarios must be reviewed, rewritten (if necessary), and stabilized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant