Remove useless files for TiFlash#1596
Conversation
|
/run-all-tests |
1 similar comment
|
/run-all-tests |
dbms/src/Server/CMakeLists.txt
Outdated
There was a problem hiding this comment.
Can we keep this option and the relative libs/code? We may investigate using codegen someday.
dbms/src/Server/CMakeLists.txt
Outdated
There was a problem hiding this comment.
Can we keep those "Benchmark.cpp, Compressor.cpp" files and by default do NOT compile them? I agree that we do not need them currently, but I think the idea here is very good, i.e. run benchmarks for each component separately.
There was a problem hiding this comment.
https://github.com/pingcap/tics/blob/6cee66f2a3ab93d909f83b7fef9a0ddbf894545b/dbms/src/Server/CMakeLists.txt#L6-L13
Yes, those binaries are not compiled if you run make tiflash
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
4670943 to
850d68c
Compare
|
/run-all-tests |
1 similar comment
|
/run-all-tests |
|
@zanmato1984 @flowbehappy I've restored those binary targets. PTAL again |
|
/run-all-tests |
|
/merge |
|
Your auto merge job has been accepted, waiting for:
|
|
/run-all-tests |
|
@JaySon-Huang merge failed. |
|
/run-all-tests |
1 similar comment
|
/run-all-tests |
|
The test is running but shown as failure in Github. Waiting for it: https://internal.pingcap.net/idc-jenkins/blue/organizations/jenkins/tics_ghpr_test/detail/tics_ghpr_test/4219/pipeline/19 |
What problem does this PR solve?
I want to make my editor index fewer files. There are many files not used by TiFlash.
What is changed and how it works?
Remove this submodule
contrib/capnprotoRemove these files
Related changes
Check List
Tests
Side effects
Release note