alexey-milovidov
|
fea7917917
|
Merge pull request #25144 from vzakaznikov/testflows_windows_functions_add_lag_and_lead_in_frame_tests
Adding leadInFrame/lagInFrame window functions TestFlows tests
|
2021-06-12 03:00:18 +03:00 |
|
Vitaliy Zakaznikov
|
a5d5f13497
|
Adding test to check default window function frame.
|
2021-06-09 15:48:22 -04:00 |
|
Vitaliy Zakaznikov
|
bc4b696bf9
|
Adding tests for lagInFrame.
|
2021-06-09 15:32:21 -04:00 |
|
Vitaliy Zakaznikov
|
9ef8ed5061
|
Disabling extended precision data types tests until tests
are updated to implement rounding of the results.
|
2021-06-09 08:58:34 -04:00 |
|
Vitaliy Zakaznikov
|
12a44efc81
|
Adding leadInFrame window functions tests.
|
2021-06-09 08:56:55 -04:00 |
|
Vitaliy Zakaznikov
|
9e99e20765
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into testflows_windows_functions_add_lag_and_lead_in_frame_tests
|
2021-06-07 09:43:14 -04:00 |
|
MyroTk
|
0ac21f14a5
|
Adding snapshots for output comparison.
|
2021-06-01 21:07:42 +02:00 |
|
Vitaliy Zakaznikov
|
41cd58efb1
|
Adding window functions requirements for leadInFrame, lagInFrame and default frame.
|
2021-05-31 20:50:39 -04:00 |
|
alexey-milovidov
|
a7e95b4ee2
|
Merge pull request #24504 from vzakaznikov/testflows_check_add_saving_clickhouse_logs
Adding support to save clickhouse server logs in TestFlows check
|
2021-05-27 08:05:55 +03:00 |
|
Vitaliy Zakaznikov
|
7800f934ab
|
Adding gzip compression of clickhouse logs.
|
2021-05-26 17:16:24 -04:00 |
|
Vitaliy Zakaznikov
|
774171c61c
|
Another try to move clickhouse logs to /test_output folder.
|
2021-05-26 16:25:23 -04:00 |
|
Vitaliy Zakaznikov
|
3fb4ba3885
|
Fixing the way we move clickhouse logs to the /test_output folder.
|
2021-05-26 14:11:56 -04:00 |
|
MyroTk
|
a33188c3d5
|
Rounding to make expected values consistent.
|
2021-05-25 17:21:17 +02:00 |
|
MyroTk
|
b2dc82128c
|
Specifying inclusive and exclusive boundaries in the requirements.
|
2021-05-24 15:04:58 +02:00 |
|
MyroTk
|
07ce7ec40c
|
Remove nodes clickhouse2 and clickhouse3, and zookeeper.
|
2021-05-21 17:58:04 +02:00 |
|
MyroTk
|
740189893c
|
Removing more config files. Updating wording in requirements. Added toDecimal256 tests to check max and min for every scale value.
|
2021-05-21 17:27:24 +02:00 |
|
alexey-milovidov
|
907fcf9f05
|
Delete macros.xml
|
2021-05-20 20:18:02 +03:00 |
|
MyroTk
|
7ed3b5f967
|
Removing unnecessary SSL files.
|
2021-05-20 19:06:27 +02:00 |
|
MyroTk
|
fa1c324356
|
Testflows tests for Extended Precision Data Types: Int128, UInt128, Int256, UInt256, Decimal256
|
2021-05-20 18:42:26 +02:00 |
|
Vitaliy Zakaznikov
|
03ebd18d01
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into ldap-user-dn-detection
|
2021-05-18 14:08:28 -04:00 |
|
Vitaliy Zakaznikov
|
58685dc9fa
|
Disabling RBAC module.
Removing debugging code.
|
2021-05-13 10:04:08 -04:00 |
|
Vitaliy Zakaznikov
|
7e899fff76
|
Comment 4 to retrigger CI/CD pipeline to check test stability.
|
2021-05-12 23:42:20 -04:00 |
|
Vitaliy Zakaznikov
|
086a30a198
|
Comment 3 to retrigger CI/CD pipeline to check test stability.
|
2021-05-12 19:36:26 -04:00 |
|
Vitaliy Zakaznikov
|
889d406341
|
Commint to retrigger CI/CD pipeline to check test stability.
|
2021-05-12 15:55:29 -04:00 |
|
Vitaliy Zakaznikov
|
e55b4117be
|
Updating helpers/cluster.py to increase timeout and add polling
when getting control shell.
|
2021-05-12 12:34:28 -04:00 |
|
Vitaliy Zakaznikov
|
258525167f
|
Commint to retrigger CI/CD pipeline to check test stability.
|
2021-05-12 08:15:09 -04:00 |
|
Vitaliy Zakaznikov
|
3d32363f39
|
Xfailing new fails in aes encryption module.
Adding basic execution of aes encryption module features in parallel.
|
2021-05-11 19:45:03 -04:00 |
|
Vitaliy Zakaznikov
|
2541f2cb25
|
Updating run_scenario method to not launch new parallel tests
if top test is terminating.
|
2021-05-11 17:17:08 -04:00 |
|
Vitaliy Zakaznikov
|
042625a8e2
|
Debug commit to run all modules 4 times to check stability.
|
2021-05-11 09:13:04 -04:00 |
|
Vitaliy Zakaznikov
|
f964f8b9c0
|
Adding retries when trying to obtain a terminal to a container.
|
2021-05-11 08:56:14 -04:00 |
|
Vitaliy Zakaznikov
|
e0375204f1
|
Removing hard coded SKIP flag and xfailed it instead.
|
2021-05-10 17:09:26 -04:00 |
|
Vitaliy Zakaznikov
|
bce80f1256
|
Updating docker and docker-compose versions.
Updating and enabling datetime64 extended range tests.
|
2021-05-10 16:59:47 -04:00 |
|
Vitaliy Zakaznikov
|
c0a4770ee7
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into testflows_modules_in_parallel
|
2021-05-10 14:11:48 -04:00 |
|
Vitaliy Zakaznikov
|
1a83604d23
|
Fixing issue with getting node service docker container id.
|
2021-05-10 09:26:24 -04:00 |
|
Vitaliy Zakaznikov
|
06c60158b8
|
Increasing timeouts.
|
2021-05-09 12:34:56 -04:00 |
|
alexey-milovidov
|
4ada91574b
|
Merge branch 'master' into fixing_testflows_window_function_distributed_tests
|
2021-05-09 18:29:33 +03:00 |
|
Vitaliy Zakaznikov
|
c5948c3ba7
|
Updating timeouts in LDAP tests.
|
2021-05-08 20:33:22 -04:00 |
|
alexey-milovidov
|
a34c927fb2
|
Merge branch 'master' into tests_dt64_ext
|
2021-05-08 23:29:18 +03:00 |
|
Vitaliy Zakaznikov
|
b85205aa30
|
Enabling testflows window function tests.
|
2021-05-08 15:22:03 -04:00 |
|
Vitaliy Zakaznikov
|
b303ebc7e3
|
Fixing window functions distributed tests by moving to using deterministic sharding key.
|
2021-05-08 15:06:31 -04:00 |
|
Vitaliy Zakaznikov
|
f886e2cebb
|
Removing rand() as a sharding key to avoid instability in window function tests and
instead moved to using deterministic sharding key.
|
2021-05-08 15:00:54 -04:00 |
|
Alexey Milovidov
|
b64f5b0419
|
Disable unreliable TestFlows
|
2021-05-08 16:40:54 +03:00 |
|
Vitaliy Zakaznikov
|
945ff2c338
|
Fixing styling errors.
|
2021-05-07 19:28:20 -04:00 |
|
Vitaliy Zakaznikov
|
1dd5e7d986
|
Fixing intro to window functions SRS.
|
2021-05-07 17:45:08 -04:00 |
|
Vitaliy Zakaznikov
|
4b87ae684c
|
Adding 'clean' script to clean up _instances folders.
Updating RBAC to run on the latest master.
Fixing ldap SRS reference issue.
|
2021-05-07 15:40:58 -04:00 |
|
Vitaliy Zakaznikov
|
04a9dbeb2b
|
Fixing SRS reference and updating requirements.
|
2021-05-07 15:37:29 -04:00 |
|
Vitaliy Zakaznikov
|
0b95bfb38e
|
Adding support to run modules in parallel.
Adding fixes to ldap and rbac tests.
Adding user_dn_detection tests in LDAP role mapping.
|
2021-05-07 09:14:40 -04:00 |
|
Vitaliy Zakaznikov
|
f067237fdd
|
Fixing range frame tests for distributed tables.
|
2021-05-06 18:16:24 -04:00 |
|
Vitaliy Zakaznikov
|
bb2213fdac
|
Updating range datetime tests for distributed tables.
|
2021-05-05 18:31:16 -04:00 |
|
Vitaliy Zakaznikov
|
75bd55073d
|
Fixing rows frame tests for distributed tables.
|
2021-05-05 18:01:12 -04:00 |
|