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

amazon-aurora / babelfish_extensions / 27594719997
77%
main: 77%

Build:
Build:
LAST BUILD BRANCH: remote-proc-exec-runtime-check
DEFAULT BRANCH: main
Ran 16 Jun 2026 05:11AM UTC
Jobs 1
Files 127
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

16 Jun 2026 04:43AM UTC coverage: 77.193%. First build
27594719997

push

github

RUI LUO
Fix JDBC CI failures: allowlist RPC txn warning and race-proof test_drop_login

Two independent CI failures in the JDBC Tests job for the four-part-name
remote procedure execution feature:

1. scan-warnings.sh flagged the escape-hatch ignore-mode WARNING
   ("Transaction rollback will NOT propagate to the remote server") as an
   unexpected OTHER_WARNING. This warning is intentional by-design output
   emitted by the remote-proc-exec runtime-checks and loopback tests when
   running a remote procedure inside a transaction with the escape hatch in
   ignore mode. It lands only in the postgres logfile (never in the TDS
   .out), so allowlist it alongside the other linked-server warnings.

2. test_drop_login-vu-verify failed with "Could not drop login 'txn_login1'
   as the user is currently logged in" (and cascaded into z_sp_helplogins).
   This is a pre-existing race in test_drop_login (unrelated to this feature)
   exposed by the added tests shifting run timing: terminate-tsql-conn only
   closes the JDBC connection, but the server backend tears down
   asynchronously, so the immediately following drop login races
   CountUserBackends(). Add a deterministic DO-block poll loop that waits for
   the txn_login1/txn_login2 backends to fully exit before dropping them. A
   DO block is used (not a bare SELECT pg_terminate_backend) so the wait
   emits no result rows and stays deterministic. Regenerate the expected
   output accordingly.

54919 of 71145 relevant lines covered (77.19%)

392628.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27594719997.1 16 Jun 2026 05:11AM UTC 127
77.19
GitHub Action Run
Source Files on build 27594719997
  • Tree
  • List 127
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27594719997
  • f392a13d on github
  • 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