-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: flakeTests that sometimes, but not always, incorrectly passTests that sometimes, but not always, incorrectly passtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
(part of #97036)
Hit one flake today (02/09/2022):
02:05 +20 ~20 -1: test/integration.shard/cache_test.dart: Cache.lock should log a message to stderr when lock is not acquired [E]
Expected: 'Waiting for another flutter command to release the startup lock...\n'
''
Actual: ''
Which: is different. Both strings start the same, but the actual value is missing the following trailing characters: Waiting fo ...
package:test_api expect
test/integration.shard/cache_test.dart 78:7 main.<fn>.<fn>
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: flakeTests that sometimes, but not always, incorrectly passTests that sometimes, but not always, incorrectly passtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight