Ashwani Raina has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/23630


Change subject: [tests] Add IPv6 coverage to multiple tests
......................................................................

[tests] Add IPv6 coverage to multiple tests

This patch is mainly to bring IPv6 coverage to different tests that make
use of local addresses to test out different scenarios.
- A new macro SKIP_IF_HOSTNAME_RESOLUTION_FAILURE_EXPECTED() is added
  to ensure tests that require fully qualified name resolution do not
  fail due to absence of DNS record on a specific node.
- Coverage is mainly provided by running same tests with different
  ip_config_mode value i.e. 'ipv4', 'ipv6', 'dual'.
- For client-test, the coverage is not added for 'dual' mode because of
  the additional time it takes to run those tests. However, the tests
  have been verified to complete successfully for 'dual' mode.
- Some minor and miscellaneous changes to rename tests to get rid of
  CLANG tidy warnings.

Change-Id: Idc0df890c71e101964e7c7c84b5847963fab1451
---
M src/kudu/client/client-test.cc
M src/kudu/client/client.h
M src/kudu/client/meta_cache.h
M src/kudu/client/session-internal.h
M src/kudu/common/partial_row.h
M src/kudu/master/catalog_manager.h
M src/kudu/master/mini_master-test.cc
M src/kudu/rpc/proxy-test.cc
M src/kudu/rpc/rpc-test-base.h
M src/kudu/tablet/tablet.h
M src/kudu/tserver/mini_tablet_server.cc
M src/kudu/util/jwt-util-test.cc
M src/kudu/util/mini_oidc.cc
M src/kudu/util/net/net_util-test.cc
M src/kudu/util/net/net_util.cc
M src/kudu/util/net/net_util.h
16 files changed, 364 insertions(+), 257 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/30/23630/1
--
To view, visit http://gerrit.cloudera.org:8080/23630
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc0df890c71e101964e7c7c84b5847963fab1451
Gerrit-Change-Number: 23630
Gerrit-PatchSet: 1
Gerrit-Owner: Ashwani Raina <[email protected]>

Reply via email to