diff options
| author | AlexSm <[email protected]> | 2023-12-20 12:33:11 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-20 12:33:11 +0100 |
| commit | f68eb9186a63969fecef825475bef2b6f572567b (patch) | |
| tree | bb8cc6246796923ead5bfedfea030bf1aa64ba6b /.github/scripts/tests | |
| parent | aee6ca08610299d2053ada3b3fb9165e1eb51c56 (diff) | |
Mutetests1 (#578)
* Remove good test from muted list
* Adjust muted test shards
* Adjust muted functional tests
* Update muted_shard.txt
* Update muted_test.txt
* Update muted_functest.txt
* Update muted_shard.txt
* Update muted_test.txt
* Update muted_test.txt
* Update muted_functest.txt
* Update muted_test.txt
* Update muted_test.txt
* Update muted_test.txt
* Update muted_functest.txt
* Update transform-ya-junit.py
* Update muted_test.txt
* Update muted_test.txt
* Update muted_functest.txt
* Update muted_functest.txt
Diffstat (limited to '.github/scripts/tests')
| -rwxr-xr-x | .github/scripts/tests/transform-ya-junit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/scripts/tests/transform-ya-junit.py b/.github/scripts/tests/transform-ya-junit.py index 2ea29a9698e..c3ae3e92274 100755 --- a/.github/scripts/tests/transform-ya-junit.py +++ b/.github/scripts/tests/transform-ya-junit.py @@ -22,7 +22,7 @@ class YaMuteCheck: with open(fn, "r") as fp: for line in fp: line = line.strip() - path, rest = line.split("/") + path, rest = line.split("/", maxsplit=1) path = path.replace("-", "/") rest = rest.replace("::", ".") self.populate(f"{path}/{rest}") |
