Skip to content

Config models

Config models #33

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Integration Test Report failed Oct 21, 2023 in 0s

2 tests run, 0 passed, 0 skipped, 2 failed.

Annotations

Check failure on line 1 in libs/storage/src/test/java/smecalculus/bezmen/construction/StorageConfigBeansLightbendConfigIT.java

See this annotation in the file changed.

@github-actions github-actions / Integration Test Report

StorageConfigBeansLightbendConfigIT.defaultConfigShouldBeBackwardCompatible(StorageProps)

expected: StorageProps[protocolProps=ProtocolProps[protocolMode=H2, h2Props=H2Props[url=jdbc:h2:mem:bezmen;DB_CLOSE_DELAY=-1, username=sa, password=sa], postgresProps=PostgresProps[url=jdbc:postgresql://localhost:5432/bezmen, username=bezmen, password=bezmen]], mappingProps=MappingProps[mappingMode=SPRING_DATA]]
 but was: StorageProps[protocolProps=ProtocolProps[protocolMode=H2, h2Props=H2Props[url=jdbc:h2:mem:db;DB_CLOSE_DELAY=-1, username=sa, password=sa], postgresProps=PostgresProps[url=jdbc:postgresql://localhost:5432/bezmen, username=bezmen, password=bezmen]], mappingProps=MappingProps[mappingMode=SPRING_DATA]]
Raw output
org.opentest4j.AssertionFailedError: 

expected: StorageProps[protocolProps=ProtocolProps[protocolMode=H2, h2Props=H2Props[url=jdbc:h2:mem:bezmen;DB_CLOSE_DELAY=-1, username=sa, password=sa], postgresProps=PostgresProps[url=jdbc:postgresql://localhost:5432/bezmen, username=bezmen, password=bezmen]], mappingProps=MappingProps[mappingMode=SPRING_DATA]]
 but was: StorageProps[protocolProps=ProtocolProps[protocolMode=H2, h2Props=H2Props[url=jdbc:h2:mem:db;DB_CLOSE_DELAY=-1, username=sa, password=sa], postgresProps=PostgresProps[url=jdbc:postgresql://localhost:5432/bezmen, username=bezmen, password=bezmen]], mappingProps=MappingProps[mappingMode=SPRING_DATA]]
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at smecalculus.bezmen.construction.StorageConfigBeansIT.defaultConfigShouldBeBackwardCompatible(StorageConfigBeansIT.java:24)
	at java.base/java.lang.reflect.Method.invoke(Method.java:578)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

Check failure on line 1 in libs/storage/src/test/java/smecalculus/bezmen/construction/StorageConfigBeansSpringConfigIT.java

See this annotation in the file changed.

@github-actions github-actions / Integration Test Report

StorageConfigBeansSpringConfigIT.defaultConfigShouldBeBackwardCompatible(StorageProps)

expected: StorageProps[protocolProps=ProtocolProps[protocolMode=H2, h2Props=H2Props[url=jdbc:h2:mem:bezmen;DB_CLOSE_DELAY=-1, username=sa, password=sa], postgresProps=PostgresProps[url=jdbc:postgresql://localhost:5432/bezmen, username=bezmen, password=bezmen]], mappingProps=MappingProps[mappingMode=SPRING_DATA]]
 but was: StorageProps[protocolProps=ProtocolProps[protocolMode=H2, h2Props=H2Props[url=jdbc:h2:mem:db;DB_CLOSE_DELAY=-1, username=sa, password=sa], postgresProps=PostgresProps[url=jdbc:postgresql://localhost:5432/bezmen, username=bezmen, password=bezmen]], mappingProps=MappingProps[mappingMode=SPRING_DATA]]
Raw output
org.opentest4j.AssertionFailedError: 

expected: StorageProps[protocolProps=ProtocolProps[protocolMode=H2, h2Props=H2Props[url=jdbc:h2:mem:bezmen;DB_CLOSE_DELAY=-1, username=sa, password=sa], postgresProps=PostgresProps[url=jdbc:postgresql://localhost:5432/bezmen, username=bezmen, password=bezmen]], mappingProps=MappingProps[mappingMode=SPRING_DATA]]
 but was: StorageProps[protocolProps=ProtocolProps[protocolMode=H2, h2Props=H2Props[url=jdbc:h2:mem:db;DB_CLOSE_DELAY=-1, username=sa, password=sa], postgresProps=PostgresProps[url=jdbc:postgresql://localhost:5432/bezmen, username=bezmen, password=bezmen]], mappingProps=MappingProps[mappingMode=SPRING_DATA]]
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at smecalculus.bezmen.construction.StorageConfigBeansIT.defaultConfigShouldBeBackwardCompatible(StorageConfigBeansIT.java:24)
	at java.base/java.lang.reflect.Method.invoke(Method.java:578)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)