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

Disable StandaloneKCFTests #5140

Merged
merged 1 commit into from
Jul 6, 2021
Merged

Conversation

dgrove-oss
Copy link
Member

The only test case being run (invoke a blocking action
and get a result) fails quite frequently when run in
a travis-ci environment. It appears we usually hit the
60 second timeout and return a 202 with the activation id
instead of the expected result. This is "ok", but the test
is not prepared to handle it.

An alternative would be to modify the test to also accept a 202
response and then poll until the result was available, but that
would take significantly more work.

The only test case being run (invoke a blocking action
and get a result) fails quite frequently when run in
a travis-ci environment.  It appears we usually hit the
60 second timeout and return a 202 with the activation id
instead of the expected result.  This is "ok", but the test
is not prepared to handle it.

An alternative would be to modify the test to also accept a 202
response and then poll until the result was available, but that
would take significantly more work.
@codecov-commenter
Copy link

codecov-commenter commented Jul 2, 2021

Codecov Report

Merging #5140 (424371f) into master (0cdfdb3) will increase coverage by 30.62%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #5140       +/-   ##
===========================================
+ Coverage   43.96%   74.59%   +30.62%     
===========================================
  Files         231      231               
  Lines       12807    12807               
  Branches      528      528               
===========================================
+ Hits         5631     9553     +3922     
+ Misses       7176     3254     -3922     
Impacted Files Coverage Δ
...whisk/connector/kafka/KafkaConsumerConnector.scala 59.15% <0.00%> (-22.54%) ⬇️
...pache/openwhisk/core/invoker/InvokerReactive.scala 58.62% <0.00%> (-20.69%) ⬇️
.../scala/org/apache/openwhisk/utils/Exceptions.scala 20.00% <0.00%> (-20.00%) ⬇️
...whisk/connector/kafka/KafkaProducerConnector.scala 60.00% <0.00%> (-20.00%) ⬇️
...pache/openwhisk/core/containerpool/Container.scala 89.65% <0.00%> (-1.15%) ⬇️
...ntainerpool/v2/FunctionPullingContainerProxy.scala 77.77% <0.00%> (-0.35%) ⬇️
...e/openwhisk/core/containerpool/ContainerPool.scala 96.47% <0.00%> (+1.17%) ⬆️
.../org/apache/openwhisk/core/entity/EntityPath.scala 100.00% <0.00%> (+1.88%) ⬆️
...la/org/apache/openwhisk/common/TransactionId.scala 94.38% <0.00%> (+2.24%) ⬆️
.../org/apache/openwhisk/http/PoolingRestClient.scala 90.90% <0.00%> (+3.03%) ⬆️
... and 128 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0cdfdb3...424371f. Read the comment docs.

@rabbah
Copy link
Member

rabbah commented Jul 6, 2021

@dgrove-oss I'll merge this and can take a look at the standalone test to adjust it as you describe.

@rabbah rabbah merged commit 67a80c3 into apache:master Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants