Project

General

Profile

Bug #405

Updated by David Goulet over 11 years ago


 The issue happens sporadically.  
 One run of the test suite passes just fine; In another run, one random test case fails because of the amount of time taken to stop tracing. 
 Here is what I am doing in every test case: 

 create session 
 start tracing 
 enable channel 
 enable events 
 stop tracing     // with wait 
 destroy session 


 I attached the logs for sessiond and relayd. 

 Also here is a small view of lttng-tools git tree: 

 * 37a86c6 (HEAD, origin/master, origin/HEAD) Fix: Add missing fct prototypes when disabling UST 
 * e3e57ea Fix a typo in lttng-probe-module name 
 * 3c82c39 Assign values to enum lttcomm_sessiond_command 
 * 8c861e6 Fix: run health test only if root 
 * 52df240 Clarify empty string/NULL filter errors 
 * b6bbed5 Fix: add missing padding for UST filter 
 * 2ad3a9a (tag: v2.1.0-rc8) Update version to v2.1.0-rc8 
 * 3822545 Fix: Uninit. variable in lttng view 
 * 5bcdda4 Add already enabled UST event error code

Back