-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(compatibility-suite): Fix compatibility suite v1 hang #463
test(compatibility-suite): Fix compatibility suite v1 hang #463
Conversation
hmmm, I'd like to know what caused that, as I've put out a couple of releases and everything has been green. will do some sleuthing |
So it is an issue that was affecting aarch64 images with sqlite since we initially built them, but is affecting x86_64 images too, since we updated the alpine image to 3.19. tracking issue pact-foundation/pact-broker-docker#148 |
thanks for the heads up @tienvx |
Fix for sqlite in pact-broker has been merged and will be released shortly |
Released and all sorted, have re-ran the failing jobs and they are all passing now. We will want to get some tests in pact-broker that utilise sqlite as part of the test run (it currently just runs against pg for integration tests) |
Look like it's fixed in |
Look like it happen again on |
bfd4950
to
64a699d
Compare
Reopened, updated to |
thanks Tien, sorry the latest image has gone out with a bug, am sorting it ( reverting a pr ) and will get it out shortly |
@tienvx there is a new release now so this should be solved |
I think recent update to pact broker
2.115
or2.116
cause pact broker to hang. Move to2.114
a month ago solve the issue