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

babelfish-for-postgresql / babelfish_extensions / 10389490935
76%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: babel_5688_min
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 14 Aug 2024 03:19PM 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

14 Aug 2024 02:26PM UTC coverage: 74.047% (+0.4%) from 73.674%
10389490935

push

github

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

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%)

44427 of 59998 relevant lines covered (74.05%)

126598.25 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 10389490935.1 14 Aug 2024 03:19PM UTC 115
74.05
GitHub Action Run
Source Files on build 10389490935
  • Tree
  • List 115
  • Changed 62
  • Source Changed 1
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #10389490935
  • 4217dbf9 on github
  • Prev Build on BABEL_4_X_DEV (#10326440407)
  • Next Build on BABEL_4_X_DEV (#10454601786)
  • 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