Guosmilesmile commented on PR #3692:
URL: https://github.com/apache/fluss/pull/3692#issuecomment-5016080744

   > similar to https://github.com/apache/fluss/issues/3273.
   
   @luoyuxia Thanks for pointing out. I made some change based on the 
suggestions from your issue.
   
   Reduce the ITCase coverage on the backward-compatibility Flink versions 
(1.18 and 1.19) to a **6-test smoke subset** that covers the essential 
read/write paths. The full test suite continues to run on the representative 
version (`fluss-flink-common`, aligned to Flink 1.20 and 2.2).
   
   ### Kept (smoke) vs. skipped
   
   | ITCase | 1.18 | 1.19 | Rationale |
   |---|---|---|---|
   | `TableSourceITCase` | ✅ | ✅ | Core streaming read |
   | `TableSinkITCase` | ✅ | ✅ | Core streaming write |
   | `CatalogITCase` | ✅ | ✅ | DDL operations (high API churn area) |
   | `ChangelogVirtualTableITCase` | ✅ | ✅ | Changelog read path |
   | `BinlogVirtualTableITCase` | ✅ | ✅ | Binlog read path |
   | `TableSourceBatchITCase` | ✅ | ✅ | Batch read path |
   | `TableSourceFailOverITCase` | ❌ | ❌ | Failover — tested on repr. version |
   | `UndoRecoveryITCase` | ❌ | ❌ | Undo recovery — tested on repr. version |
   | `ComplexTypeITCase` | ❌ | ❌ | Complex types — tested on repr. version |
   | `ProcedureITCase` | ❌ | ❌ | Stored procedures — tested on repr. version |
   | `MetricsITCase` | ❌ | ❌ | Metrics — tested on repr. version |
   | `AuthorizationITCase` | ❌ | ❌ | Authorization — tested on repr. version |
   | `TieringITCase` | ❌ | ❌ | Tiered storage — tested on repr. version |
   | `OrphanFilesCleanITCase` | — | ❌ | Orphan files — tested on repr. version |
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to