Stream: hapi
Topic: More CI build questions
Grahame Grieve (Sep 25 2019 at 03:38):
hey @James Agnew I need to get back to that shared test thing... how do I set up maven / the testing code so having the tests in a different git repo works?
Grahame Grieve (Sep 25 2019 at 03:39):
I set up the other repo, but I don't know how to change the tests so that the they can get access to that repo on the CI Build
James Agnew (Sep 25 2019 at 18:48):
@Grahame Grieve I think I'm still not added as a committer on the project. Can you have a look?
Grahame Grieve (Sep 25 2019 at 18:52):
added
Grahame Grieve (Sep 26 2019 at 22:55):
any progress @James Agnew ?
Grahame Grieve (Sep 30 2019 at 06:48):
On this subject: the core build is now broken until I get the technical correction out....
Grahame Grieve (Sep 30 2019 at 06:48):
the tests require the R4 technical correction in order to pass and I can't release it yet.. hopefully that's days away
James Agnew (Sep 30 2019 at 19:17):
@Grahame Grieve sorry, i have been completely slammed the last week :(
Will definitely look at this this week. This isn't holding up the release of the TC is it?
Grahame Grieve (Sep 30 2019 at 19:19):
no. that's holding itself up
Grahame Grieve (Sep 30 2019 at 19:19):
but the TC timeline is still weeks away... so Im not sure how to handle that
Grahame Grieve (Sep 30 2019 at 19:19):
26th Oct probably
Grahame Grieve (Sep 30 2019 at 19:20):
still, this is an open issue for me...
Grahame Grieve (Oct 02 2019 at 02:03):
@James Agnew btw when I run the IG publisher from eclipse, I get 10000+ lines plus of http debugging. How do I turn that off?
James Agnew (Oct 02 2019 at 13:40):
Try editing the run configuration you're using (use the dropdown next to the green Play button on the toolbar) and change the project from org.hl7.fhir.publisher.core
to org.hl7.fhir.publisher.cli
. That way the logback.xml file will be picked up.
Grahame Grieve (Oct 15 2019 at 09:22):
@James Agnew thanks. Any prospect of sorting things out with the test repo this week?
Grahame Grieve (Oct 31 2019 at 10:39):
@James Agnew a follow up on this - same question about the http debugging, but when I'm running the JUnit validation tests... I just don't want to see the http debugging
Last updated: Apr 12 2022 at 19:14 UTC