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

GreptimeTeam / greptimedb-ingester-erl / 147
2%
main: 2%

Build:
Build:
LAST BUILD BRANCH: 260127-support-float32-encoding
DEFAULT BRANCH: main
Ran 24 Sep 2025 05:09PM UTC
Jobs 1
Files 16
Run time 1min
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

24 Sep 2025 05:06PM UTC coverage: 4.048% (+0.06%) from 3.988%
147

push

github

web-flow
fix: atom and process leaks (#47)

* fix: atom and process leaks

Previously, the channel name would use `list_to_atom(pid_to_list(self()))`, which leads to
an atom leak.

Not only that, but the `greptime_worker` `gen_server` process did not set `trap_exit` to
true, which means that the `terminate` callback was not called, leaking `grpcbox_channel`
processes.

* ci: run tests on pull requests

8 of 9 new or added lines in 2 files covered. (88.89%)

520 of 12845 relevant lines covered (4.05%)

11343.26 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
70.0
2.64% src/greptimedb_worker.erl
Jobs
ID Job ID Ran Files Coverage
1 147.1 24 Sep 2025 05:09PM UTC 16
4.05
GitHub Action Run
Source Files on build 147
  • Tree
  • List 16
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3bb259c4 on github
  • Prev Build on (#145)
  • Next Build on (#149)
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

© 2026 Coveralls, Inc