Agent-Hellboy / Agent-Hellboy/pg_retry

System test failure on PostgreSQL 16: pgreplay integration tests timeout

オープン
#6 コメント 0 件 リアクション 0 件 担当者 1 名 @Agent-Hellboy が担当を希望しています GitHub で見る
主要言語
Python
スター
3
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

## Description

System tests are failing on PostgreSQL 16 due to timeout in pgreplay integration tests.

## Failed Tests

Two tests in `system_tests/test_pgreplay_integration.py` are timing out after 60 seconds:

1. `test_pgreplay_log_replay_with_std_logging`
2. `test_pgreplay_log_replay_with_csv_logging`

## Error Details

```
subprocess.TimeoutExpired: Command '['/usr/bin/pgreplay', '-h', '127.0.0.1', '-p', '37673',
'-U', 'runner', '-j', '-c',
'/tmp/pytest-of-runner/pytest-0/pg_retry_cluster0/data/pg_log/postgresql-2025-11-16_120219.csv']'
timed out after 60 seconds
```

## Test Results Summary

- **Passed:** 25 tests
- **Failed:** 2 tests
- **Total Duration:** 151.24s (0:02:31)

## Environment

- **PostgreSQL Version:** 16
- **OS:** Ubuntu 24.04
- **Workflow:** PostgreSQL Extension CI

## Related Links

- **Workflow Run:** https://github.com/Agent-Hellboy/pg_retry/actions/runs/19405246715
- **Job Details:** https://github.com/Agent-Hellboy/pg_retry/actions/runs/19405246715/job/55518844524
- **Pull Request:** #5

## Next Steps

Need to investigate why pgreplay is hanging on PostgreSQL 16. Potential areas to check:

1. Log format compatibility with pgreplay on PG16
2. CSV log parsing issues specific to PG16
3. Connection/authentication issues during replay
4. Increase timeout or add better error handling/diagnostics

---

Reported by: @Agent-Hellboy

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。