[Teiid-Designer/teiid-designer] 0067e5: TEIIDDES-1896: upgrades modeshape plugin to 3.6
by Paul Richardson
Branch: refs/heads/master
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: 0067e5f086fa97ed7fcbeb5f5b0b5f8c252e14af
https://github.com/Teiid-Designer/teiid-designer/commit/0067e5f086fa97ed7...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-10-25 (Fri, 25 Oct 2013)
Changed paths:
M plugins/org.teiid.designer.modeshape/pom.xml
Log Message:
-----------
TEIIDDES-1896: upgrades modeshape plugin to 3.6
* Upgrades the modeshape bits to 3.6.Final
Commit: 0f631c41297f70be439062c95a1be2628773686f
https://github.com/Teiid-Designer/teiid-designer/commit/0f631c41297f70be4...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-10-25 (Fri, 25 Oct 2013)
Changed paths:
M plugins/org.teiid.designer.core/src/org/teiid/designer/core/workspace/WorkspaceResourceFinderUtil.java
Log Message:
-----------
Fixes regression from 301b01b
* FileNameResourceCollectorVisitor
* Refactoring commit 301b01b changed the filter.accept logic and return
statement values. As such, the visitor failed to recurse any further
into projects and folders.
Commit: c1db86988c0eab9f12c7890bae09d62e91840c4a
https://github.com/Teiid-Designer/teiid-designer/commit/c1db86988c0eab9f1...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-10-25 (Fri, 25 Oct 2013)
Changed paths:
M plugins/org.teiid.designer.core/src/org/teiid/designer/core/refactor/RelatedResourceFinder.java
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/refactor/AbstractResourcesRefactoring.java
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/refactor/RefactorResourcesUtils.java
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/refactor/rename/RenameResourceRefactoring.java
M plugins/org.teiid.designer.vdb/src/org/teiid/designer/vdb/VdbUtil.java
M plugins/org.teiid.designer.vdb/src/org/teiid/designer/vdb/i18n.properties
M plugins/org.teiid.designer.vdb/src/org/teiid/designer/vdb/refactor/VdbResourceChange.java
Log Message:
-----------
Fixes errors in synchronising vdbs during a rename refactoring
* RelatedResourceFinder
* findDependentResources fails to include members of a resource that is a
container. The members of a project or folder are by definition dependent
on their parent container for their existence hence should be included.
* RefactorResourceUtils
* calculateTextChanges should not add an edit to the returning text change
object if the source change is in fact identical to the target change.
* VdbUtil
* Incorrectly assumes that all model resources to find in a project have
the xmi extension, which is not the case for xsd files.
* RenameResourceRefactoring
* Since changing calculateTextChanges above, addTextChange would not return
false if renaming a project or folder. Thus, its important to still
calculate related vdb resources since the renaming of either a project or
folder would affect the resources' paths contained in a vdb.
* The indexing of a vdb change originally adds a rubbish old/new resource
path, which thankfully were not being used. However, now they are being
used and more importantly are now correct.
* Corrects the name of the rename job.
* AbstractResourcesRefactoring
* VdbResourceChange
* Avoid holding the vdbfile as a field in the resource change. This is
necessary as the file becomes invalid if a parent, such as the project
or parent folder, are renamed.
* Since a vdb cannot be created more than once in the same folder, the
parent folder name and vdb name can be considered a unique key.
* When processing the vdb resource change, find the vdb according to its
project, parent folder and vdb name.
* The project and parent folder names are correct UNLESS one of then is
being renamed. In which case we use the replacements set to find the
new values.
Compare: https://github.com/Teiid-Designer/teiid-designer/compare/a418fd488f3b...c...
11 years, 3 months
[Teiid-Designer/teiid-designer] eb71f0: Fixes for testing framework
by Paul Richardson
Branch: refs/heads/master
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: eb71f0b939e7d061246bf4b0d2ad9702dd5681cc
https://github.com/Teiid-Designer/teiid-designer/commit/eb71f0b939e7d0612...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-10-22 (Tue, 22 Oct 2013)
Changed paths:
M test-aggregate/org.teiid.designer.aggregate.test/src/org/teiid/designer/aggregate/test/TestDesignerTestGatherer.java
A tests/org.teiid.7.7.x.test/src/org/teiid772/server/test/AllTests.java
R tests/org.teiid.7.7.x.test/src/org/teiid772server/test/AllTests.java
A tests/org.teiid.8.3.x.test/LEGAL.txt
M tests/org.teiid.8.3.x.test/build.properties
A tests/org.teiid.8.4.x.test/LEGAL.txt
M tests/org.teiid.8.4.x.test/build.properties
M tests/org.teiid.designer.xsd.ui.test/pom.xml
Log Message:
-----------
Fixes for testing framework
* TestDesignerTestGatherer
* Adds in logging and counts for tests conducted in order to gain
confidence that all tests are being captured and executed
* org.teiid.7.7.x.test
* Corrects the name of the main test package
* org.teiid.8.[3|4].x.test
* Adds a LEGAL.txt of the license to the bundle
* Corrects build.properties since the classes were not getting added to
the created jar hence no tests were executing. Missed when running as
a maven test plugin since the classes were being used from the
target/classes directory
* ..xsd.ui.test/pom.xml
* Omission of leaving this plugin as a test plugin hence getting 2 sets
of test results when there is no need.
11 years, 3 months
Build failed in Jenkins: jbosstools-teiid-designer-branch-testing #151
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
------------------------------------------
Started by user parichar(a)REDHAT.COM
[EnvInject] - Loading node environment variables.
Building remotely on soavmg11-rhel6-x86 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
Deleting project workspace... done
Checkout:jbosstools-teiid-designer-branch-testing / <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...> - hudson.remoting.Channel@6a8a3bc3:soavmg11-rhel6-x86
Using strategy: Default
java.io.IOException: Failed to mkdirs: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at hudson.FilePath.mkdirs(FilePath.java:901)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1115)
at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:117)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494)
at hudson.model.Run.execute(Run.java:1502)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
Retrying after 10 seconds
Checkout:jbosstools-teiid-designer-branch-testing / <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...> - hudson.remoting.Channel@6a8a3bc3:soavmg11-rhel6-x86
Using strategy: Default
java.io.IOException: Failed to mkdirs: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at hudson.FilePath.mkdirs(FilePath.java:901)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1115)
at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:117)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494)
at hudson.model.Run.execute(Run.java:1502)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
Retrying after 10 seconds
Checkout:jbosstools-teiid-designer-branch-testing / <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...> - hudson.remoting.Channel@6a8a3bc3:soavmg11-rhel6-x86
Using strategy: Default
java.io.IOException: Failed to mkdirs: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at hudson.FilePath.mkdirs(FilePath.java:901)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1115)
at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:117)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494)
at hudson.model.Run.execute(Run.java:1502)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
Retrying after 10 seconds
Checkout:jbosstools-teiid-designer-branch-testing / <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...> - hudson.remoting.Channel@6a8a3bc3:soavmg11-rhel6-x86
Using strategy: Default
java.io.IOException: Failed to mkdirs: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at hudson.FilePath.mkdirs(FilePath.java:901)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1115)
at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:117)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494)
at hudson.model.Run.execute(Run.java:1502)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
Retrying after 10 seconds
Checkout:jbosstools-teiid-designer-branch-testing / <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...> - hudson.remoting.Channel@6a8a3bc3:soavmg11-rhel6-x86
Using strategy: Default
java.io.IOException: Failed to mkdirs: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at hudson.FilePath.mkdirs(FilePath.java:901)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1115)
at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:117)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494)
at hudson.model.Run.execute(Run.java:1502)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
Retrying after 10 seconds
Checkout:jbosstools-teiid-designer-branch-testing / <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...> - hudson.remoting.Channel@6a8a3bc3:soavmg11-rhel6-x86
Using strategy: Default
java.io.IOException: Failed to mkdirs: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at hudson.FilePath.mkdirs(FilePath.java:901)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1115)
at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:117)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494)
at hudson.model.Run.execute(Run.java:1502)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
Archiving artifacts
Recording test results
11 years, 3 months
Build failed in Jenkins: jbosstools-teiid-designer-branch-testing #147
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
------------------------------------------
Started by user parichar(a)REDHAT.COM
[EnvInject] - Loading node environment variables.
Building remotely on soavmg11-rhel6-x86 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
Deleting project workspace... Checkout:jbosstools-teiid-designer-branch-testing / <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...> - hudson.remoting.Channel@6a8a3bc3:soavmg11-rhel6-x86
Using strategy: Default
Last Built Revision: Revision 3c53daca6d38afd40411333b220e0d64712f9958 (origin/aggregate-test-plugin)
Cloning the remote Git repository
Cloning repository git://github.com/phantomjinx/teiid-designer.git
git --version
git version 1.7.12.1
ERROR: Error cloning remote repo 'origin' : Could not clone git://github.com/phantomjinx/teiid-designer.git
hudson.plugins.git.GitException: Could not clone git://github.com/phantomjinx/teiid-designer.git
at hudson.plugins.git.GitAPI.clone(GitAPI.java:271)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1036)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:978)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin git://github.com/phantomjinx/teiid-designer.git <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi..."> returned status code 128:
stdout: Cloning into '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...'...>
stderr: remote: Counting objects: 133699, done.
remote: Compressing objects: 0% (1/26522)
remote: Compressing objects: 1% (266/26522)
remote: Compressing objects: 2% (531/26522)
remote: Compressing objects: 2% (653/26522)
remote: Compressing objects: 2% (655/26522)
remote: Compressing objects: 2% (656/26522)
remote: Compressing objects: 2% (663/26522)
remote: Compressing objects: 2% (705/26522)
remote: Compressing objects: 2% (767/26522)
remote: Compressing objects: 3% (796/26522)
remote: Compressing objects: 3% (900/26522)
remote: Compressing objects: 3% (968/26522)
remote: Compressing objects: 4% (1061/26522)
remote: Compressing objects: 5% (1327/26522)
remote: Compressing objects: 6% (1592/26522)
remote: Compressing objects: 7% (1857/26522)
remote: Compressing objects: 8% (2122/26522)
remote: Compressing objects: 9% (2387/26522)
remote: Compressing objects: 10% (2653/26522)
remote: Compressing objects: 11% (2918/26522)
remote: Compressing objects: 11% (3027/26522)
remote: Compressing objects: 12% (3183/26522)
remote: Compressing objects: 13% (3448/26522)
remote: Compressing objects: 14% (3714/26522)
remote: Compressing objects: 15% (3979/26522)
remote: Compressing objects: 16% (4244/26522)
remote: Compressing objects: 17% (4509/26522)
remote: Compressing objects: 18% (4774/26522)
remote: Compressing objects: 19% (5040/26522)
remote: Compressing objects: 20% (5305/26522)
remote: Compressing objects: 21% (5570/26522)
remote: Compressing objects: 22% (5835/26522)
remote: Compressing objects: 23% (6101/26522)
remote: Compressing objects: 24% (6366/26522)
remote: Compressing objects: 25% (6631/26522)
remote: Compressing objects: 26% (6896/26522)
remote: Compressing objects: 27% (7161/26522)
remote: Compressing objects: 27% (7181/26522)
remote: Compressing objects: 28% (7427/26522)
remote: Compressing objects: 29% (7692/26522)
remote: Compressing objects: 30% (7957/26522)
remote: Compressing objects: 31% (8222/26522)
remote: Compressing objects: 32% (8488/26522)
remote: Compressing objects: 33% (8753/26522)
remote: Compressing objects: 34% (9018/26522)
remote: Compressing objects: 35% (9283/26522)
remote: Compressing objects: 36% (9548/26522)
remote: Compressing objects: 37% (9814/26522)
remote: Compressing objects: 38% (10079/26522)
remote: Compressing objects: 39% (10344/26522)
remote: Compressing objects: 40% (10609/26522)
remote: Compressing objects: 40% (10818/26522)
remote: Compressing objects: 41% (10875/26522)
remote: Compressing objects: 42% (11140/26522)
remote: Compressing objects: 43% (11405/26522)
remote: Compressing objects: 44% (11670/26522)
remote: Compressing objects: 45% (11935/26522)
remote: Compressing objects: 46% (12201/26522)
remote: Compressing objects: 47% (12466/26522)
remote: Compressing objects: 48% (12731/26522)
remote: Compressing objects: 49% (12996/26522)
remote: Compressing objects: 50% (13261/26522)
remote: Compressing objects: 51% (13527/26522)
remote: Compressing objects: 52% (13792/26522)
remote: Compressing objects: 53% (14057/26522)
remote: Compressing objects: 54% (14322/26522)
remote: Compressing objects: 55% (14588/26522)
remote: Compressing objects: 56% (14853/26522)
remote: Compressing objects: 57% (15118/26522)
remote: Compressing objects: 58% (15383/26522)
remote: Compressing objects: 59% (15648/26522)
remote: Compressing objects: 60% (15914/26522)
remote: Compressing objects: 61% (16179/26522)
remote: Compressing objects: 62% (16444/26522)
remote: Compressing objects: 63% (16709/26522)
remote: Compressing objects: 64% (16975/26522)
remote: Compressing objects: 65% (17240/26522)
remote: Compressing objects: 66% (17505/26522)
remote: Compressing objects: 67% (17770/26522)
remote: Compressing objects: 68% (18035/26522)
remote: Compressing objects: 69% (18301/26522)
remote: Compressing objects: 70% (18566/26522)
remote: Compressing objects: 71% (18831/26522)
remote: Compressing objects: 72% (19096/26522)
remote: Compressing objects: 73% (19362/26522)
remote: Compressing objects: 74% (19627/26522)
remote: Compressing objects: 75% (19892/26522)
remote: Compressing objects: 76% (20157/26522)
remote: Compressing objects: 77% (20422/26522)
remote: Compressing objects: 78% (20688/26522)
remote: Compressing objects: 79% (20953/26522)
remote: Compressing objects: 80% (21218/26522)
remote: Compressing objects: 81% (21483/26522)
remote: Compressing objects: 82% (21749/26522)
remote: Compressing objects: 83% (22014/26522)
remote: Compressing objects: 84% (22279/26522)
remote: Compressing objects: 85% (22544/26522)
remote: Compressing objects: 86% (22809/26522)
remote: Compressing objects: 87% (23075/26522)
remote: Compressing objects: 88% (23340/26522)
remote: Compressing objects: 89% (23605/26522)
remote: Compressing objects: 90% (23870/26522)
remote: Compressing objects: 91% (24136/26522)
remote: Compressing objects: 92% (24401/26522)
remote: Compressing objects: 93% (24666/26522)
remote: Compressing objects: 94% (24931/26522)
remote: Compressing objects: 95% (25196/26522)
remote: Compressing objects: 96% (25462/26522)
remote: Compressing objects: 97% (25727/26522)
remote: Compressing objects: 98% (25992/26522)
remote: Compressing objects: 99% (26257/26522)
remote: Compressing objects: 100% (26522/26522)
remote: Compressing objects: 100% (26522/26522), done.
Receiving objects: 0% (1/133699)
Receiving objects: 1% (1337/133699)
Receiving objects: 2% (2674/133699)
fatal: write error: No space left on device
fatal: index-pack failed
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:885)
at hudson.plugins.git.GitAPI.access$000(GitAPI.java:40)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:267)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:246)
at hudson.FilePath.act(FilePath.java:842)
at hudson.FilePath.act(FilePath.java:824)
at hudson.plugins.git.GitAPI.clone(GitAPI.java:246)
... 12 more
Trying next repository
ERROR: Could not clone repository
FATAL: Could not clone
hudson.plugins.git.GitException: Could not clone
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1048)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:978)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
11 years, 3 months
[Teiid-Designer/teiid-designer] d87552: Refactor the aggregator test plugin to its own dir...
by Barry LaFond
Branch: refs/heads/master
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: d87552da4c8df6f9508b6a7f77d10fb6f556819a
https://github.com/Teiid-Designer/teiid-designer/commit/d87552da4c8df6f95...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-10-21 (Mon, 21 Oct 2013)
Changed paths:
M features/org.teiid.designer.test.feature/feature.xml
M pom.xml
A test-aggregate/org.teiid.designer.aggregate.test/.classpath
A test-aggregate/org.teiid.designer.aggregate.test/.project
A test-aggregate/org.teiid.designer.aggregate.test/AllTests.launch
A test-aggregate/org.teiid.designer.aggregate.test/LEGAL.txt
A test-aggregate/org.teiid.designer.aggregate.test/META-INF/MANIFEST.MF
A test-aggregate/org.teiid.designer.aggregate.test/build.properties
A test-aggregate/org.teiid.designer.aggregate.test/plugin.properties
A test-aggregate/org.teiid.designer.aggregate.test/pom.xml
A test-aggregate/org.teiid.designer.aggregate.test/src/org/teiid/designer/aggregate/test/AllTests.java
A test-aggregate/org.teiid.designer.aggregate.test/src/org/teiid/designer/aggregate/test/TestDesignerPlugin.java
A test-aggregate/org.teiid.designer.aggregate.test/src/org/teiid/designer/aggregate/test/TestDesignerTestGatherer.java
A test-aggregate/pom.xml
R tests/org.teiid.designer.test/.classpath
R tests/org.teiid.designer.test/.project
R tests/org.teiid.designer.test/AllPluginTests.launch
R tests/org.teiid.designer.test/LEGAL.txt
R tests/org.teiid.designer.test/META-INF/MANIFEST.MF
R tests/org.teiid.designer.test/OSGI-INF/l10n/bundle.properties
R tests/org.teiid.designer.test/build.properties
R tests/org.teiid.designer.test/pom.xml
R tests/org.teiid.designer.test/src/org/teiid/designer/test/AllPluginTests.java
R tests/org.teiid.designer.test/src/org/teiid/designer/test/TestDesignerPlugin.java
M tests/pom.xml
Log Message:
-----------
Refactor the aggregator test plugin to its own directory
* Moves the org.teiid.designer.test plugin to its own directory to ensure
it is compiled and tests processed after all other plugins and fragments
have been built
* Intention is to be able to execute all unit tests in the same eclipse
instance in both the IDE and using maven
* AllTests.java
* AllTests.launch
* Renames AllPluginTests to AllTests since tycho-surefire is configured
by default to accept AllTests classes.
* The launch file is renamed as a consequence.
* MANIFEST.MF
* Adds dependencies every other plugin. Since these plugins can access
their fragments, we can use these for gatherer the test cases
* pom.xml
* By getting tycho's target-platform-configuration and surefire depending
on the test feature, the plugin is able to import all the test fragments
in addition to the plugins.
Commit: 8ee5c3a8c89d28bb908865a602dbeb209aa9135c
https://github.com/Teiid-Designer/teiid-designer/commit/8ee5c3a8c89d28bb9...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-10-21 (Mon, 21 Oct 2013)
Changed paths:
M test-aggregate/org.teiid.designer.aggregate.test/pom.xml
M tests/org.teiid.core.designer.test.framework/src/org/teiid/core/util/SmartTestDesignerSuite.java
M tests/org.teiid.core.designer.test/build.properties
M tests/org.teiid.designer.core.test/build.properties
M tests/org.teiid.designer.core.xslt.test/build.properties
M tests/org.teiid.designer.ddl.importer.test/build.properties
M tests/org.teiid.designer.dqp.test/build.properties
M tests/org.teiid.designer.extension.test/build.properties
M tests/org.teiid.designer.jdbc.relational.test/build.properties
M tests/org.teiid.designer.jdbc.test/build.properties
M tests/org.teiid.designer.metamodels.wsdl.test/build.properties
M tests/org.teiid.designer.modelgenerator.wsdl.test/build.properties
M tests/org.teiid.designer.sdt.test/build.properties
M tests/org.teiid.designer.transformation.test/build.properties
M tests/org.teiid.designer.ui.common.test/build.properties
R tests/org.teiid.designer.ui.common.test/fragment.xml
R tests/org.teiid.designer.ui.common.test/src/org/teiid/designer/ui/common/test/DisablePropertiesStartup.java
M tests/org.teiid.designer.ui.test/build.properties
M tests/org.teiid.designer.webservice.test/build.properties
M tests/org.teiid.designer.webservice.ui.test/build.properties
M tests/org.teiid.designer.xsd.ui.test/build.properties
Log Message:
-----------
Fixes for maven-based aggregator testing
* build.properties
* The testdata directories must be included in the binary plugin builds
and should be anyway in order for the test fragment to be complete.
* SmartTestDesignerSuite
* Actually print the stack trace rather than just the path error message
* test-aggregate/.../pom.xml
* Fragment.xml
* Removes the DisablePropertiesStartup since it is incompatible with
running the UI tests in maven. Seems the ui.common plugin cannot find
the fragment at this stage of the startup process.
* The reporting property is set by the AllTests.launch file when executed
in the IDE and set in the aggregate test pom.
Commit: 3c53daca6d38afd40411333b220e0d64712f9958
https://github.com/Teiid-Designer/teiid-designer/commit/3c53daca6d38afd40...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-10-21 (Mon, 21 Oct 2013)
Changed paths:
M tests/org.teiid.7.7.x.test/pom.xml
M tests/org.teiid.8.3.x.test/pom.xml
M tests/org.teiid.8.4.x.test/pom.xml
M tests/org.teiid.core.designer.test/pom.xml
M tests/org.teiid.designer.compare.test/pom.xml
M tests/org.teiid.designer.core.test/pom.xml
M tests/org.teiid.designer.core.xslt.test/pom.xml
M tests/org.teiid.designer.ddl.importer.test/pom.xml
M tests/org.teiid.designer.dqp.test/pom.xml
M tests/org.teiid.designer.extension.test/pom.xml
M tests/org.teiid.designer.jdbc.relational.test/pom.xml
M tests/org.teiid.designer.jdbc.test/pom.xml
M tests/org.teiid.designer.mapping.ui.test/pom.xml
M tests/org.teiid.designer.metamodels.core.test/pom.xml
M tests/org.teiid.designer.metamodels.relational.test/pom.xml
M tests/org.teiid.designer.metamodels.transformation.test/pom.xml
M tests/org.teiid.designer.metamodels.wsdl.test/pom.xml
M tests/org.teiid.designer.metamodels.xml.test/pom.xml
M tests/org.teiid.designer.modelgenerator.salesforce.test/pom.xml
M tests/org.teiid.designer.modelgenerator.test/pom.xml
M tests/org.teiid.designer.modelgenerator.wsdl.test/pom.xml
M tests/org.teiid.designer.query.ui.test/pom.xml
M tests/org.teiid.designer.schema.tools.test/pom.xml
M tests/org.teiid.designer.sdt.test/pom.xml
M tests/org.teiid.designer.transformation.test/pom.xml
M tests/org.teiid.designer.ui.common.test/pom.xml
M tests/org.teiid.designer.ui.test/pom.xml
M tests/org.teiid.designer.vdb.test/pom.xml
M tests/org.teiid.designer.webservice.test/pom.xml
M tests/org.teiid.designer.webservice.ui.test/pom.xml
M tests/org.teiid.designer.xml.ui.test/pom.xml
Log Message:
-----------
Turns off the independent testing of the unit test fragments
* The fragments are just built rather than tests being executed since the
aggregate test plugin is responsible.
Commit: 327db505f619a65bebae94061f83e769ac1b4f3c
https://github.com/Teiid-Designer/teiid-designer/commit/327db505f619a65be...
Author: Barry LaFond <blafond(a)redhat.com>
Date: 2013-10-21 (Mon, 21 Oct 2013)
Changed paths:
M features/org.teiid.designer.test.feature/feature.xml
M pom.xml
A test-aggregate/org.teiid.designer.aggregate.test/.classpath
A test-aggregate/org.teiid.designer.aggregate.test/.project
A test-aggregate/org.teiid.designer.aggregate.test/AllTests.launch
A test-aggregate/org.teiid.designer.aggregate.test/LEGAL.txt
A test-aggregate/org.teiid.designer.aggregate.test/META-INF/MANIFEST.MF
A test-aggregate/org.teiid.designer.aggregate.test/build.properties
A test-aggregate/org.teiid.designer.aggregate.test/plugin.properties
A test-aggregate/org.teiid.designer.aggregate.test/pom.xml
A test-aggregate/org.teiid.designer.aggregate.test/src/org/teiid/designer/aggregate/test/AllTests.java
A test-aggregate/org.teiid.designer.aggregate.test/src/org/teiid/designer/aggregate/test/TestDesignerPlugin.java
A test-aggregate/org.teiid.designer.aggregate.test/src/org/teiid/designer/aggregate/test/TestDesignerTestGatherer.java
A test-aggregate/pom.xml
M tests/org.teiid.7.7.x.test/pom.xml
M tests/org.teiid.8.3.x.test/pom.xml
M tests/org.teiid.8.4.x.test/pom.xml
M tests/org.teiid.core.designer.test.framework/src/org/teiid/core/util/SmartTestDesignerSuite.java
M tests/org.teiid.core.designer.test/build.properties
M tests/org.teiid.core.designer.test/pom.xml
M tests/org.teiid.designer.compare.test/pom.xml
M tests/org.teiid.designer.core.test/build.properties
M tests/org.teiid.designer.core.test/pom.xml
M tests/org.teiid.designer.core.xslt.test/build.properties
M tests/org.teiid.designer.core.xslt.test/pom.xml
M tests/org.teiid.designer.ddl.importer.test/build.properties
M tests/org.teiid.designer.ddl.importer.test/pom.xml
M tests/org.teiid.designer.dqp.test/build.properties
M tests/org.teiid.designer.dqp.test/pom.xml
M tests/org.teiid.designer.extension.test/build.properties
M tests/org.teiid.designer.extension.test/pom.xml
M tests/org.teiid.designer.jdbc.relational.test/build.properties
M tests/org.teiid.designer.jdbc.relational.test/pom.xml
M tests/org.teiid.designer.jdbc.test/build.properties
M tests/org.teiid.designer.jdbc.test/pom.xml
M tests/org.teiid.designer.mapping.ui.test/pom.xml
M tests/org.teiid.designer.metamodels.core.test/pom.xml
M tests/org.teiid.designer.metamodels.relational.test/pom.xml
M tests/org.teiid.designer.metamodels.transformation.test/pom.xml
M tests/org.teiid.designer.metamodels.wsdl.test/build.properties
M tests/org.teiid.designer.metamodels.wsdl.test/pom.xml
M tests/org.teiid.designer.metamodels.xml.test/pom.xml
M tests/org.teiid.designer.modelgenerator.salesforce.test/pom.xml
M tests/org.teiid.designer.modelgenerator.test/pom.xml
M tests/org.teiid.designer.modelgenerator.wsdl.test/build.properties
M tests/org.teiid.designer.modelgenerator.wsdl.test/pom.xml
M tests/org.teiid.designer.query.ui.test/pom.xml
M tests/org.teiid.designer.schema.tools.test/pom.xml
M tests/org.teiid.designer.sdt.test/build.properties
M tests/org.teiid.designer.sdt.test/pom.xml
R tests/org.teiid.designer.test/.classpath
R tests/org.teiid.designer.test/.project
R tests/org.teiid.designer.test/AllPluginTests.launch
R tests/org.teiid.designer.test/LEGAL.txt
R tests/org.teiid.designer.test/META-INF/MANIFEST.MF
R tests/org.teiid.designer.test/OSGI-INF/l10n/bundle.properties
R tests/org.teiid.designer.test/build.properties
R tests/org.teiid.designer.test/pom.xml
R tests/org.teiid.designer.test/src/org/teiid/designer/test/AllPluginTests.java
R tests/org.teiid.designer.test/src/org/teiid/designer/test/TestDesignerPlugin.java
M tests/org.teiid.designer.transformation.test/build.properties
M tests/org.teiid.designer.transformation.test/pom.xml
M tests/org.teiid.designer.ui.common.test/build.properties
R tests/org.teiid.designer.ui.common.test/fragment.xml
M tests/org.teiid.designer.ui.common.test/pom.xml
R tests/org.teiid.designer.ui.common.test/src/org/teiid/designer/ui/common/test/DisablePropertiesStartup.java
M tests/org.teiid.designer.ui.test/build.properties
M tests/org.teiid.designer.ui.test/pom.xml
M tests/org.teiid.designer.vdb.test/pom.xml
M tests/org.teiid.designer.webservice.test/build.properties
M tests/org.teiid.designer.webservice.test/pom.xml
M tests/org.teiid.designer.webservice.ui.test/build.properties
M tests/org.teiid.designer.webservice.ui.test/pom.xml
M tests/org.teiid.designer.xml.ui.test/pom.xml
M tests/org.teiid.designer.xsd.ui.test/build.properties
M tests/pom.xml
Log Message:
-----------
Merge pull request #244 from phantomjinx/aggregate-test-plugin
Aggregate test plugin
Compare: https://github.com/Teiid-Designer/teiid-designer/compare/bf63d9748824...3...
11 years, 3 months