Skip to content

fix(compat): burn down four compat-matrix root causes (#3302) - #3365

Merged
bpamiri merged 12 commits into
developfrom
fix/3302-matrix-burndown
Aug 5, 2026
Merged

fix(compat): burn down four compat-matrix root causes (#3302)#3365
bpamiri merged 12 commits into
developfrom
fix/3302-matrix-burndown

Merge branch 'develop' into fix/3302-matrix-burndown

5417e51
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Wheels Test Results succeeded Aug 5, 2026 in 0s

6 fail, 397 skipped, 132 170 pass in 23m 22s

     32 files   10 024 suites   23m 22s ⏱️
132 573 tests 132 170 ✅ 397 💤 6 ❌
134 505 runs  134 102 ✅ 397 💤 6 ❌

Results for commit 5417e51.

Annotations

Check warning on line 0 in adobe2023/oracle :: cf_sql_timestamp round-trip (#3302)

See this annotation in the file changed.

@github-actions github-actions / Wheels Test Results

reads back as a CFML date or as epoch milliseconds (adobe2023/oracle :: cf_sql_timestamp round-trip (#3302)) failed

junit-results/junit-adobe2023/adobe2023-oracle-junit.xml [took 0s]
Raw output
A cf_sql_timestamp round-tripped as something $secondsSince() cannot read: wrote [2026-08-05 04:14:51], read back [2026-08-05 04:14:51.085]. Every framework path that stores a timestamp and later measures elapsed time against it — RateLimiter's token bucket, the migrator's applied_at — is unreliable here.. Expected [neither] Actual [neither]

Check warning on line 0 in adobe2023/oracle :: RateLimiter database storage

See this annotation in the file changed.

@github-actions github-actions / Wheels Test Results

tokenBucket + database enforces the limit (adobe2023/oracle :: RateLimiter database storage) failed

junit-results/junit-adobe2023/adobe2023-oracle-junit.xml [took 0s]
Raw output
Expected [passed] but received [Rate limit exceeded. Try again later.]

Check warning on line 0 in adobe2023/oracle :: RateLimiter database storage — enforcement and locking

See this annotation in the file changed.

@github-actions github-actions / Wheels Test Results

enforces tokenBucket limits with storage=database (adobe2023/oracle :: RateLimiter database storage — enforcement and locking) failed

junit-results/junit-adobe2023/adobe2023-oracle-junit.xml [took 0s]
Raw output
Expected [2] but received [0]

Check warning on line 0 in adobe2023/oracle :: RateLimiter database storage — enforcement and locking

See this annotation in the file changed.

@github-actions github-actions / Wheels Test Results

tokenBucket cold start leaves the bucket one token below capacity (adobe2023/oracle :: RateLimiter database storage — enforcement and locking) failed

junit-results/junit-adobe2023/adobe2023-oracle-junit.xml [took 0s]
Raw output
Expected [ok] but received [Rate limit exceeded. Try again later.]

Check warning on line 0 in adobe2023/oracle :: $ensureTrackingColumns

See this annotation in the file changed.

@github-actions github-actions / Wheels Test Results

populates applied_at for newly applied migrations (adobe2023/oracle :: $ensureTrackingColumns) failed

junit-results/junit-adobe2023/adobe2023-oracle-junit.xml [took 0s]
Raw output
Expected [NO] to be true

Check warning on line 0 in adobe2023/oracle :: $ensureTrackingColumns

See this annotation in the file changed.

@github-actions github-actions / Wheels Test Results

populates applied_at across app restarts (regression for round-2 C2) (adobe2023/oracle :: $ensureTrackingColumns) failed

junit-results/junit-adobe2023/adobe2023-oracle-junit.xml [took 0s]
Raw output
Expected [NO] to be true