Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MON-16583 add pb_dimension_truncate_signal case #514

Merged
merged 1 commit into from
Jan 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions broker/bam/src/reporting_stream.cc
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ int reporting_stream::write(std::shared_ptr<io::data> const& data) {
bam::de_dimension_truncate_table_signal>::value:
_process_dimension_truncate_signal(data);
break;
case bam::pb_dimension_truncate_table_signal::static_type():
_process_pb_dimension_truncate_signal(data);
break;
case io::events::data_type<io::bam, bam::de_dimension_ba_event>::value:
case io::events::data_type<io::bam, bam::de_dimension_bv_event>::value:
case io::events::data_type<io::bam,
Expand Down
18 changes: 9 additions & 9 deletions tests/bam/bam_pb.robot
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,10 @@ BEPB_DIMENSION_BV_EVENT
Clear Retention

Remove File /tmp/all_lua_event.log
Config BBDO3 ${1}
Config Engine ${1}
Config Broker central
Config Broker module
Config BBDO3 ${1}
Broker Config Log central bam trace
Broker Config Log central sql trace
Config Broker Sql Output central unified_sql
Expand Down Expand Up @@ -437,10 +437,10 @@ BEPB_DIMENSION_BA_EVENT
Clear Retention

Remove File /tmp/all_lua_event.log
Config BBDO3 ${1}
Config Engine ${1}
Config Broker central
Config Broker module
Config BBDO3 ${1}
Broker Config Log central bam trace
Broker Config Log central sql trace
Config Broker Sql Output central unified_sql
Expand Down Expand Up @@ -480,10 +480,10 @@ BEPB_DIMENSION_BA_BV_RELATION_EVENT
Clear Retention

Remove File /tmp/all_lua_event.log
Config BBDO3 ${1}
Config Engine ${1}
Config Broker central
Config Broker module
Config BBDO3 ${1}
Broker Config Log central bam trace
Broker Config Log central sql trace
Config Broker Sql Output central unified_sql
Expand Down Expand Up @@ -521,10 +521,10 @@ BEPB_DIMENSION_TIMEPERIOD
Clear Retention

Remove File /tmp/all_lua_event.log
Config BBDO3 ${1}
Config Engine ${1}
Config Broker central
Config Broker module
Config BBDO3 ${1}
Broker Config Log central bam trace
Broker Config Log central lua trace
Broker Config Log central core trace
Expand Down Expand Up @@ -561,10 +561,10 @@ BEPB_DIMENSION_KPI_EVENT
Clear Retention

Remove File /tmp/all_lua_event.log
Config BBDO3 ${1}
Config Engine ${1}
Config Broker central
Config Broker module
Config BBDO3 ${1}
Broker Config Log central bam trace
Broker Config Log central sql trace
Config Broker Sql Output central unified_sql
Expand Down Expand Up @@ -607,10 +607,10 @@ BEPB_KPI_STATUS
Clear Retention

Remove File /tmp/all_lua_event.log
Config BBDO3 ${1}
Config Engine ${1}
Config Broker central
Config Broker module
Config BBDO3 ${1}
Broker Config Log central bam trace
Broker Config Log central sql trace
Config Broker Sql Output central unified_sql
Expand Down Expand Up @@ -657,10 +657,10 @@ BEPB_BA_DURATION_EVENT
Clear Commands Status
Clear Retention

Config BBDO3 ${1}
Config Engine ${1}
Config Broker central
Config Broker module
Config BBDO3 ${1}
Broker Config Log central bam trace
Broker Config Log central core trace
broker_config_source_log central 1
Expand Down Expand Up @@ -717,10 +717,10 @@ BEPB_DIMENSION_BA_TIMEPERIOD_RELATION
Clear Commands Status
Clear Retention

Config BBDO3 ${1}
Config Engine ${1}
Config Broker central
Config Broker module
Config BBDO3 ${1}
Broker Config Log central bam trace
Broker Config Log central core trace
broker_config_source_log central 1
Expand Down Expand Up @@ -759,10 +759,10 @@ BEPB_DIMENSION_TRUNCATE_TABLE
Clear Retention

Remove File /tmp/all_lua_event.log
Config BBDO3 ${1}
Config Engine ${1}
Config Broker central
Config Broker module
Config BBDO3 ${1}
Broker Config Log central bam trace
Broker Config Log central lua trace
Broker Config Log central core trace
Expand Down