celestiaorg / knuu

Integration Test Framework
Apache License 2.0
39 stars 35 forks source link

remove `names.NewRandomK8()` completely from the project #573

Open mojtaba-esk opened 1 month ago

mojtaba-esk commented 1 month ago

The names.NewRandomK8() function which introduces randomness in the k8s resource names, are still being used in some parts of the project such as Traefik reverse proxy pkg.

In order to have long running tests, we need to remove them completely.