| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Declined | Xqt | T125197 Give hint to the current socketIO_client in ImportError of rcstream.py | |||
| Declined | None | T91393 RCStream is not accessible from python client due to using socket-io 1.0 while only socket-io 0.9 is offered | |||
| Declined | None | T68232 Upgrade RCStream backend to use socket.io 1.0 protocol | |||
| Resolved | Ottomata | T130651 EventStreams | |||
| Resolved | Ottomata | T145140 Run Kasocki tests in Jenkins via Differential commits |
Event Timeline
Yep, we can do npm test, but just to let you know jenkins is currently broken in differential due to arc is not properly supported in nodepool due to it needing a token and we carnt disclouse that token to the public. But what we can do is setup it so it uses the Jessie instances instead of nodepool
@Ottomata: running npm test locally on a checkout of this repo throws a bunch of errors. It wants me to set KAFKA_HOME to a kafka install. If tests have dependencies then we need to figure out how to be sure those are resolved before CI will work.
@mobrovac I think that is the status quo for now. This task, however, is about differential & jenkins.
Yeah, npm test 'works' in travis now because .travis.yml sets up the KAFKA_HOME biznazz. Will have to do something similar for Jenkins.