Open filipleple opened 11 months ago
The keyword to get the current memory profile returns either a Boolean or a String depending on the result, hence the type error. Looks like the caller expects a string.
@BeataZdunczyk Might be still relevant, needs reproduction.
I can still reproduce the issue. Working on it.
No reviewers assigned to this PR, @philipandag
Device
MSI z690
RTE version
e1066d329f64f2e8daf2a438c7cd92452c18fa04
Affected component(s) or functionality
Memory-Profile test
Brief summary
Memory-Profile test can't switch memory profiles; fails with
AttributeError: 'bool' object has no attribute 'startswith'
How reproducible
50%
How to reproduce
Run the Memory-Profile test
Expected behavior
Test should pass
Actual behavior
Test fails
Link to screenshots or logs
Full HTML log
Additional context
No response
Solutions you've tried
No response