-
Notifications
You must be signed in to change notification settings - Fork 113
Alfresco SDK 2.0.0 Release candidates test feedback
mindthegab edited this page Dec 23, 2014
·
2 revisions
- Environment: Mac OSX 10.9.5, JDK 1.7.0_60, Maven 3.2.3
- Version: Community
- Executed by: Ole
- Notes: All tests done with a new user and freshly installed IDEA/Eclipse and nothing in ~/.m2 besides settings.xml.
Test | Result | Notes |
---|---|---|
Creation | OK | |
Unit test | OK | mvn test |
Start | OK | ./run.sh |
Remote unit test | OK | |
Hot reload | OK | Change webscript.get.js + mvn compile |
Test | Result | Notes |
---|---|---|
Creation | OK | Have to manually add each archetypes |
Unit test | FAIL | Could not resolve placeholder 'project.artifactId' |
Start | OK | OK, created run configuration |
Remote unit test | FAIL | Could not resolve placeholder 'project.artifactId' |
Hot reload | OK | Build -> Make project to take effect |
Test | Result | Notes |
---|---|---|
Creation | Semi OK | Plugin execution not covered by lifecycle (extract-postgres-dialect + add-env-test-properties). Had to install m2e connector and buildhelper via "Quick fix", had to restart Eclipse two times |
Unit test | FAIL | Autowiring failed error. Did a "mvn clean", now it gives ClassNotFoundException for org.alfresco.demoamp.test.DemoComponentTest |
Start | FAIL | First time it ran it did not start, had to manually do a "mvn clean" from CLI and run again, then it ran fine |
Remote unit test | OK | |
Hot reload | OK |
- Environment: Mac OSX 10.10.1, JDK 1.7.0_45, Maven 3.2.5
- Version: Community/Enterprise
- Executed by: Gab
- Notes: All tests done with a new workspace Eclipse and nothing in ~/.m2 in the org/alfresco folder.
Test | Result | Notes | With -Penterprise |
---|---|---|---|
Creation | OK | OK | |
Unit test | OK | mvn test | OK |
Start | OK | ./run.sh | OK |
Remote unit test | OK | OK | |
Hot reload | OK | Change webscript.get.js + mvn compile | OK |
Test | Result | Notes | With -Penterprise |
---|---|---|---|
Creation | OK | Eclipse ask for restart for plugins where required. Acceptable trade off for me. | OK |
Unit test | OK | Run as JUnit with no previous server running with Junit remote | OK |
Start | OK | ./run.sh | OK |
Remote unit test | OK | OK | OK |
Hot reload | OK | OK | OK |
Test | Result | Notes | With -Penterprise |
---|---|---|---|
Creation | OK | OK | |
Start | OK | ./run.sh | OK |
Test | Result | Notes | With -Penterprise |
---|---|---|---|
Hot reload | OK | With caveat of issue #248 | OK |
Test | Result | Notes | With -Penterprise |
---|---|---|---|
Creation | OK | OK | |
Unit test | OK | mvn test | OK |
Unit test (from repo-amp project) | OK | cd repo-amp; mvn test | OK |
Start | OK | ./run.sh | OK |
Remote unit test | OK | OK | |
Hot reload | OK | Change webscript.get.js + mvn compile | OK |
Test | Result | Notes | With -Penterprise |
---|---|---|---|
Creation | OK | Eclipse ask for restart for plugins where required. Acceptable trade off for me. | OK |
Unit test | OK | Run as JUnit with no previous server running with Junit remote | OK |
Remote unit test | OK | OK | OK |
Hot reload | OK | OK | OK |