a2aproject / a2aproject/a2a-samples
Test fails for the samples of golang.
- 主要語言
- Jupyter Notebook
- 星號
- 1.8k
- 分支
- 751
- PR 合併指標
- 30 天內沒有已合併 PR
描述
### What happened?
```
cd a2a-samples/samples/go
go test ./...
```
```
--- FAIL: TestSendTaskStreaming (0.00s)
client_test.go:235: expected method message/send, got message/stream
FAIL
FAIL a2a/client 0.020s
? a2a/models [no test files]
ok a2a/server (cached)
FAIL
```
### Relevant log output
```shell
```
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
貢獻指南
研究方向
The failing test is in a2a-samples/samples/go/a2a/client_test.go at line 235. Run 'go test ./...' from the go samples directory to reproduce. Examine the TestSendTaskStreaming function to understand the expected vs actual method values. Look at the client code that determines the method to see why 'message/stream' is being returned instead of 'message/send'.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- go
- 領域
- testing
- Issue 類型
- 缺陷
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 65/100