|
Description
|
This is a bug in dtrt testcase tst.predcache.ksh
As a consequence of the fix to bug 6504328, tst.predcache.ksh loops around services that have dtrace probes and tries to disable them.
This fix only implements a greenline method for dealing with services (svcadm), meaning legacy rc scripts services make it fail.
In http://diablo:8080/electron/servlet/ElectronWrapper?option=menu_results_report&TaskID=901554 we have:
=============================================================
|
| Outputs for /opt/SUNWdtrt/tst/common/predicates/tst.predcache.ksh
|
| ERROR: tst.predcache.ksh returned 1 instead of 0; details in failure.2
|
-------------------------------------------------------------
| Content of failure.2/131896.out :
-------------------------------------------------------------
4 f831a000 20e20 155 1 dtrace (Dynamic Tracing)
: could not unload dtrace
-------------------------------------------------------------
Content of failure.2/131896.err :
-------------------------------------------------------------
svcadm: Operation not supported for legacy service 'lrc:/etc/rc3_d/S75webserver01'
svcadm: Operation not supported for legacy service 'lrc:/etc/rc3_d/S75webserver01'
|