Hi

I am trying to run JUnit tests with Maven Surefire Plugin.
JUnit Version : 4.10
Maven Surefire Plugin : 2.16


Now couple of my tests try to test different emails, different status of 
admin/non-admin etc which require setting up of Test env as mentioned here 
: https://developers.google.com/appengine/docs/java/tools/localunittesting
These tests work fine when they are run in sequence, but issue starts as 
soon as I start running them in parallel.

It appears that whenever i call setup for LocalServiceTestHelper, all data 
in local datastore seems to be getting deleted which causes tests to fail 
randomly.

Is there any recommendation for running parallel tests with its own 
configuraiton for email, admin status etc?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to