onyx

FYI: alternative Onyx :onyx: chat is at <https://gitter.im/onyx-platform/onyx> ; log can be found at <https://clojurians-log.clojureverse.org/onyx/index.html>
manuel 2018-11-27T08:02:05.060100Z

@lucasbradstreet what is the expected output of the tests? I am trying to fix them, this is what I get:

~/7bridges/code/onyx-dashboard 0.14.x* 51s 
❯ lein test

lein test onyx.peer.dashboard-colors-flow-test
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/manuel/.m2/repository/org/slf4j/slf4j-nop/1.7.12/slf4j-nop-1.7.12.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/manuel/.m2/repository/com/fzakaria/slf4j-timbre/0.3.2/slf4j-timbre-0.3.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See <http://www.slf4j.org/codes.html#multiple_bindings> for an explanation.
SLF4J: Actual binding is of type [org.slf4j.helpers.NOPLoggerFactory]
=================================
Starting Dashboard components ...
Starting Sente
Starting Channels
Starting ZKClient
Trying connect ZK 5s ...
ZK connection state: CONNECTED
Starting Deployments
Starting HTTP Server
Http-kit server is running at <http://localhost:3000/>

manuel 2018-11-27T08:04:21.060400Z

nothing happens after the last line, though

manuel 2018-11-27T08:14:19.060900Z

nevermind, much too long a timeout on my side. I'll keep working on it. 🙂

manuel 2018-11-27T11:26:30.062300Z

@lucasbradstreet we have a patch ready for the dashboard to submit via PR. We worked on a separate branch, do you want us to sumbit the PR?

👍 2
manuel 2018-11-27T13:56:26.062900Z

PR submitted