-
Couldn't load subscription status.
- Fork 1
added basic test including some fixes #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added basic test including some fixes #1
Conversation
| "@cubejs-backend/query-orchestrator": "^0.0.21", | ||
| "generic-pool": "^3.6.0" | ||
| "generic-pool": "^3.6.0", | ||
| "mocha": "^5.2.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should mocha be inside of devDependencies instead?
|
yep
…On Sat, 27 Apr 2019 at 15:46, Igor Nikolaev ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In packages/cubejs-clickhouse-driver/package.json
<#1 (comment)>:
> @@ -13,7 +13,11 @@
"dependencies": {
***@***.***/clickhouse": "^1.5.5",
***@***.***/query-orchestrator": "^0.0.21",
- "generic-pool": "^3.6.0"
+ "generic-pool": "^3.6.0",
+ "mocha": "^5.2.0"
Should mocha be inside of devDependencies instead?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFEFFLCE6VHCJ5XVQJM5MLPSPSE3ANCNFSM4HI3QDZA>
.
|
| @@ -0,0 +1,10 @@ | |||
| version: '2' | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's set version to 3, other than that the format of the file should be the same in our case.
|
Sure
…On Sat, 27 Apr 2019 at 16:02, Igor Nikolaev ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In packages/cubejs-clickhouse-driver/docker-compose.yml
<#1 (comment)>:
> @@ -0,0 +1,10 @@
+version: '2'
Let's set version to 3, other than that the format of the file should be
the same in our case.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFEFFKYSGY36TNMMGWMNF3PSPT6NANCNFSM4HI3QDZA>
.
|
|
@cameronbraid Maybe we should actually try using https://github.com/testcontainers/testcontainers-node instead of Docker Compose for tests. The benefit is that it can be set up from the test itself and no need to run |
* Initial work on ClickHouse driver * Update dependencies * added basic test including some fixes (inikolaev#1) * Added tests and made some fixes * Generate custom query id * Add support for parameter placeholders * Enable join_use_nulls option * Add reference to ClickHouse driver * Add clickhouse option to the usage * Update documentation * Code formatting * Enable session per connection in the pool
No description provided.