Alfresco / alfresco-sdk

The Alfresco In-Process SDK is based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects
Apache License 2.0
186 stars 113 forks source link

Maven SDK 1.1.1 with junit-remote runs tests multiple times #165

Closed mindthegab closed 7 years ago

mindthegab commented 10 years ago

From m.swe...@aca-it.be on December 02, 2013 08:27:50

What steps will reproduce the problem? 1. Create a new project with the Alfresco Maven SDK version 1.1.1

  1. Create at least 2 test classes with the @org.junit.runner.RunWith(com.tradeshift.test.remote.RemoteTestRunner.class) annotation.
  2. Print out a statement in both tests. What is the expected output? What do you see instead? You will see that the all tests (except the first one) run several times. I expect every test to run only once. What version of the product are you using? On what operating system? Maven SDK 1.1.1 on OSX with Maven 3.1.1

Original issue: http://code.google.com/p/maven-alfresco-archetypes/issues/detail?id=165

mindthegab commented 10 years ago

From colum...@gmail.com on December 10, 2013 03:56:19

Status: Accepted

mindthegab commented 10 years ago

From colum...@gmail.com on December 10, 2013 03:56:35

Labels: Milestone-Release-sdk-1.1.2

mindthegab commented 10 years ago

From colum...@gmail.com on July 18, 2014 13:22:25

This should be reviewed as part of the JRebel remote testing review. Mau assigning it to you for review but not sure it'll make 2.0.0.

Owner: maurizio...@alfresco.com
Labels: -Milestone-Release-sdk-1.1.2 Milestone-Release-sdk-unscheduled

ohej commented 7 years ago

Given the age of this issue and the fact that SDK3 has a brand new way of doing integration tests I will close this issue