You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/24 15:05:53 UTC

[GitHub] csantanapr opened a new issue #3572: Run full set of tests using Travis stages/jobs

csantanapr opened a new issue #3572: Run full set of tests using Travis stages/jobs
URL: https://github.com/apache/incubator-openwhisk/issues/3572
 
 
   Today we exclude a serie of test cases because running in a single travis job takes longer than the max timeout (~50 minutes)
   Today we exclude tests like this
   https://github.com/apache/incubator-openwhisk/blob/master/tests/build.gradle#L23-L31
   ```
   task testLean(type: Test) {
       exclude '**/*Swift*'
       exclude '**/*Python*'
       exclude '**/*Java*'
       exclude '**/*ThrottleTests*'
       exclude '**/MaxActionDurationTests*'
       exclude '**/*ApiGwRestBasicTests*'
       exclude '**/*WskCli*'
   }
   ```
   We could create additional test suite to see if we can fit them in another job that runs in parallel.
   
   Today we already run 2 jobs in parallel
   
   ```
   
   ```
   cc @chetanmeh @mrutkows 

----------------------------------------------------------------
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