No description
This repository has been archived on 2026-06-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 91%
  • Shell 8.6%
  • Dockerfile 0.4%
Find a file
2021-07-29 20:25:23 +08:00
src ckdb test 2021-07-29 20:25:23 +08:00
whl 完善 2021-07-14 17:35:42 +08:00
.gitignore ckdb test 2021-07-29 20:25:23 +08:00
docker-compose.yml 新增docker运行 2021-07-15 14:30:51 +08:00
Dockerfile 新增docker运行 2021-07-15 14:30:51 +08:00
install.sh 新增docker运行 2021-07-15 14:30:51 +08:00
README.md 修改readme说明 2021-07-15 14:43:31 +08:00
requirements.txt 新增docker运行 2021-07-15 14:30:51 +08:00
run.sh ckdb test 2021-07-29 20:25:23 +08:00

POC测试-xj

在OpenLookeng上执行POC测试 https://docs.mesalab.cn/pages/viewpage.action?pageId=19860345

目录结构

- install.sh         # 依赖安装脚本 (基于新疆环境,python2.7
- run.sh             # 测试脚本
- requirements.txt   # 依赖
- Dockerfile         
- docker-compose.yml
> log 日志目录
  - install.log      # 安装日志
  - ch-result.log    # ClickHouse运行统计日志
  - ol-result.log    # OpenLookeng运行统计日志
  - ch-*.json        # ClickHouse单次执行详细结果
  - ol-*.json        # OpenLookeng单次执行详细结果
> src
  - auto-ol.json     # OpenLookeng测试语句
  - poc-ch.json      # ClickHouse测试语句
  - config           # 配置文件
  - openlookeng_driver.py  #openlookeng驱动文件
  - run.py           # python自动化测试脚本
  - convert_sql.py   # 根据poc-ch.json生成openlookeng语法的测试集
> whl                # 离线安装包目录
  - clickhouse_driver-0.1.2-cp27-cp27mu-manylinux1_x86_64.whl
  - clickhouse_driver-0.2.1-cp35-cp35m-manylinux1_x86_64.whl
  - requests_toolbelt-0.9.1-py2.py3-none-any.whl

安装依赖

./install.sh

执行方式

./run.sh

等待执行完成后,将自动生成log.tgz压缩包,为各种日志的打包