Support chunked operation

This commit is contained in:
Vitaliy.Bibaev
2017-12-21 18:28:38 +03:00
committed by Yan Zhulanow
parent 85d83309ae
commit cc549d3ae5
4 changed files with 55 additions and 18 deletions
@@ -13,15 +13,15 @@ count
after: nothing
mappings for chunked
direct:
1 -> nothing
2 -> nothing
3 -> nothing
4 -> nothing
6 -> nothing
7 -> nothing
1 -> 5
2 -> 5
3 -> 5
4 -> 5
6 -> 8
7 -> 8
reverse:
nothing <- 5
nothing <- 8
1,2,3,4 <- 5
6,7 <- 8
mappings for count
direct:
5 -> nothing
@@ -30,6 +30,4 @@ mappings for count
empty
Disconnected from the target VM
WRONG!
Process finished with exit code 0
@@ -13,13 +13,13 @@ count
after: nothing
mappings for chunked
direct:
1 -> nothing
2 -> nothing
4 -> nothing
5 -> nothing
1 -> 3
2 -> 3
4 -> 6
5 -> 6
reverse:
nothing <- 3
nothing <- 6
1,2 <- 3
4,5 <- 6
mappings for count
direct:
3 -> nothing
@@ -28,6 +28,4 @@ mappings for count
empty
Disconnected from the target VM
WRONG!
Process finished with exit code 0