Re: [Development] Introducing: test batching

2022-08-30 Thread Morten Sørvig
> On 29 Aug 2022, at 13:48, Thiago Macieira wrote: > > On Monday, 29 August 2022 05:34:48 -03 Mikołaj Boć wrote: >> We plan to enable the feature on CI for WASM. Since that has not yet been >> done, breaking the tests unintentionally is possible. With CI on, it will >> become everyone’s respons

Re: [Development] Introducing: test batching

2022-08-29 Thread Thiago Macieira
On Monday, 29 August 2022 05:34:48 -03 Mikołaj Boć wrote: > We plan to enable the feature on CI for WASM. Since that has not yet been > done, breaking the tests unintentionally is possible. With CI on, it will > become everyone’s responsibility to keep them running (at least on WASM, > which will b

[Development] Introducing: test batching

2022-08-29 Thread Mikołaj Boć
Hello, The WASM team has developed a need to batch multiple tests together into a single binary. The rationale is that on WASM it is required to enable asyncify support for tests and linking times and disk size for multiple binaries with that f