Skip to content

Commit

Permalink
[fix](regression) Remove time-consuming load task for smooth-upgrade (a…
Browse files Browse the repository at this point in the history
…pache#1831)

Signed-off-by: freemandealer <freeman.zhang1992@gmail.com>
  • Loading branch information
freemandealer committed May 18, 2023
1 parent e29c56d commit 23f354f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
import groovy.json.JsonOutput

suite("smooth_upgrade") {
def tables = [nation: 25, customer: 15000000, lineitem: 600037902, orders: 150000000, part: 20000000, partsupp: 80000000, region: 5, supplier: 1000000]
// def tables = [nation: 25, customer: 15000000, lineitem: 600037902, orders: 150000000, part: 20000000, partsupp: 80000000, region: 5, supplier: 1000000]
def tables = [nation: 25, customer: 15000000, region: 5, supplier: 1000000]

// new be info (TODO: get from config):
def ip = context.config.upgradeNewBeIp
Expand Down

0 comments on commit 23f354f

Please sign in to comment.