mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-24 15:27:41 +08:00
test: document why 'sensors status' is disabled in test_imu_filtering
Replace the terse "triggers TSAN" note with a TODO explaining that 'sensors status' reads sensor module state from the shell thread without synchronization, so it should be re-enabled once that race is fixed. Signed-off-by: Julian Oes <julian@oes.ch>
This commit is contained in:
@@ -51,7 +51,9 @@ sleep 10
|
||||
|
||||
logger off
|
||||
|
||||
#sensors status # triggers TSAN
|
||||
# TODO: re-enable once the data race hit by 'sensors status' is fixed (it reads
|
||||
# sensor module state from the shell thread without synchronization, which TSAN flags).
|
||||
#sensors status
|
||||
listener sensor_gyro
|
||||
listener sensor_gyro_fifo
|
||||
listener sensor_gyro_fft
|
||||
|
||||
Reference in New Issue
Block a user