Andrei Matei
Andrei Matei
I rebased the patches. A review would be greatly appreciated; this PR will help us do other good things for cockroach :) In particular, I want to propose some `roachtest`...
Ugh, I think there might be something broken, so please hold on on the testing. I think things are good when `roachprod` is used as a binary, but not when...
OK, I believe I've fixed the issue. roachtests run fine for me now. I've also had to pile on one more commit to optionally disable the integration with the Prometheus...
I've pushed the fix to the problem I was describing in https://github.com/cockroachdb/cockroach/pull/124678#issuecomment-2136040318. If you kick off another smoke test, I'll verify in the runner logs that the cluster reuse is...
Cluster reuse looks good now -- you see `Using existing cluster` in the runner's logs.
Same for me in Goland. May I take the opportunity to ask for a workaround -- for example does anyone know if there's a configuration file where I can specify...
I asked too soon. The file in question is, on Linux ``` ~/.config/JetBrains/GoLand2023.1/options/wrap.xml ```
cc @srosenberg @DarrylWong
I looked briefly at this because it happened to be the first timing out test that Side-Eye automatically captured a snapshot for. The test seems to poll for the physical...
I'm running into the same issue; the recommended way of passing spreading the `sx` prop runs afoul of the aforementioned eslint rule. I believe the issue is that the `Array.isArray()`...