Conversation
|
When attempting to build the docker image, I get the following error: |
This looks like it might be an issue with the micronaut security code not being downloaded. I would check your .env file and make sure your GITHUB_ACTOR and GITHUB_TOKEN are specified and valid. Also, check that your settings.xml is specified so it knows where to pull the package. If that doesn't work, maybe try wiping your past image and starting fresh? Not sure if old image layers could be messing it up? |
The |
|
Thanks guys, the micronaut-security code wasn't there. To get it, I ran: It errored out trying to download some files from https://repo.grails.org, but I think that's due to my internet connection. |
|
Having issues getting IntelliJ to run project. Two adjustments to README, plus errors in build when pulling jooq codegen after solving GitHub token/actor, openJDK version, and db.config to build.config change.
|
|
Docker build fails due to gradle errors, looks like a problem getting a license plugin. |
|
Tests all run and pass, takes noticeably longer with the testcontainer startup and migration but that is to be expected. |
Something we can look into in the future is to try and start up just one testing container for all of the test classes, instead of for every class. I think that will return out testing speed back to the original speed (or close to it). |
|
|
||
| ### Run tests | ||
|
|
||
| *Improvements coming soon! |
eawoods
left a comment
There was a problem hiding this comment.
Resolved issues with local environment and understanding of how to get the environment configuration working. Thanks Chris for your work in making the instructions and process more understandable!
Includes upgrade to java 13 and isolation of the tests.
https://trello.com/c/wgX1kP3F/167-inf-34-upgrade-bi-api-to-latest-version-of-jdk
https://trello.com/c/kDw6363W/168-inf-72-update-tests-to-be-self-contained
If you are using IntelliJ and having issues getting
mvn clean installto run, getting an error along the lines of--enable-preview only available for java 12you likely have to update your IntelliJ settings. See the bottom of the README in biapi for troubleshooting steps. I can help check it out if you continue to have issues!Acceptance criteria can be seen in the cards linked above. In addition to going through the acceptance criteria, thoughts on the code or the solution are welcomed and appreciated!
NOTE: This was branched off the PRO-42 feature branch. It would be best to wait for review until that is merged in so you can see the important changes here and not the PRO-42 ones.