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

babelfish-for-postgresql / babelfish_extensions / 10472203668
74%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: babel_5688_min
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 20 Aug 2024 01:58PM UTC
Jobs 1
Files 115
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

20 Aug 2024 01:08PM UTC coverage: 73.684% (+0.005%) from 73.679%
10472203668

push

github

web-flow
fix infinite loop in replace with AI collations (#2849) (#2867)

ICU usearch_next() goes into infinite loop when pattern to search starts with a surrogate pair.
To get around this we check if output of usearch_next() is stuck and not proceeding forwards
and set the offset for next search ourselves.
The next offset is simply the next character after the current char in source string.

SRC STRING - 'abc🙂defghi🙂🙂'    PATTERN TO FIND = '🙂def'

usearch_next() gets stuck on "🙂" idx = 3 and repeatedly returns this index.
We will intervene and set the offset to "d" idx = 4. 
So that usearch_next only starts looking from this character.

Taks: BABEL-5167

Signed-off-by: Tanzeel Khan <tzlkhan@amazon.com>

20 of 22 new or added lines in 1 file covered. (90.91%)

44198 of 59983 relevant lines covered (73.68%)

125926.59 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
81.2
0.22% contrib/babelfishpg_tsql/src/collation.c
Jobs
ID Job ID Ran Files Coverage
1 10472203668.1 20 Aug 2024 01:58PM UTC 115
73.68
GitHub Action Run
Source Files on build 10472203668
  • Tree
  • List 115
  • Changed 60
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #10472203668
  • 8607687b on github
  • Prev Build on BABEL_4_3_STABLE (#10383172619)
  • Next Build on BABEL_4_3_STABLE (#10558623549)
  • 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