Closed bdoyle0182 closed 1 year ago
Merging #5384 (ce08108) into master (65a0132) will increase coverage by
0.21%
. The diff coverage isn/a
.:exclamation: Current head ce08108 differs from pull request most recent head a15866f. Consider uploading reports for the commit a15866f to get more accurate results
@@ Coverage Diff @@
## master #5384 +/- ##
==========================================
+ Coverage 76.45% 76.66% +0.21%
==========================================
Files 240 240
Lines 14569 14569
Branches 647 647
==========================================
+ Hits 11139 11170 +31
+ Misses 3430 3399 -31
Impacted Files | Coverage Δ | |
---|---|---|
.../openwhisk/core/containerpool/ContainerProxy.scala | 95.43% <0.00%> (+0.22%) |
:arrow_up: |
...e/openwhisk/core/scheduler/queue/MemoryQueue.scala | 82.10% <0.00%> (+0.56%) |
:arrow_up: |
...g/apache/openwhisk/common/ResizableSemaphore.scala | 100.00% <0.00%> (+3.84%) |
:arrow_up: |
...la/org/apache/openwhisk/core/etcd/EtcdClient.scala | 60.00% <0.00%> (+4.61%) |
:arrow_up: |
...pache/openwhisk/core/invoker/InvokerReactive.scala | 71.53% <0.00%> (+17.69%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
I'll rerun one of the downstream runtime jobs manually and see what happens...
I think it made progress, but we're not out of the woods yet. Here's the snippet from the re-run of runttime-go (https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068)
> Task :tests:test FAILED
[30](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:31)
FAILURE: Build failed with an exception.
[31](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:32)
[32](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:33)
* What went wrong:
[33](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:34)
Execution failed for task ':tests:test'.
[34](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:35)
> Could not resolve all files for configuration ':tests:testRuntimeClasspath'.
[35](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:36)
> Could not find com.atlassian.oai:swagger-request-validator-core:.
[36](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:37)
Required by:
[37](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:38)
project :tests > org.apache.openwhisk:openwhisk-tests:1.0.1-SNAPSHOT
[38](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:39)
> Could not find io.github.embeddedkafka:embedded-kafka_2.12:.
[39](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:40)
Required by:
[40](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:41)
project :tests > org.apache.openwhisk:openwhisk-tests:1.0.1-SNAPSHOT
I think it made progress, but we're not out of the woods yet. Here's the snippet from the re-run of runttime-go (https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068)
> Task :tests:test FAILED [30](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:31) FAILURE: Build failed with an exception. [31](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:32) [32](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:33) * What went wrong: [33](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:34) Execution failed for task ':tests:test'. [34](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:35) > Could not resolve all files for configuration ':tests:testRuntimeClasspath'. [35](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:36) > Could not find com.atlassian.oai:swagger-request-validator-core:. [36](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:37) Required by: [37](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:38) project :tests > org.apache.openwhisk:openwhisk-tests:1.0.1-SNAPSHOT [38](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:39) > Could not find io.github.embeddedkafka:embedded-kafka_2.12:. [39](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:40) Required by: [40](https://github.com/apache/openwhisk-runtime-go/actions/runs/4258627618/jobs/7419972068#step:9:41) project :tests > org.apache.openwhisk:openwhisk-tests:1.0.1-SNAPSHOT
will get the rest of the dependencies from that pr updated and then seems like hopefully it should be good
Description
Related issue and scope
My changes affect the following components
Types of changes
Checklist: