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

mostafa / xk6-kafka / 26567705395
79%
main: 79%

Build:
Build:
LAST BUILD BRANCH: perf/protobuf-descriptor-cache
DEFAULT BRANCH: main
Ran 28 May 2026 06:13PM UTC
Jobs 1
Files 26
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

28 May 2026 09:52AM UTC coverage: 78.775% (-0.02%) from 78.796%
26567705395

Pull #396

github

selamanse
fix(docker): use ubuntu:24.04 base to run glibc-linked binaries

The Linux binaries published by the build workflow are produced on
ubuntu-latest with librdkafka-dev and dynamically link against glibc,
but the runtime image was based on alpine:3.23 (musl). The kernel
cannot load the glibc dynamic linker on alpine and the container fails
with `sh: k6: not found` despite the binary being present.

Switch the base to ubuntu:24.04, install librdkafka1 at runtime, and
set 0755 on the copied binary so it remains executable under platforms
that override USER with arbitrary UIDs (e.g. OpenShift restricted-v2).

Fixes #395
Pull Request #396: fix(docker): use ubuntu:24.04 base to run glibc-linked binaries

3756 of 4768 relevant lines covered (78.78%)

32.34 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
75.29
-0.59% pkg/kafka/producer.go
Jobs
ID Job ID Ran Files Coverage
1 26567705395.1 28 May 2026 06:13PM UTC 26
78.78
GitHub Action Run
Source Files on build 26567705395
  • Tree
  • List 26
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #396
  • PR Base - main (#25287473862)
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