TimeSeriesClustering.jl icon indicating copy to clipboard operation
TimeSeriesClustering.jl copied to clipboard

Testing fails due to job killed by travis

Open holgerteichgraeber opened this issue 5 years ago • 5 comments

Testing sometimes fails. The error is something like /home/travis/.travis/functions: line 104: 3596 Killed. This seems to be an issue with memory on travis.

Todo is to rewrite the tests so that they use less memory. Potentially make the kmedoids-exact cbc case smaller, and also reduce the amount of data that is loaded.

Workaround for now is to just rerun the build on travis, so far it has worked the second time.

holgerteichgraeber avatar Jul 03 '19 04:07 holgerteichgraeber

See for example this discussion: https://github.com/travis-ci/travis-ci/issues/4192

holgerteichgraeber avatar Jul 03 '19 04:07 holgerteichgraeber

Example fail: https://travis-ci.com/holgerteichgraeber/ClustForOpt.jl/jobs/213586554

holgerteichgraeber avatar Jul 05 '19 20:07 holgerteichgraeber

Does the "reference" data ( test/reference_generation/run_clust.jld2 ) already contain the new Object names based on TimSeriesClustering.ClustData...?

YoungFaithful avatar Aug 20 '19 06:08 YoungFaithful

Does the "reference" data ( test/reference_generation/run_clust.jld2 ) already contain the new Object names based on TimSeriesClustering.ClustData...?

Good call, no it does not. Will have to rerun that I assume.

holgerteichgraeber avatar Aug 21 '19 04:08 holgerteichgraeber

Does the "reference" data ( test/reference_generation/run_clust.jld2 ) already contain the new Object names based on TimSeriesClustering.ClustData...?

Fixed in #116 . Still has the issue that it needs to be rerun sometimes, it fails around 50% of the time. Seems like test cases use much memory overall.

holgerteichgraeber avatar Aug 27 '19 05:08 holgerteichgraeber