Giter VIP home page Giter VIP logo

Comments (3)

cockroach-teamcity avatar cockroach-teamcity commented on August 26, 2024

roachtest.schemachange/random-load failed with artifacts on master @ 0b6de9c809f8a4df2ba943a8c9dd023adb03b01d:

(schemachange_random_load.go:123).runSchemaChangeRandomLoad: full command output in run_135342.262980694_n1_workload-run-schemac.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/schemachange/random-load/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.

rafiss avatar rafiss commented on August 26, 2024

it appears that the workload completed successfully, but then at the end one of the watchdog threads is getting an error:

{
 "workerId": 0,
 "clientTimestamp": "14:03:32.018255",
 "ops": null,
 "expectedExecErrors": "",
 "expectedCommitErrors": "",
 "message": "WATCH DOG: failed to get session information: context canceled\n"
}
{
 "workerId": 0,
 "clientTimestamp": "14:03:32.018337",
 "ops": null,
 "expectedExecErrors": "",
 "expectedCommitErrors": "",
 "message": "WATCH DOG: failed to get session information: context canceled\n"
}
{
 "workerId": 0,
 "clientTimestamp": "14:03:32.018378",
 "ops": null,
 "expectedExecErrors": "",
 "expectedCommitErrors": "",
 "message": "WATCH DOG: failed to get session information: context canceled\n"
}
{
 "workerId": 0,
 "clientTimestamp": "14:03:32.019588",
 "ops": null,
 "expectedExecErrors": "",
 "expectedCommitErrors": "",
 "message": "WATCH DOG: failed to get session information: context canceled\n"
}
Schema Workload Stats
Total Schema Statements Executed = 3410
Total Schema Statements Succeeded = 3410
Total Schema Statement Expected Failures = 0
Total Transactions Committed = 443
Total Transactions Rolled Back = 4194
Total Transactions Executed = 4637

from cockroach.

rafiss avatar rafiss commented on August 26, 2024

Ignore that last comment. The issue is:

{
 "workerId": 17,
 "clientTimestamp": "14:03:29.516624",
 "ops": [
  "BEGIN",
  {
   "sql": "CREATE FUNCTION udf_w17_176(IN p1 schema_w12_61.enum_w1_81)\n\tRETURNS VOID\n\tLANGUAGE SQL\n\tAS $$ SELECT NULL $$",
   "expectedExecErr": "42P01"
  }
 ],
 "expectedExecErrors": "42P01",
 "expectedCommitErrors": "",
 "message": "***FAIL; Failed to receive an execution error when errors were expected",

It expected that CREATE FUNCTION statement to fail, but it worked. 42P01 is the error code for UndefinedTable.

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.