SetUp / TearDown problem

2 views
Skip to first unread message

insected

unread,
Nov 3, 2009, 8:23:40 AM11/3/09
to Fluint Discussions
I have a trouble with fluint. I use fluint-1.1.1.swc,
FluintAnt-1.1.1.jar and run test from ant sript. Project is being
developed on 2 defferent computers (A and B). At comp A everything is
fine. Tests work, no errors, no failures. Exactly the same code at
comp B throws 10 SetUp/TearDown errors at one of test cases. Code is
being executed in set up method is correct, because of: no errors at
comp A and I ran it under debuger - no errors also. How to detect the
problem? Can I debug tests and watch the reason of errors? What`s the
reason could be?

Michael Labriola

unread,
Nov 3, 2009, 1:19:45 PM11/3/09
to Fluint Discussions

Are any of these tests asynchronous? The most common cause is choosing
timeouts that are very low. When differenent computers execute these
tests, the results will be different. If you are doing asynchronous
tests, remember that these are not performance tests. You don't have
to choose low numbers for timeouts, be sure to choose appropriate
ones. You are generally just trying to establish failure conditions

insected

unread,
Nov 4, 2009, 5:25:47 AM11/4/09
to Fluint Discussions
Yeah, I`ve noticed already such feature. My tests are asynchronous and
asynchronous work is being done in setUp method. I set timeouts much
higher, but it didn`t help.
Reply all
Reply to author
Forward
0 new messages