typesafehub / sbt-conductr

Typesafe ConductR plugin for sbt
Other
29 stars 22 forks source link

Version bump for Lagom 1.4 #281

Closed longshorej closed 6 years ago

longshorej commented 6 years ago

conductr-lib 2.1.0 will be released on Felix's Monday with support for Lagom 1.4. This updates sbt-conductr to use that version.

fsat commented 6 years ago

This build is failing at sandbox stop, and it hasn't even started the SBT test yet.

fsat commented 6 years ago

@longshorej - I've tried to rebuild multiple times, and it always fails at sandbox stop.

Perhaps if we change the .travis.yml to the following it would work:

  # Warm up some caches so that our tests don't timeout
  - sandbox run 2.0.5 --no-default-features > /dev/null
  - conduct load -q cassandra
  - conduct load -q cinnamon-grafana-docker
  - conduct load -q eslite
  - conduct load -q reactive-maps-backend-region
  - conduct load -q reactive-maps-backend-summary
  - conduct load -q visualizer
  - conduct load -q conductr-elasticsearch
  - conduct load -q conductr-kibana
  - sandbox stop
fsat commented 6 years ago

jenkins

fsat commented 6 years ago

... and of course the jenkins test that keeps on failing works just fine in the local machine:

192-168-1-5:sbt-conductr felixsatyaputra$ sbt "scripted private/sandbox-end-to-end"
[info] Loading global plugins from /Users/felixsatyaputra/.sbt/0.13/plugins
[info] Updating {file:/Users/felixsatyaputra/.sbt/0.13/plugins/}global-plugins...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[info] Loading project definition from /Users/felixsatyaputra/workspace/typesafe-fsat/sbt-conductr/project
[info] Updating {file:/Users/felixsatyaputra/workspace/typesafe-fsat/sbt-conductr/project/}sbt-conductr-build...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[info] Set current project to sbt-conductr (in build file:/Users/felixsatyaputra/workspace/typesafe-fsat/sbt-conductr/)
[info] :: delivering :: com.lightbend.conductr#sbt-conductr;2.4.1-SNAPSHOT :: 2.4.1-SNAPSHOT :: integration :: Thu Nov 02 18:44:18 AEDT 2017
[info]  delivering ivy file to /Users/felixsatyaputra/workspace/typesafe-fsat/sbt-conductr/target/scala-2.10/sbt-0.13/ivy-2.4.1-SNAPSHOT.xml
[info] Packaging /Users/felixsatyaputra/workspace/typesafe-fsat/sbt-conductr/target/scala-2.10/sbt-0.13/sbt-conductr-2.4.1-SNAPSHOT.jar ...
[info] Done packaging.
[info]  published sbt-conductr to /Users/felixsatyaputra/.ivy2/local/com.lightbend.conductr/sbt-conductr/scala_2.10/sbt_0.13/2.4.1-SNAPSHOT/jars/sbt-conductr.jar
[info]  published sbt-conductr to /Users/felixsatyaputra/.ivy2/local/com.lightbend.conductr/sbt-conductr/scala_2.10/sbt_0.13/2.4.1-SNAPSHOT/srcs/sbt-conductr-sources.jar
[info]  published sbt-conductr to /Users/felixsatyaputra/.ivy2/local/com.lightbend.conductr/sbt-conductr/scala_2.10/sbt_0.13/2.4.1-SNAPSHOT/docs/sbt-conductr-javadoc.jar
[info]  published ivy to /Users/felixsatyaputra/.ivy2/local/com.lightbend.conductr/sbt-conductr/scala_2.10/sbt_0.13/2.4.1-SNAPSHOT/ivys/ivy.xml
Running private / sandbox-end-to-end
[success] Total time: 78 s, completed 02/11/2017 6:45:36 PM
fsat commented 6 years ago

jenkins

fsat commented 6 years ago

Hmm.... I'm not sure if I want to reduce the number of processes further. All these works on my machines...

192-168-1-5:sbt-conductr felixsatyaputra$ sbt "scripted private/*"
[info] Loading global plugins from /Users/felixsatyaputra/.sbt/0.13/plugins
[info] Loading project definition from /Users/felixsatyaputra/workspace/typesafe-fsat/sbt-conductr/project
[info] Set current project to sbt-conductr (in build file:/Users/felixsatyaputra/workspace/typesafe-fsat/sbt-conductr/)
[info] :: delivering :: com.lightbend.conductr#sbt-conductr;2.4.1-SNAPSHOT :: 2.4.1-SNAPSHOT :: integration :: Thu Nov 02 19:09:00 AEDT 2017
[info]  delivering ivy file to /Users/felixsatyaputra/workspace/typesafe-fsat/sbt-conductr/target/scala-2.10/sbt-0.13/ivy-2.4.1-SNAPSHOT.xml
[info] Packaging /Users/felixsatyaputra/workspace/typesafe-fsat/sbt-conductr/target/scala-2.10/sbt-0.13/sbt-conductr-2.4.1-SNAPSHOT.jar ...
[info] Done packaging.
[info]  published sbt-conductr to /Users/felixsatyaputra/.ivy2/local/com.lightbend.conductr/sbt-conductr/scala_2.10/sbt_0.13/2.4.1-SNAPSHOT/jars/sbt-conductr.jar
[info]  published sbt-conductr to /Users/felixsatyaputra/.ivy2/local/com.lightbend.conductr/sbt-conductr/scala_2.10/sbt_0.13/2.4.1-SNAPSHOT/srcs/sbt-conductr-sources.jar
[info]  published sbt-conductr to /Users/felixsatyaputra/.ivy2/local/com.lightbend.conductr/sbt-conductr/scala_2.10/sbt_0.13/2.4.1-SNAPSHOT/docs/sbt-conductr-javadoc.jar
[info]  published ivy to /Users/felixsatyaputra/.ivy2/local/com.lightbend.conductr/sbt-conductr/scala_2.10/sbt_0.13/2.4.1-SNAPSHOT/ivys/ivy.xml
Running private / sandbox-all-args
Running private / sandbox-conductr-roles
Running private / sandbox-end-to-end
[success] Total time: 241 s, completed 02/11/2017 7:13:01 PM
fsat commented 6 years ago

Finally!