-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
Currently seeing
in CI, and locally it just hangs (and can't SIGTERM out). |
Works outside of Docker. |
@giorgiosironi I'm seeing different behaviour on MacOS to GitHub Actions (neither actually working though). What do you see? |
My output: failure, but the networking seems to work.
|
I suspected some issue with the Docker containers accessing the host network. Introducing a smoke test for that changed the result, so there may be some race conditions in the bootstrap. |
Seems to be working now (ie Hypertest is running; both locally and on Actions). Not sure why. |
This reverts commit da3a76f.
Hypothesis is the smoke test stalls the process long enough for everything to be wired up and |
Seems fine without. |
Warning is #49. |
Main Hypertest failure relates to article-store/test/hypertest/article-list.hydra Lines 16 to 19 in a0d83b4
|
Could have been a unlucky original run, not sure if it reproduced easily. |
I'll disappear from here until ready for review 👍 |
Things I've learnt:
|
Still got one warning related to the add article operation: Also see |
It means that the resource graph did not contain the resource identifier by the dereferenced URI. For example, you request
The client alcaeus looks for the Please refer to Root resource page in alcaeus' docs for some ways it tries to figure out the right resource to return from the graph I might have rephrase this message. Ideas welcome. |
Seems to be the |
The docs notwithstanding, I think I could skip this warning if the body is indeed empty. Or at least in empty 204 and 201 responses. |
Just noticed the Generic Hydra Application emits the same following a Edit: Just seen that Koa is returning 'Created' as the body, rather than no body at all... |
Will mark as ready when a new version of |
Might as well review now, but won't merged until a released is tagged. /cc @tpluscode |
Anything still missing/not working for you? If not they let me tag the current state |
Works fine, we can carry on using |
Tagged as 0.4.0. Docker hub is going to build it soon |
Adds functional tests of the Hydra API.