Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/axios-1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Nov 17, 2023
2 parents eeead5c + 027f4c3 commit d6b74c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node-clickhouse.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ jobs:
CLICKHOUSE_TSDB: qryn
INTEGRATION_E2E: 1
CLOKI_EXT_URL: 127.0.0.1:3100
QRYN_LOGIN: a
QRYN_PASSWORD: b
run: node qryn.mjs >/dev/stdout & npm run test --forceExit
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qryn",
"version": "3.0.13",
"version": "3.0.16",
"description": "Polyglot Observability Stack with ClickHouse storage",
"main": "qryn_node.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e
Submodule e2e updated from a9f8c0 to e61bfa
1 change: 1 addition & 0 deletions wasm_parts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ class Uint8ArrayWriter {
writeString (str) {
const bStr = (new TextEncoder()).encode(str)
this.writeULeb(bStr.length)
this.maybeGrow(bStr.length)
this.buf.set(bStr, this.i)
this.i += bStr.length
return this
Expand Down

0 comments on commit d6b74c4

Please sign in to comment.