Add notice for version compatibility. #1439
Annotations
4 errors, 2 warnings, and 1 notice
π§ͺ Run api tests:
tests/pw/utils/dbUtils.ts#L25
1) [api_tests] βΊ calculation.spec.ts:584:9 βΊ product owner calculation test βΊ product owner: multivendor
Error: Table 'tests-wordpress.wp_wc_orders' doesn't exist
at ../../utils/dbUtils.ts:25
23 | try {
24 | connection = await pool.getConnection();
> 25 | const [result] = await connection.execute(query, params);
| ^
26 | // console.log(result);
27 | return result;
28 | } catch (err) {
at PromisePoolConnection.execute (/home/runner/work/dokan/dokan/tests/pw/node_modules/mysql2/promise.js:112:22)
at Object.dbQuery (/home/runner/work/dokan/dokan/tests/pw/utils/dbUtils.ts:25:47)
at Object.getChildOrderIds (/home/runner/work/dokan/dokan/tests/pw/utils/dbUtils.ts:203:21)
at /home/runner/work/dokan/dokan/tests/pw/tests/api/calculation.spec.ts:592:31
|
π§ͺ Run api tests:
tests/pw/utils/dbUtils.ts#L25
1) [api_tests] βΊ calculation.spec.ts:584:9 βΊ product owner calculation test βΊ product owner: multivendor
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Table 'tests-wordpress.wp_wc_orders' doesn't exist
at ../../utils/dbUtils.ts:25
23 | try {
24 | connection = await pool.getConnection();
> 25 | const [result] = await connection.execute(query, params);
| ^
26 | // console.log(result);
27 | return result;
28 | } catch (err) {
at PromisePoolConnection.execute (/home/runner/work/dokan/dokan/tests/pw/node_modules/mysql2/promise.js:112:22)
at Object.dbQuery (/home/runner/work/dokan/dokan/tests/pw/utils/dbUtils.ts:25:47)
at Object.getChildOrderIds (/home/runner/work/dokan/dokan/tests/pw/utils/dbUtils.ts:203:21)
at /home/runner/work/dokan/dokan/tests/pw/tests/api/calculation.spec.ts:592:31
|
π§ͺ Run api tests
Process completed with exit code 1.
|
π§ͺ Run e2e tests
Process completed with exit code 1.
|
π§ͺ Run api tests:
tests/pw/[api_tests] βΊ products.spec.ts#L1
tests/pw/[api_tests] βΊ products.spec.ts took 17.9s
|
π§ͺ Run api tests:
tests/pw/[site_setup] βΊ _site.setup.ts#L1
tests/pw/[site_setup] βΊ _site.setup.ts took 12.3s
|
π§ͺ Run api tests
1 failed
[api_tests] βΊ calculation.spec.ts:584:9 βΊ product owner calculation test βΊ product owner: multivendor
1 skipped
195 passed (2.9m)
|
Loading