Skip to content

Fix trigger name collision in StatementTest - #2950

Merged
Divang Sharma (divang) merged 1 commit into
mainfrom
dev/divang/fix-trigger-name-collision
May 20, 2026
Merged

Fix trigger name collision in StatementTest#2950
Divang Sharma (divang) merged 1 commit into
mainfrom
dev/divang/fix-trigger-name-collision

Conversation

@divang

Copy link
Copy Markdown
Contributor
  • Changed TCUpdateCountAfterRaiseError to use unique trigger name with RandomUtil
  • Changed TCGenKeys to use unique trigger name with RandomUtil
  • Prevents 'There is already an object named Trigger in the database' errors
  • Resolves test failures and deadlocks caused by duplicate trigger names

- Changed TCUpdateCountAfterRaiseError to use unique trigger name with RandomUtil
- Changed TCGenKeys to use unique trigger name with RandomUtil
- Prevents 'There is already an object named Trigger in the database' errors
- Resolves test failures and deadlocks caused by duplicate trigger names
@codecov

codecov Bot commented May 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.85%. Comparing base (1bb278b) to head (53a53c8).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2950      +/-   ##
============================================
+ Coverage     60.81%   60.85%   +0.04%     
- Complexity     4971     4977       +6     
============================================
  Files           151      151              
  Lines         35223    35223              
  Branches       5900     5900              
============================================
+ Hits          21420    21436      +16     
+ Misses        10934    10925       -9     
+ Partials       2869     2862       -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@machavan Mahendra Chavan (machavan) added this to the 13.5.1 milestone May 20, 2026
@divang
Divang Sharma (divang) merged commit 6f17875 into main May 20, 2026
21 of 23 checks passed
@github-project-automation github-project-automation Bot moved this from In progress to Closed/Merged PRs in MSSQL JDBC May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Closed/Merged PRs

Development

Successfully merging this pull request may close these issues.

4 participants