fixed on branch client-print-fix

** Changed in: tarantool
     Assignee: Kostja Osipov (kostja) => Dmitry Simonenko (pmwkaa)

-- 
You received this bug notification because you are a member of Tarantool
Development Team, which is subscribed to tarantool.
https://bugs.launchpad.net/bugs/1045830

Title:
  command line client truncates output

Status in Tarantool - an efficient in-memory data store:
  Confirmed

Bug description:
  The command line client truncates long ouptut:

  kostja@atlas:~/work/tarantool/test$ ./test-run.py --suite box_big 
--start-and-exit
  localhost> show configuration
  ---
  configuration:
    username: (null)
    local_hot_standby: "false"
    bind_ipaddr: "INADDR_ANY"
    coredump: "false"
    admin_port: "33015"
    replication_port: "0"
    log_level: "4"
    slab_alloc_arena: "0.1"
    slab_alloc_minimal: "64"
    slab_alloc_factor: "2"
    work_dir: (null)
    snap_dir: "."
    wal_dir: "."
    script_dir: "."
    pid_file: "box.pid"
    logger: "cat - >> tarantool.log"
    logger_nonblock: "true"
    io_collect_interval: "0"
    backlog: "1024"
    readahead: "16320"
    snap_io_rate_llocalhost> 

  kostja@atlas:~/work/taranrlwrap telnet localhost 33015
  Trying 127.0.0.1...                 
  Connected to localhost.
  Escape character is '^]'.
  show configuration
  ---
  configuration:
    username: (null)
    local_hot_standby: "false"
    bind_ipaddr: "INADDR_ANY"
    coredump: "false"
    admin_port: "33015"
    replication_port: "0"
    log_level: "4"
    slab_alloc_arena: "0.1"
    slab_alloc_minimal: "64"
    slab_alloc_factor: "2"
    work_dir: (null)
    snap_dir: "."
    wal_dir: "."
    script_dir: "."
    pid_file: "box.pid"
    logger: "cat - >> tarantool.log"
    logger_nonblock: "true"
    io_collect_interval: "0"
    backlog: "1024"
    readahead: "16320"
    snap_io_rate_limit: "0"
    rows_per_wal: "50"
    wal_writer_inbox_size: "16384"
    wal_mode: "fsync_delay"
    wal_fsync_delay: "0"
    wal_dir_rescan_delay: "0.1"
    panic_on_snap_error: "true"
    panic_on_wal_error: "false"
    primary_port: "33013"
    secondary_port: "33014"
    too_long_threshold: "0.5"
    custom_proc_title: (null)
    memcached_port: "0"
    memcached_space: "23"
    memcached_expire: "false"
    memcached_expire_per_loop: "1024"
    memcached_expire_full_sweep: "3600"
    replication_source: (null)
    space[0].enabled: "true"
    space[0].cardinality: "-1"
    space[0].estimated_rows: "0"
    space[0].index[0].type: "HASH"
    space[0].index[0].unique: "true"
    space[0].index[0].key_field[0].fieldno: "0"
    space[0].index[0].key_field[0].type: "STR"
    space[0].index[1].type: "TREE"
    space[0].index[1].unique: "false"
    space[0].index[1].key_field[0].fieldno: "1"
    space[0].index[1].key_field[0].type: "STR"
    space[1].enabled: "true"
    space[1].cardinality: "-1"
    space[1].estimated_rows: "0"
    space[1].index[0].type: "HASH"
    space[1].index[0].unique: "true"
    space[1].index[0].key_field[0].fieldno: "0"
    space[1].index[0].key_field[0].type: "STR"
    space[1].index[1].type: "TREE"
    space[1].index[1].unique: "true"
    space[1].index[1].key_field[0].fieldno: "1"
    space[1].index[1].key_field[0].type: "STR"
    space[1].index[1].key_field[1].fieldno: "2"
    space[1].index[1].key_field[1].type: "STR"
    space[2].enabled: "true"
    space[2].cardinality: "-1"
    space[2].estimated_rows: "0"
    space[2].index[0].type: "TREE"
    space[2].index[0].unique: "true"
    space[2].index[0].key_field[0].fieldno: "0"
    space[2].index[0].key_field[0].type: "NUM"
    space[3].enabled: "true"
    space[3].cardinality: "-1"
    space[3].estimated_rows: "0"
    space[3].index[0].type: "TREE"
    space[3].index[0].unique: "true"
    space[3].index[0].key_field[0].fieldno: "0"
    space[3].index[0].key_field[0].type: "STR"
    space[4].enabled: "true"
    space[4].cardinality: "-1"
    space[4].estimated_rows: "0"
    space[4].index[0].type: "HASH"
    space[4].index[0].unique: "true"
    space[4].index[0].key_field[0].fieldno: "0"
    space[4].index[0].key_field[0].type: "STR"
    space[4].index[1].type: "TREE"
    space[4].index[1].unique: "false"
    space[4].index[1].key_field[0].fieldno: "1"
    space[4].index[1].key_field[0].type: "STR"
    space[5].enabled: "true"
    space[5].cardinality: "-1"
    space[5].estimated_rows: "0"
    space[5].index[0].type: "TREE"
    space[5].index[0].unique: "true"
    space[5].index[0].key_field[0].fieldno: "0"
    space[5].index[0].key_field[0].type: "NUM64"
    space[5].index[1].type: "TREE"
    space[5].index[1].unique: "false"
    space[5].index[1].key_field[0].fieldno: "1"
    space[5].index[1].key_field[0].type: "STR"
    space[5].index[1].key_field[1].fieldno: "2"
    space[5].index[1].key_field[1].type: "STR"
    space[6].enabled: "true"
    space[6].cardinality: "-1"
    space[6].estimated_rows: "0"
    space[6].index[0].type: "TREE"
    space[6].index[0].unique: "true"
    space[6].index[0].key_field[0].fieldno: "0"
    space[6].index[0].key_field[0].type: "NUM"
    space[6].index[1].type: "TREE"
    space[6].index[1].unique: "true"
    space[6].index[1].key_field[0].fieldno: "1"
    space[6].index[1].key_field[0].type: "NUM64"
    space[6].index[2].type: "TREE"
    space[6].index[2].unique: "false"
    space[6].index[2].key_field[0].fieldno: "2"
    space[6].index[2].key_field[0].type: "NUM64"
    space[6].index[3].type: "TREE"
    space[6].index[3].unique: "false"
    space[6].index[3].key_field[0].fieldno: "3"
    space[6].index[3].key_field[0].type: "STR"
    space[6].index[3].key_field[1].fieldno: "4"
    space[6].index[3].key_field[1].type: "STR"
    space[6].index[4].type: "TREE"
    space[6].index[4].unique: "false"
    space[6].index[4].key_field[0].fieldno: "6"
    space[6].index[4].key_field[0].type: "STR"
    space[6].index[4].key_field[1].fieldno: "5"
    space[6].index[4].key_field[1].type: "STR"
    space[6].index[5].type: "TREE"
    space[6].index[5].unique: "false"
    space[6].index[5].key_field[0].fieldno: "8"
    space[6].index[5].key_field[0].type: "NUM"
    space[6].index[6].type: "TREE"
    space[6].index[6].unique: "true"
    space[6].index[6].key_field[0].fieldno: "6"
    space[6].index[6].key_field[0].type: "STR"
    space[6].index[6].key_field[1].fieldno: "5"
    space[6].index[6].key_field[1].type: "STR"
    space[6].index[6].key_field[2].fieldno: "3"
    space[6].index[6].key_field[2].type: "STR"
    space[6].index[6].key_field[3].fieldno: "4"
    space[6].index[6].key_field[3].type: "STR"
    space[6].index[6].key_field[4].fieldno: "8"
    space[6].index[6].key_field[4].type: "NUM"
    space[7].enabled: "true"
    space[7].cardinality: "-1"
    space[7].estimated_rows: "0"
    space[7].index[0].type: "HASH"
    space[7].index[0].unique: "true"
    space[7].index[0].key_field[0].fieldno: "0"
    space[7].index[0].key_field[0].type: "NUM"
    space[7].index[1].type: "HASH"
    space[7].index[1].unique: "true"
    space[7].index[1].key_field[0].fieldno: "1"
    space[7].index[1].key_field[0].type: "STR"
    space[8].enabled: "true"
    space[8].cardinality: "-1"
    space[8].estimated_rows: "0"
    space[8].index[0].type: "TREE"
    space[8].index[0].unique: "true"
    space[8].index[0].key_field[0].fieldno: "0"
    space[8].index[0].key_field[0].type: "NUM64"
    space[9].enabled: "true"
    space[9].cardinality: "-1"
    space[9].estimated_rows: "0"
    space[9].index[0].type: "TREE"
    space[9].index[0].unique: "true"
    space[9].index[0].key_field[0].fieldno: "0"
    space[9].index[0].key_field[0].type: "STR"
    space[9].index[0].key_field[1].fieldno: "1"
    space[9].index[0].key_field[1].type: "STR"
    space[9].index[0].key_field[2].fieldno: "2"
    space[9].index[0].key_field[2].type: "NUM"
    space[10].enabled: "true"
    space[10].cardinality: "-1"
    space[10].estimated_rows: "0"
    space[10].index[0].type: "HASH"
    space[10].index[0].unique: "true"
    space[10].index[0].key_field[0].fieldno: "0"
    space[10].index[0].key_field[0].type: "NUM"
    space[11].enabled: "true"
    space[11].cardinality: "-1"
    space[11].estimated_rows: "0"
    space[11].index[0].type: "HASH"
    space[11].index[0].unique: "true"
    space[11].index[0].key_field[0].fieldno: "0"
    space[11].index[0].key_field[0].type: "NUM64"
    space[12].enabled: "true"
    space[12].cardinality: "-1"
    space[12].estimated_rows: "0"
    space[12].index[0].type: "HASH"
    space[12].index[0].unique: "true"
    space[12].index[0].key_field[0].fieldno: "0"
    space[12].index[0].key_field[0].type: "STR"
    space[13].enabled: "false"
    space[13].cardinality: "-1"
    space[13].estimated_rows: "0"
    space[14].enabled: "true"
    space[14].cardinality: "-1"
    space[14].estimated_rows: "0"
    space[14].index[0].type: "TREE"
    space[14].index[0].unique: "true"
    space[14].index[0].key_field[0].fieldno: "0"
    space[14].index[0].key_field[0].type: "NUM"
    space[14].index[1].type: "TREE"
    space[14].index[1].unique: "true"
    space[14].index[1].key_field[0].fieldno: "1"
    space[14].index[1].key_field[0].type: "NUM"
    space[14].index[1].key_field[1].fieldno: "0"
    space[14].index[1].key_field[1].type: "NUM"
    space[15].enabled: "true"
    space[15].cardinality: "-1"
    space[15].estimated_rows: "0"
    space[15].index[0].type: "TREE"
    space[15].index[0].unique: "true"
    space[15].index[0].key_field[0].fieldno: "0"
    space[15].index[0].key_field[0].type: "STR"
    space[16].enabled: "true"
    space[16].cardinality: "-1"
    space[16].estimated_rows: "0"
    space[16].index[0].type: "TREE"
    space[16].index[0].unique: "true"
    space[16].index[0].key_field[0].fieldno: "0"
    space[16].index[0].key_field[0].type: "STR"
    space[16].index[1].type: "TREE"
    space[16].index[1].unique: "true"
    space[16].index[1].key_field[0].fieldno: "1"
    space[16].index[1].key_field[0].type: "STR"
    space[16].index[1].key_field[1].fieldno: "2"
    space[16].index[1].key_field[1].type: "STR"
    space[17].enabled: "true"
    space[17].cardinality: "-1"
    space[17].estimated_rows: "0"
    space[17].index[0].type: "HASH"
    space[17].index[0].unique: "true"
    space[17].index[0].key_field[0].fieldno: "0"
    space[17].index[0].key_field[0].type: "NUM"
    space[17].index[1].type: "TREE"
    space[17].index[1].unique: "false"
    space[17].index[1].key_field[0].fieldno: "1"
    space[17].index[1].key_field[0].type: "NUM"
    space[17].index[1].key_field[1].fieldno: "2"
    space[17].index[1].key_field[1].type: "NUM"
    space[18].enabled: "true"
    space[18].cardinality: "-1"
    space[18].estimated_rows: "0"
    space[18].index[0].type: "TREE"
    space[18].index[0].unique: "true"
    space[18].index[0].key_field[0].fieldno: "0"
    space[18].index[0].key_field[0].type: "NUM"

To manage notifications about this bug go to:
https://bugs.launchpad.net/tarantool/+bug/1045830/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to