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

CuatroElixir / spear
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: fix/ci-certs-and-eventstoredb-pin
DEFAULT BRANCH: main
Repo Added 12 Apr 2021 03:00PM UTC
Token OKIn8fV0h7WmC7Z7z6IIP1wYTxG6NEmLA regen
Build 314 Last
Files 30
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

LAST BUILD ON BRANCH fix/ci-certs-and-eventstoredb-pin
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 21.6.0-protos
  • 36-link-refactor
  • add_persistent_subscription_info_support
  • avoid-stream-position-read-resps
  • batch-append
  • batch-append-stream
  • bug/32-from-follows-link-in-projected-streams
  • bump-github-action-versions
  • ci-matrix
  • compat-ci
  • connection
  • docker-compose
  • dont-bomb-streams-meta-stream-with-acl
  • elixir-1-14-warnings
  • fix-append-raw-true-result
  • fix-ci
  • fix/ci-certs-and-eventstoredb-pin
  • fix_expect_revision
  • fix_read_stream_typespec
  • fixes
  • gossip
  • gpb-refactor
  • improve-ci
  • inclusive-reads
  • keepalive
  • keepalive-impl
  • main
  • md-check-ci
  • md-handle_cast-http2-window-size
  • monitoring-stats
  • new-cert
  • operations-api
  • persistent
  • persistent-subscriptions-to-all
  • read-all-stream
  • read-only-mode
  • read-resp-stream-position-emits
  • refs/tags/v0.1.0
  • refs/tags/v0.1.1
  • refs/tags/v0.1.2
  • refs/tags/v0.1.3
  • refs/tags/v0.1.4
  • refs/tags/v0.10.0
  • refs/tags/v0.10.0-rc.1
  • refs/tags/v0.11.0
  • refs/tags/v0.2.0
  • refs/tags/v0.2.1
  • refs/tags/v0.3.0
  • refs/tags/v0.4.0
  • refs/tags/v0.5.0
  • refs/tags/v0.6.0
  • refs/tags/v0.6.1
  • refs/tags/v0.7.0
  • refs/tags/v0.8.0
  • refs/tags/v0.8.1
  • refs/tags/v0.9.0
  • refs/tags/v0.9.1
  • refs/tags/v1.0.0
  • refs/tags/v1.0.1
  • refs/tags/v1.0.2
  • refs/tags/v1.1.0
  • refs/tags/v1.2.0
  • refs/tags/v1.2.1
  • refs/tags/v1.3.0
  • refs/tags/v1.3.1
  • refs/tags/v1.4.0
  • release-v21.10.0
  • safe-mint
  • separate-gpb-records
  • short-circuit-stream-chunks
  • stop-nack-action
  • subscription-crashes
  • subscription-drops
  • subscription-references
  • test-ci
  • tls
  • update_event_store_protobufs_to_21.10.5
  • users-api
  • version-compatibility-in-testing

02 Aug 2026 01:28AM UTC coverage: 100.0%. Remained the same
9ea09ec1bc7ffe2f849fda5925f407bcc063c73a

push

github

the-mikedavis
ci: drop EOL EventStoreDB 20.10.2 from the compatibility matrix

20.10.2 (Dec 2020) is long past end-of-life, and its older server-side $all
event-type filtering intermittently let system events through, making the
global-subscription tests flaky in a way the per-test retry can't heal. Keep
22.6.0 in the compatibility matrix; the primary CI workflow already exercises
the current 23.10.8 target.

742 of 742 relevant lines covered (100.0%)

851.45 hits per line

Relevant lines Covered
Build:
Build:
742 RELEVANT LINES 742 COVERED LINES
851.45 HITS PER LINE
Source Files on main
  • Tree
  • List 30
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
9ea09ec1... fix/ci-certs-and-eventstoredb-pin ci: drop EOL EventStoreDB 20.10.2 from the compatibility matrix 20.10.2 (Dec 2020) is long past end-of-life, and its older server-side $all event-type filtering intermittently let system events through, making the global-subscription tests flaky ... push 02 Aug 2026 01:28AM UTC the-mikedavis github
100.0
3581d025... fix/ci-certs-and-eventstoredb-pin ci: reduce test flakiness from CI-runner timeout jitter The suite runs ~100 tests async, each with its own connection to a single EventStoreDB. On CI runners, ordinary operations (append, subscribe) sometimes exceed Spear's 5s timeout under CPU/G... push 02 Aug 2026 01:22AM UTC the-mikedavis github
100.0
e3dd5f36... fix/ci-certs-and-eventstoredb-pin ci: reduce flakiness from CI contention and an over-strict assertion The suite runs ~100 tests async, each opening its own connection to a single EventStoreDB. On CI runners that contention intermittently pushes ordinary operations (append, subsc... push 02 Aug 2026 12:43AM UTC the-mikedavis github
100.0
7aada0f4... fix/ci-certs-and-eventstoredb-pin ci: limit test concurrency to avoid sporadic operation timeouts The suite runs ~100 tests async, each opening its own connection to a single EventStoreDB. On CI runners that contention intermittently pushes individual operations past their 5s tim... push 02 Aug 2026 12:38AM UTC the-mikedavis github
100.0
2da82cd0... fix/ci-certs-and-eventstoredb-pin test: tag scavenge and category-projection tests as flaky Both race against server-side processing that is not deterministic on a freshly started EventStoreDB 23.10 container: the scavenge test can call stop before the scavenge finishes transitio... push 02 Aug 2026 12:34AM UTC the-mikedavis github
98.38
c6b91922... fix/ci-certs-and-eventstoredb-pin ci: generate test certs per-run and pin EventStoreDB to last OSS release CI had been failing for three unrelated reasons, none of them dependency version drift: - The committed EventStoreDB node certificate expired on 2025-02-01, so the server... push 01 Aug 2026 11:54PM UTC the-mikedavis github
100.0
a09f5fa9... fix/ci-certs-and-eventstoredb-pin ci: generate test certs per-run and pin EventStoreDB to last OSS release CI had been failing for three unrelated reasons, none of them dependency version drift: - The committed EventStoreDB node certificate expired on 2025-02-01, so the server... push 01 Aug 2026 11:49PM UTC the-mikedavis github
100.0
1f381fdd... fix/ci-certs-and-eventstoredb-pin ci: dump EventStoreDB container logs in compatibility job (temp diagnostic) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> push 01 Aug 2026 11:46PM UTC the-mikedavis github
100.0
1a270e96... fix/ci-certs-and-eventstoredb-pin ci: generate test certs per-run and pin EventStoreDB to last OSS release CI had been failing for three unrelated reasons, none of them dependency version drift: - The committed EventStoreDB node certificate expired on 2025-02-01, so the server... push 01 Aug 2026 11:44PM UTC the-mikedavis github
100.0
dcedce97... main CI: Replace docker-compose with 'docker compose' docker-compose has been removed from the github actions runners. `docker`'s compose command is the replacement. push 03 Aug 2024 11:47PM UTC the-mikedavis github
100.0
See All Builds (153)
  • Settings
  • Repo on GitHub
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