Skip to content

SequoiaDB/MariaDB-CI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

125 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mariadb-ci/
├── lib                                  // STAF和ant依赖
│   ├── ant-contrib-1.0b2.jar
│   └── STAFAnt.jar
├── mysqlrelease
│   ├── common                           //  公共模块
│   │   ├── compatible.sh                //  适配性脚本
│   │   └── preUninstall.sh	             //  预卸载脚本
│   ├── install_mariadb.sh               //  安装mariadb脚本
│   ├── license                          //  许可证信息
│   │   ├── license_en.txt 
│   │   └── license_zh.txt
│   ├── normal_component.xml             //  普通安装模块
│   ├── sequoiamysql_en.lng              //  语言提示信息文件
│   ├── sequoiamysql_server.xml          //  安装总脚本
│   ├── sequoiamysql_zh.lng              //  语言提示信息文件
│   ├── service
│   │   ├── sequoiasql-mariadb-daemon    //  系统服务和守护进程
│   │   ├── sequoiasql-mariadb.systemd
│   │   └── sequoiasql-mariadb.sysv
│   ├── uninstall.sh                     //  卸载脚本
│   └── upgrade_component.xml            //  升级安装模块
├── src
│   ├── compile                      
│   │   └── compile_mariadb.xml          //  mariadb编译脚本(可废弃)
│   ├── conf
│   │   └── test.conf                    //  测试套相关配置
│   └── test
│       ├── normal_test_arm.xml          //  arm测试调度脚本
│       └── normal_test.xml              //  x86测试调度脚本
└── tools
    ├── clear_cs.js                      //  清理cs脚本
    ├── createCluster.js                 //  部署集群脚本
    ├── threadexecutor-1.0.0-SNAPSHOT.jar // 跑java用例用到的依赖
    └── valgrind.sh                      //  跑内存泄漏脚本

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors