Skip to content

Commit

Permalink
Enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hasathcharu committed Apr 4, 2024
1 parent 511061f commit bc63d89
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 19 deletions.
12 changes: 6 additions & 6 deletions examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -626,10 +626,10 @@ testRedisDBExamples.dependsOn generateRedisDBExamples
// automateGSheetTable.dependsOn generateGSheetExamples
// testGSheetExamples.dependsOn automateGSheetTable

//build.dependsOn testInMemoryExamples
//build.dependsOn testDbExamples
//build.dependsOn testIntrospectionExamples
//build.dependsOn testRedisDBExamples
build.dependsOn testInMemoryExamples
build.dependsOn testDbExamples
build.dependsOn testIntrospectionExamples
build.dependsOn testRedisDBExamples
//build.dependsOn testGSheetExamples
//build.finalizedBy stopTestDockerContainer
//build.finalizedBy stopTestRedisContainer
build.finalizedBy stopTestDockerContainer
build.finalizedBy stopTestRedisContainer
14 changes: 7 additions & 7 deletions persist-cli-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -421,14 +421,14 @@ jacocoTestReport {
}
}

//test.dependsOn startTestDockerContainer
//test.dependsOn startMSSQLTestDockerContainer
//test.dependsOn startPostgreSQLTestDockerContainer
//test.dependsOn pullGSheetsDependency
test.dependsOn startTestDockerContainer
test.dependsOn startMSSQLTestDockerContainer
test.dependsOn startPostgreSQLTestDockerContainer
test.dependsOn pullGSheetsDependency
test.dependsOn ":persist-cli:build"
//test.finalizedBy stopTestDockerContainer
//test.finalizedBy stopMSSQLTestDockerContainer
//test.finalizedBy stopPostgreSQLTestDockerContainer
test.finalizedBy stopTestDockerContainer
test.finalizedBy stopMSSQLTestDockerContainer
test.finalizedBy stopPostgreSQLTestDockerContainer

build.doNotTrackState("build needs to run every time")
build.dependsOn ":persist-cli:build"
Expand Down
9 changes: 3 additions & 6 deletions persist-cli-tests/src/test/resources/testng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@

<suite name="BallerinaPersistToolingTests">
<test name="persist-tools-test-suite" preserve-order="true" parallel="false">
<!-- <packages>-->
<!-- <package name="io.ballerina.persist.tools.*"/>-->
<!-- </packages>-->
<classes>
<class name="io.ballerina.persist.tools.ToolingMigrateTest"/>
</classes>
<packages>
<package name="io.ballerina.persist.tools.*"/>
</packages>
</test>
</suite>

0 comments on commit bc63d89

Please sign in to comment.