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

(fix): bean name collision #325

Merged
merged 1 commit into from
Jul 19, 2024

(fix): bean name collision with the `restClient` from Spring Boot's `…

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

(fix): bean name collision #325

(fix): bean name collision with the `restClient` from Spring Boot's `…
963cd7b
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Tests succeeded Jul 19, 2024 in 1s

1370 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.ElasticsearchEvolutionIT.xml 32✅ 195s
elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT.xml 27s
elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT$createIndexIfAbsent.xml 8✅ 1s
elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT$findAll.xml 40✅ 5s
elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT$isLocked.xml 32✅ 4s
elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT$lock.xml 32✅ 6s
elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT$saveOrUpdate.xml 24✅ 4s
elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT$unlock.xml 32✅ 5s
elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplIT.xml 2s
elasticsearch-evolution-core/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplIT$executeScript.xml 8✅ 2s
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.api.config.ElasticsearchEvolutionConfigTest.xml 347ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.api.config.ElasticsearchEvolutionConfigTest$validate.xml 15✅ 45ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.ElasticsearchEvolutionTest.xml 4✅ 5s
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest.xml 2s
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest$createIndexIfAbsent.xml 1✅ 3ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest$findAll.xml 1✅ 4ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest$isLocked.xml 1✅ 461ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest$lock.xml 1✅ 3ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest$refresh.xml 1✅ 54ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest$saveOrUpdate.xml 1✅ 40ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest$unlock.xml 1✅ 10ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest$validateStatus2xxOK.xml 500✅ 1s
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationScriptProtocolMapperTest.xml 312ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationScriptProtocolMapperTest$mapFromMap.xml 2✅ 306ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationScriptProtocolMapperTest$mapToMap.xml 2✅ 3ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplTest.xml 2s
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplTest$executePendingScripts.xml 6✅ 72ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplTest$executeScript.xml 507✅ 1s
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplTest$getPendingScriptsToBeExecuted.xml 13✅ 20ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplTest$waitUntilUnlocked.xml 2✅ 112ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptParserImplTest.xml 1s
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptParserImplTest$parseCollection.xml 1✅ 3ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptParserImplTest$parseFilename.xml 5✅ 11ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptParserImplTest$parseSingle.xml 9✅ 1s
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptParserImplTest$replaceParams.xml 3✅ 4ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptReaderImplTest.xml 2s
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptReaderImplTest$readResources.xml 2s
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptReaderImplTest$readResources$fromClassPath.xml 9✅ 2s
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptReaderImplTest$readResources$fromFileSystem.xml 12✅ 27ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.dbhistory.MigrationScriptProtocolTest.xml 31ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.dbhistory.MigrationScriptProtocolTest$compareTo.xml 4✅ 17ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.dbhistory.MigrationScriptProtocolTest$equals.xml 1✅ 4ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.dbhistory.MigrationScriptProtocolTest$hashcode.xml 1✅ 2ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.migration.MigrationScriptRequestTest.xml 11ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.migration.MigrationScriptRequestTest$getContentType.xml 3✅ 7ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest.xml 165ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$compareTo.xml 1✅ 14ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$creat.xml 6✅ 18ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$equals.xml 5✅ 14ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$getMajor.xml 1✅ 2ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$getMajorAsString.xml 1✅ 2ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$getMinorAsString.xml 2✅ 14ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$hashCode.xml 1✅ 3ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$isAtLeast.xml 3✅ 7ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$isMajorNewerThan.xml 5✅ 15ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$isNewerThan.xml 3✅ 11ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$toString.xml 2✅ 11ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.utils.AssertionUtilsTest.xml 29ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.utils.AssertionUtilsTest$requireCondition.xml 4✅ 3ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.utils.AssertionUtilsTest$requireNotBlank.xml 4✅ 5ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.utils.AssertionUtilsTest$requireNotEmptyCollection.xml 3✅ 3ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.utils.AssertionUtilsTest$requireNotEmptyString.xml 3✅ 7ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.utils.RandomUtilsTest.xml 118ms
elasticsearch-evolution-core/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.core.internal.utils.RandomUtilsTest$getRandomInt.xml 3✅ 117ms
spring-boot-starter-elasticsearch-evolution/target/failsafe-reports/TEST-com.senacor.elasticsearch.evolution.spring.boot.starter.autoconfigure.ElasticsearchEvolutionAutoConfigurationIT.xml 1✅ 26s
spring-boot-starter-elasticsearch-evolution/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.spring.boot.starter.autoconfigure.ElasticsearchEvolutionAutoConfigurationTest.xml 4✅ 3s
tests/test-spring-boot-3.0-scriptsInJarFile/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot30.ApplicationTest.xml 1✅ 16s
tests/test-spring-boot-3.1/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot31.ApplicationTests.xml 1✅ 16s
tests/test-spring-boot-3.2/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot32.ApplicationTests.xml 1✅ 15s
tests/test-spring-boot-3.3-scriptsInJarFile/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot33.ApplicationTest.xml 1✅ 15s

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

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

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

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

