Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. export DATADOG_API_KEY="..." to run these tests.
  2. export HIPCHAT_SERVER="..." to run these tests.
  3. export HIPCHAT_API_KEY="..." to run these tests.
  4. export HIPCHAT_ALERT_ROOM="..." to run these tests.
  5. export LIBRATO_METRICS_USER="..." to run these tests.
  6. export LIBRATO_METRICS_API_KEY="..." to run these tests.
  7. export OPSGENIE_SERVICE_KEY="..." to run these tests.
  8. export OPSGENIE_RECIPIENTS="..." to run these tests.
  9. export SLACK_API_KEY="..." to run these tests.
  10. export SLACK_ALERT_ROOM="..." to run these tests.
  11. export SLACK_ALERT_ACCOUNT="..." to run these tests.
  12. export TELEGRAM_API_TOKEN="..." to run these tests.
  13. export TELEGRAM_CHAT_ID="..." to run these tests.
  14.  
  15. lein test riemann.blueflood-test
  16.  
  17. lein test riemann.boundary-test
  18.  
  19. lein test riemann.campfire-test
  20.  
  21. lein test riemann.client-test
  22.  
  23. lein test riemann.common-test
  24.  
  25. lein test riemann.config-test
  26.  
  27. lein test riemann.core-test
  28.  
  29. lein test :only riemann.core-test/query-test
  30.  
  31. FAIL in (query-test) (core_test.clj:242)
  32. expected: (= r #{(event {:host "cat", :service "miao", :time 3}) (event {:host "kitten", :tags ["whiskers" "paws"], :time 2}) (event {:metric 2, :time 3})})
  33. actual: (not (= #{#riemann.codec.Event{:host "cat", :service "miao", :state nil, :description nil, :metric nil, :tags nil, :time 3.0, :ttl nil} #riemann.codec.Event{:host "kitten", :service nil, :state nil, :description nil, :metric nil, :tags ["whiskers" "paws"], :time 2.0, :ttl nil} #riemann.codec.Event{:host nil, :service nil, :state nil, :description nil, :metric 2, :tags nil, :time 3.0, :ttl nil}} #{#riemann.codec.Event{:host nil, :service nil, :state nil, :description nil, :metric 2, :tags nil, :time 3, :ttl nil} #riemann.codec.Event{:host "cat", :service "miao", :state nil, :description nil, :metric nil, :tags nil, :time 3, :ttl nil} #riemann.codec.Event{:host "kitten", :service nil, :state nil, :description nil, :metric nil, :tags ["whiskers" "paws"], :time 2, :ttl nil}}))
  34.  
  35. lein test riemann.datadog-test
  36.  
  37. lein test riemann.deps-test
  38.  
  39. lein test riemann.druid-test
  40.  
  41. lein test riemann.elasticsearch-test
  42.  
  43. lein test riemann.email-test
  44.  
  45. lein test riemann.expiration-test
  46.  
  47. lein test riemann.folds-test
  48.  
  49. lein test riemann.graphite-test
  50.  
  51. lein test riemann.hipchat-test
  52.  
  53. lein test riemann.index-test
  54.  
  55. lein test riemann.influxdb-test
  56.  
  57. lein test riemann.instrumentation-test
  58.  
  59. lein test riemann.kairosdb-test
  60. INFO [2017-01-24 18:13:57,187] clojure-agent-send-off-pool-0 - riemann.kairosdb - Connecting to {:protocol :tcp, :host 127.0.0.1, :port 4242}
  61. INFO [2017-01-24 18:13:57,187] clojure-agent-send-off-pool-2 - riemann.kairosdb - Connecting to {:protocol :tcp, :host 127.0.0.1, :port 4242}
  62. INFO [2017-01-24 18:13:57,187] clojure-agent-send-off-pool-3 - riemann.kairosdb - Connecting to {:protocol :tcp, :host 127.0.0.1, :port 4242}
  63. INFO [2017-01-24 18:13:57,187] clojure-agent-send-off-pool-1 - riemann.kairosdb - Connecting to {:protocol :tcp, :host 127.0.0.1, :port 4242}
  64. INFO [2017-01-24 18:13:57,192] clojure-agent-send-off-pool-2 - riemann.kairosdb - Connected
  65. INFO [2017-01-24 18:13:57,192] clojure-agent-send-off-pool-1 - riemann.kairosdb - Connected
  66. INFO [2017-01-24 18:13:57,192] clojure-agent-send-off-pool-3 - riemann.kairosdb - Connected
  67. INFO [2017-01-24 18:13:57,192] clojure-agent-send-off-pool-0 - riemann.kairosdb - Connected
  68.  
  69. lein test riemann.keenio-test
  70.  
  71. lein test riemann.librato-test
  72.  
  73. lein test riemann.logentries-test
  74.  
  75. lein test riemann.mailgun-test
  76.  
  77. lein test riemann.nagios-test
  78.  
  79. lein test riemann.netuitive-test
  80.  
  81. lein test riemann.opsgenie-test
  82.  
  83. lein test riemann.pool-test
  84.  
  85. lein test riemann.prometheus-test
  86.  
  87. lein test riemann.pubsub-test
  88.  
  89. lein test riemann.pushover-test
  90.  
  91. lein test riemann.query-test
  92.  
  93. lein test riemann.service-test
  94.  
  95. lein test riemann.shinken-test
  96.  
  97. lein test riemann.slack-test
  98.  
  99. lein test riemann.sns-test
  100.  
  101. lein test riemann.streams-test
  102.  
  103. lein test riemann.telegram-test
  104.  
  105. lein test riemann.test-test
  106.  
  107. lein test riemann.test-utils
  108.  
  109. lein test riemann.time-test
  110.  
  111. lein test riemann.time.controlled-test
  112.  
  113. lein test riemann.transport-test
  114.  
  115. lein test :only riemann.transport-test/udp-test
  116.  
  117. FAIL in (udp-test) (transport_test.clj:117)
  118. expected: (= event (deref sink 1000 :timed-out))
  119. actual: (not (= #riemann.codec.Event{:host nil, :service "hi", :state "ok", :description nil, :metric 1.23, :tags nil, :time 1485299640, :ttl nil} #riemann.codec.Event{:host nil, :service "hi", :state "ok", :description nil, :metric 1.23, :tags nil, :time 1.48529964E9, :ttl nil}))
  120.  
  121. lein test riemann.transport.graphite-test
  122.  
  123. lein test riemann.transport.opentsdb-test
  124.  
  125. lein test riemann.twilio-test
  126.  
  127. lein test riemann.user-test
  128.  
  129. lein test riemann.victorops-test
  130.  
  131. lein test riemann.xymon-test
  132.  
  133. Ran 232 tests containing 1141 assertions.
  134. 2 failures, 0 errors.
  135. Tests failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement