Opened 13 years ago

Closed 13 years ago

#275 closed defect (fixed)

Verify that unit tests are running properly

Reported by: Peter Powers Owned by: Kevin Milner
Priority: critical Milestone: OpenSHA 1.2
Component: sha Version:
Keywords: Cc:

Description

I have very low confidence that all jUnit tests are running regularly. I am getting local failures in:

that are not being reported. As part of this ticket we should also:

  • start issuing emails for test failures.
  • document what criteria are used by ant to identify tests that should be run nightly or bi-weekly.

I keyed in on this because I made changes for ticket:272 that should have caused the corresponding tests to fail. Let's talk about this. Once we're confident the running/reporting is working as expected, we can both work on fixing broken tests. The failures are largely the result of api changes more than anything else.

Change History (1)

comment:1 Changed 13 years ago by Kevin Milner

Resolution: fixed
Status: newclosed

Those 3 tests have now been added to the nightly tests, and e-mails are being sent for failures. Now every test that follows the *Suite.java pattern will be run nightly. If a test is ready to be run nightly, it needs to be added to an existing suite, or we can create a new one.

Note: See TracTickets for help on using tickets.