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

#238 add spring boot configuration metadata #240

Merged
merged 1 commit into from
Nov 14, 2023

#238 add spring boot configuration metadata

b696920
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

#238 add spring boot configuration metadata #240

#238 add spring boot configuration metadata
b696920
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Tests succeeded Nov 14, 2023 in 0s

JUnit Tests ✅

Tests passed successfully

Report Passed Failed Skipped Time
elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.ElasticsearchEvolutionIT.xml 32✅ 249s
elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT.xml 168✅ 30s
elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplIT.xml 8✅ 3s
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.api.config.ElasticsearchEvolutionConfigTest.xml 15✅ 515ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.ElasticsearchEvolutionTest.xml 4✅ 229ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest.xml 507✅ 2s
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationScriptProtocolMapperTest.xml 4✅ 551ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplTest.xml 528✅ 4s
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptParserImplTest.xml 17✅ 14ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptReaderImplTest.xml 14✅ 151ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.dbhistory.MigrationScriptProtocolTest.xml 6✅ 1ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.migration.MigrationScriptRequestTest.xml 3✅ 12ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest.xml 30✅ 2ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.utils.AssertionUtilsTest.xml 14✅ 23ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.utils.RandomUtilsTest.xml 3✅ 1s
spring-boot-starter-elasticsearch-evolution/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.spring.boot.starter.autoconfigure.ElasticsearchEvolutionAutoConfigurationIT.xml 1✅ 29s
spring-boot-starter-elasticsearch-evolution/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.spring.boot.starter.autoconfigure.ElasticsearchEvolutionAutoConfigurationTest.xml 4✅ 2s
tests/test-spring-boot-2.1-scriptsInJarFile/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot21.ApplicationTests.xml 1✅ 15s
tests/test-spring-boot-2.2/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot22.ApplicationTests.xml 1✅ 14s
tests/test-spring-boot-2.3/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot23.ApplicationTests.xml 1✅ 14s
tests/test-spring-boot-2.4/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot24.ApplicationTests.xml 1✅ 14s
tests/test-spring-boot-2.5-scriptsInJarFile/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot25.ApplicationTest.xml 1✅ 14s
tests/test-spring-boot-2.6/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot26.ApplicationTests.xml 1✅ 14s
tests/test-spring-boot-2.7/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot27.ApplicationTests.xml 1✅ 14s

✅ elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.ElasticsearchEvolutionIT.xml

32 tests were completed in 249s with 32 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.ElasticsearchEvolutionIT 32✅ 249s

✅ elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT.xml

168 tests were completed in 30s with 168 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT 168✅ 30s

✅ elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplIT.xml

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplIT 8✅ 3s

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.api.config.ElasticsearchEvolutionConfigTest.xml

15 tests were completed in 515ms with 15 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.api.config.ElasticsearchEvolutionConfigTest 15✅ 515ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.ElasticsearchEvolutionTest.xml

4 tests were completed in 229ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.ElasticsearchEvolutionTest 4✅ 229ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest.xml

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest 507✅ 2s

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationScriptProtocolMapperTest.xml

4 tests were completed in 551ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationScriptProtocolMapperTest 4✅ 551ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplTest.xml

528 tests were completed in 4s with 528 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplTest 528✅ 4s

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptParserImplTest.xml

17 tests were completed in 14ms with 17 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptParserImplTest 17✅ 14ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptReaderImplTest.xml

14 tests were completed in 151ms with 14 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptReaderImplTest 14✅ 151ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.dbhistory.MigrationScriptProtocolTest.xml

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.model.dbhistory.MigrationScriptProtocolTest 6✅ 1ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.migration.MigrationScriptRequestTest.xml

3 tests were completed in 12ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.model.migration.MigrationScriptRequestTest 3✅ 12ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest.xml

30 tests were completed in 2ms with 30 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest 30✅ 2ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.utils.AssertionUtilsTest.xml

14 tests were completed in 23ms with 14 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.utils.AssertionUtilsTest 14✅ 23ms

✅ elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.utils.RandomUtilsTest.xml

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.utils.RandomUtilsTest 3✅ 1s

✅ spring-boot-starter-elasticsearch-evolution/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.spring.boot.starter.autoconfigure.ElasticsearchEvolutionAutoConfigurationIT.xml

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.spring.boot.starter.autoconfigure.ElasticsearchEvolutionAutoConfigurationIT 1✅ 29s

✅ spring-boot-starter-elasticsearch-evolution/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.spring.boot.starter.autoconfigure.ElasticsearchEvolutionAutoConfigurationTest.xml

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.spring.boot.starter.autoconfigure.ElasticsearchEvolutionAutoConfigurationTest 4✅ 2s

✅ tests/test-spring-boot-2.1-scriptsInJarFile/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot21.ApplicationTests.xml

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.springboot21.ApplicationTests 1✅ 15s

✅ tests/test-spring-boot-2.2/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot22.ApplicationTests.xml

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.springboot22.ApplicationTests 1✅ 14s

✅ tests/test-spring-boot-2.3/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot23.ApplicationTests.xml

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.springboot23.ApplicationTests 1✅ 14s

✅ tests/test-spring-boot-2.4/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot24.ApplicationTests.xml

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.springboot24.ApplicationTests 1✅ 14s

✅ tests/test-spring-boot-2.5-scriptsInJarFile/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot25.ApplicationTest.xml

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.springboot25.ApplicationTest 1✅ 14s

✅ tests/test-spring-boot-2.6/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot26.ApplicationTests.xml

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.springboot26.ApplicationTests 1✅ 14s

✅ tests/test-spring-boot-2.7/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot27.ApplicationTests.xml

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.springboot27.ApplicationTests 1✅ 14s