if ( log.isDebugEnabled() ) {
log.debug( "skipping playback start, isTestException(" + data.isTestException() + ")" );
}
}
else {
boolean started = session.startTest();
// may throw SessionFailedException
if ( !started ) {
throw new SessionFailedException( "Playback session failed to start, session( " +
session.getSessionName() + " )" );
}