Skip to content

Instantly share code, notes, and snippets.

@justizin
Created December 29, 2014 23:56
Show Gist options
  • Save justizin/ea11b9706a52874e50eb to your computer and use it in GitHub Desktop.
Save justizin/ea11b9706a52874e50eb to your computer and use it in GitHub Desktop.
lein with-profile rabbitmq test jepsen.system.rabbitmq-test
lein test jepsen.system.rabbitmq-test
SLF4J: The following loggers will not work becasue they were created
SLF4J: during the default configuration phase of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#substituteLogger
SLF4J: clj-ssh.ssh
SLF4J: clj-ssh.ssh
SLF4J: clj-ssh.ssh
SLF4J: clj-ssh.ssh
SLF4J: clj-ssh.ssh
SLF4J: clj-ssh.ssh
SLF4J: clj-ssh.ssh
SLF4J: clj-ssh.ssh
lein test :only jepsen.system.rabbitmq-test/rabbit-test
ERROR in (rabbit-test) (Buffer.java:142)
Uncaught exception, not in assertion.
expected: nil
actual: java.lang.ArrayIndexOutOfBoundsException: 1024
at com.jcraft.jsch.agentproxy.Buffer.getByte (Buffer.java:142)
com.jcraft.jsch.agentproxy.Buffer.getShort (Buffer.java:138)
com.jcraft.jsch.agentproxy.Buffer.getInt (Buffer.java:123)
com.jcraft.jsch.agentproxy.Buffer.getString (Buffer.java:181)
com.jcraft.jsch.agentproxy.AgentProxy.getIdentities (AgentProxy.java:112)
com.jcraft.jsch.agentproxy.RemoteIdentityRepository.getIdentities (RemoteIdentityRepository.java:47)
com.jcraft.jsch.UserAuthPublicKey.start (UserAuthPublicKey.java:39)
com.jcraft.jsch.Session.connect (Session.java:463)
com.jcraft.jsch.Session.connect (Session.java:183)
clj_ssh.ssh$connect.invoke (ssh.clj:327)
jepsen.control$session.invoke (control.clj:182)
clojure.lang.AFn.applyToHelper (AFn.java:154)
clojure.lang.AFn.applyTo (AFn.java:144)
clojure.core$apply.invoke (core.clj:624)
jepsen.core$fcatch$wrapper__4829.doInvoke (core.clj:39)
clojure.lang.RestFn.invoke (RestFn.java:408)
clojure.core$pmap$fn__6328$fn__6329.invoke (core.clj:6463)
clojure.core$binding_conveyor_fn$fn__4145.invoke (core.clj:1910)
clojure.lang.AFn.call (AFn.java:18)
java.util.concurrent.FutureTask.run (FutureTask.java:266)
java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1142)
java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:617)
java.lang.Thread.run (Thread.java:745)
Ran 1 tests containing 1 assertions.
0 failures, 1 errors.
Tests failed.
Error encountered performing task 'test' with profile(s): 'rabbitmq'
Tests failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment