album-read-cost

20260916-181749 轮 · 看它的历史
[target] http://localhost:20098  容器=wt_h8_tp8  种子标记=e2ealbum-550669
--------------
SELECT COALESCE(MAX(id),0) 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 COALESCE(MAX(id),0) FROM jnc_log;
--------------
SELECT COALESCE(MAX(id),0) 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 sql (/data/AICode/e2e/ma_dev_v2/ma/bin/workspace/playwright/e2e/e2e-album-read-cost.js:37:18)
    at Object.<anonymous> (/data/AICode/e2e/ma_dev_v2/ma/bin/workspace/playwright/e2e/e2e-album-read-cost.js:124:36)
    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 COALESCE(MAX(id),0) FROM jnc_log\n' +
      '--------------\n' +
      '\n' +
      "ERROR 1146 (42S02) at line 1: Table 'jnc_ma.jnc_log' doesn't exist\n"
  ],
  pid: 550677,
  stdout: '',
  stderr: '--------------\n' +
    'SELECT COALESCE(MAX(id),0) 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