Rafi Shamim
Rafi Shamim
This is no longer needed, since it was handled in PR https://github.com/cockroachdb/cockroach/pull/158390
Similar to https://github.com/cockroachdb/cockroach/issues/149151, the test sends a `decommission` command, but never sees the server report that the node was decommissioned. ``` .250630 12:00:26.375177024 START EXPECT TEST system(echo; echo $(date '+.%y%m%d...
``` { "workerId": 0, "clientTimestamp": "13:01:28.819945", "ops": [ "BEGIN", { "sql": "ALTER TABLE public.table_w1_61 DROP COLUMN col25_w1_32" } ], "expectedExecErrors": "", "expectedCommitErrors": "", "message": "***UNEXPECTED ERROR; Received an unexpected execution...
The recent issues looks like https://github.com/cockroachdb/cockroach/issues/134056, so I'll reassign to @fqazi .
https://github.com/cockroachdb/cockroach/pull/130361 was supposed to help with UNIQUE CONSTRAINT issues, but it seems like it's still flaky. https://github.com/cockroachdb/cockroach/pull/131797 was also merged last week, which addressed other workload issues, so it might...
Hi! CockroachDB developer here. Skipping the crdb_internal schema does make sense, but the crdb_internal schema is not the same thing as the crdb_internal_region enum. That enum is a special internal...
I'm not quite sure why this error happened in the v23.2 test: ``` /home/runner/work/activerecord-cockroachdb-adapter/activerecord-cockroachdb-adapter/vendor/bundle/ruby/3.5.0+0/bundler/gems/rails-f926c7902969/activerecord/lib/active_record/connection_adapters/postgresql/database_statements.rb:55:in 'PG::Connection#exec': PG::FeatureNotSupported: ERROR: at or near "before_insert_trigger": syntax error: unimplemented: this syntax (ActiveRecord::StatementInvalid) DETAIL: source SQL:...