-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Closed
Labels
team-infraOwned by Infrastructure teamOwned by Infrastructure teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
(part of #97036)
These data is based Q4 2021 flakes that happened from 10/01/2021 to 01/13/2022
2 overall_experience_test.dart flake (2197, 2196)
10:03 +15 ~15 -1: test\integration.shard\overall_experience_test.dart: flutter run can hot reload and hot restart, handle "p" key [E]
Expected: [
'Performing hot reload... ',
<a string starting with 'Reloaded 0 libraries in '>,
'ready',
'',
'Performing hot restart... ',
<a string starting with 'Restarted application in '>,
'ready',
'',
'ready',
'',
'ready',
'',
'Application finished.',
'ready'
]
Actual: WhereIterable<String>:[
'Performing hot reload... ',
'Reloaded 510 of 563 libraries in 9,499ms.',
'ready',
'',
'Performing hot restart... ',
'Restarted application in 8,649ms.',
'ready',
'',
'ready',
'',
'ready',
'',
'Application finished.',
'ready'
]
Which: at location [1] is 'Reloaded 510 of 563 libraries in 9,499ms.' which does not match a string starting with 'Reloaded 0 libraries in '
package:test_api expect
test\integration.shard\overall_experience_test.dart 472:7 main.<fn>
Metadata
Metadata
Assignees
Labels
team-infraOwned by Infrastructure teamOwned by Infrastructure teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.