aws / aws/aws-durable-execution-sdk-python
[Testing] Implement logging verification for web runner
- 主要言語
- Python
- スター
- 53
- フォーク
- 25
- 平均マージ
- 1日 19時間
- マージ済み PR(30日)
- 40
説明
Migration from https://github.com/aws/aws-durable-execution-sdk-python-testing/issues/132
---
## Overview
- We have implemented a customized logger with durable execution info (ref: https://github.com/aws/aws-durable-execution-sdk-python/blob/main/src/aws_durable_execution_sdk_python/logger.py#L55).
- We should be able to verify the logging works correctly with integration tests.
## AC
- Implement a handler that checks cloudwatch logs are created correctly
- Add logging verification for logger integration tests
コントリビューションガイド
調査の方向性
src/aws_durable_execution_sdk_python/logger.py で参照されているカスタマイズ済み logger から始め、既存の logger 統合テストを見つけます。CloudWatch のログを確認する handler を実装し、durable execution の logging が正しく作成されることを確認する assertion を統合テストに追加します。完了の条件は、想定される CloudWatch 出力に対する logging の検証にパスすることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- aws, python
- 領域
- observability, testing
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 58/100