Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #339

Closed
wants to merge 68 commits into from
Closed

test #339

Changes from 1 commit
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
9992a5e
Import LevelDB
flowbehappy Mar 6, 2019
783e07b
DeltaMerge Engine POC
flowbehappy Jan 30, 2019
ea34ed2
add delta merge engine test (#18)
lidezhu Apr 4, 2019
87bca17
Add junction for concurrent hash map
flowbehappy Apr 3, 2019
13e1020
DeltaMerge Storage Engine implementation
flowbehappy Jun 14, 2019
e8e6e13
done DM integration with query layer
flowbehappy May 24, 2019
c86350d
Auto gc dm data
flowbehappy May 24, 2019
6d59553
DiskValueSpace: read page by iterator
flowbehappy Jun 14, 2019
4e4f3e1
parallelize segment input stream creation
flowbehappy May 29, 2019
58fcd61
Using DB::DM namespace
flowbehappy Jun 4, 2019
17c2ced
Bug fix: remove INVALID
flowbehappy Jun 6, 2019
ff39a6c
Log operations and add status
flowbehappy Jun 6, 2019
968b6dd
bug fix: placed_delta_rows -> placed_delta_deletes
flowbehappy Jun 6, 2019
bd64b70
Add check to DeltaMerge Storage
flowbehappy Jun 10, 2019
4ef6073
Remove useless code
flowbehappy Jun 10, 2019
60b9d60
Remove pk_columns cache in delta, and bug fix
flowbehappy Jun 11, 2019
4493d95
Bug fix: out of bound exception in DiskValueSpace#read
flowbehappy Jun 11, 2019
678a47e
Remove useless commented code
flowbehappy Jun 12, 2019
466acd6
[FLASH-290] Test cases for DeltaMerge and Gen code coverage report (#82)
JaySon-Huang Jun 14, 2019
abc84d8
Page storage bug fix (#87)
JaySon-Huang Jun 24, 2019
83f505b
[FLASH-318/319/343/344] PageStorage: RefPages, MVCC && Snapshot read …
JaySon-Huang Aug 2, 2019
0e1de61
[DM] Support range read and lock optimization (#140)
flowbehappy Aug 5, 2019
277641a
[FLASH-406] CI run gtest cases (#163)
JaySon-Huang Aug 8, 2019
c8f0112
fix gtest compile error
JaySon-Huang Aug 5, 2019
8a2ccc6
fix bug: PageEntriesVersionSetWithDelta::compactDeltaAndBase should N…
JaySon-Huang Aug 14, 2019
d0f3495
temporary disable some tests for DM (#184)
JaySon-Huang Aug 16, 2019
221387a
Small fix for gtests after rebase to master
JaySon-Huang Aug 26, 2019
ac4165f
Atomic read/write on DeltaMergeStore level (#172)
flowbehappy Aug 27, 2019
0ff12ed
[FLASH-386] DeltaMerge DDL support (#190)
JaySon-Huang Aug 28, 2019
e60b3d3
[FLASH-455] Remove level db dependency (#206)
marsishandsome Aug 28, 2019
8f2a5f5
[FLASH-466] improve code coverage (#219)
marsishandsome Sep 6, 2019
fa5bc51
DM: support rough index in Storage level. (#233)
flowbehappy Sep 12, 2019
a36a2b3
[FLASH-461/471] Basic read/write StorageDeltaMerge's table through Ra…
JaySon-Huang Sep 12, 2019
60e6856
fix compile error
flowbehappy Sep 16, 2019
5e82056
[FLASH-469/452/462] DM: Rename column, read with specify tso, schema-…
JaySon-Huang Sep 18, 2019
0d6d19a
[FLASH-409] Fix page not found exception (#238)
flowbehappy Sep 19, 2019
f0f9197
fix bug: RefPage of PageEntriesVersionSetWithDelta (#246)
JaySon-Huang Sep 24, 2019
d5ceccf
[FLASH-470/516] DM learner read and check gc safe point (#249)
JaySon-Huang Sep 26, 2019
f2875a5
[FLASH-426] Eliminate data copy of Segment split/merge (#258)
flowbehappy Sep 27, 2019
7d6c7d3
Binary compatibility version for DeltaMerge's chunk; Fix disappear of…
JaySon-Huang Sep 27, 2019
1007394
[FLASH-528] Fix PageStorage error: Directory not empty (#263)
JaySon-Huang Sep 30, 2019
98d3d1b
[FLASH-541] Read ranges indicated by mvcc_query_info (#267)
JaySon-Huang Oct 11, 2019
43d0037
[FLASH-546] Fix exception after reload PageStorage from disk (#274)
JaySon-Huang Oct 12, 2019
a0773cd
[FLASH-296] [DM] Use Background Threads To Run Delta Merge Operations…
flowbehappy Oct 19, 2019
b5df908
Bug fix: placeUpsert offset is not right. Also copy the cache when me…
flowbehappy Oct 21, 2019
553b8dd
Bug fix: Segment#split could use out of range split point.
flowbehappy Oct 21, 2019
435ed78
[FLASH-544]Add test cases for DM (#262)
leiysky Oct 22, 2019
7879cfe
[FLASH-548/579] Engine DeltaMerge coprocessor integration (#287)
JaySon-Huang Oct 23, 2019
73f1fe7
fix compile error after rebase
JaySon-Huang Oct 23, 2019
5d9798e
[FLASH-453]Support default value of CAST expression (#286)
leiysky Oct 29, 2019
c5d3482
[FLASH-575] Improve the performance of stream operations in DM (#296)
flowbehappy Oct 30, 2019
680c5ff
[Flash-600] PageStorage GC only remove obsoleted data (#297)
JaySon-Huang Oct 30, 2019
cd50d94
fix bug: init of variables
JaySon-Huang Oct 30, 2019
86489a4
[FLASH-629] Add concurrency for wait index while doing learner read (…
JaySon-Huang Nov 12, 2019
eb741e8
[FLASH-549/550/626] Remove obsoleted data in Engine DeltaMerge (#292)
JaySon-Huang Nov 12, 2019
99008ed
[FLASH-463]Flush regions into DM as soon as raft commands processed (…
leiysky Nov 12, 2019
30fd832
[FLASH-654] Add gc callback for PageStorage (#319)
JaySon-Huang Nov 12, 2019
7bc6612
[FLASH-660] Check region version while doing learner read (#321)
JaySon-Huang Nov 20, 2019
514801c
Enhance PageStorage gc (#325)
JaySon-Huang Nov 20, 2019
58283b5
Fix non-global-context exception while running unit test
JaySon-Huang Nov 22, 2019
d64370b
[FLASH-617] Make cast when applying DDL (#328)
leiysky Nov 25, 2019
48a2cd6
[FLASH-668/477] Predicator push down (#329)
JaySon-Huang Nov 26, 2019
fac6098
add ReorganizeBlockInputStream for reorganize the boundary of blocks …
JaySon-Huang Nov 27, 2019
4da2f8a
[FLASH-622] DMFile implementation (#327)
flowbehappy Nov 27, 2019
55e71a9
Add DMCleanReadRows event and adjust log level
flowbehappy Nov 28, 2019
9838315
Try do range filter in DeltaValueSpace
flowbehappy Nov 28, 2019
c53eb14
[FLASH-736] Illegal delta data, the next row is expected larger than …
flowbehappy Nov 29, 2019
1076984
Enable rough set index in DMFile when data type is not Handle
flowbehappy Nov 30, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[FLASH-406] CI run gtest cases (#163)
* ci run unittests defined using gtest

* fix bug in CMakeLists

* 1. disable zookeeper test cases
2. use template struct SchemaBuilder instead of template class
3. more portable run-gtest.sh

* use EXCLUDE_FROM_ALL in add_subdirectory instead of add_executable

* new container of tics just for gtest

* disable tics-gtest in unused command

* address comment

* address comment

* add continue_on_error option in run-gtest.sh

* ci run unittests defined using gtest

* fix bug in CMakeLists

* 1. disable zookeeper test cases
2. use template struct SchemaBuilder instead of template class
3. more portable run-gtest.sh

* use EXCLUDE_FROM_ALL in add_subdirectory instead of add_executable

* new container of tics just for gtest

* disable tics-gtest in unused command

* address comment

* address comment

* add continue_on_error option in run-gtest.sh
JaySon-Huang authored and flowbehappy committed Dec 3, 2019
commit 277641a42a3b5b744ccda2934b3f4b777c20a024
2 changes: 1 addition & 1 deletion dbms/src/Storages/Page/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
add_headers_and_sources(page_storage ../)
add_headers_and_sources(page_storage ../mvcc)
add_headers_and_sources(page_storage ../VersionSet)
add_library(page_storage EXCLUDE_FROM_ALL
add_library(page_storage
${page_storage_headers} ${page_storage_sources})
target_link_libraries(page_storage clickhouse_common_io)