You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2019/01/02 18:06:55 UTC

[GitHub] nwangtw opened a new pull request #3139: Update integration test runner to support language and test selection

nwangtw opened a new pull request #3139: Update integration test runner to support language and test selection
URL: https://github.com/apache/incubator-heron/pull/3139
 
 
   Currently integration test script runs all integration test topologies which is painful for development of new integration tests.
   
   In this PR, user can select language (like Java) and test pattern (like IntegrationTest_Streamlet_.*) to run specific tests.
   
   Usage:
     run_integration_test.sh [language] [test pattern]
   Examples:
   Run all tests in all languages:
     run_integration_test.sh
   Run all tests in a specific language:
     run_integration_test.sh java
   Run specific tests in a specific language:
     run_integration_test.sh java IntegrationTest_Streamlet_.*

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services