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

[Build] Refactor integration test commands to run_integration_group.sh script #9770

Merged

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Mar 1, 2021

Motivation

  • Add a similar solution for running integration tests as there is for running unit tests in run_unit_group.sh script

This benefit of this change is that it will be easier to refactor the GitHub Actions workflow build when the commands to run the integration tests are maintained in a separate bash script.

Modifications

  • Move commands to run integration tests from the GitHub Actions workflow yaml files to a bash script build/run_ingration_group.sh.
  • The commands aren't modified as part of this PR, only moved to the script.

…h script

- add similar solution for running integration tests as there is
  for running unit tests in run_unit_group.sh script
Copy link
Contributor

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lhotari
Copy link
Member Author

lhotari commented Mar 1, 2021

/pulsarbot run-failure-checks

@jiazhai jiazhai merged commit fc5ae1d into apache:master Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants