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

chore(deps): Bump step-security/harden-runner from 2.7.0 to 2.7.1 #166

---

1291059
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

chore(deps): Bump step-security/harden-runner from 2.7.0 to 2.7.1 #166

---
1291059
Select commit
Loading
Failed to load commit list.
GitHub Actions / Library Tests succeeded May 21, 2024 in 1s

54 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
./subprojects/core-api/build/test-results/test/TEST-com.planetscale.jvm.driver.ConstantsTest.xml 1✅ 264ms
./subprojects/core-api/build/test-results/test/TEST-com.planetscale.jvm.PlanetscaleConfigTest.xml 7✅ 1s
./subprojects/core-api/build/test-results/test/TEST-com.planetscale.jvm.PlanetscaleCredentialTest.xml 1✅ 11ms
./subprojects/core-api/build/test-results/test/TEST-com.planetscale.jvm.PlanetscaleParameterTest.xml 1✅ 11ms
./subprojects/driver/build/test-results/test/TEST-com.planetscale.DriverTest.xml 13✅ 652ms
./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✅ 846ms
./subprojects/integration-micronaut/build/test-results/test/TEST-com.planetscale.micronaut.MicronautConfigTest.xml 7✅ 736ms

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

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

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

✅ com.planetscale.jvm.driver.ConstantsTest

✅ testConstantObjects()

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

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

Test suite Passed Failed Skipped Time
com.planetscale.jvm.PlanetscaleConfigTest 7✅ 1s

✅ 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 11ms with 1 passed, 0 failed and 0 skipped.

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

✅ com.planetscale.jvm.PlanetscaleCredentialTest

✅ testExtractDatabaseName()

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

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

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

✅ com.planetscale.jvm.PlanetscaleParameterTest

✅ testEnableBoost()

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

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

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

✅ 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 846ms with 16 passed, 0 failed and 0 skipped.

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

✅ 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 736ms with 7 passed, 0 failed and 0 skipped.

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

✅ com.planetscale.micronaut.MicronautConfigTest

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