mawen

Results 8 comments of mawen

`init_zk_data.sh` 是windows平台下格式为 `dos` ,将文件格式修改为 `unix` 便可以解决。 ```shell $ vim init_zk_data.sh :set ff=unix :wq ```

这个问题可以通过禁用 shutdown hook 来解决。 在 `mycat/conf/log4j2.xml` 文件中增加以下内容: ``` ``` 测试的版本为:`Mycat-server-1.6.7.4` 文件已经修改,并提交了PR。#2876

You can try. ``` java cell.setCellType(Cell.CELL_TYPE_STRING); String value = cell.getStringCellValue(); ```

Hi, thanks your advice, I have rename base test class. - `TransactionTest` -> `BaseTransactionTest` - `TransactionFactoryTest` -> `BaseTransactionFactoryTest`

Sorry, i will change the class name as you expcted. I just have found my other commits exists same problems. Like `SqlNodeTest` and `ObjectWrapperBaseTest`.

@hazendaz Hi, I have changed the test class name. If you find more issues, i will fix it. Thanks.

> merge conflicts need to be resolved before this can progress. Hi, I have resolved merge conflicts.

> @mawen12 What benefit does the first portion of this provide? The method doesn't actually provide any other value so it could be that we should get rid of that...