etcd-io/etcd
Ver no GitHubMigrate tests/e2e/ctl_v3_kv_test.go to common testing framework
Open
#20.550 aberto em 24 de ago. de 2025
12 comments (12 comments)0 reactions (0 reactions)3 assignees (3 assignees)Go51.701 stars (51.701 stars)10.352 forks (10.352 forks)batch import
help wanted
Description
Guia do colaborador
- Pilha de tecnologia
- go
- Domain
- testing
- Tipo Issue
- test
- DifficultyDificuldade de implementação estimada para um novo contribuidor, de 1 para alterações muito pequenas a 5 para trabalho de nível especializado.
- 3
- Tempo estimadoUm intervalo de tempo aproximado para um colaborador experiente investigar, implementar, testar e preparar um pull request.
- half day
- Status da atividadeQuão disponível o issue aparece agora: novo, ativo, obsoleto, bloqueado ou aguardando entrada do mantenedor.
- active
- ClarityCom que clareza o issue explica a mudança esperada, os critérios de aceitação e a próxima etapa.
- clear
- Prerequisites
- Go programmingtest frameworks in Go
- Simpatia para novatosUma pontuação de 1 a 100 que estima o quão acessível este issue é para colaboradores iniciantes.
- 60
- Direção de pesquisa
- The issue is to migrate tests/e2e/ctl v3 kv test.go to the common testing framework used in the etcd repository. Review the current test file and understand its structure. Look at other test files that have already been migrated to the common framework to understand the pattern. Check comments and linked issue #13637 for guidance. Ensure the migration preserves all existing test coverage.