commit b5e2edcda92a7fcf406af222480f1e4ee171e81b from: Alexander Turenko via: Sergey Bronnikov date: Tue Jul 11 07:09:27 2023 UTC test: run tests in config test suite in parallel All the tests are independent and nothing prevents running them in parallel. The option to enable the parallel running was just forgotten. Part of #8862 NO_DOC=testing change NO_CHANGELOG=see NO_DOC commit - 53908472efbb0ecf35270626370b50854592a685 commit + b5e2edcda92a7fcf406af222480f1e4ee171e81b blob - 867ff3ca76ecac91c4d69f0b18050c901a6ee36c blob + 3567e8c7d9f9a2a111ba319c87ca6bdf4bdb63fc --- test/config-luatest/suite.ini +++ test/config-luatest/suite.ini @@ -1,3 +1,4 @@ [default] core = luatest description = declarative configuration tests +is_parallel = True