Qingyuan Liu
06/22/2022, 3:23 PMbstyle killa
06/22/2022, 9:25 PMbstyle killa
06/22/2022, 9:25 PMBeth (pactflow.io/Pact Broker/pact-ruby)
Srinivas Vaddi
06/23/2022, 4:18 PMMadhulika Mitra
06/24/2022, 9:26 AMSandor Arpa
06/24/2022, 9:31 AMSandor Arpa
06/24/2022, 9:33 AMYousaf Nabi (pactflow.io)
Rus Charuh
06/27/2022, 12:31 PMPramod Arjun Bhalerao
06/27/2022, 12:55 PMMike Geeves
06/29/2022, 10:32 AMQingyuan Liu
06/30/2022, 9:35 AMAbdurahman Hijazi
07/04/2022, 10:38 AMAPI Pact test
[2022-07-04 10:29:28.863 +0000] INFO (2056 on fv-az459-64): pact@9.17.3: Setting up Pact with Consumer "consumerv1.0.0" and Provider "provider"
using mock service on Port: "1234"
β ID 12 exists
[2022-07-04 10:29:28.889 +0000] INFO (2056 on fv-az459-64): pact@9.17.3: Pact File Written
[2022-07-04 10:29:28.890 +0000] INFO (2056 on fv-az459-64): pact-node@10.17.4: Removing Pact process with PID: 2067
[2022-07-04 10:29:28.892 +0000] INFO (2056 on fv-az459-64): pact-node@10.17.4: Deleting Pact Server with options:
{"timeout":30000,"consumer":"consumerv1.0.0","cors":false,"dir":"/home/runner/work/consumerpoc/consumerpoc/pacts","host":"127.0.0.1","log":"/home/runner/work/consumerpoc/consumerpoc/logs/pact.log","logLevel":"INFO","pactfileWriteMode":"overwrite","provider":"provider","spec":2,"ssl":false,"port":1234,"pactFileWriteMode":"overwrite"}
1 passing (572ms)
Chris Williams
07/04/2022, 1:26 PMChris Williams
07/04/2022, 4:02 PMVikki
07/05/2022, 10:22 AMHazem Borham
07/05/2022, 10:07 PMHarris Lee
07/06/2022, 3:35 AM--provider-states-setup-url
, if somehow, we cannot create a seperate endpoint for provider state url, what is the alternative way? we can use real endpoint in before
block to arrange test data then run tests? I would like to know how others are doing πJane Wheatley
07/06/2022, 5:32 PMHarris Lee
07/07/2022, 5:59 AMFabio Biola
07/09/2022, 10:58 AMGuillermo
07/11/2022, 4:59 AMGuillermo
07/11/2022, 4:59 AMGuillermo
07/11/2022, 4:59 AMGuillermo
07/11/2022, 4:59 AMritika arora
07/11/2022, 5:08 AMAlexandre
07/11/2022, 3:27 PMJ
07/12/2022, 11:29 AM# /root/.pact/plugins/protobuf-0.1.7/pact-protobuf-plugin
Error: Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }
This happens on the maven:3-openjdk-17-slim (and other maven images) and also on ubuntu:latest. I think there is an issue with the plug-in attempting to bind ::1
, an IPv6 address, which is not supported in containers by default.
Is there a workaround for getting the pact-protobuf-plugin binary to listen on a different localhost address? I need to be able to run Pact tests inside a container as part of a build pipeline.Sahil Jain
07/12/2022, 1:10 PMcom.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet.service(WireMockHandlerDispatchingServlet.java:108)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.servlets.gzip.GzipHandler.handle(GzipHandler.java:479)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:499)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:258)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
at java.lang.Thread.run(Thread.java:784)
Caused by: java.nio.file.NoSuchFileException: target/pacts/the-consumer-the-provider-febea806-232d-4527-bacb-d501e5048f78-pact.json
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434)
at java.nio.file.Files.newOutputStream(Files.java:216)
at java.nio.file.Files.write(Files.java:3292)
at com.atlassian.ta.wiremockpactgenerator.pactgenerator.LocalFileSystem.saveFile(LocalFileSystem.java:14)
at com.atlassian.ta.wiremockpactgenerator.pactgenerator.PactSaver.saveFile(PactSaver.java:39)
... 24 more
Can someone please help why its not able to save pact file? or i am doing something wrong here. Thanks in Advance.