apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.73k stars 6.81k forks source link

[CI] Clojure test failure #16052

Open ChaiBapchya opened 4 years ago

ChaiBapchya commented 4 years ago

Lein test Clojure Failure in CI For unrelated PR - #15941

http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-15941/22/pipeline/

lein test core_test

lein test :only core_test/run-profiler

FAIL in (run-profiler) (core_test.clj:30)
expected: (.exists new-file)
  actual: false

lein test :only core_test/run-profiler

FAIL in (run-profiler) (core_test.clj:31)
expected: (> 10000 (- (System/currentTimeMillis) (.lastModified new-file)))
  actual: (not (> 10000 1567188720784))

Ran 1 tests containing 2 assertions.
2 failures, 0 errors.
mxnet-label-bot commented 4 years ago

Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it. Here are my recommended label(s): Test, CI

ChaiBapchya commented 4 years ago

@mxnet-label-bot add [Test, CI]