microsoft / microsoft/durabletask-java

String parameters enclosed in quotes in activity functions

オープン
#193 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

P2
主要言語
Java
スター
29
フォーク
18
平均マージ
1日 10時間
マージ済み PR(30日)
2

説明

We are experiencing the issue described in azure-functions-durable-extension/issues/2674 in Java activity functions.

Our existing durable function orchestration started failing out of the blue. No changes were made to the code base or dependencies of our service using durable Java functions. The service works (for now) on a linux app service plan in Azure but fails on Windows with the latest Core Tools. String parameters are enclosed in quotes in any activity functions. Using the example capitalize cities workflow from the official docs demonstrates the issue. Output below:

{
    "name": "Cities",
    "instanceId": "47f91af6-e5f0-4ea1-a363-f6d00ca812c2",
    "runtimeStatus": "Completed",
    "input": null,
    "customStatus": "",
    "output": "\"TOKYO\", \"LONDON\", \"SEATTLE\", \"AUSTIN\"",
    "createdTime": "2024-03-07T17:16:49Z",
    "lastUpdatedTime": "2024-03-07T17:16:51Z"
}

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

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

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

endtoendtests/src/main/java/com/functions/AzureFunctions.java から始め、最新の Core Tools を使って Windows 上で「capitalize cities」ワークフローを再現します。アクティビティの出力を、リンクされている azure-functions-durable-extension の issue と比較します。文字列パラメーターが囲みの引用符付きで返されなくなれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
java
領域
backend, distributed-systems
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

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

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