Indicated size is invalid.
when running parallel instances of dart pub run
#48171
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
This tracker is for issues related to:
description
I have a CI task that is using Dart to do code generation. After I parallelized execution of the instances of "pub run" I noticed a flake where sometimes the execution would fail to load the kernel binary. In this instances
pub run
is not caching the build because I'm using it to execute local code, so there appears to be a race condition in reading artifacts from the disk.error
example
https://cirrus-ci.com/task/6651964250390528?logs=local_tests#L408
steps to reproduce
Here is the roughly the code I introduced and it is executing 6 instances at once:
version
Dart version 2.17.0 (build 2.17.0-27.0.dev)
The text was updated successfully, but these errors were encountered: