[streaming] Message bundle use inplacement instance (#6606)

* streaming message bundle use inplacement instance

* fix typo & enable common test

* fix compiler warning

* block copy for serilization

* add reference

* remove streaming common test to travis script
This commit is contained in:
Lingxuan Zuo
2020-01-06 11:04:29 +08:00
committed by Qing Wang
parent 2228079481
commit c51fbfb453
5 changed files with 43 additions and 70 deletions
@@ -22,7 +22,6 @@ fi
# Cause the script to exit if a single command fails.
set -e
set -x
export STREAMING_METRICS_MODE=DEV
# Get the directory in which this script is executing.
SCRIPT_DIR="`dirname \"$0\"`"