-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P1A high priority bug; for example, a single project is unusable or has many test failuresA high priority bug; for example, a single project is unusable or has many test failuresarea-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Milestone
Description
The latest dev SDK started causing timeouts for the package:build travis build bots.
When diagnosing locally I noticed that the memory usage of the test runner has gone up by approximately 6x (for the same version of the package) so I believe something has happened in the SDK.
Repro instructions:
git clone [email protected]:dart-lang/build.git
cd build/build_runner
pub upgrade
pub run test -t integration --total-shards 4 --shard-index 1
In the latest stable sdk (2.5.0) I see the main test process using <1GB of ram, in the latest SDK (2.6.0-dev.2.0) I see it using >6GB of ram.
Metadata
Metadata
Assignees
Labels
P1A high priority bug; for example, a single project is unusable or has many test failuresA high priority bug; for example, a single project is unusable or has many test failuresarea-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)