File tree 11 files changed +11
-11
lines changed
11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ local select = require('crud.select')
12
12
local truncate = require (' crud.truncate' )
13
13
local len = require (' crud.len' )
14
14
local borders = require (' crud.borders' )
15
- local sharding_key = require (' crud.common.sharding_key' )
15
+ local sharding_key = require (' crud.common.sharding. sharding_key' )
16
16
local utils = require (' crud.common.utils' )
17
17
18
18
local crud = {}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ local errors = require('errors')
4
4
local BucketIDError = errors .new_class (" BucketIDError" , {capture_stack = false })
5
5
6
6
local utils = require (' crud.common.utils' )
7
- local sharding_key_module = require (' crud.common.sharding_key' )
7
+ local sharding_key_module = require (' crud.common.sharding. sharding_key' )
8
8
9
9
local sharding = {}
10
10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ local errors = require('errors')
4
4
local call = require (' crud.common.call' )
5
5
local const = require (' crud.common.const' )
6
6
local dev_checks = require (' crud.common.dev_checks' )
7
- local cache = require (' crud.common.sharding_key_cache' )
7
+ local cache = require (' crud.common.sharding. sharding_key_cache' )
8
8
local utils = require (' crud.common.utils' )
9
9
10
10
local ShardingKeyError = errors .new_class (" ShardingKeyError" , {capture_stack = false })
File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ local vshard = require('vshard')
5
5
local call = require (' crud.common.call' )
6
6
local utils = require (' crud.common.utils' )
7
7
local sharding = require (' crud.common.sharding' )
8
- local sharding_key_module = require (' crud.common.sharding_key' )
8
+ local sharding_key_module = require (' crud.common.sharding. sharding_key' )
9
9
local dev_checks = require (' crud.common.dev_checks' )
10
10
local schema = require (' crud.common.schema' )
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ local vshard = require('vshard')
5
5
local call = require (' crud.common.call' )
6
6
local utils = require (' crud.common.utils' )
7
7
local sharding = require (' crud.common.sharding' )
8
- local sharding_key_module = require (' crud.common.sharding_key' )
8
+ local sharding_key_module = require (' crud.common.sharding. sharding_key' )
9
9
local dev_checks = require (' crud.common.dev_checks' )
10
10
local schema = require (' crud.common.schema' )
11
11
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ local sharding = require('crud.common.sharding')
7
7
local dev_checks = require (' crud.common.dev_checks' )
8
8
local common = require (' crud.select.compat.common' )
9
9
local schema = require (' crud.common.schema' )
10
- local sharding_key_module = require (' crud.common.sharding_key' )
10
+ local sharding_key_module = require (' crud.common.sharding. sharding_key' )
11
11
12
12
local compare_conditions = require (' crud.compare.conditions' )
13
13
local select_plan = require (' crud.select.plan' )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ local utils = require('crud.common.utils')
8
8
local sharding = require (' crud.common.sharding' )
9
9
local dev_checks = require (' crud.common.dev_checks' )
10
10
local schema = require (' crud.common.schema' )
11
- local sharding_key_module = require (' crud.common.sharding_key' )
11
+ local sharding_key_module = require (' crud.common.sharding. sharding_key' )
12
12
13
13
local compare_conditions = require (' crud.compare.conditions' )
14
14
local select_plan = require (' crud.select.plan' )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ local vshard = require('vshard')
5
5
local call = require (' crud.common.call' )
6
6
local utils = require (' crud.common.utils' )
7
7
local sharding = require (' crud.common.sharding' )
8
- local sharding_key_module = require (' crud.common.sharding_key' )
8
+ local sharding_key_module = require (' crud.common.sharding. sharding_key' )
9
9
local dev_checks = require (' crud.common.dev_checks' )
10
10
local schema = require (' crud.common.schema' )
11
11
Original file line number Diff line number Diff line change 325
325
326
326
function helpers .update_cache (cluster , space_name )
327
327
return cluster .main_server .net_box :eval ([[
328
- local sharding_key = require('crud.common.sharding_key')
328
+ local sharding_key = require('crud.common.sharding. sharding_key')
329
329
330
330
local space_name = ...
331
331
return sharding_key.update_cache(space_name)
Original file line number Diff line number Diff line change 1
1
local t = require (' luatest' )
2
- local sharding_key_module = require (' crud.common.sharding_key' )
3
- local cache = require (' crud.common.sharding_key_cache' )
2
+ local sharding_key_module = require (' crud.common.sharding. sharding_key' )
3
+ local cache = require (' crud.common.sharding. sharding_key_cache' )
4
4
local utils = require (' crud.common.utils' )
5
5
6
6
local helpers = require (' test.helper' )
You can’t perform that action at this time.
0 commit comments