Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build of "Che Core :: Metrics :: Core" module failed on test "FileStoresMeterTest" #14202

Closed
2 of 9 tasks
dmytro-ndp opened this issue Aug 12, 2019 · 0 comments
Closed
2 of 9 tasks
Labels
kind/bug Outline of a bug - must adhere to the bug report template.
Milestone

Comments

@dmytro-ndp
Copy link
Contributor

dmytro-ndp commented Aug 12, 2019

Describe the bug

"mvn clean install" on che failed:

Failure 1: "java.lang.AssertionError: expected [51] but found [36]"

17:41:42 [Build Che] 2019-08-12 14:41:42,037[main]             [INFO ] [o.e.j.s.handler.ContextHandler 865]  - Stopped o.e.j.s.ServletContextHandler@6743e411{/,null,UNAVAILABLE}
17:41:42 [Build Che] [ERROR] Tests run: 25, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.939 s <<< FAILURE! - in TestSuite
17:41:42 [Build Che] [ERROR] shouldBindFileStores(org.eclipse.che.core.metrics.FileStoresMeterTest)  Time elapsed: 0.04 s  <<< FAILURE!
17:41:42 [Build Che] java.lang.AssertionError: expected [51] but found [36]
17:41:42 [Build Che] 	at org.eclipse.che.core.metrics.FileStoresMeterTest.shouldBindFileStores(FileStoresMeterTest.java:39)

Failure 2: "java.lang.AssertionError: expected [61] but found [30]"

21:15:47 [ERROR] Tests run: 25, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.716 s <<< FAILURE! - in TestSuite
21:15:47 [ERROR] shouldBindFileStores(org.eclipse.che.core.metrics.FileStoresMeterTest)  Time elapsed: 0.034 s  <<< FAILURE!
21:15:47 java.lang.AssertionError: expected [61] but found [30]
21:15:47 	at org.eclipse.che.core.metrics.FileStoresMeterTest.shouldBindFileStores(FileStoresMeterTest.java:39)

Che version

  • latest
  • nightly
  • other: please specify

Steps to reproduce

mvn clean install in che root directory.

mvn version: 3.5.4

Runtime

  • kubernetes (include output of kubectl version)
  • Openshift (include output of oc version)
  • minikube (include output of minikube version and kubectl version)
  • minishift (include output of minishift version and oc version)
  • docker-desktop + K8S (include output of docker version and kubectl version)
  • other: Codenvy slave9 on AWS

It doesn't reproduce on Codenvy CI https://ci.codenvycorp.com/job/che-master-ci/

@dmytro-ndp dmytro-ndp added kind/bug Outline of a bug - must adhere to the bug report template. team/platform labels Aug 12, 2019
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Aug 12, 2019
@benoitf benoitf added this to the 7.0.0 milestone Aug 12, 2019
@benoitf benoitf removed the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Aug 12, 2019
@skabashnyuk skabashnyuk modified the milestones: 7.0.0, 7.1.0 Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template.
Projects
None yet
Development

No branches or pull requests

4 participants