Skip to content

chore(deps): Bump actions/upload-artifact from 4.2.0 to 4.3.0 #131

chore(deps): Bump actions/upload-artifact from 4.2.0 to 4.3.0

chore(deps): Bump actions/upload-artifact from 4.2.0 to 4.3.0 #131

GitHub Actions / Library Tests succeeded Jan 24, 2024 in 0s

Library Tests ✅

Tests passed successfully

Report Passed Failed Skipped Time
./subprojects/core-api/build/test-results/test/TEST-com.planetscale.jvm.driver.ConstantsTest.xml 1✅ 497ms
./subprojects/core-api/build/test-results/test/TEST-com.planetscale.jvm.PlanetscaleConfigTest.xml 7✅ 819ms
./subprojects/core-api/build/test-results/test/TEST-com.planetscale.jvm.PlanetscaleCredentialTest.xml 1✅ 5ms
./subprojects/core-api/build/test-results/test/TEST-com.planetscale.jvm.PlanetscaleParameterTest.xml 1✅ 7ms
./subprojects/driver/build/test-results/test/TEST-com.planetscale.DriverTest.xml 13✅ 553ms
./subprojects/impl-h2/build/test-results/test/TEST-com.planetscale.jvm.h2.PlanetscaleH2DriverTest.xml 8✅ 2s
./subprojects/impl-mysqlj/build/test-results/test/TEST-com.planetscale.jvm.mysqlj.PlanetscaleMysqlDriverTest.xml 16✅ 993ms
./subprojects/integration-micronaut/build/test-results/test/TEST-com.planetscale.micronaut.MicronautConfigTest.xml 7✅ 631ms

✅ ./subprojects/core-api/build/test-results/test/TEST-com.planetscale.jvm.driver.ConstantsTest.xml

1 tests were completed in 497ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.planetscale.jvm.driver.ConstantsTest 1✅ 497ms

✅ com.planetscale.jvm.driver.ConstantsTest

✅ testConstantObjects()

✅ ./subprojects/core-api/build/test-results/test/TEST-com.planetscale.jvm.PlanetscaleConfigTest.xml

7 tests were completed in 819ms with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.planetscale.jvm.PlanetscaleConfigTest 7✅ 819ms

✅ com.planetscale.jvm.PlanetscaleConfigTest

✅ testConfigKnownOptions()
✅ testConfigResolveFromUri()
✅ testConfigPassthrough()
✅ testConfigDefaults()
✅ testConfigResolveFromUriMultiHost()
✅ testConfigManual()
✅ testFailParseNonJDBCUrl()

✅ ./subprojects/core-api/build/test-results/test/TEST-com.planetscale.jvm.PlanetscaleCredentialTest.xml

1 tests were completed in 5ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.planetscale.jvm.PlanetscaleCredentialTest 1✅ 5ms

✅ com.planetscale.jvm.PlanetscaleCredentialTest

✅ testExtractDatabaseName()

✅ ./subprojects/core-api/build/test-results/test/TEST-com.planetscale.jvm.PlanetscaleParameterTest.xml

1 tests were completed in 7ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.planetscale.jvm.PlanetscaleParameterTest 1✅ 7ms

✅ com.planetscale.jvm.PlanetscaleParameterTest

✅ testEnableBoost()

✅ ./subprojects/driver/build/test-results/test/TEST-com.planetscale.DriverTest.xml

13 tests were completed in 553ms with 13 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.planetscale.DriverTest 13✅ 553ms

✅ com.planetscale.DriverTest

✅ [1] url=jdbc:planetscale://aws/hello, accepts=true
✅ [2] url=jdbc:planetscale://user:pass@aws/hello, accepts=true
✅ [3] url=jdbc:planetscale://user:pass@aws/hello?something=hi, accepts=true
✅ [4] url=jdbc:mysql://testing123/hello, accepts=false
✅ [5] url=jdbc:mysql://user:pass@aws/hello, accepts=false
✅ [6] url=jdbc:mysql://user:pass@aws/hello?something=hi, accepts=false
✅ testDriverAPI()
✅ testDriverUse()
✅ testDriverConstruct()
✅ testDriverMinorVersion()
✅ testDriverCompliance()
✅ testDriverServiceLoader()
✅ testDriverMajorVersion()

✅ ./subprojects/impl-h2/build/test-results/test/TEST-com.planetscale.jvm.h2.PlanetscaleH2DriverTest.xml

8 tests were completed in 2s with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.planetscale.jvm.h2.PlanetscaleH2DriverTest 8✅ 2s

✅ com.planetscale.jvm.h2.PlanetscaleH2DriverTest

✅ testCreateUnderlyingDriver()
✅ testFailsWithNoConfig()
✅ testDriverInterface()
✅ testCreateUse()
✅ testObtain()
✅ testParentLogger()
✅ testCalculateH2URI()
✅ testCreateDriver()

✅ ./subprojects/impl-mysqlj/build/test-results/test/TEST-com.planetscale.jvm.mysqlj.PlanetscaleMysqlDriverTest.xml

16 tests were completed in 993ms with 16 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.planetscale.jvm.mysqlj.PlanetscaleMysqlDriverTest 16✅ 993ms

✅ com.planetscale.jvm.mysqlj.PlanetscaleMysqlDriverTest

✅ testCreateUnderlyingDriver()
✅ testFailsWithNoConfig()
✅ testDriverInterface()
✅ testCreateUse()
✅ testObtain()
✅ testParentLogger()
✅ testGcpEndpoint()
✅ testResolveSymbolsPreseved()
✅ testDetectProvider()
✅ testAwsEndpoint()
✅ testResolveHostSymbolsCustom()
✅ testRenderConnectionStringWithCredentials()
✅ testCalculateMySQLURI()
✅ testCalculateMySQLURIWithCredential()
✅ testResolveHostSymbolAws()
✅ testResolveHostSymbolsGcp()

✅ ./subprojects/integration-micronaut/build/test-results/test/TEST-com.planetscale.micronaut.MicronautConfigTest.xml

7 tests were completed in 631ms with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.planetscale.micronaut.MicronautConfigTest 7✅ 631ms

✅ com.planetscale.micronaut.MicronautConfigTest

✅ testBasicConfig()
✅ testDisabledConfig()
✅ [1] config=test-basic.yml
✅ [2] config=test-disabled.yml
✅ [3] config=test-multi-endpoint.yml
✅ testEmptyConfig()
✅ testBasicConfigJdbc()