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

tarantool / luajit / 12688354916
93%

Build:
DEFAULT BRANCH: tarantool/master
Ran 09 Jan 2025 10:51AM UTC
Jobs 1
Files 89
Run time 218min
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

09 Jan 2025 10:37AM UTC coverage: 92.925% (+0.007%) from 92.918%
12688354916

push

github

Buristan
ci: add Valgrind testing workflow

This patch adds CI testing with Valgrind in three scenarios:
  - Full leak checks enabled.
  - No leak checks, with memory fill set to `--malloc-fill=0x00`
    and `--free-fill=0x00`.
  - No leak checks, with memory fill set to `--malloc-fill=0xff`
    and `--free-fill=0xff`.

The use of `0x00` and `0xff` for memory fill helps to detect dirty
reads. `0x00` mimics zero-initialized memory, which can mask some
uninitialized memory usage. `0xff` fills memory with non-zero values to
make such errors easier to spot.

Closes tarantool/tarantool#3705

Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org>
Reviewed-by: Sergey Kaplun <skaplun@tarantool.org>
Signed-off-by: Sergey Kaplun <skaplun@tarantool.org>

5697 of 6035 branches covered (94.4%)

Branch coverage included in aggregate %.

21689 of 23436 relevant lines covered (92.55%)

2971184.34 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
87.57
-0.17% src/lj_crecord.c
3
96.24
-0.16% src/lj_record.c
5
85.71
-2.16% src/lj_sysprof.c
6
97.63
-0.06% src/lj_opt_mem.c
Jobs
ID Job ID Ran Files Coverage
1 12688354916.1 09 Jan 2025 10:51AM UTC 89
92.93
GitHub Action Run
Source Files on build 12688354916
  • Tree
  • List 89
  • Changed 84
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #12688354916
  • 508171c7 on github
  • Prev Build on tarantool/master (#12686220417)
  • Next Build on tarantool/master (#12785483515)
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