No tests found

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

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT$createIndexIfAbsent 8✅ 1s

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

40 tests were completed in 5s with 40 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT$findAll 40✅ 5s

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT$isLocked 32✅ 4s

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT$lock 32✅ 6s

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT$saveOrUpdate 24✅ 4s

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplIT$unlock 32✅ 5s

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

No tests found

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

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

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

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

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

No tests found

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

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

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

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

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.ElasticsearchEvolutionTest 4✅ 5s

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

No tests found

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

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest$createIndexIfAbsent 1✅ 3ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest$findAll 1✅ 4ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest$isLocked 1✅ 461ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest$lock 1✅ 3ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest$refresh 1✅ 54ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest$saveOrUpdate 1✅ 40ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest$unlock 1✅ 10ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.HistoryRepositoryImplTest$validateStatus2xxOK 500✅ 1s

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

No tests found

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

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationScriptProtocolMapperTest$mapFromMap 2✅ 306ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationScriptProtocolMapperTest$mapToMap 2✅ 3ms

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

No tests found

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

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplTest$executePendingScripts 6✅ 72ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplTest$executeScript 507✅ 1s

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplTest$getPendingScriptsToBeExecuted 13✅ 20ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.execution.MigrationServiceImplTest$waitUntilUnlocked 2✅ 112ms

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

No tests found

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptParserImplTest 1s

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptParserImplTest$parseCollection 1✅ 3ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptParserImplTest$parseFilename 5✅ 11ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptParserImplTest$parseSingle 9✅ 1s

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptParserImplTest$replaceParams 3✅ 4ms

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

No tests found

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptReaderImplTest 2s

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

No tests found

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptReaderImplTest$readResources 2s

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptReaderImplTest$readResources$fromClassPath 9✅ 2s

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.migration.input.MigrationScriptReaderImplTest$readResources$fromFileSystem 12✅ 27ms

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

No tests found

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

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.model.dbhistory.MigrationScriptProtocolTest$compareTo 4✅ 17ms

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

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

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

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

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

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

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

No tests found

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

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

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

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

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

No tests found

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

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$compareTo 1✅ 14ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$creat 6✅ 18ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$equals 5✅ 14ms

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

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

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

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

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

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

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

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

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

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$hashCode 1✅ 3ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$isAtLeast 3✅ 7ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$isMajorNewerThan 5✅ 15ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.model.MigrationVersionTest$isNewerThan 3✅ 11ms

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

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

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

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

No tests found

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

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.utils.AssertionUtilsTest$requireCondition 4✅ 3ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.utils.AssertionUtilsTest$requireNotBlank 4✅ 5ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.utils.AssertionUtilsTest$requireNotEmptyCollection 3✅ 3ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.utils.AssertionUtilsTest$requireNotEmptyString 3✅ 7ms

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

No tests found

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.utils.RandomUtilsTest 118ms

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.core.internal.utils.RandomUtilsTest$getRandomInt 3✅ 117ms

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

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

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

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

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

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

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.springboot30.ApplicationTest 1✅ 16s

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

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

Test suite Passed Failed Skipped Time
com.senacor.elasticsearch.evolution.springboot31.ApplicationTests 1✅ 16s

✅ tests/test-spring-boot-3.2/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot32.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.springboot32.ApplicationTests 1✅ 15s

✅ tests/test-spring-boot-3.3-scriptsInJarFile/target/surefire-reports/TEST-com.senacor.elasticsearch.evolution.springboot33.ApplicationTest.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.springboot33.ApplicationTest 1✅ 15s