Mark Drake
Mark Drake
MySQL version of test case ```js import mysql from 'mysql' import fs from 'fs' class Test { vendorProperties = { "multipleStatements":true ,"typeCast":true ,"supportBigNumbers":true ,"bigNumberStrings":true ,"dateStrings":true ,"trace":true ,"user":"root" ,"password": "oracle" ,"host":"yadamu-db1"...
Simplified Test Case (No Table Required).. ``` import mysql from 'mysql2/promise' import fs from 'fs' class Test { vendorProperties = { "multipleStatements":true ,"typeCast":true ,"supportBigNumbers":true ,"bigNumberStrings":true ,"dateStrings":true ,"trace":true ,"user":"root" ,"password": "oracle"...
Could i get an update on this issue, are you able to reproduce ?
Sorry - Missed the commands and version from the 22.9 t/c ``` C:\Development\YADAMU\src\scratch\streams>docker cp input.txt NODE-LATEST:/tmp C:\Development\YADAMU\src\scratch\streams>docker cp test1.js NODE-LATEST:/tmp C:\Development\YADAMU\src\scratch\streams>docker exec -it NODE-LATEST bash root@0cd652c8fcb1:/# node -v v22.9.0 root@0cd652c8fcb1:/#...
I have tried wrapping the return finished and Promise.allSettled in try/catch but still get the unhandled rejection ``` const { PassThrough} = require('stream'); const { pipeline, finished, } = require('stream/promises');...
Attempting to Bite Tongue.... I'm afraid it did not tell me anything I was not aware of at the point i posted.
Zip file with testdata can be made available if required (but any large table that takes more than 5 seconds to process should work)