Thomas Jungblut
Thomas Jungblut
/hold still figuring out whether we need to create a monitoring like controlplane.StartAllAPIMonitoring
This should aid in debugging test flakes, especially in tests where the process is restarted very often and thus changes its pid. Now it's a lot easier to grep for...
Re-opening closed PR etcd-io#11775 which was originaly authored by benmoss. Then again opened PR etcd-io#12757 which was authored by zerodayz. The mustClientForCmd function is responsible for parsing environment variables and...
### What would you like to be added? I was debugging a couple test failures today in our CI environment, we're running three node v3.5.3 on a cloud with a...
for debugging 2075591, I'll add more in terms of value sizes and whatever I might come across here - thus the draft. Let me know what you think @peterducai.
Hey there, I wanted to spend some time to analyse byte sizes in etcd databases with an [octosql plugin I wrote](https://github.com/tjungblu/octosql-plugin-etcdsnapshot). Unfortunately, there's only 32 bit Int, which easily overflows....
/hold /test e2e-aws-etcd-recovery
### Which github workflows are flaking? unit tests ### Which tests are flaking? go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor: TestRevision ### Github Action link https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/etcd-io_etcd/17469/pull-etcd-unit-test/1760242318838861824 ### Reason for failure (if possible) ``` {Failed === RUN...
This CR introduces a new failput that will trigger a member to report no space. --- This might need some more legwork, it's the first time I'm adding a failpoint...
Adding a new flag to retain e2e etcd process logs after stop and saving next to the visualized model. Spun out of #16018 where I used it for easier local...