The GitHub Actions job "CI" on fluss-rust.git/feat/add-it-for-list-offsets has 
failed.
Run started by GitHub user pavlospt (triggered by luoyuxia).

Head commit for run:
b7912beeaae4708fdd7296b2cf8cd7c4c3f935f3 / Pavlos-Petros Tournaris 
<[email protected]>
feat: add integration test for list offsets

Implements comprehensive integration test for list_offsets functionality
covering earliest and latest offset queries before and after appending records.

Changes:
- Added list_offsets test with multiple scenarios:
  - List earliest offset on empty table (expected: 0)
  - List latest offset on empty table (expected: 0)
  - Append 3 records and verify latest offset updates to 3
  - Verify earliest offset remains 0 after append
  - Test multi-bucket offset listing
- Added OffsetSpec import for specifying offset types
- Added table initialization delay to ensure table is ready

Test validates that list_offsets correctly tracks record positions
in the log and responds appropriately to Earliest and Latest queries.

Fixes #47

Report URL: https://github.com/apache/fluss-rust/actions/runs/20469131127

With regards,
GitHub Actions via GitBox

Reply via email to