Stan Rosenberg
Stan Rosenberg
The most recent failure [1] timed out after `1h` of waiting for the cluster to upgrade, from 24.3 to master, ``` timed out after 1h0m0s: expected n1 to be at...
As the title suggests, `cgo2` is invoked _twice_ when using coverage instrumentation [1]. The side-effect is `gatherSrcs` [2] may end up copying or symlinking the same source file twice. In...
> We observed on one of the CC clusters that a session that issued 3M txns has "memory usage" reported as around 400MiB. For the regression test, would it suffice...
> For regression test for that particular bug, yes, we could do that. This issue is more general - about having very long-lived sessions in our tests _somewhere_ since some...
Confirming that the previous two failures overlapped with `cdc/tpcc-1000/sink=kafka`,
Saw this during a run of the `kv0/enc=false/nodes=3/batch=16` roachtest (not a multi-tenant deployment), ``` W240109 07:25:38.868115 18941 kv/kvserver/intentresolver/intent_resolver.go:1032 ⋮ [-] 428 test-only warning: if you see this, please report to...
Seen in [121568](https://github.com/cockroachdb/cockroach/issues/121568): ``` W240402 14:14:06.297361 1454278774 kv/kvserver/intentresolver/intent_resolver.go:1038 ⋮ [T1,Vsystem,n2,s2,r395/2:‹/Table/113/1/4{19/20…-23/44…}›] 50766 test-only warning: if you see this, please report to https://github.com/cockroachdb/cockroach/issues/112680. empty admission header provided by ‹goroutine 1454278774 [running]:› W240402...
> > How was this tested? Can you paste a screenshot or the link of any generated issue? > > I've added the unit test that verifies the format of...
> This changes creates one GitHub issue per package with all severe regressions (skips creating issue, incase it there's none in the pkg). Currently there are 23 packages and from...
> However, we should ensure each issue has an owner. In `createRegressionPostRequest`, you're reusing `regressions[0].benchmarkName` with `githubpost.DefaultFormatter` which may end up not finding an owner since not every `GetTestOwner(packageName, testName)`...