vertica / vertica-nodejs

Official native node.js client for the Vertica Analytics Database.
https://www.vertica.com/
Apache License 2.0
12 stars 14 forks source link

Fix copy local reject files larger than buffer size #147

Closed sitingren closed 3 months ago

sitingren commented 3 months ago

There is a nondeterministic test failure in copy-local-file-tests.js, which is caused by fs.appendFile() asynchronously append multiple WriteFile data to a reject file. Multiple WriteFile data should write to the reject file in order.