Azure / Azure/azure-functions-durable-python
Ensure no DurableOrchestrationClient methods fail to decode mesages
オープン
engineering
P2
- 主要言語
- Python
- スター
- 157
- フォーク
- 70
- 平均マージ
- 2日 10時間
- マージ済み PR(30日)
- 2
説明
When using aiohttp, the library will, by default, validate that the encoding of a server message matches its format but, with Azure Functions and many other services, the message encoding metadata is often not up to data. This mismatch yields a `mimetype encoding` runtime exception that we've already had to fix in multiple places.
We should create a robust tester to ensure these kinds of error no longer take place in our codebase.
コントリビューションガイド
調査の方向性
DurableOrchestrationClient のメソッドと、それらの aiohttp レスポンス処理から始め、次に既存のテストスイートを調べて、メッセージのデコードがカバーされているか確認します。mimetype-encoding の失敗を再現し、関連する各メソッドがサーバーのエンコーディングメタデータの不一致を処理してもランタイム例外を発生させないことを示すカバレッジを追加します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- azure, python
- 領域
- backend, testing
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100