Skip to content

Add integration tests for build trace masking

Arran Walker requested to merge ajwalker/trace-integration-masking into master

What does this MR do?

Adds integration tests for trace masking. Previously, we only had unit level tests, and nothing testing that sets up the trace in the same way that builds do.

This also adds a DelayedMask and DelayedLimit unit test, to better simulate how the trace buffer is used by build.

Why was this MR needed?

#27560 (closed)

#27559 (closed)

What's the best way to test this MR?

Each executor now has a test that ensures masking functionality works as expected.

What are the relevant issue numbers?

closes #27560 (closed)

#27559 (closed)

Edited by Georgi N. Georgiev

Merge request reports