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

orneryd / NornicDB / 26832117240
88%

Build:
DEFAULT BRANCH: main
Ran 02 Jun 2026 04:19PM UTC
Jobs 1
Files 476
Run time 2min
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

02 Jun 2026 04:02PM UTC coverage: 86.843% (-0.001%) from 86.844%
26832117240

push

github

orneryd
fix(cypher): resolve UNWIND loop variable values in MATCH...UNWIND...MERGE queries
  When a parameterized UNWIND appeared between MATCH and MERGE, the query
  router sent the entire clause to executeCompoundMatchMerge which split
  at the MERGE keyword without executing the UNWIND. The unwind variable
  (e.g. `name`) was then parsed as a bare identifier in the MERGE property
  map and returned as the literal string "name" instead of iterating the
  list values.
  Detect UNWIND between MATCH and MERGE early and delegate to a new
  handler that resolves the list, expands it, and executes the MERGE once
  per (matched-node × unwind-item) pair with proper variable substitution.
  Fixes: UNWIND $param AS var producing literal variable name over Bolt

79 of 87 new or added lines in 1 file covered. (90.8%)

23 existing lines in 6 files now uncovered.

134389 of 154750 relevant lines covered (86.84%)

1.01 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
81.85
0.3% pkg/cypher/merge.go

Coverage Regressions

Lines Coverage ∆ File
8
91.33
-0.69% pkg/nornicdb/db_admin.go
7
86.57
-2.47% pkg/replication/multi_region.go
4
93.13
-1.72% pkg/qdrantgrpc/vector_index_cache.go
2
87.18
-0.3% pkg/nornicdb/search_services.go
1
88.78
-0.14% pkg/nornicdb/embed_queue.go
1
88.86
-0.04% pkg/storage/async_engine.go
Jobs
ID Job ID Ran Files Coverage
1 26832117240.1 02 Jun 2026 04:19PM UTC 476
86.84
GitHub Action Run
Source Files on build 26832117240
  • Tree
  • List 476
  • Changed 13
  • Source Changed 0
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 8615955c on github
  • Prev Build on main (#26829930724)
  • Next Build on main (#26833648333)
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