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

Add PHP 7.4 runtime #4767

Merged
merged 1 commit into from
Dec 20, 2019
Merged

Add PHP 7.4 runtime #4767

merged 1 commit into from
Dec 20, 2019

Conversation

akrabat
Copy link
Member

@akrabat akrabat commented Dec 15, 2019

Description

Add PHP 7.4 runtime:

  • Update list of runtimes.
  • Update Swagger description
  • Update docs
  • Add unicode.tests file

Note that this requires apache/openwhisk-runtime-php#79 to be merged first.

Related issue and scope

  • I opened an issue to propose and discuss this change (#????)

My changes affect the following components

  • API
  • Controller
  • Message Bus (e.g., Kafka)
  • Loadbalancer
  • Invoker
  • Intrinsic actions (e.g., sequences, conductors)
  • Data stores (e.g., CouchDB)
  • Tests
  • Deployment
  • CLI
  • General tooling
  • Documentation

(Note: I'm not sure which section updating a runtime falls into!)

Types of changes

  • Bug fix (generally a non-breaking change which closes an issue).
  • Enhancement or new feature (adds new functionality).
  • Breaking change (a bug fix or enhancement which changes existing behavior).

Checklist:

  • I signed an Apache CLA.
  • I reviewed the style guides and followed the recommendations (Travis CI will check :).
  • I added tests to cover my changes.
  • My changes require further changes to the documentation.
  • I updated the documentation where necessary.

* Update list of runtimes.
* Update Swagger description
* Update docs
* Add unicode.tests file
@akrabat
Copy link
Member Author

akrabat commented Dec 15, 2019

Note: I'm unsure how the text files in test/dat/actions/unicode.test/ are used, but added a PHP 7.4 one anyway.

@akrabat
Copy link
Member Author

akrabat commented Dec 16, 2019

The tests have failed on "Kafka connector should send and receive a kafka message even after shutdown one of instances". I assume this is because the PHP 7.4. runtime isn't published yet?

@codecov-io
Copy link

Codecov Report

Merging #4767 into master will decrease coverage by 6.49%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #4767     +/-   ##
=========================================
- Coverage   84.85%   78.36%   -6.5%     
=========================================
  Files         198      198             
  Lines        8836     8843      +7     
  Branches      602      602             
=========================================
- Hits         7498     6930    -568     
- Misses       1338     1913    +575
Impacted Files Coverage Δ
...core/database/cosmosdb/RxObservableImplicits.scala 0% <0%> (-100%) ⬇️
...enwhisk/connector/kafka/KamonMetricsReporter.scala 0% <0%> (-100%) ⬇️
...e/database/cosmosdb/cache/ChangeFeedConsumer.scala 0% <0%> (-100%) ⬇️
...ore/database/cosmosdb/cache/CacheInvalidator.scala 0% <0%> (-100%) ⬇️
...core/database/cosmosdb/CosmosDBArtifactStore.scala 0% <0%> (-96.61%) ⬇️
...sk/core/database/cosmosdb/CosmosDBViewMapper.scala 0% <0%> (-93.85%) ⬇️
...tabase/cosmosdb/cache/CacheInvalidatorConfig.scala 0% <0%> (-92.31%) ⬇️
...e/database/cosmosdb/cache/KafkaEventProducer.scala 0% <0%> (-77.78%) ⬇️
...whisk/core/database/cosmosdb/CosmosDBSupport.scala 0% <0%> (-74.08%) ⬇️
...abase/cosmosdb/CosmosDBArtifactStoreProvider.scala 7.69% <0%> (-50%) ⬇️
... and 11 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 f3f62df...7b2df70. Read the comment docs.

@rabbah rabbah merged commit 5802bc2 into apache:master Dec 20, 2019
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