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 "helloworld" & "runtime" tests for newer .NET and Ballerina runtimes #1069

Open
mrutkows opened this issue Sep 9, 2019 · 1 comment
Open

Comments

@mrutkows
Copy link
Contributor

mrutkows commented Sep 9, 2019

Currently, we have "helloworld" tests for other langs and need some equivalency for newer runtime langs. of .NET and Ballerina. Here is what we have now for "helloworld":

./tests/src/integration/export/manifest_helloworld.yaml:          runtime: nodejs:6
./tests/src/integration/export/manifest_helloworld.yaml:          runtime: java
./tests/src/integration/export/manifest_helloworld.yaml:          runtime: python
./tests/src/integration/export/manifest_helloworld.yaml:          runtime: swift:3.1.1
./tests/src/integration/helloworld/manifest.yaml:                      runtime: ruby:2.5

or some "helloXXX" variant:

./tests/src/integration/helloworld/manifest.yaml:                      runtime: go:1.11
./tests/dat/manifest_hello_swift.yaml:                                        runtime: swift

and "runtime" (version) variants for:

./tests/src/integration/runtimetests/manifest.yaml:                runtime: nodejs:8
./tests/src/integration/runtimetests/manifest.yaml:                runtime: php:7.1
./tests/src/integration/runtimetests/manifest.yaml:                runtime: php:7.2
./tests/src/integration/runtimetests/manifest.yaml:                runtime: php:7.3
./tests/src/integration/runtimetests/manifest.yaml:                runtime: php
./tests/src/integration/runtimetests/manifest.yaml:                runtime: python
./tests/src/integration/runtimetests/manifest.yaml:                runtime: python:2
./tests/src/integration/runtimetests/manifest.yaml:                runtime: python:3
./tests/src/integration/runtimetests/manifest.yaml:                runtime: ruby:2.5
./tests/src/integration/runtimetests/manifest.yaml:                runtime: swift:4.2

NOTE: we SHOULD have helloworld tests use "default" kind (not versioned) for each runtime language and a runtime test for each supported version. A PR to fix this issue SHOULD attempt to comprehensively fix the uniformity of tests accordingly.

[ and not have "default" kinds be tested as a side effect on another testcase of different purpose.]

@kingledion
Copy link
Contributor

Helloworld test for Rust is added with this MR: #1119

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants