ActiDoo / gamification-engine

gamification-engine (gengine) is a framework for developing gamification features for your application
MIT License
435 stars 108 forks source link

Week test fails randomly #26

Closed feldi-online closed 7 years ago

feldi-online commented 7 years ago

The test "Weekly evaluation Case 1" (see https://github.com/ActiDoo/gamification-engine/blob/master/gengine/app/tests/test_achievement_integration_tests.py) sometimes fails.

For example, the run on Monday failed (see https://travis-ci.org/ActiDoo/gamification-engine/jobs/220583885) while the run on Saturday succeded (see https://travis-ci.org/ActiDoo/gamification-engine/jobs/220083583). In between there are no relevant changes (the commits only effect the Readme file).

I guess that the success depends on the weekday of the test execution, but this isn't verified. Either the test has some undeterministic behavior or the implementation of the evaluation itself.

feldi-online commented 7 years ago

Resolved in #27 and https://github.com/ActiDoo/gamification-engine/releases/tag/v0.2.2