-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our teststeam-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team
Description
Is there a deterministic (by humans) way of mapping a
package/foo/test/foo_test.dartto the task and shard it is executing on? I'd settle for "I know the task, tell me the shard" if that is all we have.For example, imagine the query:
"I am a test owner of package/foo/test, and I want to see if foo_test.dart is running slowly"
There is a deterministic way, but it's not easy. We could add a special flag to
test.dartthough, that doesn't actually run any tests but prints out what tests would have run on which shard. this seems useful
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our teststeam-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team