operator-framework / operator-framework/java-operator-sdk
Performance Tests
Abierto
@adam-sandor ya está trabajando en esto.
Desde el 23/3/2023.
- Lenguaje dominante
- Java
- Estrellas
- 944
- Forks
- 242
- Merge medio
- 1 d 4 h
- PR fusionados (30 d)
- 43
Descripción
We should aim to make implement tests that resembles real life usage:
- trigger reconciliation with multiple event sources
- multiple resources - actually we might run it multiple times with different number of resources
Would be nice to also compare the output with the output from main, GitHub Actions support outputs in some form:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Not sure if this can be used for this purpose.
Also would be to should a table in the PR discussions, this is now supported nicely with GitHub (just cannot find the docs)
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.