Yandu Oppacher
Yandu Oppacher
Makes sense, can you just write some pseudocode for what the test should look like?
@knz how does `cockroach debug zip` work? Will it only zip up logs in a specific directory? On k8s the norm is to log app data to stdout as logs...
Ok, so `--logtostderr` should be removed, @piyush-singh will provide the logging setting that are backwards compatible and provide redaction. This will use CRDBs best practices for log redaction and be...
Is this done @chrislovecnm?
Let's punt on this until our hand is forced. We currently use the client libraries for Kubernetes `1.20` which allows for backwards compatibility with `1.18` and `1.19` officially. Once openshift...
> Positive case 1 - > After cockroach node decommission is run, health-checker should show 0 under-replicated ranges AND cockroach node status --decommission should show the node as decommissioned. Is...
Looking at the logs attached I see ``` {"level":"error","ts":1622218735.5067515,"logger":"action","msg":"decomission failed","action":"decommission","CrdbCluster":"default/crdb-tls-example","error":"failed to start draining node 4: failed to stream execution results back: command terminated with exit code 1","errorVerbose":"failed to start draining...
After this the logs show decommission failing because not all replicas are up, I believe @chrisseto is probably correct or at least onto something.
There's no way to just have a sane default?
I know GH actions allows you to store artifacts associated with a run. Does TeamCity have something similar @rail? If that's possible then we could remove the yaml files that...