Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[15:19:58 CDT(-0500)] <JoeMoore> Where do I look when JpaClusterLockDaoTest fails a unit test? See http://pastebin.com/hD0cFmKc

[15:20:25 CDT(-0500)] <EricDalquist> that test needs to be fixed

[15:20:34 CDT(-0500)] <EricDalquist> the problem is it can fail when CPU usage is very high

[15:20:54 CDT(-0500)] <JoeMoore> OK, Ill try again and if it fails again ill @ignore it.

[15:20:57 CDT(-0500)] <JoeMoore> Thanks!!

[15:21:01 CDT(-0500)] <EricDalquist> you can just add an @Ignore annotation to the test

[15:21:22 CDT(-0500)] <JoeMoore> Yup, I learned how to do that when a test didn't work on windows for awhile