[
https://issues.apache.org/jira/browse/OODT-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris A. Mattmann resolved OODT-963.
------------------------------------
Resolution: Fixed
Fix Version/s: 1.3
Great work [~imesha]!
{noformat}
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ oodt ---
[INFO] Installing /Users/mattmann/git/oodt/pom.xml to
/Users/mattmann/.m2/repository/org/apache/oodt/oodt/1.3-SNAPSHOT/oodt-1.3-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] OODT Core .......................................... SUCCESS [ 2.089 s]
[INFO] Common Utilities ................................... SUCCESS [ 23.410 s]
[INFO] CAS Command Line Interface ......................... SUCCESS [ 8.908 s]
[INFO] OODT - Configuration Management .................... SUCCESS [ 24.494 s]
[INFO] Process Control System Input Data Package .......... SUCCESS [ 1.604 s]
[INFO] Catalog and Archive Service Generic Multi-valued Metadata Container
SUCCESS [ 2.893 s]
[INFO] Catalog and Archive File Management Component ...... SUCCESS [03:17 min]
[INFO] Catalog and Archive Resource Management Component .. SUCCESS [ 19.712 s]
[INFO] Catalog and Archive Workflow Management Component .. SUCCESS [ 34.483 s]
[INFO] Catalog and Archive Crawling Framework ............. SUCCESS [ 28.783 s]
[INFO] OODT CAS Curator Single Sign On Security Package ... SUCCESS [ 1.913 s]
[INFO] CAS Curation Web Services .......................... SUCCESS [ 10.401 s]
[INFO] Process Control System Core Package ................ SUCCESS [ 19.273 s]
[INFO] OODT Wicket Web Components ......................... SUCCESS [ 4.770 s]
[INFO] CAS Curation Interface ............................. SUCCESS [ 10.254 s]
[INFO] CAS PGE Adaptor Framework .......................... SUCCESS [ 22.754 s]
[INFO] CAS Installer Maven Mojo ........................... SUCCESS [ 3.097 s]
[INFO] OODT :: Archetypes :: OpsUI ........................ SUCCESS [ 1.194 s]
[INFO] OODT :: Archetypes :: RADiX ........................ SUCCESS [ 1.341 s]
[INFO] OODT :: Archetypes ................................. SUCCESS [ 0.033 s]
[INFO] CAS File Manager Browser Web App ................... SUCCESS [ 8.492 s]
[INFO] CAS Workflow Manager Monitor Web App ............... SUCCESS [ 5.006 s]
[INFO] CAS Product Server Web Application ................. SUCCESS [ 13.420 s]
[INFO] CAS Workflow REST Services ......................... SUCCESS [ 4.638 s]
[INFO] Process Control System Operator Interface Webapp ... SUCCESS [ 19.873 s]
[INFO] OODT Process Control System JAX-RS service layer ... SUCCESS [ 8.082 s]
[INFO] Apache OODT ........................................ SUCCESS [ 0.040 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:58 min
[INFO] Finished at: 2017-10-12T10:28:04-07:00
[INFO] Final Memory: 123M/1584M
[INFO] ------------------------------------------------------------------------
nonas:oodt mattmann$ git push -u origin development
Username for 'https://git-wip-us.apache.org': mattmann
Password for 'https://[email protected]':
Counting objects: 83, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (60/60), done.
Writing objects: 100% (83/83), 6.43 KiB | 1.29 MiB/s, done.
Total 83 (delta 30), reused 0 (delta 0)
remote: oodt git commit: Fix merge conflict.
remote: oodt git commit: [OODT-964] Removed empty test/workflow.properties
which caused wmgr tests fail
remote: oodt git commit: Merge branch 'feature/zookeeper-config' of
https://github.com/IMS94/oodt into development
remote: oodt git commit: Improved java docs
remote: oodt git commit: [OODT-965] Added configuration change listening feature
remote: oodt git commit: [OODT-963] Fixed surefire test failures in workflow
manager due to forkMode
remote: oodt git commit: Merge branch 'feature/zookeeper-config' into
development
remote: oodt git commit: Improved java docs
remote: oodt git commit: Added configuration change listening feature
To https://git-wip-us.apache.org/repos/asf/oodt.git
ce89ad12b..444a5a997 development -> development
Branch development set up to track remote branch development from origin.
nonas:oodt mattmann$
{noformat}
> Workflow Manager Tests fail due to ZK-config feature
> ----------------------------------------------------
>
> Key: OODT-963
> URL: https://issues.apache.org/jira/browse/OODT-963
> Project: OODT
> Issue Type: Bug
> Components: workflow manager
> Affects Versions: 1.2
> Reporter: Imesha Sudasingha
> Assignee: Chris A. Mattmann
> Fix For: 1.3
>
>
> Following errors occur when running the tests related to the workflow manager:
> [https://paste.apache.org/Vd4a]
> it seems that the ZK config publishes workflow configuration here:
> */projects/primary/components/wmgr/*.
> But then expects to read it here:
> */oodt/projects/default/components/wmgr*
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)