You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-06-20 09:19:27 +02:00
Test data update (Jenkins)
This commit is contained in:
+3
-3
@@ -24,17 +24,17 @@
|
||||
],
|
||||
"rows": 2,
|
||||
"statistics": {
|
||||
"elapsed": 0.000928664,
|
||||
"elapsed": 0.000998912,
|
||||
"rows_read": 2,
|
||||
"bytes_read": 44
|
||||
}
|
||||
},
|
||||
"headers": {
|
||||
"Date": "Sun, 15 Feb 2026 21:30:59 GMT",
|
||||
"Date": "Mon, 16 Feb 2026 12:59:03 GMT",
|
||||
"Connection": "Keep-Alive",
|
||||
"X-ClickHouse-Server-Display-Name": "clickhouse",
|
||||
"Transfer-Encoding": "chunked",
|
||||
"X-ClickHouse-Query-Id": "9d82e09a-ade5-4e59-adae-199b8db2d036",
|
||||
"X-ClickHouse-Query-Id": "a3b366fa-a082-4658-b4c3-72c11c759574",
|
||||
"X-ClickHouse-Format": "JSON",
|
||||
"X-ClickHouse-Timezone": "Europe/Moscow",
|
||||
"Keep-Alive": "timeout=3",
|
||||
|
||||
+8
-8
@@ -21,10 +21,10 @@
|
||||
"message": {
|
||||
"cancelled": false,
|
||||
"exception": {
|
||||
"code": 62,
|
||||
"display_text": "DB::Exception: Empty query",
|
||||
"name": "DB::Exception",
|
||||
"stack_trace": "0. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0xe2939d5 in /usr/bin/clickhouse\n1. ? @ 0x8e41a4d in /usr/bin/clickhouse\n2. DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long) @ 0x1523da1f in /usr/bin/clickhouse\n3. ? @ 0x14acf902 in /usr/bin/clickhouse\n4. ? @ 0x14acd0b1 in /usr/bin/clickhouse\n5. ThreadPoolImpl<std::thread>::worker(std::__list_iterator<std::thread, void*>) @ 0xe362e33 in /usr/bin/clickhouse\n6. ? @ 0xe368aa1 in /usr/bin/clickhouse\n7. ? @ 0x7273786e9609 in ?\n8. clone @ 0x72737860e353 in ?\n"
|
||||
"code": 0,
|
||||
"display_text": "",
|
||||
"name": "",
|
||||
"stack_trace": ""
|
||||
},
|
||||
"extremes": {
|
||||
"BYTES": ""
|
||||
@@ -39,10 +39,10 @@
|
||||
"read_bytes": 0,
|
||||
"read_rows": 0,
|
||||
"total_rows_to_read": 0,
|
||||
"written_bytes": 0,
|
||||
"written_rows": 0
|
||||
"written_bytes": 235,
|
||||
"written_rows": 5
|
||||
},
|
||||
"query_id": "",
|
||||
"query_id": "6d835088-e454-41ae-9fa8-64d969524c0a",
|
||||
"stats": {
|
||||
"allocated_bytes": 0,
|
||||
"applied_aggregation": false,
|
||||
@@ -52,7 +52,7 @@
|
||||
"rows_before_aggregation": 0,
|
||||
"rows_before_limit": 0
|
||||
},
|
||||
"time_zone": "",
|
||||
"time_zone": "Europe/Moscow",
|
||||
"totals": {
|
||||
"BYTES": ""
|
||||
}
|
||||
|
||||
+215
-3
@@ -1,8 +1,220 @@
|
||||
{
|
||||
"stop_message": {
|
||||
"result": false,
|
||||
"error": "Implicit connection opening is senseless in this case"
|
||||
"error": "Closed",
|
||||
"result": false
|
||||
},
|
||||
"result": true,
|
||||
"messages": []
|
||||
"messages": [
|
||||
{
|
||||
"message": {
|
||||
"cancelled": false,
|
||||
"exception": {
|
||||
"code": 0,
|
||||
"display_text": "",
|
||||
"name": "",
|
||||
"stack_trace": ""
|
||||
},
|
||||
"extremes": {
|
||||
"BYTES": ""
|
||||
},
|
||||
"logs": [],
|
||||
"output": {
|
||||
"meta": [
|
||||
{
|
||||
"name": "id",
|
||||
"type": "UInt64"
|
||||
},
|
||||
{
|
||||
"name": "timestamp",
|
||||
"type": "DateTime"
|
||||
},
|
||||
{
|
||||
"name": "user_id",
|
||||
"type": "UInt32"
|
||||
},
|
||||
{
|
||||
"name": "event_type",
|
||||
"type": "String"
|
||||
},
|
||||
{
|
||||
"name": "payload",
|
||||
"type": "String"
|
||||
}
|
||||
],
|
||||
"data": [
|
||||
{
|
||||
"id": "1",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 100,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "1",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 100,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "1",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 100,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "1",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 100,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 101,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 101,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 101,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 101,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 102,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 102,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 102,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 102,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 103,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 103,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 103,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 103,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 104,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 104,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 104,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"timestamp": "2026-01-01 10:00:00",
|
||||
"user_id": 104,
|
||||
"event_type": "stream_test",
|
||||
"payload": "{}"
|
||||
}
|
||||
],
|
||||
"rows": 20,
|
||||
"statistics": {
|
||||
"elapsed": 0.009037437,
|
||||
"rows_read": 0,
|
||||
"bytes_read": 0
|
||||
}
|
||||
},
|
||||
"output_columns": [],
|
||||
"output_format": "JSON",
|
||||
"progress": {
|
||||
"read_bytes": 940,
|
||||
"read_rows": 20,
|
||||
"total_rows_to_read": 20,
|
||||
"written_bytes": 0,
|
||||
"written_rows": 0
|
||||
},
|
||||
"query_id": "ea11cbc3-5687-4971-833d-289cf2cd5c48",
|
||||
"stats": {
|
||||
"allocated_bytes": 2816,
|
||||
"applied_aggregation": false,
|
||||
"applied_limit": false,
|
||||
"blocks": 1,
|
||||
"rows": 20,
|
||||
"rows_before_aggregation": 0,
|
||||
"rows_before_limit": 0
|
||||
},
|
||||
"time_zone": "Europe/Moscow",
|
||||
"totals": {
|
||||
"BYTES": ""
|
||||
}
|
||||
},
|
||||
"result": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"result": true,
|
||||
"streamId": "b6994a63-bffd-483b-8c32-d8e1b4293d37"
|
||||
"streamId": "4a4a83b1-8d8c-4797-b465-de819180deeb"
|
||||
}
|
||||
|
||||
+2
-2
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"rows": 2,
|
||||
"statistics": {
|
||||
"elapsed": 0.003803052,
|
||||
"elapsed": 0.008652275,
|
||||
"rows_read": 0,
|
||||
"bytes_read": 0
|
||||
}
|
||||
@@ -48,7 +48,7 @@
|
||||
"written_bytes": 0,
|
||||
"written_rows": 0
|
||||
},
|
||||
"query_id": "95cc8dd8-5a26-45b2-8d7d-d9e89c1b6908",
|
||||
"query_id": "49223336-da04-4e2a-a69a-eaf1fc540286",
|
||||
"stats": {
|
||||
"allocated_bytes": 8448,
|
||||
"applied_aggregation": false,
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"result": true,
|
||||
"streamId": "6668ca78-e27e-4640-bee8-4d850edd382e"
|
||||
"streamId": "73226203-5883-49bc-a564-7af1ffd2c6e2"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"result": true,
|
||||
"streamId": "c75c251f-35f8-4f0f-826f-e1d17ab7d1bb"
|
||||
"streamId": "5444c6ba-b9ab-4118-b6f1-fd566c9f7855"
|
||||
}
|
||||
|
||||
+5
-2
@@ -1,8 +1,11 @@
|
||||
{
|
||||
"query": "SELECT 1",
|
||||
"database": "default",
|
||||
"id": "24faa975-913e-4bd1-a6c4-150f864dbbd7",
|
||||
"data": "/tmp/zo2g1wki.ho3.json",
|
||||
"id": "79525247-c229-4ae9-9bdb-e64163aa10d0",
|
||||
"data": {
|
||||
"meta": [],
|
||||
"data": []
|
||||
},
|
||||
"format": "CSV",
|
||||
"external_tables": [
|
||||
{
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": "f37f63c7-4d27-4bfa-b636-c3b84759ba3d",
|
||||
"id": "5b246e34-c37f-47e0-a02f-369bed551d58",
|
||||
"check": true,
|
||||
"timeout": 120
|
||||
}
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@
|
||||
],
|
||||
"rows": 1,
|
||||
"statistics": {
|
||||
"elapsed": 0.003929309,
|
||||
"elapsed": 0.005267904,
|
||||
"rows_read": 0,
|
||||
"bytes_read": 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user