Johnny Zhang created BIGTOP-644:
-----------------------------------
Summary: fix the runlevels for a few packages in yum
Key: BIGTOP-644
URL: https://issues.apache.org/jira/browse/BIGTOP-644
Project: Bigtop
Issue Type: Bug
Components: Init scripts, RPM
Affects Versions: 0.4.0
Reporter: Johnny Zhang
Fix For: 0.4.0
run the package test TestPackagesPseudoDistributed in centos5_x64, found out
below packages' runlevel code is incorrect (should be 3,4, 5, but it is 2,3,4,5)
[sqoop-metastore]
[oozie]
[hbase-master]
[hbase-regionserver]
[hbase-thrift]
[hbase-rest]
{noformat}
testPackageServices[sqoop-metastore](org.apache.bigtop.itest.packagesmoke.TestPackagesPseudoDistributed)
Time elapsed: 16.731 sec <<< FAILURE!
java.lang.AssertionError: wrong list of runlevels for service sqoop-metastore
Expected: <[3=3, 5=5, 4=4, ]>
got: <{2=2, 3=3, 4=4, 5=5}>
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira