Menu

JFC Unit Tests and Hanging processes

Help
Karen West
2009-03-24
2013-04-09
  • Karen West

    Karen West - 2009-03-24

    Hello -

    My group is testing the front end for our data system and we are
    using JFCUnit Tests.

    We are finding that the tests hang frequently. We can't tell at this
    time if it's a timing issue or that modal threads are being left
    open by a process.

    We have about 800 test cases in 15 test packages being executed
    sequentially.

    Has anyone else seen this kind of issue or similar when running
    JFC Unit test cases?

    Our platform is Solaris 10 on both a sparc and the opteron x86

    Thanks -
    Karen West

     
    • thr

      thr - 2009-03-30

      Hi

      as far as i know (please correct me if that is wrong) does jfcunit not consistently operate on the event-dispatch-thread which causes quite indeterministc due to some race conditions in Swing. May be that is a reason for failed/hanging tests.

      /Thomas

       

Log in to post a comment.