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

ruby-grape / grape / 30172859074 / 13
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: fix/adversarial-sweep-2026-08
DEFAULT BRANCH: master
Ran 25 Jul 2026 08:05PM UTC
Files 167
Run time 6s
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

25 Jul 2026 08:04PM UTC coverage: 51.052%. Remained the same
30172859074.13

Pull #2821

github

ericproulx
Add Layer-2 concurrency stress specs

Three targeted tests firing barrier-released concurrent requests at one
shared compiled API, each asserting an exact thread-specific response so
cross-request contamination fails deterministically rather than being
observed by luck:

- Array index tracking isolation: each thread plants the invalid element
  at its own index and must get exactly its own index back in the error
  message — pins ParamScopeTracker's fiber-local per-request state
  (teeth-verified: a corrupted store_index fails the spec).

- Mutable default isolation: each request must see exactly its own
  mutation of a default: { tags: [] } param. Pins the end-to-end
  property enforced jointly by DefaultValidator's per-request dup and
  the params container's copy-on-assignment.

- Cold-boot contention: fresh uncompiled apps hit by racing first
  requests, exercising Instance#compile! (double-checked LOCK) and the
  first traversal of the shared coercer graph.

On MRI these catch logic bleed; the edge workflow runs the full suite on
jruby-head/truffleruby-head, so they also run under true parallelism
there (Layer 3) with no extra wiring.

Test-only; no production changes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #2821: Add Layer-2 concurrency stress specs

218 of 1228 branches covered (17.75%)

Branch coverage included in aggregate %.

2355 of 3812 relevant lines covered (61.78%)

7.86 hits per line

Source Files on job run-4.0-gemfiles/grape_entity.gemfile - 30172859074.13
  • Tree
  • List 167
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 30172859074
  • abb59f38 on github
  • Prev Job for on layer2-concurrency-stress (#30166451855.12)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc