-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #765 from Ramith-D-Rodrigo/test-cloud
Implement `bal test --cloud` and execution of the created docker containers
- Loading branch information
Showing
75 changed files
with
2,213 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
381 changes: 381 additions & 0 deletions
381
compiler-plugin-tests/src/test/java/io/ballerina/c2c/test/docker/BalTestCMDOptionsTests.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...src/test/resources/docker-cloud-test/docker-gen-files/conf/modules/mod1/tests/Config.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
sample |
1 change: 1 addition & 0 deletions
1
...src/test/resources/docker-cloud-test/docker-gen-files/conf/modules/mod2/tests/Config.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
sample |
1 change: 1 addition & 0 deletions
1
...plugin-tests/src/test/resources/docker-cloud-test/docker-gen-files/conf/tests/Config.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
sample |
Binary file added
BIN
+292 KB
compiler-plugin-tests/src/test/resources/docker-cloud-test/docker-gen-files/jacocoagent.jar
Binary file not shown.
Binary file added
BIN
+25.6 MB
compiler-plugin-tests/src/test/resources/docker-cloud-test/docker-gen-files/jars/hello.jar
Binary file not shown.
Binary file added
BIN
+1.83 MB
compiler-plugin-tests/src/test/resources/docker-cloud-test/docker-gen-files/jars/http.jar
Binary file not shown.
Binary file added
BIN
+2.87 KB
.../resources/docker-cloud-test/docker-gen-files/jars/uuid-native-0.10.0-alpha5-SNAPSHOT.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...d-test/docker-gen-files/target/cache/tests_cache/native-config/mocked-func-class-map.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
1 change: 1 addition & 0 deletions
1
...er-cloud-test/docker-gen-files/target/cache/tests_cache/native-config/reflect-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
1 change: 1 addition & 0 deletions
1
...test/resources/docker-cloud-test/docker-gen-files/target/cache/tests_cache/test_suit.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
4 changes: 4 additions & 0 deletions
4
...t/resources/docker-cloud-test/project-based-tests/cloud-flag-code-coverage/Ballerina.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[package] | ||
org = "cloud_tests" | ||
name = "cloud_flag_code_coverage" | ||
version = "0.0.0" |
Oops, something went wrong.