ClickHouse/docker/test
Vasily Nemkov c902afddde Added system.session_log table
Which logs all the info about LogIn, LogOut and LogIn Failure events.
Additional info that is logged:
- User name
- event type (LogIn, LogOut, LoginFailure)
- Event date\time\time with microseconds
- authentication type (same as for IDENTIFIED BY of CREATE USER statement)
- array of active settings profiles upon login
- array of active roles upon login
- array of changed settings with corresponding values
- client address and port
- interface (TCP\HTTP\MySQL\PostgreSQL, etc.)
- client info (name, version info)
- optional LoginFailure reason text message.

Added some tests to verify that events are properly saved with all necessary info via following interfaces:
- TCP
- HTTP
- MySQL

Known limitations
- Not tested against named HTTP sessions, PostgreSQL and gRPC, hence those are not guaranteed to work 100% properly.
2021-08-30 18:28:28 +03:00
..
base Use ru.archive.ubuntu.com as default one is not responding from CI 2021-08-23 11:22:39 +03:00
codebrowser Use ru.archive.ubuntu.com as default one is not responding from CI 2021-08-23 11:22:39 +03:00
compatibility Docker: add comments with current tags 2019-06-04 16:01:16 +03:00
coverage fix style checks 2020-12-29 17:57:12 +03:00
fasttest Added system.session_log table 2021-08-30 18:28:28 +03:00
fuzzer Call generate-test-j2.py in run-fuzzer.sh before calculating NEW_TESTS_OPT 2021-08-25 16:05:16 +03:00
integration Merge pull request #25251 from kssenii/disk-over-web-server 2021-08-30 16:18:59 +03:00
keeper-jepsen Normal tests count 2021-04-02 11:26:10 +03:00
performance-comparison Use ru.archive.ubuntu.com as default one is not responding from CI 2021-08-23 11:22:39 +03:00
pvs Update Dockerfile 2021-08-06 18:12:36 +03:00
split_build_smoke_test fix 2021-02-27 01:20:49 +03:00
sqlancer Use ru.archive.ubuntu.com as default one is not responding from CI 2021-08-23 11:22:39 +03:00
stateful Merge branch 'master' into random_timezone_for_stateless_tests 2021-07-18 01:12:24 +03:00
stateless Merge branch 'master' into fix_compression_26149 2021-08-25 19:01:08 +00:00
stateless_pytest Update Dockerfile 2021-06-08 15:01:16 +03:00
stateless_unbundled Merge branch 'master' into random_timezone_for_stateless_tests 2021-07-18 01:12:24 +03:00
stress test/stress: fix patterns for filtering out Raft messages 2021-08-28 19:21:07 +03:00
style Use ru.archive.ubuntu.com as default one is not responding from CI 2021-08-23 11:22:39 +03:00
testflows/runner Set version of tzlocal to 2.1 2021-08-24 14:07:48 +03:00
unit Merge branch 'master' into random_timezone_for_stateless_tests 2021-07-18 01:12:24 +03:00
Dockerfile Revert "Revert "try to update version to 21.10 because 21.9 has a broken release PR and"" 2021-08-19 14:27:49 +03:00
README.md Changed repository URL 2019-09-23 19:18:19 +03:00
test_runner_docker_compose.yaml Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
test_runner.sh Check docker scripts with shellcheck 2020-09-30 20:06:46 +03:00

ClickHouse Test Docker Image

License

View license information for the software contained in this image.