axel3rd / mpg-grandslam-populator

Routines to populate MPG GrandSlam database
1 stars 0 forks source link

SQL data not inserted for job process #1

Closed axel3rd closed 4 years ago

axel3rd commented 4 years ago

The test result is

org.opentest4j.AssertionFailedError: expected: <9> but was: <2>

Here: https://github.com/axel3rd/mpg-grandslam-populator/blob/10fc295f259897ad88344df91f1951d451e27a0b/src/test/java/org/blonding/mpg/GrandslamPopulatorBatchApplicationTests.java#L31

Not understand why data.sql not inserted during this process:

https://github.com/axel3rd/mpg-grandslam-populator/blob/10fc295f259897ad88344df91f1951d451e27a0b/src/test/resources/data.sql#L1-L10

When column name changed, there is an error into Spring context load => this file is inserted ... but where 😁 ?

axel3rd commented 4 years ago

After analyses: