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

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

Build:
Build:
LAST BUILD BRANCH: babel_5688_min
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 17 Dec 2024 03:44PM 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

17 Dec 2024 03:09PM UTC coverage: 74.834%. Remained the same
12375786177

push

github

web-flow
Optimize DDL export framework execution time (#3265)

Previously, the DDL export framework was taking over 20 minutes to run the ddl_all_objects.sql test, while other tests completed within a minute. Upon further investigation, we found that we were not filtering out objects in the 'sys' schema before checking IsSystemObject. This resulted in executing a query for each object present in the 'sys' schema to determine whether it was a system object or not.

This commit adds a schema filter before the IsSystemObject check in the SMO script. By first excluding objects in the 'sys' schema, we avoid unnecessary IsSystemObject checks on system objects, significantly reducing execution time of framework.

Task: BABEL-5473

Signed-off-by: Sumit Jaiswal <sumiji@amazon.com>

46606 of 62279 relevant lines covered (74.83%)

164931.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12375786177.1 17 Dec 2024 03:44PM UTC 115
74.83
GitHub Action Run
Source Files on build 12375786177
  • Tree
  • List 115
  • Changed 48
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #12375786177
  • 80fd122b on github
  • Prev Build on BABEL_4_X_DEV (#12366936008)
  • Next Build on BABEL_4_X_DEV (#12375848385)
  • 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