• Carlo Bernaschina's avatar
    Add log to understand flakiness of commands_test (#11720) · a8aff388
    Carlo Bernaschina authored
    The flakiness of commands_test is generally visible via:
    
    ```
    drive:stdout:   Expected: 'log: paint'
    drive:stdout:     Actual: ''
    drive:stdout:      Which: is different. Both strings start the same, but the actual value is missing the following trailing characters: log: paint ...
    ```
    
    By returning the name of the test we will be able to understand if
    another test is running by reading the `Actual` value
    a8aff388
Name
Last commit
Last update
..
common.dart Loading commit data...
driver.dart Loading commit data...
enum_util.dart Loading commit data...
error.dart Loading commit data...
extension.dart Loading commit data...
find.dart Loading commit data...
frame_sync.dart Loading commit data...
gesture.dart Loading commit data...
health.dart Loading commit data...
matcher_util.dart Loading commit data...
message.dart Loading commit data...
render_tree.dart Loading commit data...
request_data.dart Loading commit data...
retry.dart Loading commit data...
semantics.dart Loading commit data...
timeline.dart Loading commit data...
timeline_summary.dart Loading commit data...