Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

feat(sim_waveform): added option to emit data with add_slice

wakonig_k requested to merge feature/add_slice_waveform into main

Description

Extend SimWaveform with options to emit add and add_slice data. In addition, slice_size was added, which becomes relevant if 'add_slice' is active. Based on slice_size / waveform_shape, updates will be pushed to redis. Per default, these messages are sent directly, but a new property was included to be able to activate a sleep in between. This should give plenty of options to play with this mode.

Screen_Recording_2025-04-07_at_13.55.36

Note:

append and extend values are accepted in async_update to be backwards compatible until e2e test in bec are adapted (bec#443).

Edited by appel_c

Merge request reports

Loading