mirror of
https://github.com/status-im/consul.git
synced 2025-01-24 20:51:10 +00:00
2dd5551003
Ensure that the embedded api struct is properly parsed when deserializing config containing a set ResourceFilter.Services field. Also enhance existing integration test to guard against bugs and exercise this field.
9 lines
249 B
Bash
9 lines
249 B
Bash
#!/bin/bash
|
|
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
|
snapshot_envoy_admin localhost:19000 s1 primary || true
|
|
snapshot_envoy_admin localhost:19001 s2 primary || true
|
|
snapshot_envoy_admin localhost:19002 s3 primary || true
|