apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.56k stars 1.17k forks source link

Gradle build improvements #5387

Open tpreviero opened 1 year ago

tpreviero commented 1 year ago

This PR provide little improvements to the Gradle build.

Description

Here's a brief list of what changed:

Related issue and scope

My changes affect the following components

Types of changes

Checklist:

codecov-commenter commented 1 year ago

Codecov Report

Merging #5387 (770fc71) into master (60ca660) will decrease coverage by 0.63%. The diff coverage is n/a.

:exclamation: Current head 770fc71 differs from pull request most recent head 67447e9. Consider uploading reports for the commit 67447e9 to get more accurate results

@@            Coverage Diff             @@
##           master    #5387      +/-   ##
==========================================
- Coverage   76.91%   76.29%   -0.63%     
==========================================
  Files         240      233       -7     
  Lines       14588    14324     -264     
  Branches      629      625       -4     
==========================================
- Hits        11221    10928     -293     
- Misses       3367     3396      +29     

see 24 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

style95 commented 1 year ago

It seems this error is happening.

org.apache.openwhisk.standalone.StandaloneApiGwTests > classMethod FAILED
    java.lang.IllegalArgumentException: requirement failed
        at scala.Predef$.require(Predef.scala:268)
        at org.apache.openwhisk.standalone.StandaloneApiGwTests.$anonfun$waitForOtherThings$1(StandaloneApiGwTests.scala:39)