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

thanos / kathikon / 182f35db536cdaa7b436a73c6655c49b651981ec
89%

Build:
DEFAULT BRANCH: main
Ran 23 Jun 2026 05:47PM UTC
Jobs 1
Files 28
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

23 Jun 2026 05:46PM UTC coverage: 93.524% (+0.1%) from 93.429%
182f35db536cdaa7b436a73c6655c49b651981ec

push

github

thanos
What failed
All 6 failures were in Kathikon.IntegrationTest on Elixir 1.18 / OTP 27, each hitting {:error, :timeout} from TestSupport.await_state/3 after ~10s:

insert executes a successful job
insert retries failed jobs
insert discards after max attempts
sleep defers then completes…
scheduler promotes scheduled jobs
pruner removes old terminal jobs
Root cause
batch_test.exs and coverage_test.exs call Kathikon.pause_queue(:default) in setup. Those modules are async: false, but different async: false modules still run in parallel in ExUnit.

While batch/coverage tests had :default paused, integration tests were enqueueing on :default and waiting forever for jobs that could never run.

That’s why it looked flaky: it only failed when those modules overlapped on the slow 1.18 CI runner.

Fix applied
Added a dedicated :integration queue in config/test.exs
Moved all integration tests to queue: :integration
Added TestSupport.resume_all_queues!/0 and call it in integration setup
Bumped timeouts on backoff-heavy tests to 15s as a CI safety margin
Verified with mix test --max-cases 32 and repeated runs of integration + batch + coverage together — 0 failures.

The Dialyzer failure on that same run looks unrelated (passes locally); if it shows up again we can dig into that separately.

982 of 1050 relevant lines covered (93.52%)

80.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 182f35db536cdaa7b436a73c6655c49b651981ec.1 23 Jun 2026 05:47PM UTC 28
93.52
GitHub Action Run
Source Files on build 182f35db536cdaa7b436a73c6655c49b651981ec
  • Tree
  • List 28
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 182f35db on github
  • Prev Build on main (#742B5E05...)
  • Next Build on main (#12D49014...)
  • Delete
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