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

Dm/clean up test directories #145

Closed DMickens closed 4 months ago

DMickens commented 4 months ago

Improving our build and test infrastructure and layout in vertica-nodejs in order to simplify running static code analysis scans on only source code used by the driver.

This PR moves v-protocol tests and test typescript build results into a separate dist folder from the v-protocol package src. I have added a "clean" script to v-protocol to clean the build output since we use typescript in this package. Changes to imports in test files reflect the change of directory structures. Lastly, the benchmark target has never worked since we ported from node-postgres.

It still doesn't, but I made a change to not fail the make target call and output a log that says it doesn't work.