[PATCH] D122251: [lit] Use sharding for GoogleTest format

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 16:43:38 PDT 2022


ychen added a comment.

In D122251#3730557 <https://reviews.llvm.org/D122251#3730557>, @yln wrote:

> @ychen Is there a nob to disable the sharding for unit tests?

Not at the moment. Two approaches are possible: 1. (easy) force a shard size of 1 so tests do not affect each other; 2. (more involved) add a knob to have the original behavior. I hope we choose 2 as the last the resort.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122251/new/

https://reviews.llvm.org/D122251



More information about the llvm-commits mailing list