Skip to content

Commit 8891f7b

Browse files
author
Azure Pipelines Bot
committed
[Linux / ClickHouse Octonica] baselines
1 parent f43c43c commit 8891f7b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ClickHouse.Octonica/Tests/UserTests/Issue1174Tests/Tests.UserTests.Issue1174Tests.TestConcurrentSelect(ClickHouse.Octonica).sql

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,13 @@ FROM
88
User t1
99
LIMIT 1
1010

11+
BeforeExecute
12+
-- ClickHouse.Octonica ClickHouse (asynchronously)
13+
14+
SELECT
15+
t1.Id,
16+
t1.Name
17+
FROM
18+
User t1
19+
LIMIT 1
20+

0 commit comments

Comments
 (0)