I've got 1-5 plus .functional package tests running. It still needs some polishing
because the set up and tear down execution phases of these tests is a
<insert_a_lovely_word_here> mess, so if I run several tests together, they fail.
Why? Well, because there's part of the set up code that is only run once per test case
execution and other part that is run before each individual test. This is making it hard
for me to figure out where on earth I need to put tear down code.
On top of that, things vary between single node and multi node tests, i.e. for multi node
tests, one of the node's cache is set up once per unit test case class, whereas for
the other is set up before each single test method.
Anyway, as Brian said, I think I have enough now to build a binary, so I'm gonna leave
the testing to a side and focus on creating the binary and integrating it with Portal
2.7.x.
I'll commit the code today or tomorrow.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166949#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...