List of tests in test/unit/test.py is not up to date

Issue #164 resolved
Jan Blechta created an issue

List of tests in test/unit/test.py is not up to date. As a result, some tests, for example refinement/python/refine.py are not run.

Comments (16)

  1. Jan Blechta reporter

    Possibly some more maintainable way of picking tests (e.g. parsing a directory tree like with regression tests) could be added after 1.3 release. This fix could be done within fixing isssue 42.

  2. Jan Blechta reporter

    Also list of demos not running in parallel in test/regression/test.py should be checked as many of them have been fixed but possibly not removed from the list.

  3. Jan Blechta reporter

    Ok, this is just a bug in buildbot's Console view where it shows wrong commit hashes and description.

  4. Johannes Ring

    @blechta - The buildbot is configured to only be triggered by commits to master. A commit to next will not trigger the buildbot, so one has to do a forced build to test a commit to next.

  5. Jan Blechta reporter

    @johannes_ring Ok. Another issue is that in Console view of next just commit hashes and descriptions from master are shown although actually used commits are from next according to observation of stdout.

  6. Johan Hake

    @blechta you need to click on each buildbot to see what revision is processed. The console view can not show what revision is processed on each buildbot. That will not scale.

    With that limitation I think it is fine that it "only" shows whats going on the master buildbot.

  7. Johan Hake

    Sorry just realize you linked to a next dedicated console view. I first thought you meant the full console view. I agree that showing master revisions on the next view is confusing...

  8. Log in to comment