@@ -66,7 +66,7 @@ const char* const kPoolRouteInvalidFanout =
66
66
const char * const kBucketizedSRRoute =
67
67
R"( {
68
68
"type": "SRRoute",
69
- "service_name": "twmemcache.shadow.bucketization- test",
69
+ "service_name": "mcrouter. test.thrifttest.oregon.ucache_ab_conveyor_shadow_proxy ",
70
70
"server_timeout": 200,
71
71
"asynclog_name": "test.asynclog",
72
72
"axonlog": false,
@@ -79,7 +79,7 @@ const char* const kBucketizedPoolRoute =
79
79
R"( {
80
80
"type": "PoolRoute",
81
81
"pool": { "name": "mock", "servers": [ ] },
82
- "pool_id": "twmemcache.shadow.bucketization- test",
82
+ "pool_id": "mcrouter. test.thrifttest.oregon.ucache_ab_conveyor_shadow_proxy ",
83
83
"hash": "WeightedCh3",
84
84
"asynclog_name": "test.asynclog",
85
85
"axonlog": false,
@@ -91,7 +91,7 @@ const char* const kBucketizedPoolRoute =
91
91
const char * const kSimpleSRRoute =
92
92
R"( {
93
93
"type": "SRRoute",
94
- "service_name": "twmemcache.shadow.bucketization- test",
94
+ "service_name": "mcrouter. test.thrifttest.oregon.ucache_ab_conveyor_shadow_proxy ",
95
95
"asynclog": false,
96
96
})" ;
97
97
@@ -168,7 +168,7 @@ TEST(McRouteHandleProvider, sr_route) {
168
168
auto rh = setup.getRoute (kSimpleSRRoute );
169
169
EXPECT_TRUE (rh != nullptr );
170
170
EXPECT_EQ (
171
- " srroute|service=twmemcache.shadow.bucketization- test|timeout=1000|connect_timeout=1000|keep_routing_prefix=false|salt=|asynclog_name=|set_routing_key=true|client_id=|write_checksum=false|all_checksum=false|jump_threads=false|return_error_on_mc_delete_failure=false" ,
171
+ " srroute|service=mcrouter. test.thrifttest.oregon.ucache_ab_conveyor_shadow_proxy |timeout=1000|connect_timeout=1000|keep_routing_prefix=false|salt=|asynclog_name=|set_routing_key=true|client_id=|write_checksum=false|all_checksum=false|jump_threads=false|return_error_on_mc_delete_failure=false|set_shard_id=false|sm_scope=|sm_domain=|skip_thread_affinity=false|set_request_timeout=true " ,
172
172
rh->routeName ());
173
173
}
174
174
0 commit comments