Giter VIP home page Giter VIP logo

Comments (5)

cockroach-teamcity avatar cockroach-teamcity commented on July 18, 2024

roachtest.unoptimized-query-oracle/disable-rules=all/rand-multi-region failed with artifacts on master @ 7461a85f839c50edbdea502fe09794739a99632e:

(sqlsmith.go:400).func1: pq: verify-inverted-idx-count: column "col\\t3_15" does not exist
test artifacts and logs in: /artifacts/unoptimized-query-oracle/disable-rules=all/rand-multi-region/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_fs=ext4
  • ROACHTEST_localSSD=true
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

This test on roachdash | Improve this report!

from cockroach.

cockroach-teamcity avatar cockroach-teamcity commented on July 18, 2024

roachtest.unoptimized-query-oracle/disable-rules=all/rand-multi-region failed with artifacts on master @ 8f72a01e81d4751c6615a9a864b8e32076565b09:

(sqlsmith.go:400).func1: pq: verify-inverted-idx-count: column "c\\\\rol3_1" does not exist
test artifacts and logs in: /artifacts/unoptimized-query-oracle/disable-rules=all/rand-multi-region/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_fs=ext4
  • ROACHTEST_localSSD=true
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

This test on roachdash | Improve this report!

from cockroach.

cockroach-teamcity avatar cockroach-teamcity commented on July 18, 2024

roachtest.unoptimized-query-oracle/disable-rules=all/rand-multi-region failed with artifacts on master @ 485975b3a824c68c07340e6a336c7864c00d3c6d:

(sqlsmith.go:400).func1: pq: verify-inverted-idx-count: column "col\\\\\\\\x141_2" does not exist
test artifacts and logs in: /artifacts/unoptimized-query-oracle/disable-rules=all/rand-multi-region/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

This test on roachdash | Improve this report!

from cockroach.

mgartner avatar mgartner commented on July 18, 2024

A reproduction in a CCL logic test:

# LogicTest: multiregion-9node-3region-3azs !metamorphic-batch-sizes

statement ok
CREATE DATABASE multi_region_test_db PRIMARY REGION "ca-central-1" REGIONS "ap-southeast-2", "us-east-1" SURVIVE REGION FAILURE

statement ok
USE multi_region_test_db

statement ok
CREATE TABLE table_3 (
  a INT PRIMARY KEY,
  "b	c" STRING,
  INVERTED INDEX ("b	c" gin_trgm_ops)
)

statement ok
ALTER TABLE table_3 SET LOCALITY REGIONAL BY ROW

from cockroach.

mgartner avatar mgartner commented on July 18, 2024

Here's another repro that doesn't require a multi-region test:

statement ok
CREATE TABLE table_3 (
  a INT PRIMARY KEY,
  "b
c" STRING
)

statement ok
CREATE INVERTED INDEX ON table_3 ("b
c" gin_trgm_ops)

I'll have a fix up shortly.

from cockroach.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.