Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/9503#issuecomment-154487525
So I tried out the Jersey upgrade (which isn't a realistic option for all
of Spark but might be okay if isolated to a Docker-only test module) and it
looks like the tests are now failing with new and exciting errors instead of
ASM ones:
```
sbt.ForkMain$ForkError: Request error: POST
unix://localhost:80/containers/5b239c9eb6e960828f49ab8030f061ce4bd41a7e0b1bca487357dc97e4c4796a/start:
400
at
com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:1133)
at
com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:1104)
at
com.spotify.docker.client.DefaultDockerClient.startContainer(DefaultDockerClient.java:400)
at
org.apache.spark.sql.jdbc.DockerJDBCIntegrationSuite.beforeAll(DockerJDBCIntegrationSuite.scala:115)
at
org.scalatest.BeforeAndAfterAll$class.beforeAll(BeforeAndAfterAll.scala:187)
at
org.apache.spark.sql.jdbc.DockerJDBCIntegrationSuite.beforeAll(DockerJDBCIntegrationSuite.scala:60)
at
org.scalatest.BeforeAndAfterAll$class.run(BeforeAndAfterAll.scala:253)
at
org.apache.spark.sql.jdbc.DockerJDBCIntegrationSuite.run(DockerJDBCIntegrationSuite.scala:60)
at
org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:462)
at
org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:671)
at sbt.ForkMain$Run$2.call(ForkMain.java:294)
at sbt.ForkMain$Run$2.call(ForkMain.java:284)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: sbt.ForkMain$ForkError: HTTP 400 Bad Request
at
org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:947)
at
org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:795)
at
org.glassfish.jersey.client.JerseyInvocation.access$500(JerseyInvocation.java:91)
at
org.glassfish.jersey.client.JerseyInvocation$5.completed(JerseyInvocation.java:756)
at
org.glassfish.jersey.client.ClientRuntime.processResponse(ClientRuntime.java:189)
at
org.glassfish.jersey.client.ClientRuntime.access$300(ClientRuntime.java:74)
at
org.glassfish.jersey.client.ClientRuntime$1.run(ClientRuntime.java:171)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
at org.glassfish.jersey.internal.Errors.process(Errors.java:267)
at
org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:320)
at
org.glassfish.jersey.client.ClientRuntime$2.run(ClientRuntime.java:201)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]