[pull] develop from smartcontractkit:develop#545
Merged
pull[bot] merged 3 commits intoMarcelRaschke:developfrom Apr 14, 2026
Merged
[pull] develop from smartcontractkit:develop#545pull[bot] merged 3 commits intoMarcelRaschke:developfrom
pull[bot] merged 3 commits intoMarcelRaschke:developfrom
Conversation
* fix(test): use unique bridge names and relaxed count assertions TestORM_UpdateBridgeType used a hardcoded "UniqueName" and asserted the global bridge count was exactly 1. With shared DB state from parallel tests or -count=N, the global count includes other bridges. Use UUID-based names and assert >= 1 instead of exact count. Verify deletion by checking the specific bridge is not found. Fixes: CORE-2391 * fix(test): drop global count assertion, verify specific bridge only The GreaterOrEqual count check was still fragile. The test only needs to verify its own bridge exists and can be deleted — not count how many bridges exist globally. Fixes: CORE-2391 * fix(test): restore exact count assertions with UUID bridge names The txdb wrapper should provide per-test transaction isolation, so exact count assertions are valid. Restore them — if CI fails, the real bug is broken DB isolation, not the test. The only change from the original test is UUID-based bridge names to avoid hardcoded "UniqueName" collisions. Fixes: CORE-2391
…_URL (#21956) pgtest.NewSqlxDB used t.Errorf (non-fatal) when CL_DATABASE_URL was missing, then returned nil. This caused SIGSEGV panics in downstream tests when they called methods on the nil *sqlx.DB. Changing to t.Fatalf stops test execution immediately, preventing the nil DB from propagating. Fixes: CORE-2371
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )