Skip to content

ci: pgsql 18 support

bbd1ebb
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

ci: pgsql 18 support #135

ci: pgsql 18 support
bbd1ebb
Select commit
Loading
Failed to load commit list.
GitHub Actions / JEST Tests (16, Postgres 14) succeeded Dec 13, 2025 in 1s

16 passed, 0 failed and 0 skipped

Tests passed successfully

✔️ junit.xml

16 tests were completed in 78s with 16 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
acknowledge 1✔️ 3s
decoderbufs 2✔️ 3s
flowControl 4✔️ 7s
pgoutput 5✔️ 59s
test_decoding 2✔️ 3s
wal2json 2✔️ 3s

✔️ acknowledge

acknowledge Resume streaming using the internal _lastLsn value
  ✔️ acknowledge Resume streaming using the internal _lastLsn value

✔️ decoderbufs

decoderbufs Insert, Delete(w/FK)
  ✔️ decoderbufs Insert, Delete(w/FK)
decoderbufs Update
  ✔️ decoderbufs Update

✔️ flowControl

flowControl should process messages sequentially when flowControl is enabled
  ✔️ flowControl should process messages sequentially when flowControl is enabled
flowControl should process messages concurrently when flowControl is disabled (default)
  ✔️ flowControl should process messages concurrently when flowControl is disabled (default)
flowControl should handle errors in async handlers without blocking the queue
  ✔️ flowControl should handle errors in async handlers without blocking the queue
flowControl should stop processing when service is stopped
  ✔️ flowControl should stop processing when service is stopped

✔️ pgoutput

pgoutput Insert, Delete(w/FK)
  ✔️ pgoutput Insert, Delete(w/FK)
pgoutput Update
  ✔️ pgoutput Update
pgoutput Rollback
  ✔️ pgoutput Rollback
pgoutput Message
  ✔️ pgoutput Message
pgoutput Huge transaction
  ✔️ pgoutput Huge transaction

✔️ test_decoding

test_decoding Insert, Delete(w/FK)
  ✔️ test_decoding Insert, Delete(w/FK)
test_decoding Update
  ✔️ test_decoding Update

✔️ wal2json

wal2json Insert, Delete(w/FK)
  ✔️ wal2json Insert, Delete(w/FK)
wal2json Update
  ✔️ wal2json Update