knuu icon indicating copy to clipboard operation
knuu copied to clipboard

Integration Test Framework

Results 164 knuu issues
Sort by recently updated
recently updated
newest added

``` {"level":"error","error":"error destroying pod for instance 'val0-f353122f': failed to delete service account: serviceaccounts \"val0-f353122f\" not found","name":"val0","time":"2024-05-06T16:26:29+02:00","message":"node failed to cleanup"} {"level":"error","error":"error destroying pod for instance 'val1-f82b49b7': failed to delete service account:...

bug
knuu

High Level Requirements: - 100 Consensus nodes - 100 DA nodes

knuu

This isn't wrapping, this is replacing. Shouldn't it be ```suggestion func (e *Error) Wrap(err error) error { e.Err = errors.Join(e.Err, err) return e } ``` _Originally posted by @MSevey in...

bug
knuu

This is a draft version as there is an issue which needs help from other team members. To run it, use the following command ``` go test -v ./e2e/basic/ --run...

knuu

This PR proposes a structural change to the knuu pkg to have it as an object. This helps to have more idiomatic code and enable us to add unit tests...

## Overview This pull request updates the documentation for the `SetLatencyAndJitter` function in the `knuu` package. The previous documentation was outdated and misleading, indicating that only one traffic shaping rule...

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.1.2+incompatible to 26.1.3+incompatible. Release notes Sourced from github.com/docker/docker's releases. v26.1.3 26.1.3 For a full list of pull requests and changes in this release, refer to the relevant...

dependencies

hello! currently, we are making a request per resource, so, at scale, this might be an issue, let's try to find a better way to do it some ideas to...

enhancement
knuu

update this command: https://github.com/celestiaorg/knuu/blob/2c3edce891086d293686a50a12d042dc41922283/pkg/knuu/knuu.go#L229 to an expiration date

enhancement
knuu

Open thought/question: Knuu was designed with the idea that the Kubernetes Cluster does not need any specific setup (Like installing operators). So you could spin up a new Cluster and...

knuu