Skip to content

Commit

Permalink
Fix flaky query_id test
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Apr 2, 2024
1 parent 720ca1b commit 800a337
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ describe('query_log', () => {
await sleep(1200)
const logResultSet = await client.query({
query: `
SELECT * FROM system.query_log
WHERE query_id = {query_id: String}
`,
SELECT * FROM system.query_log
WHERE query_id = {query_id: String}
ORDER BY type ASC
`,
query_params: {
query_id,
},
Expand Down

0 comments on commit 800a337

Please sign in to comment.