Giter VIP home page Giter VIP logo

Comments (15)

yuzefovich avatar yuzefovich commented on July 17, 2024 1

cc @mgartner

from cockroach.

annrpom avatar annrpom commented on July 17, 2024 1

will take a look later today @mgartner

from cockroach.

nvanbenschoten avatar nvanbenschoten commented on July 17, 2024

Moving to SQL Queries, as this and #126055 (unrelated tests, not recently changed) both failed with the same placeholder error. 7f0e47d was recently merged and looks like it may be related.

from cockroach.

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

roachtest.mvcc_gc failed with artifacts on master @ c0749a3e9d45fb57f8dfa0936626437b887cda56:

(mvcc_gc.go:101).func1: pq: no value provided for placeholder: $1
(monitor.go:154).Wait: monitor failure: monitor user task failed: t.Fatal() was called
test artifacts and logs in: /artifacts/mvcc_gc/cpu_arch=arm64/run_1

Parameters:

  • ROACHTEST_arch=arm64
  • ROACHTEST_cloud=azure
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

Grafana is not yet available for azure clusters

This test on roachdash | Improve this report!

from cockroach.

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

roachtest.mvcc_gc failed with artifacts on master @ f28d796e9710067c76d335efee3a45c85552d2bb:

(mvcc_gc.go:101).func1: pq: no value provided for placeholder: $1
(monitor.go:154).Wait: monitor failure: monitor user task failed: t.Fatal() was called
test artifacts and logs in: /artifacts/mvcc_gc/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.

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

roachtest.mvcc_gc failed with artifacts on master @ f28d796e9710067c76d335efee3a45c85552d2bb:

(mvcc_gc.go:101).func1: pq: no value provided for placeholder: $1
(monitor.go:154).Wait: monitor failure: monitor user task failed: t.Fatal() was called
test artifacts and logs in: /artifacts/mvcc_gc/cpu_arch=arm64/run_1

Parameters:

  • ROACHTEST_arch=arm64
  • ROACHTEST_cloud=azure
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

Grafana is not yet available for azure clusters

This test on roachdash | Improve this report!

from cockroach.

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

roachtest.mvcc_gc failed with artifacts on master @ 9af051e4151254a8ef10ce50a0990f7c26605226:

(mvcc_gc.go:101).func1: pq: no value provided for placeholder: $1
(monitor.go:154).Wait: monitor failure: monitor user task failed: t.Fatal() was called
test artifacts and logs in: /artifacts/mvcc_gc/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.

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

roachtest.mvcc_gc failed with artifacts on master @ 9af051e4151254a8ef10ce50a0990f7c26605226:

(mvcc_gc.go:101).func1: pq: no value provided for placeholder: $1
(monitor.go:154).Wait: monitor failure: monitor user task failed: t.Fatal() was called
test artifacts and logs in: /artifacts/mvcc_gc/cpu_arch=arm64/run_1

Parameters:

  • ROACHTEST_arch=arm64
  • ROACHTEST_cloud=azure
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

Grafana is not yet available for azure clusters

This test on roachdash | Improve this report!

from cockroach.

mgartner avatar mgartner commented on July 17, 2024

Logictest reproduction:

statement ok
PREPARE p AS
ALTER DATABASE test CONFIGURE ZONE USING gc.ttlseconds = $1

statement ok
EXECUTE p(120)

from cockroach.

mgartner avatar mgartner commented on July 17, 2024

This is unrelated to #125795. I bisected to bd638f2. @annrpom can you take a look?

from cockroach.

annrpom avatar annrpom commented on July 17, 2024

update: looked into it more and we think it's coming from

statement, err := parser.ParseOne(tree.AsStringWithFlags(original, tree.FmtTagDollarQuotes))

^ we clear the type annotations by doing that

DSC (leading up to the failure we are seeing here):
image

LSC (what we actually want to have before type checking):
image

Let work on a PR to fix this

from cockroach.

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

roachtest.mvcc_gc failed with artifacts on master @ 0e5781f3e2004ef6222e1ed4f5311b771936bd6a:

(mvcc_gc.go:101).func1: pq: no value provided for placeholder: $1
(monitor.go:154).Wait: monitor failure: monitor user task failed: t.Fatal() was called
test artifacts and logs in: /artifacts/mvcc_gc/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.

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

roachtest.mvcc_gc failed with artifacts on master @ 0e5781f3e2004ef6222e1ed4f5311b771936bd6a:

(mvcc_gc.go:101).func1: pq: no value provided for placeholder: $1
(monitor.go:154).Wait: monitor failure: monitor user task failed: t.Fatal() was called
test artifacts and logs in: /artifacts/mvcc_gc/cpu_arch=arm64/run_1

Parameters:

  • ROACHTEST_arch=arm64
  • ROACHTEST_cloud=azure
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

Grafana is not yet available for azure clusters

This test on roachdash | Improve this report!

from cockroach.

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

roachtest.mvcc_gc failed with artifacts on master @ d2a5af43be05ade40531e6e0ef23c5880faa4494:

(mvcc_gc.go:101).func1: pq: no value provided for placeholder: $1
(monitor.go:154).Wait: monitor failure: monitor user task failed: t.Fatal() was called
test artifacts and logs in: /artifacts/mvcc_gc/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.

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

roachtest.mvcc_gc failed with artifacts on master @ d2a5af43be05ade40531e6e0ef23c5880faa4494:

(mvcc_gc.go:101).func1: pq: no value provided for placeholder: $1
(monitor.go:154).Wait: monitor failure: monitor user task failed: t.Fatal() was called
test artifacts and logs in: /artifacts/mvcc_gc/cpu_arch=arm64/run_1

Parameters:

  • ROACHTEST_arch=arm64
  • ROACHTEST_cloud=azure
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

Grafana is not yet available for azure clusters

This test on roachdash | Improve this report!

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.