• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / test-run
63%

Build:
DEFAULT BRANCH: master
Repo Added 19 May 2021 12:03PM UTC
Files 25
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 0x501D/fix-get_iproto_port
  • 0x501D/fix-luarocks-warnings
  • Totktonada/add-github-actions-step-summary
  • Totktonada/bump-luatest-to-1.0.1-15-gfcabd2a
  • Totktonada/calc-jobs-using-available-cpus
  • Totktonada/descrease-unix-socket-path-length
  • Totktonada/dynamic-test-report-width
  • Totktonada/fix-worker-failure-on-failed-tap13-parsing
  • Totktonada/gh-22-tags
  • Totktonada/gh-287-lift-pipe-buffer-size-restriction
  • Totktonada/gh-325-add-env-option
  • Totktonada/gh-361-status-line
  • Totktonada/gh-382-add-test-timeout-for-luatest
  • Totktonada/gh-437-fix-ability-to-run-test-several-times
  • Totktonada/luatest-experimenting
  • Totktonada/luatest-run-test-cases-in-parallel
  • Totktonada/prettify-help-output
  • Totktonada/qa-128-strengthen-wait-cond
  • Totktonada/test-python-versions-in-ci
  • Totktonada/update-flake8
  • VitaliyaIoffe/gh-276-hangs-timeout-doesnt-work
  • VitaliyaIoffe/gh-304-include-luatest
  • add-extra-log-msg
  • avtikhon/gh-qa-97-disk-bound-collect
  • avtikhon/gh-qa-97-disk-bound-collect-TMP
  • avtikhon/restart-tests
  • avtikhon/restart-tests_TMP
  • bump-luatest
  • bump-luatest-to-1.0.0-3-gf37b353
  • dependabot/pip/gevent-23.9.0
  • drewdzzz/wait_cluster_vclock_fix
  • fix-flake8-E721-do-not-compare-types
  • gh-119-buffering-problems
  • gh-330-fix-consistent-mode
  • gh-tarantool-6646-workflow-catching-flaky-tests
  • gorcunov/wait-log-drop-redundant-assert
  • grafin/add_ignore_zero_to_get_vclock
  • grafin/delete-zero-vclock-in-get_cluster_vclock
  • i-cod/fix-bug-when-lua-script-name-truncated-by-dot
  • i-cod/fix-incorrect-char-in-log-file-name
  • i-cod/timeout-adjustment
  • iverbin/fix-non-utf8-chars-parsing
  • kyukhin/enable-parallel-fragile
  • ligurio/add-unittest
  • ligurio/fix-typo
  • ligurio/support-skip-tap13
  • locker/rm-luatest-submodule-v2
  • lua-workflow
  • mechanik20051988/implement-lua-libs-for-luatests
  • sergos/qa-272
  • sergos/readme-update
  • skaplun/pretest-clean-dis-arm64
  • slavakirichenko/refactoring-ci-workflow
  • utf8-fixup
  • ylobanklov/improve-failed-test-report
  • ylobankov/add-retries-option
  • ylobankov/bump-gevent
  • ylobankov/bump-luatest
  • ylobankov/bump-luatest-to-new-version
  • ylobankov/change-vardir-default
  • ylobankov/consider-flaky-tests
  • ylobankov/drop-checksums
  • ylobankov/fix-ci
  • ylobankov/fix-crash-detect
  • ylobankov/fix-ports-issue
  • ylobankov/fix-server-start-check
  • ylobankov/fix-server-start-check-backup
  • ylobankov/fix-test-run
  • ylobankov/handle-server-start-errors-in-py-tests
  • ylobankov/ignore-sockets-on-artifact-copying
  • ylobankov/improve-ports-lua-script
  • ylobankov/kill-procs-of-not-started-servers
  • ylobankov/read-logfile-safely
  • ylobankov/refactor-luatest-helpers
  • ylobankov/retry-all-failed-tests
  • ylobankov/run-luatest-tests-by-pattern
  • ylobankov/switch-to-python2
  • ylobankov/update-luatest
  • ylobankov/update-requirements

