popbr / data-integration

Apache License 2.0
1 stars 4 forks source link

Making the installation test executes succesfully on github #14

Closed aubertc closed 1 year ago

aubertc commented 1 year ago

The current Java_CI.yml is successful in compiling the test.

However, it cannot be successfully executed, cf. https://github.com/popbr/data-integration/actions/runs/3316925417/jobs/5479254033#step:4:8119

Follow-up from https://github.com/popbr/data-integration/issues/5#issuecomment-1289779987

MNSleeper commented 1 year ago

How do we solve this? Is there some SQL plugin for Git we can use?

aubertc commented 1 year ago

I can investigate. This file contains the initial set-up for mysql, but I may have mis-configured it.

aubertc commented 1 year ago

Ok, the installation can be compiled and executed again, but there is still something off with the communication with the mysql server, cf. https://github.com/popbr/data-integration/actions/runs/3398128249/jobs/5650903711#step:4:8144

aubertc commented 1 year ago

Ok, the test now works, and we can download the resulting artifact.

In this case, this is "simply" the test spreadsheet, but in the future we should be able to get back from github the spreadsheet resulting from the actual program run.