fix(compat): burn down four compat-matrix root causes (#3302) - #3365
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)
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
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.]
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]
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
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
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