09 Jul 2025 08:44AM UTC coverage: 62.625% (+0.09%) from 62.54%
16164648936

push

github

locker
Add repeat option to run untill tests fail

Add the `--repeat` command line option so each test should succeed
`--repeat` times to pass. One may think of the option as a `--retries`
analog, but instead of assuring that each test passes at least once, we
require each test to pass every time. Combining both non-trivial
`--retries` and `--repeat` options values require each test to pass at
least once in `--retries` runs `--repeat` times in a row.

Needed for tarantool/tarantool#6646

770 of 1587 branches covered (48.52%)

Branch coverage included in aggregate %.

4 of 4 new or added lines in 2 files covered. (100.0%)

2990 of 4417 relevant lines covered (67.69%)

0.68 hits per line

Relevant lines Covered
Build:
Build:
4417 RELEVANT LINES 2990 COVERED LINES
0.68 HITS PER LINE
Source Files on master
  • Tree
  • List 25
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
16164648936 master Add repeat option to run untill tests fail Add the `--repeat` command line option so each test should succeed `--repeat` times to pass. One may think of the option as a `--retries` analog, but instead of assuring that each test passes at least on... push 09 Jul 2025 08:46AM UTC locker github
62.62
15306425815 master Remove luatest submodule The test-run project is rarely updated these days while luatest is rapidly developing. Let's remove the luatest submodule from test-run to ease luatest bumps in projects using test-run. Now, `luatest` is supposed to be in... push 28 May 2025 05:22PM UTC locker github
62.54
12506598600 master Bump luatest to 1.0.1-34-b446120 New version includes the following commits related to luatest functionality: - Add `cluster` helper as a tool for managing a Tarantool cluster [1] [1] tarantool/luatest@b446120 push 26 Dec 2024 05:27PM UTC Totktonada github
62.57
11608943705 master Bump luatest to 1.0.1-33-g7dc5cb7 New version includes the following commits related to luatest functionality: - Add a long option --no-capture [1] - server: fix assertion error serialization in exec() [2] - Add `assert_items_exclude` matcher [3... push 31 Oct 2024 09:01AM UTC locker github
62.57
11499903942 master Follow-up fix for parsing non-utf8 chars (part 2) This patch is similar to commit 52d3e4f7c90f ("Follow-up fix for parsing non-utf8 chars"), but fixes the `--verbose` output, e.g.: ``` $ ./test-run.py --verbose some_test [...] [001] Worker "001... push 31 Oct 2024 08:01AM UTC ylobankov github
62.66
11030682278 master Fix a typo The commit 17242110 ("Adjust test result report width to terminal size") introduced a typo `RARAMS`, the patch fixes that. push 25 Sep 2024 09:57AM UTC Totktonada github
62.66
10611182674 master Bump luatest to 1.0.1-22-g39da6d2 New version includes the following commits related to luatest functionality: - Create luatest.log file in VARDIR [1] - Make assert_covers recursive [2] [1] tarantool/luatest@796cced [2] tarantool/luatest@39da6d2 push 29 Aug 2024 08:09AM UTC ylobankov github
62.66
10578645265 master Bump luatest to 1.0.1-20-ga978383 New version includes the following commits related to luatest functionality: - test: don't fail if luatest is in system paths [1] - Introduce preloaded hooks [2] - Migrate treegen module and adapt it [3] - Adapt... push 27 Aug 2024 01:04PM UTC ylobankov github
62.62
10196619405 master ignore local lsn in wait_cluster_vclock When waiting for cluster vclock, local component must be ignored because it's independent on each replica, so the commit fixes corresponding helper. push 01 Aug 2024 10:33AM UTC ylobankov github
62.7
10081463051 master Follow-up fix for parsing non-utf8 chars Previous attempt to fix this in commit 72905405cebe ("tap13: fix parsing non-utf8 chars") didn't take into account the hung test reporter, which also reads the result file in order to report how many lines... push 24 Jul 2024 05:44PM UTC ylobankov github
62.62
See All Builds (520)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc