-
-
Notifications
You must be signed in to change notification settings - Fork 4
We should enable integration tests in CI #52
Comments
Job #52 is now in scope, role is |
Bug was reported, see §29: +15 point(s) just awarded to @victornoel/z |
@victornoel @g4s8 observation: the problem is not exclusive of CircleCI, it happens when building locally too. Exceptions causing the problem:
It seems that EnterpriseDB doesn't support these unauthenticated APIs for donwloading binaries anymore, I see no documentation and I get "access denied" on all of them. The component we are using (postgresql-embedded) should update its internal working to fix this. Its README though says that the project is not actively maintained anymore, and that the official recommended alternative is Testcontainers. For this reason, I suggest we switch to Testcontainers. I tried doing this modification, which the super powers of OOP should make pretty smooth. Too bad, I encountered a problem: Testcontainers' containers require username/password-based authentication, and the What do you think? Does it seem reasonable to make this transition? |
@scristalli isn't the login/password specified at the datasource level? |
@scristalli/z this job was assigned to you 5days ago. It will be taken away from you soon, unless you close it, see §8. Read this and this, please. |
@0crat wait for jcabi/jcabi-jdbc#73. |
@scristalli The impediment for #52 was registered successfully by @scristalli/z |
@scristalli as I told you above, this won't be solved by jcabi-jdbc since the login/password is given to the |
@victornoel thanks for your comment, I was able to set username and password in the JDBC URL in my PR. I'm still a bit confused, everywhere I look in standard documentation (example) I see these parameters set when calling |
@0crat resign |
@scristalli The user @scristalli/z resigned from #52, please stop working. Reason for job resignation: Order was cancelled |
Tasks refusal is discouraged, see §6: -15 point(s) just awarded to @scristalli/z |
Apparently running maven with -Pitcase fails the build because of some infrastructure problem.
See for example https://circleci.com/gh/g4s8/ghman/118 where it happens.
This should be fixed.
The text was updated successfully, but these errors were encountered: