a2aproject / a2aproject/a2a-samples
Test fails for the samples of golang.
- Linguagem predominante
- Jupyter Notebook
- Estrelas
- 1.8k
- Forks
- 751
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
### 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
Guia de contribuição
Direção de pesquisa
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'.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- go
- Domínio
- testing
- Tipo de issue
- Bug
- Dificuldade
- 2/5
- Tempo estimado
- 1-3 horas
- Status de atividade
- Estagnada
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 65/100