oss-sign-batch-cap

20260916-181749 轮 · 看它的历史
[target] clone=h8 port=20098 base=http://localhost:20098 container=wt_h8_tp8
--------------
SELECT COUNT(*) FROM jnc_log
--------------

ERROR 1146 (42S02) at line 1: Table 'jnc_ma.jnc_log' doesn't exist
node:child_process:930
    throw err;
    ^

Error: Command failed: bash /data/AICode/e2e/ma_dev_v2/ma/bin/workspace/Script/db.sh -N -B -e SELECT COUNT(*) FROM jnc_log;
--------------
SELECT COUNT(*) FROM jnc_log
--------------

ERROR 1146 (42S02) at line 1: Table 'jnc_ma.jnc_log' doesn't exist

    at genericNodeError (node:internal/errors:984:15)
    at wrappedFn (node:internal/errors:538:14)
    at checkExecSyncError (node:child_process:891:11)
    at execFileSync (node:child_process:927:15)
    at db1 (/data/AICode/e2e/ma_dev_v2/ma/bin/workspace/playwright/e2e/e2e-oss-sign-batch-cap.js:59:15)
    at Object.<anonymous> (/data/AICode/e2e/ma_dev_v2/ma/bin/workspace/playwright/e2e/e2e-oss-sign-batch-cap.js:122:15)
    at Module._compile (node:internal/modules/cjs/loader:1521:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)
    at Module.load (node:internal/modules/cjs/loader:1266:32)
    at Module._load (node:internal/modules/cjs/loader:1091:12) {
  status: 1,
  signal: null,
  output: [
    null,
    '',
    '--------------\n' +
      'SELECT COUNT(*) FROM jnc_log\n' +
      '--------------\n' +
      '\n' +
      "ERROR 1146 (42S02) at line 1: Table 'jnc_ma.jnc_log' doesn't exist\n"
  ],
  pid: 579632,
  stdout: '',
  stderr: '--------------\n' +
    'SELECT COUNT(*) FROM jnc_log\n' +
    '--------------\n' +
    '\n' +
    "ERROR 1146 (42S02) at line 1: Table 'jnc_ma.jnc_log' doesn't exist\n"
}

Node.js v20.20.2