Rafi Shamim

Results 148 comments of Rafi Shamim

Some of the recent failures were caused by https://github.com/cockroachdb/cockroach/issues/151051. Leaving this issue open since it looked like there was a separate pre-existing issue.

``` -- stack trace: | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerRubyPG.func1 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/ruby_pg.go:163 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerRubyPG.func2 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/ruby_pg.go:269 | main.(*testRunner).runTest.func2 | main/pkg/cmd/roachtest/test_runner.go:1248 | runtime.goexit | src/runtime/asm_amd64.s:1695 Wraps: (2) secondary error attachment | all attempts failed for...

Seen in the artifacts of a `demo` test https://github.com/cockroachdb/cockroach/issues/117285#issue-2064450463: ``` W240103 18:08:07.207421 4980 kv/kvserver/intentresolver/intent_resolver.go:1032 ⋮ [-] 705 test-only warning: if you see this, please report to https://github.com/cockroachdb/cockroach/issues/112680. empty admission header...

``` /mnt/data1/ruby-pg/spec/helpers/scheduler.rb:74: [BUG] Segmentation fault at 0x0000000000000030 ```

fixed by https://github.com/cockroachdb/cockroach/pull/126453

fixed by https://github.com/cockroachdb/cockroach/pull/126453

fixed by https://github.com/cockroachdb/cockroach/pull/126453

fixed by https://github.com/cockroachdb/cockroach/pull/126453

``` # Test CREATE TABLE AS referring to a sequence. statement ok CREATE SEQUENCE seq; statement OK CREATE TABLE tab_from_seq AS (SELECT nextval('seq')) query I SELECT * FROM tab_from_seq ----...

fixed by https://github.com/cockroachdb/cockroach/pull/126453