Skip to content

Instantly share code, notes, and snippets.

@Nmishin
Created February 26, 2019 10:12
Show Gist options
  • Save Nmishin/514dfc6712df069a4b8c784469f21a9c to your computer and use it in GitHub Desktop.
Save Nmishin/514dfc6712df069a4b8c784469f21a9c to your computer and use it in GitHub Desktop.
Consul unit tests fails
make test-ci
--> Checking for other consul instances
==> Building Consul - OSes: darwin, Architectures: amd64
Building sequentially with go install
---> darwin/amd64
--> Running go vet
go test -tags '' -i "./..."
--> Running go test
{ go test -v -short -timeout 8m -p 3 -parallel 4 -tags '' "./..." 2>&1 ; echo $? > exit-code ; } | tee test.log | egrep '^(ok|FAIL|panic:|--- FAIL|--- PASS)'
ok github.com/hashicorp/consul (cached) [no tests to run]
--- PASS: TestACL (0.02s)
--- PASS: TestRootAuthorizer (0.00s)
--- PASS: TestACLEnforce (0.00s)
--- PASS: TestPolicySourceParse (0.00s)
--- PASS: TestMergePolicies (0.00s)
--- PASS: TestRulesTranslate (0.00s)
--- PASS: TestPrecedence (0.00s)
ok github.com/hashicorp/consul/acl (cached)
--- PASS: TestAgent_MultiStartStop (0.00s)
--- PASS: TestAgent_ConnectClusterIDConfig (0.63s)
--- PASS: TestAgent_Service_Reap (0.91s)
--- PASS: TestAgent_Service_NoReap (0.70s)
--- PASS: TestEncodeKVasRFC1464 (0.00s)
--- PASS: TestDNS_NodeLookup_TXT (0.31s)
--- PASS: TestDNS_NodeLookup_TXT_DontSuppress (0.16s)
--- PASS: TestDNS_NodeLookup_ANY (0.16s)
--- PASS: TestDNS_NodeLookup_ANY_DontSuppressTXT (0.20s)
--- PASS: TestDNS_NodeLookup_A_SuppressTXT (0.34s)
--- PASS: TestDNS_ServiceLookup_MetaTXT (0.18s)
--- PASS: TestDNS_ServiceLookup_SuppressTXT (0.23s)
--- PASS: TestDNSInvalidRegex (0.00s)
--- PASS: TestDNS_formatNodeRecord (0.00s)
--- PASS: TestHTTPAPI_MethodNotAllowed_OSS (0.84s)
--- PASS: TestHTTPAPI_OptionMethod_OSS (0.34s)
--- PASS: TestHTTPAPI_AllowedNets_OSS (0.44s)
--- PASS: TestHTTPAPI_Ban_Nonprintable_Characters (0.18s)
--- PASS: TestHTTPAPI_Allow_Nonprintable_Characters_With_Flag (0.38s)
--- PASS: TestParseCacheControl (0.00s)
--- PASS: TestParseConsistencyAndMaxStale (0.31s)
--- PASS: TestAllowedNets (2.72s)
--- PASS: TestParseIntentionMatchEntry (0.00s)
--- PASS: TestNotifyGroup (0.00s)
--- PASS: TestNotifyGroup_Clear (0.00s)
--- PASS: TestRexecWriter (0.31s)
--- PASS: TestGoDiscoverRegistration (0.00s)
--- PASS: TestSessionTTLRenew (1.15s)
--- PASS: TestSessionList (0.56s)
--- PASS: TestAgent_sidecarServiceFromNodeService (2.20s)
--- PASS: TestDefaultConfig (0.01s)
--- PASS: TestDurationFixer (0.00s)
--- PASS: TestHelperProcess (0.00s)
--- PASS: TestForwardSignals (0.21s)
--- PASS: TestAgent_RemoveServiceRemovesAllChecks (0.13s)
--- PASS: TestACL_Legacy_Disabled_Response (0.15s)
--- PASS: TestPreparedQuery_Delete (0.27s)
--- PASS: TestAgent_RemoveService (0.40s)
--- PASS: TestPreparedQuery_Update (0.45s)
--- PASS: TestPreparedQuery_Get (0.34s)
--- PASS: TestAgent_AddServiceNoRemoteExec (0.22s)
--- PASS: TestPreparedQuery_ExecuteCached (0.18s)
--- PASS: TestAgent_AddServiceNoExec (0.44s)
--- PASS: TestAgent_AddService (0.38s)
--- PASS: TestPreparedQuery_Explain (0.86s)
--- PASS: TestAgent_IndexChurn (1.62s)
--- PASS: TestAgent_makeNodeID (0.31s)
--- PASS: TestPreparedQuery_List (0.30s)
--- PASS: TestAgent_ReconnectConfigWanDisabled (0.20s)
--- PASS: TestAgent_setupNodeID (0.28s)
--- PASS: TestAgent_TokenStore (0.23s)
--- PASS: TestAgent_RPCPing (0.27s)
--- PASS: TestAgent_ReconnectConfigSettings (0.58s)
--- PASS: TestPreparedQuery_Create (0.37s)
--- PASS: TestAgent_HostBadACL (0.13s)
--- PASS: TestPreparedQuery_Execute (2.00s)
--- PASS: TestAgent_Host (0.54s)
--- PASS: TestOperator_AutopilotCASConfiguration (0.30s)
--- PASS: TestAgentConnectAuthorize_defaultAllow (0.26s)
--- PASS: TestOperator_ServerHealth_Unhealthy (2.07s)
--- PASS: TestOperator_AutopilotSetConfiguration (0.43s)
--- PASS: TestOperator_ServerHealth (2.11s)
--- PASS: TestAgentConnectAuthorize_defaultDeny (0.35s)
--- PASS: TestAgentConnectAuthorize_serviceWrite (0.25s)
--- PASS: TestAgentConnectAuthorize_denyWildcard (0.26s)
--- PASS: TestOperator_Keyring_InvalidRelayFactor (0.23s)
--- PASS: TestOperator_AutopilotGetConfiguration (0.42s)
--- PASS: TestOperator_KeyringUse (0.18s)
--- PASS: TestAgentConnectAuthorize_deny (0.23s)
--- PASS: TestAgentConnectAuthorize_allowTrustDomain (0.33s)
--- PASS: TestOperator_KeyringRemove (0.30s)
--- PASS: TestAgentConnectAuthorize_idNotService (0.33s)
--- PASS: TestAgentConnectAuthorize_idInvalidFormat (0.09s)
--- PASS: TestAgentConnectAuthorize_badBody (0.09s)
--- PASS: TestAgentConnectAuthorize_allow (0.58s)
--- PASS: TestAgentConnectAuthorize_noTarget (0.36s)
--- PASS: TestOperator_KeyringList (0.44s)
--- PASS: TestAgentConnectProxyConfig_aclServiceReadDeny (0.44s)
--- PASS: TestAgentConnectProxyConfig_aclServiceWrite (0.27s)
--- PASS: TestAgentConnectProxyConfig_aclProxyToken (0.12s)
--- PASS: TestOperator_KeyringInstall (0.29s)
--- PASS: TestHTTPAPI_BlockEndpoints (0.37s)
--- PASS: TestAgentConnectProxyConfig_aclDefaultDeny (0.22s)
--- PASS: TestOperator_RaftConfiguration (0.17s)
--- PASS: TestOperator_RaftPeer (0.87s)
--- PASS: TestAgentConnectProxyConfig_ConfigHandling (2.11s)
--- PASS: TestKVSEndpoint_DELETE_ConflictingFlags (0.44s)
--- PASS: TestKVSEndpoint_PUT_ConflictingFlags (0.23s)
--- PASS: TestAgentConnectCALeafCert_goodNotLocal (0.48s)
--- PASS: TestAgentConnectProxyConfig_Blocking (0.89s)
--- PASS: TestAgentConnectCALeafCert_good (0.17s)
--- PASS: TestAgentConnectCALeafCert_aclServiceWrite (0.16s)
--- PASS: TestKVSEndpoint_GET_Raw (0.19s)
--- PASS: TestAgentConnectCALeafCert_aclServiceReadDeny (0.27s)
--- PASS: TestKVSEndpoint_ListKeys (0.34s)
--- PASS: TestKVSEndpoint_AcquireRelease (0.41s)
--- PASS: TestAgentConnectCALeafCert_aclProxyTokenOther (0.42s)
--- PASS: TestAgentConnectCALeafCert_aclProxyToken (0.25s)
--- PASS: TestAgentConnectCARoots_list (0.24s)
--- PASS: TestAgentConnectCALeafCert_aclDefaultDeny (0.36s)
--- PASS: TestAgentConnectCARoots_empty (0.23s)
--- PASS: TestKVSEndpoint_CAS (0.20s)
--- PASS: TestKVSEndpoint_DELETE_CAS (0.06s)
--- PASS: TestAgent_Monitor_ACLDeny (0.10s)
--- PASS: TestAgent_Token (0.32s)
--- PASS: TestAgent_Monitor (0.21s)
--- PASS: TestAgent_RegisterCheck_Service (0.15s)
--- PASS: TestKVSEndpoint_Recurse (0.38s)
--- PASS: TestKVSEndpoint_PUT_GET_DELETE (0.20s)
--- PASS: TestAgent_NodeMaintenance_ACLDeny (0.24s)
--- PASS: TestAgent_NodeMaintenance_Disable (0.16s)
--- PASS: TestAgentKeyring_ACL (0.17s)
--- PASS: TestAgent_InitKeyring (0.00s)
--- PASS: TestAgent_NodeMaintenance_Enable (0.28s)
--- PASS: TestAgent_ServiceMaintenance_ACLDeny (0.27s)
--- PASS: TestAgent_NodeMaintenance_BadRequest (0.36s)
--- PASS: TestAgent_ServiceMaintenance_Disable (0.27s)
--- PASS: TestAgent_ServiceMaintenance_Enable (0.30s)
--- PASS: TestAgent_ServiceMaintenance_BadRequest (0.24s)
--- PASS: TestAgent_InmemKeyrings (0.64s)
--- PASS: TestIntentionsSpecificDelete_good (0.17s)
--- PASS: TestAgent_LoadKeyrings (0.52s)
--- PASS: TestAgent_DeregisterService_managedProxyDirect (0.41s)
--- PASS: TestAgent_DeregisterService_ACLDeny (0.26s)
--- PASS: TestAgent_DeregisterService_withManagedProxy (0.45s)
--- PASS: TestAgent_DeregisterService (0.44s)
--- PASS: TestAgent_RegisterService_ScriptCheck_ExecDisable (0.20s)
--- PASS: TestAgent_RegisterService_ScriptCheck_ExecRemoteDisable (0.45s)
--- PASS: TestIntentionsSpecificUpdate_good (0.26s)
--- PASS: TestAgent_RegisterService_UnmanagedConnectProxyInvalid (0.22s)
--- PASS: TestAgent_RegisterService_ConnectNative (0.35s)
--- PASS: TestIntentionsSpecificGet_good (0.15s)
--- PASS: TestIntentionsSpecificGet_invalidId (0.40s)
--- PASS: TestSetMeta (0.00s)
--- PASS: TestAgent_RegisterService_UnmanagedConnectProxy (0.43s)
--- PASS: TestAgent_RegisterService_ManagedConnectProxy_Disabled (0.43s)
--- PASS: TestAgent_RegisterService_ManagedConnectProxyDeprecated (0.19s)
--- PASS: TestIntentionsCreate_noBody (0.28s)
--- PASS: TestAgent_RegisterService_ManagedConnectProxy (0.20s)
--- PASS: TestIntentionsCreate_good (0.27s)
--- PASS: TestIntentionsCheck_noDestination (0.11s)
--- PASS: TestAgent_StartStop (11.28s)
--- PASS: TestAgent_RegisterService_InvalidAddress (0.42s)
--- PASS: TestAgent_RegisterService_ACLDeny (0.40s)
--- PASS: TestAgent_RegisterService_TranslateKeys (0.41s)
--- PASS: TestIntentionsCheck_noSource (0.26s)
--- PASS: TestIntentionsCheck_basic (0.16s)
--- PASS: TestAgent_RegisterService (0.33s)
--- PASS: TestAgent_UpdateCheck_ACLDeny (0.24s)
--- PASS: TestIntentionsMatch_byInvalid (0.18s)
--- PASS: TestIntentionsMatch_noName (0.19s)
--- PASS: TestIntentionsMatch_noBy (0.42s)
--- PASS: TestIntentionsList_values (0.40s)
--- PASS: TestIntentionsMatch_basic (0.44s)
--- PASS: TestIntentionsList_empty (0.27s)
--- PASS: TestEnableWebUI (0.31s)
--- PASS: TestParseToken_ProxyTokenResolve (0.38s)
--- PASS: TestACLResolution (0.36s)
--- PASS: TestParseWait_InvalidIndex (0.00s)
--- PASS: TestParseWait_InvalidTime (0.00s)
--- PASS: TestMakeHTTPWatchHandler (0.00s)
--- PASS: TestParseConsistency_Invalid (0.27s)
--- PASS: TestParseConsistency (0.28s)
--- PASS: TestPProfHandlers_DisableDebugNoACLs (0.27s)
--- PASS: TestParseWait (0.00s)
--- PASS: TestMakeWatchHandler (0.04s)
--- PASS: TestPProfHandlers_ACLs (0.46s)
--- PASS: TestSetFilePermissions (0.01s)
--- PASS: TestStringHash (0.00s)
--- PASS: TestParseSource (0.45s)
--- PASS: TestPrettyPrintBare (0.46s)
--- PASS: TestUserEventToken (0.15s)
--- PASS: TestAgent_RegisterServiceDeregisterService_Sidecar (4.30s)
--- PASS: TestPrettyPrint (0.46s)
--- PASS: TestIngestUserEvent (0.11s)
--- PASS: TestFireReceiveEvent (0.44s)
--- PASS: TestHTTP_wrap_obfuscateLog (0.16s)
--- PASS: TestValidateUserEventParams (0.00s)
--- PASS: TestShouldProcessUserEvent (0.31s)
--- PASS: TestContentTypeIsJSON (0.44s)
--- PASS: TestSummarizeServices (0.00s)
--- PASS: TestSetLastContact (0.00s)
--- PASS: TestHTTPAPIResponseHeaders (0.38s)
--- PASS: TestUiNodes (0.09s)
--- PASS: TestUiNodeInfo (0.14s)
--- PASS: TestUiIndex (0.13s)
--- PASS: TestSetKnownLeader (0.00s)
--- PASS: TestHTTPAPI_TranslateAddrHeader (0.42s)
--- PASS: TestSetIndex (0.00s)
--- PASS: TestTxnEndpoint_KV_Actions (0.40s)
--- PASS: TestTxnEndpoint_Bad_Size_Ops (0.47s)
--- PASS: TestHTTPServer_H2 (1.22s)
--- PASS: TestHTTPServer_UnixSocket_FileExists (0.09s)
--- PASS: TestTxnEndpoint_Bad_Size_Net (1.83s)
--- PASS: TestTxnEndpoint_Bad_JSON (0.35s)
--- PASS: TestHTTPServer_UnixSocket (0.10s)
--- PASS: TestFilterNonPassing (0.00s)
--- PASS: TestStatusLeader (0.11s)
--- PASS: TestStatusPeers (0.34s)
--- PASS: TestHealthConnectServiceNodes_PassingFilter (0.28s)
--- PASS: TestSnapshot (0.67s)
--- PASS: TestHealthConnectServiceNodes (0.17s)
--- PASS: TestSessionDeleteDestroy (0.27s)
--- PASS: TestSnapshot_Options (1.67s)
--- PASS: TestHealthServiceNodes_PassingFilter (0.12s)
--- PASS: TestHealthServiceNodes_WanTranslation (0.76s)
--- PASS: TestSessionsForNode (0.66s)
--- PASS: TestSessionGet (0.67s)
--- PASS: TestSessionDestroy (0.39s)
--- PASS: TestSessionCustomTTL (1.02s)
--- PASS: TestFixupLockDelay (0.00s)
--- PASS: TestHealthServiceNodes_NodeMetaFilter (0.24s)
--- PASS: TestHealthServiceNodes_DistanceSort (0.32s)
--- PASS: TestHealthServiceNodes (0.25s)
--- PASS: TestSessionCreate_NoCheck (0.43s)
--- PASS: TestSessionCreate_DefaultCheck (0.24s)
--- PASS: TestHealthServiceChecks_DistanceSort (0.33s)
--- PASS: TestSessionCreate_Delete (0.30s)
--- PASS: TestSessionCreate (0.12s)
--- PASS: TestHealthServiceChecks_NodeMetaFilter (0.38s)
--- PASS: TestHealthServiceChecks (0.27s)
--- PASS: TestHealthNodeChecks (0.08s)
--- PASS: TestHandleRemoteExec (0.14s)
--- PASS: TestHandleRemoteExecFailed (0.28s)
--- PASS: TestHealthChecksInState_NodeMetaFilter (0.31s)
--- PASS: TestHealthChecksInState_DistanceSort (0.44s)
--- PASS: TestRemoteExecWrites_ACLDeny (0.47s)
--- PASS: TestUUIDToUint64 (0.00s)
--- PASS: TestHealthChecksInState (0.81s)
--- PASS: TestRemoteExecWrites_ACLAgentToken (0.49s)
--- PASS: TestRemoteExecWrites_ACLToken (0.17s)
--- PASS: TestRemoteExecWrites (0.25s)
--- PASS: TestEventList_EventBufOrder (0.14s)
--- PASS: TestRemoteExecGetSpec_ACLDeny (0.45s)
--- PASS: TestTxnEndpoint_Bad_Size_Item (8.78s)
--- PASS: TestEventList_Blocking (0.49s)
--- PASS: TestRemoteExecGetSpec_ACLAgentToken (0.41s)
--- PASS: TestRemoteExecGetSpec_ACLToken (0.31s)
--- PASS: TestEventList_ACLFilter (0.37s)
--- PASS: TestEventList (0.14s)
--- PASS: TestRemoteExecGetSpec (0.27s)
--- PASS: TestPreparedQuery_Integration (0.22s)
--- PASS: TestPreparedQuery_parseLimit (0.00s)
--- PASS: TestEventFire_token (0.17s)
--- PASS: TestEventList_Filter (0.46s)
--- PASS: TestEventFire (0.13s)
--- PASS: TestDNS_Compression_Recurse (0.46s)
--- PASS: TestDNS_PreparedQuery_TTL (0.42s)
--- PASS: TestDNS_PreparedQuery_Failover (0.51s)
--- PASS: TestDNS_ConnectServiceLookup (0.13s)
--- PASS: TestDNS_Compression_ReverseLookup (0.20s)
--- PASS: TestDNS_ServiceLookup_TTL (0.24s)
--- PASS: TestDNS_Compression_Query (0.15s)
--- PASS: TestDNS_Compression_trimUDPResponse (0.00s)
--- PASS: TestDNS_ServiceLookup_LargeResponses (0.08s)
--- PASS: TestDNS_syncExtra (0.00s)
--- PASS: TestDNS_ServiceLookup_CNAME (0.35s)
--- PASS: TestDNS_trimUDPResponse_TrimSizeEDNS (0.00s)
--- PASS: TestDNS_NodeLookup_TTL (0.52s)
--- PASS: TestDNS_trimUDPResponse_TrimSize (0.01s)
--- PASS: TestBinarySearch (0.08s)
--- PASS: TestDNS_trimUDPResponse_TrimLimit (0.00s)
--- PASS: TestDNS_trimUDPResponse_NoTrim (0.00s)
--- PASS: TestDNS_ServiceLookup_Truncate (0.61s)
--- PASS: TestDNS_ServiceLookup_Randomize (0.38s)
--- PASS: TestDNS_PreparedQuery_AgentSource (0.20s)
--- PASS: TestDNS_ServiceLookup_OnlyPassing (0.21s)
--- PASS: TestAgent_AddCheck (0.33s)
--- PASS: TestDNS_InvalidQueries (0.34s)
--- PASS: TestDNS_ServiceLookup_OnlyFailing (0.32s)
--- PASS: TestDNS_PreparedQuery_AllowStale (0.25s)
--- PASS: TestDNS_ServiceLookupWithInternalServiceAddress (0.24s)
--- PASS: TestDNS_NonExistingLookupEmptyAorAAAA (0.21s)
--- PASS: TestDNS_ServiceLookup_FilterCritical (0.40s)
--- PASS: TestDNS_NonExistingLookup (0.43s)
--- PASS: TestDNS_Recurse_Truncation (0.42s)
--- PASS: TestDNS_AddressLookupIPV6 (0.20s)
--- PASS: TestDNS_Recurse (0.26s)
--- PASS: TestDNS_AddressLookup (0.29s)
--- PASS: TestDNS_ServiceLookup_Dedup_SRV (0.37s)
--- PASS: TestDNS_ServiceLookup_FilterACL (0.76s)
--- PASS: TestDNS_ServiceLookup_Dedup (0.20s)
--- PASS: TestDNS_ServiceLookup_SRV_RFC_TCP_Default (0.15s)
--- PASS: TestDNS_ServiceLookup_PreparedQueryNamePeriod (0.31s)
--- PASS: TestDNS_ServiceLookup_SRV_RFC (0.14s)
--- PASS: TestDNS_RecursorTimeout (3.37s)
--- PASS: TestDNS_PreparedQueryNearIP (0.53s)
--- PASS: TestDNS_PreparedQueryNearIPEDNS (0.34s)
--- PASS: TestDNS_ServiceLookupMultiAddrNoCNAME (0.08s)
--- PASS: TestDNS_ServiceLookup (0.41s)
--- PASS: TestDNS_ServiceLookupPreferNoCNAME (0.42s)
--- PASS: TestDNS_ServiceLookup_TagPeriod (0.10s)
--- PASS: TestDNS_ServiceLookupNoMultiCNAME (0.32s)
--- PASS: TestDNS_ServiceReverseLookupNodeAddress (0.41s)
--- PASS: TestDNS_CaseInsensitiveServiceLookup (0.42s)
--- PASS: TestDNS_ServiceLookup_WanAddress (0.73s)
--- PASS: TestDNS_SOA_Settings (0.94s)
--- PASS: TestDNS_ServiceLookup_ServiceAddressIPV6 (0.32s)
--- PASS: TestDNS_ServiceLookup_ServiceAddress_A (0.19s)
--- PASS: TestDNS_ServiceLookup_ServiceAddress_CNAME (0.42s)
--- PASS: TestDNS_ExternalServiceToConsulCNAMENestedLookup (0.23s)
--- PASS: TestDNS_ServiceReverseLookup_CustomDomain (0.28s)
--- PASS: TestDNS_NSRecords_IPV6 (0.29s)
--- PASS: TestDNS_ServiceReverseLookup_IPV6 (0.57s)
--- PASS: TestDNS_ServiceReverseLookup (0.40s)
--- PASS: TestDNS_ReverseLookup_IPV6 (0.12s)
--- PASS: TestDNS_NSRecords (0.39s)
--- PASS: TestDNS_ExternalServiceToConsulCNAMELookup (0.22s)
--- PASS: TestDNS_InifiniteRecursion (0.34s)
--- PASS: TestDNS_ReverseLookup_CustomDomain (0.51s)
--- PASS: TestDNS_ReverseLookup (0.38s)
--- PASS: TestDNS_EDNS0_ECS (0.39s)
--- PASS: TestDNS_ExternalServiceLookup (0.30s)
--- PASS: TestCoordinate_Datacenters (0.39s)
--- PASS: TestDNS_EDNS0 (0.47s)
--- PASS: TestCoordinate_Disabled_Response (0.34s)
--- PASS: TestDNS_NodeLookup_CNAME (0.13s)
--- PASS: TestConnectCAConfig (0.25s)
--- PASS: TestConnectCARoots_list (0.19s)
--- PASS: TestDNSCycleRecursorCheckAllFail (0.37s)
--- PASS: TestConnectCARoots_empty (0.10s)
--- PASS: TestCatalogNodeServices_ConnectProxy (0.19s)
--- PASS: TestCatalogNodeServices_WanTranslation (0.48s)
--- PASS: TestCatalogNodeServices (0.48s)
--- PASS: TestDNSCycleRecursorCheck (0.40s)
--- PASS: TestCatalogConnectServiceNodes_good (0.22s)
--- PASS: TestDNS_NodeLookup_AAAA (0.21s)
--- PASS: TestCatalogServiceNodes_ConnectProxy (0.14s)
--- PASS: TestDNS_NodeLookup_PeriodName (0.45s)
--- PASS: TestDNS_CaseInsensitiveNodeLookup (0.23s)
--- PASS: TestCatalogServiceNodes_DistanceSort (0.71s)
--- PASS: TestDNS_NodeLookup (0.26s)
--- PASS: TestCatalogServiceNodes_NodeMetaFilter (0.15s)
--- PASS: TestCatalogServiceNodes_WanTranslation (0.72s)
--- PASS: TestCatalogServiceNodes (0.27s)
--- PASS: TestCatalogServices_NodeMetaFilter (0.14s)
--- PASS: TestDNS_Over_TCP (0.26s)
--- PASS: TestRecursorAddr (0.00s)
--- PASS: TestCatalogServices (0.44s)
--- PASS: TestCatalogNodes_DistanceSort (0.59s)
--- PASS: TestDNS_TCP_and_UDP_Truncate (14.75s)
--- PASS: TestCoordinate_Update_ACLDeny (0.52s)
--- PASS: TestCatalogNodes_Blocking (0.38s)
--- PASS: TestCoordinate_Update (0.42s)
--- PASS: TestCatalogNodes_MetaFilter (0.09s)
--- PASS: TestCatalogNodes_WanTranslation (0.64s)
--- PASS: TestCoordinate_Node (0.50s)
--- PASS: TestCatalogDatacenters (0.14s)
--- PASS: TestCatalogNodes (0.50s)
--- PASS: TestCatalogDeregister (0.41s)
--- PASS: TestCatalogRegister_Service_InvalidAddress (0.24s)
--- PASS: TestBlacklist (0.00s)
--- PASS: TestAgent_checkStateSnapshot (0.17s)
--- PASS: TestAgent_SetupProxyManager (0.02s)
--- PASS: TestAgent_loadChecks_checkFails (0.32s)
--- PASS: TestCoordinate_Nodes (0.71s)
--- PASS: TestAgent_NodeMaintenanceMode (0.19s)
--- PASS: TestAgent_AddCheck_restoresSnapshot (0.24s)
--- PASS: TestAgent_RemoveProxy (0.11s)
--- PASS: TestAgent_ReLoadProxiesFromConfig (0.31s)
--- PASS: TestAgent_AddService_restoresSnapshot (0.34s)
--- PASS: TestAgent_unloadProxies (0.14s)
--- PASS: TestAgent_Service_MaintenanceMode (0.34s)
--- PASS: TestAgent_loadProxies_nilProxy (0.19s)
--- PASS: TestPProfHandlers_EnableDebug (30.53s)
--- PASS: TestAgent_reloadWatches (0.22s)
--- PASS: TestAgent_reloadWatchesHTTPS (0.68s)
--- PASS: TestAgent_GetCoordinate (0.41s)
--- PASS: TestAgent_purgeCheckState (0.44s)
--- PASS: TestAgent_loadProxies (0.44s)
--- PASS: TestAgent_loadCheckState (0.30s)
--- PASS: TestAgent_unloadServices (0.38s)
--- PASS: TestAgent_loadServices_sidecarInheritMeta (0.09s)
--- PASS: TestAgent_persistCheckState (0.07s)
--- PASS: TestAgent_loadServices_sidecarSeparateToken (0.20s)
--- PASS: TestAgent_PurgeProxyOnDuplicate (0.03s)
--- PASS: TestAgent_loadServices_sidecarOverrideMeta (0.40s)
--- PASS: TestAgent_PersistProxy (0.03s)
--- PASS: TestAgent_PurgeServiceOnDuplicate (0.03s)
--- PASS: TestAgent_PersistService (0.02s)
--- PASS: TestAgent_PurgeProxy (0.33s)
--- PASS: TestAgent_loadServices_sidecar (0.45s)
--- PASS: TestAgent_AddProxy (2.45s)
--- PASS: TestAgent_loadServices_token (0.43s)
--- PASS: TestAgent_PurgeService (0.31s)
--- PASS: TestAgent_updateTTLCheck (0.13s)
--- PASS: TestAgent_unloadChecks (0.38s)
--- PASS: TestAgent_persistedService_compat (0.35s)
--- PASS: TestAgent_PurgeCheckOnDuplicate (0.02s)
--- PASS: TestAgent_loadChecks_token (0.22s)
--- PASS: TestAgent_RemoveCheck (0.36s)
--- PASS: TestAgent_AddCheck_Alias_userAndSetToken (0.39s)
--- PASS: TestAgent_AddCheck_Alias_userToken (0.09s)
--- PASS: TestAgent_AddCheck_Alias_setToken (0.17s)
--- PASS: TestAgent_AddCheck_Alias (0.23s)
--- PASS: TestAgent_PersistCheck (0.02s)
--- PASS: TestAgent_PurgeCheck (0.44s)
--- PASS: TestAgent_AddCheck_GRPC (0.08s)
--- PASS: TestAgent_HTTPCheck_TLSSkipVerify (1.38s)
--- PASS: TestAgent_AddCheck_ExecDisable (0.41s)
--- PASS: TestAgent_AddCheck_ExecRemoteDisable (0.46s)
--- PASS: TestAgent_AddCheck_MissingService (0.09s)
--- PASS: TestAgent_AddCheck_MinInterval (0.29s)
--- PASS: TestAgent_AddCheck_RestoreState (0.34s)
--- PASS: TestAgent_HTTPCheck_EnableAgentTLSForChecks (1.94s)
--- PASS: TestAgent_AddCheck_StartPassing (0.29s)
--- PASS: TestAgent_Self_ACLDeny (0.18s)
--- PASS: TestAgent_FailCheck (0.17s)
--- PASS: TestAgent_WarnCheck_ACLDeny (0.10s)
--- PASS: TestAgent_FailCheck_ACLDeny (0.33s)
--- PASS: TestAgent_WarnCheck (0.09s)
--- PASS: TestACL_Legacy_Get (0.58s)
--- PASS: TestAgent_ForceLeave_ACLDeny (0.32s)
--- PASS: TestAgent_PassCheck_ACLDeny (0.37s)
--- PASS: TestAgent_PassCheck (0.14s)
--- PASS: TestAgent_JoinLANNotify (0.27s)
--- PASS: TestAgent_DeregisterCheckACLDeny (0.26s)
--- PASS: TestAgent_DeregisterCheck (0.20s)
--- PASS: TestAgent_Join_ACLDeny (0.28s)
--- PASS: TestAgent_Join_WAN (0.57s)
--- PASS: TestAgent_RegisterCheck_ACLDeny (0.45s)
--- PASS: TestAgent_RegisterCheck_BadStatus (0.42s)
--- PASS: TestAgent_Join (0.45s)
--- PASS: TestAgent_Members_ACLFilter (0.23s)
--- PASS: TestAgent_RegisterCheck_Passing (0.44s)
--- PASS: TestAgent_RegisterCheckScriptsExecRemoteDisable (0.08s)
--- PASS: TestAgent_Members_WAN (0.25s)
--- PASS: TestAgent_Leave (4.31s)
--- PASS: TestAgent_RegisterCheckScriptsExecDisable (0.34s)
--- PASS: TestAgent_Members (0.42s)
--- PASS: TestAgent_RegisterCheck_Scripts (0.12s)
--- PASS: TestAgent_Reload_ACLDeny (0.16s)
--- PASS: TestAgent_RegisterCheck (0.38s)
--- PASS: TestAgent_Metrics_ACLDeny (0.40s)
--- PASS: TestACL_vetCheckUpdate (0.01s)
--- PASS: TestAgent_Self (0.13s)
--- PASS: TestAgent_Checks_ACLFilter (0.43s)
--- PASS: TestAgent_HealthServiceByName (0.16s)
--- PASS: TestACL_Bootstrap (0.10s)
--- PASS: TestAgent_HealthServiceByID (0.16s)
--- PASS: TestAgent_Reload (1.35s)
--- PASS: TestACL_vetCheckRegister (0.01s)
--- PASS: TestAgent_Checks (0.48s)
--- PASS: TestACL_vetServiceUpdate (0.01s)
--- PASS: TestAgent_Service_DeprecatedManagedProxy (0.45s)
--- PASS: TestACL_vetServiceRegister (0.01s)
--- PASS: TestACL_RootAuthorizersDenied (0.01s)
--- PASS: TestAgent_Services_ACLFilter (0.11s)
--- PASS: TestAgent_Services_Sidecar (0.28s)
--- PASS: TestACL_AgentMasterToken (0.01s)
--- PASS: TestACL_Version8 (0.01s)
--- PASS: TestAgent_Service (0.86s)
--- PASS: TestAgent_Services_ExternalConnectProxy (0.34s)
--- PASS: TestAgent_ForceLeave (8.02s)
--- PASS: TestACL_filterMembers (0.01s)
--- PASS: TestACL_filterServices (0.01s)
--- PASS: TestACL_filterChecks (0.00s)
--- PASS: TestACL_HTTP (0.19s)
--- PASS: TestACL_Legacy_List (0.12s)
--- PASS: TestAgent_Services (0.40s)
--- PASS: TestACLReplicationStatus (0.25s)
--- PASS: TestACL_Legacy_Clone (0.43s)
--- PASS: TestACL_Legacy_Destroy (0.12s)
--- PASS: TestACL_Disabled_Response (0.45s)
--- PASS: TestACL_Legacy_UpdateUpsert (0.36s)
--- PASS: TestAgent_UpdateCheck (0.09s)
--- PASS: TestACL_Legacy_Update (0.37s)
--- PASS: TestAgent_Leave_ACLDeny (11.10s)
--- PASS: TestDNS_ServiceLookup_AnswerLimits (0.00s)
--- PASS: TestDNS_ServiceLookup_ARecordLimits (0.00s)
ok github.com/hashicorp/consul/agent (cached)
--- PASS: TestAE_Pause_ResumeTriggersSyncChanges (0.00s)
--- PASS: TestAE_staggerDependsOnClusterSize (0.00s)
--- PASS: TestAE_Run_SyncFullBeforeChanges (0.00s)
--- PASS: TestAE_Run_Quit (0.00s)
--- PASS: TestAE_FSM (0.00s)
--- PASS: TestAE_RetrySyncFullEvent (0.14s)
--- PASS: TestAE_SyncChangesEvent (0.14s)
--- PASS: TestAE_Pause_nestedPauseResume (0.00s)
--- PASS: TestAE_scaleFactor (0.00s)
ok github.com/hashicorp/consul/agent/ae (cached)
--- PASS: TestExpiryHeap_impl (0.00s)
--- PASS: TestExpiryHeap (0.00s)
--- PASS: TestCacheGet_fetchTimeout (0.00s)
--- PASS: TestCacheGet_noIndex (0.02s)
--- PASS: TestCacheGet_noIndexSetsOne (0.21s)
--- PASS: TestCacheWatch_ErrorBackoff (0.51s)
--- PASS: TestCacheGet_periodicRefreshBadRPCZeroIndexErrorBackoff (0.50s)
--- PASS: TestCacheWatch_ErrorBackoffNonBlocking (0.61s)
--- PASS: TestCacheGet_periodicRefreshErrorBackoff (0.51s)
--- PASS: TestCacheGet_periodicRefreshMultiple (0.21s)
--- PASS: TestCacheGet_periodicRefresh (0.21s)
--- PASS: TestCacheGet_blockingIndex (0.05s)
--- PASS: TestCacheGet_blockingIndexError (0.11s)
--- PASS: TestCacheGet_emptyFetchResult (0.23s)
--- PASS: TestCacheGet_blockingInitDiffKeys (0.05s)
--- PASS: TestCacheGet_blankCacheKey (0.03s)
--- PASS: TestCacheGet_blockingInitSameKey (0.06s)
--- PASS: TestCacheGet_initError (0.03s)
--- PASS: TestCacheGet_blockingIndexTimeout (0.20s)
--- PASS: TestCacheNotify (0.02s)
--- PASS: TestCacheGet_nonBlockingType (0.03s)
--- PASS: TestCacheGet_cachedErrorsDontStick (0.13s)
--- PASS: TestCacheGet_duplicateKeyDifferentType (0.03s)
--- PASS: TestCacheGet_partitionToken (0.00s)
--- PASS: TestCacheGet_partitionDC (0.00s)
--- PASS: TestCacheGet_nonRefreshAge (0.22s)
--- PASS: TestCacheNotifyPolling (0.23s)
--- PASS: TestCacheGet_expire (0.55s)
--- PASS: TestCacheGet_expireResetGet (0.52s)
--- PASS: TestCacheGet_refreshAge (2.07s)
ok github.com/hashicorp/consul/agent/cache (cached)
--- PASS: TestCatalogServices (0.00s)
--- PASS: TestCatalogServices_badReqType (0.00s)
--- PASS: TestCalculateSoftExpire (0.00s)
--- PASS: TestConnectCARoot (0.00s)
--- PASS: TestConnectCARoot_badReqType (0.00s)
--- PASS: TestHealthServices (0.00s)
--- PASS: TestHealthServices_badReqType (0.00s)
--- PASS: TestIntentionMatch (0.00s)
--- PASS: TestIntentionMatch_badReqType (0.00s)
--- PASS: TestPreparedQuery (0.00s)
--- PASS: TestPreparedQuery_badReqType (0.00s)
--- PASS: TestConnectCALeaf_expiringLeaf (0.13s)
--- PASS: TestConnectCALeaf_changingRootsJitterBetweenCalls (0.00s)
--- PASS: TestConnectCALeaf_watchRootsDedupingMultipleCallers (0.16s)
--- PASS: TestConnectCALeaf_changingRootsBetweenBlockingCalls (0.05s)
--- PASS: TestConnectCALeaf_changingRoots (0.23s)
--- PASS: TestConnectCALeaf_CSRRateLimiting (0.38s)
ok github.com/hashicorp/consul/agent/cache-types (cached)
--- PASS: TestCheckMonitor_Script (0.30s)
--- PASS: TestCheckMonitor_Args (0.33s)
--- PASS: TestCheckMonitor_Timeout (0.25s)
--- PASS: TestCheckMonitor_RandomStagger (0.50s)
--- PASS: TestCheckTTL (0.41s)
--- PASS: TestCheck_Docker (0.22s)
--- PASS: TestCheck (0.02s)
--- PASS: TestCheckTCPCritical (0.03s)
--- PASS: TestCheckHTTP_TLS_SkipVerify (0.03s)
--- PASS: TestCheckAlias_remoteNodeOnlyPassing (0.03s)
--- PASS: TestCheckAlias_remoteNodeOnlyCritical (0.03s)
--- PASS: TestCheckHTTP_disablesKeepAlives (0.00s)
--- PASS: TestCheckAlias_remoteWarning (0.03s)
--- PASS: TestCheckAlias_remoteCritical (0.03s)
--- PASS: TestCheckAlias_remoteErrBackoff (0.10s)
--- PASS: TestCheckHTTPTimeout (0.06s)
--- PASS: TestCheckMonitor_LimitOutput (0.05s)
--- PASS: TestCheckAlias_localInitialStatus (0.03s)
--- PASS: TestCheckAlias_remotePassing (0.03s)
--- PASS: TestCheckAlias_remoteNodeFailure (0.03s)
--- PASS: TestCheckAlias_remoteNoChecks (0.03s)
--- PASS: TestCheckTCPPassing (0.05s)
--- PASS: TestCheckHTTP_TLS_BadVerify (0.48s)
--- PASS: TestCheckHTTP (0.40s)
ok github.com/hashicorp/consul/agent/checks (cached)
--- PASS: TestParseFlags (0.00s)
--- PASS: TestMerge (0.00s)
--- PASS: TestPatchSliceOfMaps (0.00s)
--- PASS: TestConfigFlagsAndEdgecases (3.04s)
--- PASS: TestFullConfig (0.05s)
--- PASS: TestNonZero (0.00s)
--- PASS: TestSanitize (0.00s)
--- PASS: TestRuntime_apiAddresses (0.00s)
--- PASS: TestRuntime_APIConfigHTTPS (0.00s)
--- PASS: TestRuntime_APIConfigHTTP (0.00s)
--- PASS: TestRuntime_APIConfigUNIX (0.00s)
--- PASS: TestRuntime_APIConfigANYAddrV4 (0.00s)
--- PASS: TestRuntime_APIConfigANYAddrV6 (0.00s)
--- PASS: TestRuntime_ClientAddress (0.00s)
--- PASS: TestRuntime_ClientAddressAnyV4 (0.00s)
--- PASS: TestRuntime_ClientAddressAnyV6 (0.00s)
--- PASS: TestSegments (0.04s)
--- PASS: TestTranslateKeys (0.00s)
--- PASS: TestConfigDecodeBytes (0.00s)
ok github.com/hashicorp/consul/agent/config 3.183s
--- PASS: TestTestCAAndLeaf (0.05s)
--- PASS: TestTestCAAndLeaf_xc (0.03s)
--- PASS: TestSpiffeIDServiceAuthorize (0.00s)
--- PASS: TestSpiffeIDSigningAuthorize (0.00s)
--- PASS: TestSpiffeIDSigningForCluster (0.00s)
--- PASS: TestSpiffeIDSigning_CanSign (0.00s)
--- PASS: TestParseCertURIFromString (0.00s)
ok github.com/hashicorp/consul/agent/connect (cached)
--- PASS: TestVaultCAProvider_VaultTLSConfig (0.00s)
--- PASS: TestConsulCAProvider_Bootstrap (0.04s)
--- PASS: TestVaultCAProvider_SignLeaf (0.84s)
--- PASS: TestConsulCAProvider_CrossSignCA (0.01s)
--- PASS: TestConsulCAProvider_MigrateOldID (0.00s)
--- PASS: TestConsulProvider_SignIntermediate (0.01s)
--- PASS: TestVaultCAProvider_Bootstrap (1.09s)
--- PASS: TestConsulCAProvider_SignLeaf (0.00s)
--- PASS: TestConsulCAProvider_Bootstrap_WithCert (0.00s)
--- PASS: TestVaultProvider_SignIntermediate (2.05s)
--- PASS: TestVaultCAProvider_CrossSignCA (2.18s)
--- PASS: TestVaultProvider_SignIntermediateConsul (1.31s)
ok github.com/hashicorp/consul/agent/connect/ca (cached)
--- PASS: TestProvider_Configure (0.01s)
--- PASS: TestProvider_GenerateRoot (0.01s)
--- PASS: TestProvider_ActiveRoot (0.01s)
--- PASS: TestProvider_GenerateIntermediateCSR (0.00s)
--- PASS: TestProvider_SetIntermediate (0.01s)
--- PASS: TestProvider_ActiveIntermediate (0.01s)
--- PASS: TestProvider_GenerateIntermediate (0.00s)
--- PASS: TestProvider_Sign (0.06s)
--- PASS: TestProvider_SignIntermediate (0.01s)
--- PASS: TestProvider_CrossSignCA (0.01s)
--- PASS: TestProvider_Cleanup (0.00s)
ok github.com/hashicorp/consul/agent/connect/ca/plugin (cached)
--- PASS: TestACLReplication_diffACLPolicies (0.00s)
--- PASS: TestACLReplication_diffACLTokens (0.00s)
--- PASS: TestAutopilot_IdempotentShutdown (0.40s)
--- PASS: TestAutopilot_CleanupDeadNonvoter (1.10s)
--- PASS: TestServerLookup (0.00s)
--- PASS: TestSession_Renew (4.62s)
--- PASS: TestSessionTimers (0.21s)
--- PASS: TestGetPublicIPv6 (0.00s)
--- PASS: TestServersMeetMinimumVersion (0.00s)
--- PASS: TestGenerateUUID (0.01s)
--- PASS: TestInitializeSessionTimers (0.29s)
--- PASS: TestCatalog_ListServiceNodes_NodeMetaFilter (0.32s)
--- PASS: TestACLEndpoint_Bootstrap (0.50s)
--- PASS: TestKVS_Get_ACLDeny (0.53s)
--- PASS: TestHealthCheckRace (0.00s)
--- PASS: TestKVS_Get (0.33s)
--- PASS: TestKVS_Apply_ACLDeny (0.41s)
--- PASS: TestKVS_Apply (0.27s)
--- PASS: TestInternal_EventFire_Token (0.29s)
--- PASS: TestInternal_NodeDump_FilterACL (0.40s)
--- PASS: TestInternal_NodeInfo_FilterACL (0.56s)
--- PASS: TestInternal_KeyringOperation (0.52s)
--- PASS: TestInternal_NodeDump (0.51s)
--- PASS: TestInternal_NodeInfo (0.59s)
--- PASS: TestIntentionCheck_match (0.39s)
--- PASS: TestIntentionCheck_aclDeny (0.41s)
--- PASS: TestIntentionCheck_defaultACLAllow (0.46s)
--- PASS: TestIntentionCheck_defaultNoACL (0.34s)
--- PASS: TestIntentionMatch_acl (0.36s)
--- PASS: TestIntentionCheck_defaultACLDeny (0.46s)
--- PASS: TestServer_JoinWAN_Flood (0.13s)
--- PASS: TestIntentionList (0.33s)
--- PASS: TestIntentionMatch_good (0.61s)
--- PASS: TestIntentionList_acl (0.57s)
--- PASS: TestIntentionApply_aclUpdateChange (0.40s)
--- PASS: TestIntentionGet_acl (0.61s)
--- PASS: TestIntentionApply_aclManagement (0.59s)
--- PASS: TestIntentionApply_aclUpdate (0.46s)
--- PASS: TestIntentionApply_aclDelete (0.27s)
--- PASS: TestIntentionApply_aclDeny (0.32s)
--- PASS: TestIntentionApply_updateNonExist (0.28s)
--- PASS: TestIntentionApply_updateGood (0.39s)
--- PASS: TestIntentionApply_createWithID (0.35s)
--- PASS: TestIntentionApply_deleteGood (0.55s)
--- PASS: TestIntentionApply_defaultSourceType (0.28s)
--- PASS: TestIntentionApply_new (0.30s)
--- PASS: TestHealth_ChecksInState_FilterACL (0.30s)
--- PASS: TestHealth_ServiceNodes_FilterACL (0.38s)
--- PASS: TestHealth_ServiceChecks_FilterACL (0.43s)
--- PASS: TestHealth_ServiceNodes_ConnectProxy_ACL (0.30s)
--- PASS: TestHealth_ServiceNodes_DistanceSort (0.29s)
--- PASS: TestHealth_NodeChecks_FilterACL (0.48s)
--- PASS: TestHealth_ServiceNodes_MultipleServiceTags (0.35s)
--- PASS: TestHealth_ServiceNodes_NodeMetaFilter (0.45s)
--- PASS: TestHealth_ServiceNodes (0.27s)
--- PASS: TestHealth_ServiceChecks_DistanceSort (0.37s)
--- PASS: TestHealth_ServiceChecks_NodeMetaFilter (0.35s)
--- PASS: TestHealth_ServiceChecks (0.29s)
--- PASS: TestHealth_NodeChecks (0.37s)
--- PASS: TestFilter_TxnResults (0.00s)
--- PASS: TestFilter_Keys (0.00s)
--- PASS: TestFilter_DirEnt (0.00s)
--- PASS: TestHealth_ChecksInState_NodeMetaFilter (0.30s)
--- PASS: TestHealth_ChecksInState (0.33s)
--- PASS: TestHealth_ChecksInState_DistanceSort (0.57s)
--- PASS: TestCoordinate_Node_ACLDeny (0.43s)
--- PASS: TestCoordinate_Node (0.43s)
--- PASS: TestCoordinate_ListNodes_ACLFilter (0.42s)
--- PASS: TestCoordinate_ListNodes (0.42s)
--- PASS: TestCoordinate_ListDatacenters (0.36s)
--- PASS: TestCoordinate_Update_ACLDeny (0.41s)
--- PASS: TestConnectCASignValidation (0.51s)
--- PASS: TestConnectCASign_concurrencyLimit (0.54s)
--- PASS: TestConnectCASign_rateLimit (0.48s)
--- PASS: TestConnectCAConfig_TriggerRotation (0.32s)
--- PASS: TestConnectCASign (0.50s)
--- PASS: TestClient_Reload (0.01s)
--- PASS: TestClient_Encrypted (0.02s)
--- PASS: TestConnectCAConfig_GetSet (0.41s)
--- PASS: TestClientServer_UserEvent (0.42s)
--- PASS: TestClient_SnapshotRPC_TLS (0.35s)
--- PASS: TestConnectCARoots (0.65s)
--- PASS: TestClient_RPC_RateLimit (0.45s)
--- PASS: TestClient_RPC_TLS (0.06s)
--- PASS: TestClient_SnapshotRPC_RateLimit (0.65s)
--- PASS: TestClient_RPC_Pool (0.13s)
--- PASS: TestClient_SnapshotRPC (0.80s)
--- PASS: TestClient_RPC (0.07s)
--- PASS: TestClient_JoinWAN_Invalid (0.09s)
--- PASS: TestClient_JoinLAN_Invalid (0.08s)
--- PASS: TestServer_JoinWAN (0.03s)
--- PASS: TestClient_JoinLAN (0.04s)
--- PASS: TestClient_StartStop (0.00s)
--- PASS: TestCatalog_NodeServices_FilterACL (0.50s)
--- PASS: TestCoordinate_Update (3.44s)
--- PASS: TestCatalog_NodeServices_ACLDeny (0.28s)
--- PASS: TestCatalog_ServiceNodes_FilterACL (0.37s)
--- PASS: TestCatalog_ListServices_FilterACL (0.52s)
--- PASS: TestCatalog_Register_FailedCase1 (0.31s)
--- PASS: TestClient_RPC_Retry (2.13s)
--- PASS: TestCatalog_NodeServices_ConnectNative (0.48s)
--- PASS: TestCatalog_NodeServices_ConnectProxy (0.48s)
--- PASS: TestClient_RPC_ConsulServerPing (2.57s)
--- PASS: TestCatalog_NodeServices (0.41s)
--- PASS: TestCatalog_ListServiceNodes_ConnectNative (0.46s)
--- PASS: TestCatalog_ListServiceNodes_ConnectProxy_ACL (0.48s)
--- PASS: TestCatalog_ListServiceNodes_ConnectDestinationNative (0.46s)
--- PASS: TestServer_JoinLAN (0.03s)
--- PASS: TestServer_StartStop (0.08s)
--- PASS: TestUserEventNames (0.00s)
--- PASS: TestCatalog_ListServiceNodes_ConnectDestination (0.46s)
--- PASS: TestCatalog_ListServiceNodes_ConnectProxy (0.52s)
--- PASS: TestCatalog_ListServiceNodes_DistanceSort (0.57s)
--- PASS: TestRTT_sortNodesByDistanceFrom_CheckServiceNodes (0.60s)
--- PASS: TestRTT_sortNodesByDistanceFrom_HealthChecks (0.64s)
--- PASS: TestRTT_sortNodesByDistanceFrom_Nodes (0.60s)
--- PASS: TestRPC_blockingQuery (0.04s)
--- PASS: TestRTT_sortNodesByDistanceFrom_ServiceNodes (0.80s)
--- PASS: TestRPC_ReadyForConsistentReads (0.52s)
--- PASS: TestRTT_sortNodesByDistanceFrom (0.71s)
--- PASS: TestPreparedQuery_queryFailover (0.00s)
--- PASS: TestRPC_NoLeader_Fail_on_stale_read (0.38s)
--- PASS: TestPreparedQuery_tagFilter (0.00s)
--- PASS: TestRPC_NoLeader_Retry (0.50s)
--- PASS: TestRPC_NoLeader_Fail (0.44s)
--- PASS: TestPreparedQuery_Wrapper (0.49s)
--- PASS: TestPreparedQuery_Execute_ConnectExact (0.43s)
--- PASS: TestPreparedQuery_Execute_ForwardLeader (0.50s)
--- PASS: TestPreparedQuery_Explain (0.34s)
--- PASS: TestPreparedQuery_List (0.46s)
--- PASS: TestPreparedQuery_parseQuery (0.00s)
--- PASS: TestPreparedQuery_Get (0.57s)
--- PASS: TestPreparedQuery_ACLDeny_Catchall_Template (0.46s)
--- PASS: TestPreparedQuery_Apply_ForwardLeader (0.44s)
--- PASS: TestPreparedQuery_Execute (1.16s)
--- PASS: TestPreparedQuery_Apply_ACLDeny (0.31s)
--- PASS: TestPreparedQuery_Apply (0.44s)
--- PASS: TestOperator_RaftRemovePeerByID_ACLDeny (0.52s)
--- PASS: TestOperator_RaftRemovePeerByID (0.50s)
--- PASS: TestOperator_RaftRemovePeerByAddress_ACLDeny (0.56s)
--- PASS: TestOperator_RaftRemovePeerByAddress (0.44s)
--- PASS: TestOperator_RaftGetConfiguration_ACLDeny (0.43s)
--- PASS: TestOperator_RaftGetConfiguration (0.41s)
--- PASS: TestOperator_ServerHealth_UnsupportedRaftVersion (0.31s)
--- PASS: TestOperator_ServerHealth (0.48s)
--- PASS: TestOperator_Autopilot_SetConfiguration_ACLDeny (0.47s)
--- PASS: TestMerge_WAN (0.00s)
--- PASS: TestMerge_LAN (0.00s)
--- PASS: TestOperator_Autopilot_SetConfiguration (0.49s)
--- PASS: TestOperator_Autopilot_GetConfiguration_ACLDeny (0.46s)
--- PASS: TestOperator_Autopilot_GetConfiguration (0.46s)
--- PASS: TestLeader_LeftServer (0.94s)
--- PASS: TestLeader_ACLUpgrade (2.23s)
--- PASS: TestLeader_CARootPruning (2.44s)
--- PASS: TestLeader_ACL_Initialization (1.82s)
--- PASS: TestLeader_ChangeServerID (1.02s)
--- PASS: TestLeader_RollRaftServer (0.80s)
--- PASS: TestLeader_MultiBootstrap (0.02s)
--- PASS: TestLeader_ReapTombstones (0.73s)
--- PASS: TestLeader_TombstoneGC_Reset (1.39s)
--- PASS: TestLeader_Reconcile_Races (1.04s)
--- PASS: TestLeader_Reconcile (0.43s)
--- PASS: TestLeader_Reconcile_ReapMember (0.37s)
--- PASS: TestLeader_ReapServer (0.58s)
--- PASS: TestLeader_ReapMember (0.67s)
--- PASS: TestLeader_FailedMember (0.84s)
--- PASS: TestLeader_RegisterMember (0.53s)
--- PASS: TestLeader_PersistIntermediateCAs (7.70s)
--- PASS: TestKVS_Apply_LockDelay (0.55s)
--- PASS: TestKVS_Issue_1626 (1.48s)
--- PASS: TestKVSEndpoint_ListKeys_ACLDeny (0.51s)
--- PASS: TestKVSEndpoint_ListKeys (0.39s)
--- PASS: TestKVSEndpoint_List_ACLEnableKeyListPolicy (0.30s)
--- PASS: TestKVSEndpoint_List_ACLDeny (0.51s)
--- PASS: TestKVSEndpoint_List_Blocking (0.58s)
--- PASS: TestLeader_LeftMember (4.11s)
--- PASS: TestKVSEndpoint_List (0.42s)
--- PASS: TestSession_Apply_BadTTL (0.32s)
--- PASS: TestSession_NodeSessions (0.26s)
--- PASS: TestLeader_LeftLeader (6.96s)
--- PASS: TestSession_Renew_ACLDeny (0.39s)
--- PASS: TestAutopilot_RollingUpdate (0.95s)
--- PASS: TestSession_Get_List_NodeSessions_ACLFilter (0.42s)
--- PASS: TestSession_List (0.27s)
--- PASS: TestSession_ApplyTimers (0.52s)
--- PASS: TestCatalog_ListServiceNodes_ServiceTags_V1_2_3Compat (0.39s)
--- PASS: TestCatalog_ListServiceNodes (0.46s)
--- PASS: TestCatalog_ListServices_Timeout (0.59s)
--- PASS: TestCatalog_ListServices_NodeMetaFilter (0.37s)
--- PASS: TestCatalog_ListServices_Blocking (0.55s)
--- PASS: TestCatalog_ListServices (0.32s)
--- PASS: TestCatalog_ListNodes_ACLFilter (0.40s)
--- PASS: TestCatalog_ListNodes_DistanceSort (0.48s)
--- PASS: TestCatalog_ListNodes_ConsistentRead (0.60s)
--- PASS: TestCatalog_ListNodes_ConsistentRead_Fail (0.64s)
--- PASS: TestCatalog_ListNodes_NodeMetaFilter (0.42s)
--- PASS: TestCatalog_ListNodes_StaleRead (0.75s)
--- PASS: TestCatalog_ListNodes (0.38s)
--- PASS: TestCatalog_ListDatacenters (0.44s)
--- PASS: TestCatalog_ListDatacenters_DistanceSort (0.56s)
--- PASS: TestCatalog_Deregister_ACLDeny (0.37s)
--- PASS: TestCatalog_Register_ConnectNative (0.36s)
--- PASS: TestCatalog_Deregister (0.44s)
--- PASS: TestCatalog_Register_ConnectProxy_ACLProxyDestination (0.47s)
--- PASS: TestCatalog_Register_DeprecatedConnectProxy (0.35s)
--- PASS: TestCatalog_Register_ConnectProxy_invalid (0.41s)
--- PASS: TestCatalog_Register_ConnectProxy (0.40s)
--- PASS: TestCatalog_Register_ForwardDC (0.49s)
--- PASS: TestCatalog_Register_ForwardLeader (0.59s)
--- PASS: TestCatalog_Register_ACLDeny (0.56s)
--- PASS: TestCatalog_Register_NodeID (0.38s)
--- PASS: TestCatalog_RegisterService_InvalidAddress (0.31s)
--- PASS: TestCatalog_Register (0.29s)
--- PASS: TestCatalog_RegisterService_SkipNodeUpdate (0.61s)
--- PASS: TestAutopilot_PromoteNonVoter (0.66s)
--- PASS: TestAutopilot_CleanupStaleRaftServer (0.81s)
--- PASS: TestACL_vetDeregisterWithACL (0.00s)
--- PASS: TestACL_vetRegisterWithACL (0.00s)
--- PASS: TestAutopilot_CleanupDeadServerPeriodic (1.23s)
--- PASS: TestACL_filterPreparedQueries (0.00s)
--- PASS: TestACL_redactTokenSecrets (0.00s)
--- PASS: TestACL_redactTokenSecret (0.00s)
--- PASS: TestACL_redactPreparedQueryTokens (0.00s)
--- PASS: TestACL_filterNodes (0.00s)
--- PASS: TestACL_filterNodeDump (0.00s)
--- PASS: TestACL_filterSessions (0.00s)
--- PASS: TestACL_filterCoordinates (0.00s)
--- PASS: TestACL_filterCheckServiceNodes (0.00s)
--- PASS: TestACL_filterNodeServices (0.00s)
--- PASS: TestACL_filterServiceNodes (0.00s)
--- PASS: TestACL_filterServices (0.00s)
--- PASS: TestACL_filterIntentions (0.00s)
--- PASS: TestACL_filterHealthChecks (0.00s)
--- PASS: TestACLResolver_LocalPolicies (0.00s)
--- PASS: TestACLResolver_LocalTokensAndPolicies (0.00s)
--- PASS: TestACLResolver_DatacenterScoping (0.00s)
--- PASS: TestACLResolver_ResolveRootACL (0.00s)
--- PASS: TestACLResolver_Disabled (0.00s)
--- PASS: TestACL_unhandledFilterType (0.48s)
--- PASS: TestACLReplication_Policies (1.39s)
--- PASS: TestACLReplication_Tokens (1.57s)
--- PASS: TestAutopilot_CleanupDeadServer (3.11s)
--- PASS: TestACLReplication_IsACLReplicationEnabled (1.35s)
--- PASS: TestACLReplication_reconcileACLs (0.00s)
--- PASS: TestACLReplication_Iterator (0.00s)
--- PASS: TestACLReplication_Sorter (0.00s)
--- PASS: TestACLEndpoint_PolicyResolve (0.52s)
--- PASS: TestACLReplication_LegacyTokens (2.31s)
--- PASS: TestACLEndpoint_PolicyList (0.44s)
--- PASS: TestACLEndpoint_PolicyDelete_globalManagement (0.52s)
--- PASS: TestACLEndpoint_PolicyDelete (0.37s)
--- PASS: TestACLEndpoint_PolicySet_globalManagement (0.33s)
--- PASS: TestACLEndpoint_PolicySet (0.43s)
--- PASS: TestACLEndpoint_PolicyBatchRead (0.44s)
--- PASS: TestACLEndpoint_PolicyRead (0.56s)
--- PASS: TestACLEndpoint_TokenBatchRead (0.48s)
--- PASS: TestACLReplication_updateLocalACLs_RateLimit (3.28s)
--- PASS: TestACLEndpoint_TokenList (0.41s)
--- PASS: TestACLEndpoint_TokenDelete_anon (0.30s)
--- PASS: TestACLEndpoint_TokenSet_anon (0.47s)
--- PASS: TestACLEndpoint_TokenSet (0.37s)
--- PASS: TestACLEndpoint_TokenRead (0.26s)
--- PASS: TestACLEndpoint_ReplicationStatus (0.36s)
--- PASS: TestACLEndpoint_List_Denied (0.24s)
--- PASS: TestACLEndpoint_TokenDelete (1.26s)
--- PASS: TestACLEndpoint_TokenClone (0.48s)
--- PASS: TestACLEndpoint_List (0.48s)
--- PASS: TestACLEndpoint_GetPolicy (0.32s)
--- PASS: TestACLEndpoint_Get (0.51s)
--- PASS: TestACLEndpoint_Apply_RootChange (0.38s)
--- PASS: TestACLEndpoint_Apply_DeleteAnon (0.51s)
--- PASS: TestACLEndpoint_Apply_Denied (0.25s)
--- PASS: TestACLEndpoint_Apply_CustomID (0.30s)
--- PASS: TestACLEndpoint_Update_PurgeCache (0.32s)
--- PASS: TestACLEndpoint_BootstrapTokens (0.30s)
--- PASS: TestACLEndpoint_Apply (0.43s)
--- PASS: TestSession_Get (0.47s)
--- PASS: TestSession_Apply_ACLDeny (0.43s)
--- PASS: TestSession_DeleteApply (0.55s)
--- PASS: TestServer_RevokeLeadershipIdempotent (0.33s)
--- PASS: TestSession_Apply (0.44s)
--- PASS: TestServer_TLSForceOutgoingToNoTLS (0.40s)
--- PASS: TestServer_Encrypted (0.02s)
--- PASS: TestServer_globalRPCErrors (0.02s)
--- PASS: TestServer_TLSToFullVerify (0.60s)
--- PASS: TestServer_BadExpect (0.07s)
--- PASS: TestServer_TLSToNoTLS (0.55s)
--- PASS: TestServer_Expect_NonVoters (0.38s)
--- PASS: TestServer_RPC (0.01s)
--- PASS: TestServer_Expect (0.44s)
--- PASS: TestServer_JoinLAN_TLS (0.75s)
--- PASS: TestServer_JoinSeparateLanAndWanAddresses (0.17s)
--- PASS: TestByteConversion (0.00s)
--- PASS: TestIsConsulNode (0.00s)
--- PASS: TestUtil_CanServersUnderstandProtocol (0.00s)
--- PASS: TestIsPrivateIP (0.00s)
--- PASS: TestGetPrivateIP (0.00s)
--- PASS: TestTxn_Read_ACLDeny (0.54s)
--- PASS: TestTxn_Read (0.52s)
--- PASS: TestTxn_Apply_LockDelay (0.43s)
--- PASS: TestTxn_Apply_ACLDeny (0.51s)
--- PASS: TestTxn_Apply (0.66s)
--- PASS: TestTxn_CheckNotExists (0.26s)
--- PASS: TestStatusPeers (0.01s)
--- PASS: TestStatusLeader (0.40s)
--- PASS: TestStatsFetcher (0.57s)
--- PASS: TestSnapshot_AllowStale (0.03s)
--- PASS: TestSnapshot_Forward_Datacenter (0.35s)
--- PASS: TestSnapshot_Forward_Leader (0.58s)
--- PASS: TestSnapshot_ACLDeny (0.55s)
--- PASS: TestSnapshot_LeaderState (0.32s)
--- PASS: TestServer_Leave (6.98s)
--- PASS: TestCatalog_ListServices_Stale (22.55s)
--- PASS: TestClearAllSessionTimers (0.01s)
--- PASS: TestSnapshot (0.68s)
--- PASS: TestClearSessionTimer (0.01s)
--- PASS: TestServer_LeaveLeader (7.04s)
--- PASS: TestResetSessionTimerLocked_Renew (0.33s)
--- PASS: TestResetSessionTimer_InvalidTTL (0.02s)
--- PASS: TestResetSessionTimerLocked (0.43s)
--- PASS: TestInvalidateSession (0.46s)
--- PASS: TestACLResolver_Legacy (0.00s)
--- PASS: TestResetSessionTimer_Fault (0.31s)
--- PASS: TestResetSessionTimer_NoTTL (0.48s)
--- PASS: TestACLResolver_DownPolicy (0.00s)
--- PASS: TestACLResolver_Client (0.00s)
--- PASS: TestServer_SessionTTL_Failover (1.37s)
ok github.com/hashicorp/consul/agent/consul (cached)
--- PASS: TestPromotion (0.00s)
--- PASS: TestServerHealth_IsHealthy (0.00s)
--- PASS: TestServerHealth_IsStable (0.00s)
--- PASS: TestMinRaftProtocol (0.00s)
ok github.com/hashicorp/consul/agent/consul/autopilot (cached)
--- PASS: TestFSM_KVSDeleteCheckAndSet (0.00s)
--- PASS: TestFSM_RegisterNode (0.00s)
--- PASS: TestFSM_PreparedQuery_CRUD (0.00s)
--- PASS: TestFSM_CABuiltinProvider (0.00s)
--- PASS: TestFSM_IgnoreUnknown (0.00s)
--- PASS: TestFSM_BadRestore_OSS (0.00s)
--- PASS: TestFSM_BadSnapshot_NilCAConfig (0.00s)
--- PASS: TestFSM_Intention_CRUD (0.00s)
--- PASS: TestFSM_CAConfig (0.00s)
--- PASS: TestFSM_Txn (0.00s)
--- PASS: TestFSM_CoordinateUpdate (0.00s)
--- PASS: TestFSM_Autopilot (0.00s)
--- PASS: TestFSM_ACL_CRUD (0.00s)
--- PASS: TestFSM_TombstoneReap (0.00s)
--- PASS: TestFSM_SessionCreate_Destroy (0.00s)
--- PASS: TestFSM_KVSDeleteTree (0.00s)
--- PASS: TestFSM_DeregisterNode (0.00s)
--- PASS: TestFSM_KVSLock (0.00s)
--- PASS: TestFSM_KVSDelete (0.00s)
--- PASS: TestFSM_KVSUnlock (0.00s)
--- PASS: TestFSM_KVSCheckAndSet (0.00s)
--- PASS: TestFSM_DeregisterCheck (0.00s)
--- PASS: TestFSM_DeregisterService (0.00s)
--- PASS: TestFSM_RegisterNode_Service (0.00s)
--- PASS: TestFSM_CARoots (0.02s)
--- PASS: TestFSM_SnapshotRestore_OSS (0.02s)
ok github.com/hashicorp/consul/agent/consul/fsm (cached)
--- PASS: TestTemplate_Compile (0.00s)
--- PASS: TestTemplate_Render (0.00s)
--- PASS: TestWalk_ServiceQuery (0.00s)
--- PASS: TestWalk_Visitor_Errors (0.00s)
ok github.com/hashicorp/consul/agent/consul/prepared_query (cached)
--- PASS: TestStateStore_ACLTokens_Snapshot_Restore (0.00s)
--- PASS: TestStateStore_ACLPolicies_Snapshot_Restore (0.00s)
--- PASS: TestStateStore_Autopilot (0.00s)
--- PASS: TestStateStore_AutopilotCAS (0.00s)
--- PASS: TestStateStore_Autopilot_Snapshot_Restore (0.00s)
--- PASS: TestStateStore_GetNodeID (0.00s)
--- PASS: TestStateStore_EnsureRegistration_Restore (0.00s)
--- PASS: TestStateStore_EnsureNodeDeprecated (0.00s)
--- PASS: TestNodeRenamingNodes (0.00s)
--- PASS: TestStateStore_EnsureNode (0.00s)
--- PASS: TestStateStore_GetNodes (0.05s)
--- PASS: TestStateStore_GetNodesByMeta (0.06s)
--- PASS: TestStateStore_NodeServices (0.00s)
--- PASS: TestStateStore_DeleteNode (0.00s)
--- PASS: TestStateStore_Node_Snapshot (0.00s)
--- PASS: TestStateStore_EnsureService (0.11s)
--- PASS: TestStateStore_EnsureService_connectProxy (0.00s)
--- PASS: TestStateStore_Services (0.00s)
--- PASS: TestStateStore_ServicesByNodeMeta (0.41s)
--- PASS: TestStateStore_ServiceNodes (0.45s)
--- PASS: TestStateStore_ServiceTagNodes (0.05s)
--- PASS: TestStateStore_ServiceTagNodes_MultipleTags (0.00s)
--- PASS: TestStateStore_DeleteService (0.05s)
--- PASS: TestStateStore_ConnectServiceNodes (0.06s)
--- PASS: TestStateStore_Service_Snapshot (0.00s)
--- PASS: TestStateStore_EnsureCheck (0.00s)
--- PASS: TestStateStore_EnsureCheck_defaultStatus (0.00s)
--- PASS: TestStateStore_NodeChecks (0.05s)
--- PASS: TestStateStore_ServiceChecks (0.05s)
--- PASS: TestStateStore_ServiceChecksByNodeMeta (1.21s)
--- PASS: TestStateStore_ChecksInState (0.11s)
--- PASS: TestStateStore_ChecksInStateByNodeMeta (2.63s)
--- PASS: TestStateStore_DeleteCheck (0.06s)
--- PASS: TestIndexIndependence (0.00s)
--- PASS: TestMissingServiceIndex (0.00s)
--- PASS: TestStateStore_CheckServiceNodes (2.69s)
--- PASS: TestStateStore_CheckConnectServiceNodes (0.00s)
--- PASS: TestStateStore_CheckServiceTagNodes (0.00s)
--- PASS: TestStateStore_Check_Snapshot (0.00s)
--- PASS: TestStateStore_NodeInfo_NodeDump (0.05s)
--- PASS: TestStore_CAConfig (0.00s)
--- PASS: TestStore_CAConfigCAS (0.00s)
--- PASS: TestStore_CAConfig_Snapshot_Restore (0.00s)
--- PASS: TestStore_CAConfig_Snapshot_Restore_BlankConfig (0.00s)
--- PASS: TestStore_CARootSetList (0.02s)
--- PASS: TestStore_CARootSet_emptyID (0.05s)
--- PASS: TestStore_CARootSet_noActive (0.00s)
--- PASS: TestStore_CARootSet_multipleActive (0.00s)
--- PASS: TestStore_CARootActive_valid (0.00s)
--- PASS: TestStore_CARootActive_none (0.00s)
--- PASS: TestStore_CARoot_Snapshot_Restore (0.00s)
--- PASS: TestStore_CABuiltinProvider (0.00s)
--- PASS: TestStore_CABuiltinProvider_Snapshot_Restore (0.00s)
--- PASS: TestStateStore_Coordinate_Updates (0.11s)
--- PASS: TestStateStore_Coordinate_Cleanup (0.00s)
--- PASS: TestStateStore_Coordinate_Snapshot_Restore (0.00s)
--- PASS: TestDelay (0.50s)
--- PASS: TestGraveyard_Lifecycle (0.00s)
--- PASS: TestGraveyard_GC_Trigger (0.11s)
--- PASS: TestGraveyard_Snapshot_Restore (0.00s)
--- PASS: TestIndexConnectService_FromObject (0.00s)
--- PASS: TestIndexConnectService_FromArgs (0.00s)
--- PASS: TestStore_IntentionGet_none (0.00s)
--- PASS: TestStore_IntentionSetGet_basic (0.06s)
--- PASS: TestStore_IntentionSet_emptyId (0.05s)
--- PASS: TestStore_IntentionSet_updateCreatedAt (0.00s)
--- PASS: TestStore_IntentionSet_metaNil (0.00s)
--- PASS: TestStore_IntentionSet_metaSet (0.00s)
--- PASS: TestStore_IntentionDelete (0.00s)
--- PASS: TestStore_IntentionsList (0.00s)
--- PASS: TestStore_IntentionMatch_table (0.00s)
--- PASS: TestStore_Intention_Snapshot_Restore (0.00s)
--- PASS: TestStateStore_GC (0.06s)
--- PASS: TestStateStore_ReapTombstones (0.00s)
--- PASS: TestStateStore_KVSSet_KVSGet (0.05s)
--- PASS: TestStateStore_KVSList (0.05s)
--- PASS: TestStateStore_KVSListKeys (0.05s)
--- PASS: TestStateStore_KVSDelete (0.00s)
--- PASS: TestStateStore_KVSDeleteCAS (0.00s)
--- PASS: TestStateStore_KVSSetCAS (0.00s)
--- PASS: TestStateStore_KVSDeleteTree (0.00s)
--- PASS: TestStateStore_Watches_PrefixDelete (0.05s)
--- PASS: TestStateStore_KVSLockDelay (0.00s)
--- PASS: TestStateStore_KVSLock (0.00s)
--- PASS: TestStateStore_KVSUnlock (0.00s)
--- PASS: TestStateStore_KVS_Snapshot_Restore (0.00s)
--- PASS: TestStateStore_Tombstone_Snapshot_Restore (0.00s)
--- PASS: TestPreparedQueryIndex_FromObject (0.00s)
--- PASS: TestPreparedQueryIndex_FromArgs (0.00s)
--- PASS: TestPreparedQueryIndex_PrefixFromArgs (0.00s)
--- PASS: TestStateStore_PreparedQuery_isUUID (0.00s)
--- PASS: TestStateStore_PreparedQuerySet_PreparedQueryGet (0.27s)
--- PASS: TestStateStore_PreparedQueryDelete (0.00s)
--- PASS: TestStateStore_PreparedQueryResolve (0.00s)
--- PASS: TestStateStore_PreparedQueryList (0.00s)
--- PASS: TestStateStore_PreparedQuery_Snapshot_Restore (0.00s)
--- PASS: TestStateStore_Schema (0.00s)
--- PASS: TestStateStore_SessionCreate_SessionGet (0.16s)
--- PASS: TestStateStore_NodeSessions (0.06s)
--- PASS: TestStateStore_SessionDestroy (0.00s)
--- PASS: TestStateStore_Session_Snapshot_Restore (0.00s)
--- PASS: TestStateStore_Session_Invalidate_DeleteNode (0.00s)
--- PASS: TestStateStore_Session_Invalidate_DeleteService (0.00s)
--- PASS: TestStateStore_Session_Invalidate_Critical_Check (0.00s)
--- PASS: TestStateStore_Session_Invalidate_DeleteCheck (0.00s)
--- PASS: TestStateStore_Session_Invalidate_Key_Unlock_Behavior (0.00s)
--- PASS: TestStateStore_Session_Invalidate_Key_Delete_Behavior (0.00s)
--- PASS: TestStateStore_Session_Invalidate_PreparedQuery_Delete (0.00s)
--- PASS: TestStateStore_Restore_Abort (0.00s)
--- PASS: TestStateStore_Abandon (0.00s)
--- PASS: TestStateStore_maxIndex (0.00s)
--- PASS: TestStateStore_indexUpdateMaxTxn (0.00s)
--- PASS: TestTombstoneGC_invalid (0.00s)
--- PASS: TestTombstoneGC (0.05s)
--- PASS: TestTombstoneGC_Expire (0.02s)
--- PASS: TestStateStore_Txn_Intention (0.00s)
--- PASS: TestStateStore_Txn_Node (0.00s)
--- PASS: TestStateStore_Txn_Service (0.00s)
--- PASS: TestStateStore_Txn_Checks (0.00s)
--- PASS: TestStateStore_Txn_KVS (0.00s)
--- PASS: TestStateStore_Txn_KVS_Rollback (0.00s)
--- PASS: TestStateStore_Txn_KVS_RO (0.00s)
--- PASS: TestStateStore_Txn_KVS_RO_Safety (0.00s)
--- PASS: TestStateStore_ACLBootstrap (0.00s)
--- PASS: TestStateStore_ACLPolicy_List (0.00s)
--- PASS: TestStateStore_EnsureRegistration (0.01s)
--- PASS: TestStateStore_ACLTokens_ListUpgradeable (0.00s)
--- PASS: TestStateStore_ACLPolicy_Delete (0.00s)
--- PASS: TestStateStore_ACLToken_Delete (0.00s)
--- PASS: TestStateStore_ensureNoNodeWithSimilarNameTxn (0.02s)
--- PASS: TestStateStore_ACLPolicy_UpsertBatchRead (0.00s)
--- PASS: TestStateStore_ACLToken_List (0.00s)
--- PASS: TestStateStore_ACLToken_SetGet_Legacy (0.00s)
--- PASS: TestStateStore_ACLPolicy_SetGet (0.00s)
--- PASS: TestStateStore_ACLToken_SetGet (0.00s)
--- PASS: TestStateStore_ACLTokens_UpsertBatchRead (0.00s)
ok github.com/hashicorp/consul/agent/consul/state (cached)
--- PASS: TestCollectHostInfo (0.10s)
ok github.com/hashicorp/consul/agent/debug (cached)
--- PASS: TestAgent_ServiceTokens (0.01s)
--- PASS: TestAgentAntiEntropy_NodeInfo (0.26s)
--- PASS: TestAgentAntiEntropy_Checks (0.32s)
--- PASS: TestAgentAntiEntropy_Services_ACLDeny (0.41s)
--- PASS: TestAgentAntiEntropy_Services (0.47s)
--- PASS: TestAgent_UpdateCheck_DiscardOutput (0.37s)
--- PASS: TestStateProxyManagement (0.00s)
--- PASS: TestState_Notify (0.00s)
--- PASS: TestStateProxyRestore (0.00s)
--- PASS: TestAgent_AddCheckFailure (0.00s)
--- PASS: TestAgentAntiEntropy_Checks_ACLDeny (0.26s)
--- PASS: TestAgent_AliasCheck (0.00s)
--- PASS: TestAgent_CheckTokens (0.00s)
--- PASS: TestAgent_CheckCriticalTime (0.06s)
--- PASS: TestAgent_sendCoordinate (0.40s)
--- PASS: TestAgentAntiEntropy_Services_WithChecks (0.15s)
--- PASS: TestAgentAntiEntropy_EnableTagOverride (0.33s)
--- PASS: TestAgent_ServiceWatchCh (0.20s)
--- PASS: TestAgentAntiEntropy_Services_ConnectProxy (0.46s)
--- PASS: TestAgentAntiEntropy_Check_DeferSync (1.41s)
ok github.com/hashicorp/consul/agent/local (cached)
--- PASS: TestBuild (0.00s)
--- PASS: TestServer_Key_Equal (0.00s)
--- PASS: TestServer_Key (0.00s)
--- PASS: TestServer_Key_params (0.00s)
--- PASS: TestIsConsulServer (0.00s)
--- PASS: TestIsConsulServer_Optional (0.00s)
ok github.com/hashicorp/consul/agent/metadata (cached)
--- PASS: TestManager_BasicLifecycle (1.26s)
--- PASS: TestManager_deliverLatest (0.00s)
--- PASS: TestStateChanged (0.00s)
ok github.com/hashicorp/consul/agent/proxycfg (cached)
--- PASS: TestDaemon_impl (0.00s)
--- PASS: TestDaemonEqual (0.00s)
--- PASS: TestDaemonMarshalSnapshot (0.00s)
--- PASS: TestManagerRun_rootDisallow (0.10s)
--- PASS: TestNoop_impl (0.00s)
--- PASS: TestHelperProcess (0.00s)
--- PASS: TestManagerClose_noRun (0.01s)
--- PASS: TestDaemonStartStop (0.06s)
--- PASS: TestDaemonLaunchesNewProcessGroup (0.13s)
--- PASS: TestDaemonStop_kill (0.36s)
--- PASS: TestDaemonRestart (0.18s)
--- PASS: TestDaemonStop_killAdopted (0.37s)
--- PASS: TestDaemonStart_pidFile (0.03s)
--- PASS: TestDaemonUnmarshalSnapshot_notRunning (0.03s)
--- PASS: TestManagerPassesProxyEnv (0.03s)
--- PASS: TestManagerPassesEnvironment (0.06s)
--- PASS: TestManagerRun_daemonPid (0.03s)
--- PASS: TestDaemonRestart_pidFile (0.15s)
--- PASS: TestManagerRun_daemonLogs (0.03s)
--- PASS: TestManagerRun_syncDelete (0.09s)
--- PASS: TestManagerRun_syncUpdate (0.16s)
--- PASS: TestManagerRun_initialSync (0.05s)
--- PASS: TestManagerRun_syncNew (0.20s)
--- PASS: TestManagerRun_snapshotRestore (1.08s)
--- PASS: TestDaemonUnmarshalSnapshot (1.06s)
ok github.com/hashicorp/consul/agent/proxyprocess (cached)
--- PASS: TestManagerInternal_cycleServer (0.00s)
--- PASS: TestManagerInternal_getServerList (0.00s)
--- PASS: TestManagerInternal_New (0.00s)
--- PASS: TestManagerInternal_reconcileServerList (0.00s)
--- PASS: TestManagerInternal_refreshServerRebalanceTimer (0.00s)
--- PASS: TestManagerInternal_saveServerList (0.00s)
--- PASS: TestRouter_Shutdown (0.00s)
--- PASS: TestRouter_Routing (0.00s)
--- PASS: TestRouter_Routing_Offline (0.00s)
--- PASS: TestRouter_GetDatacenters (0.00s)
--- PASS: TestRouter_distanceSorter (0.00s)
--- PASS: TestRouter_GetDatacentersByDistance (0.00s)
--- PASS: TestRouter_GetDatacenterMaps (0.00s)
--- PASS: TestServers_AddServer (0.00s)
--- PASS: TestServers_IsOffline (0.00s)
--- PASS: TestServers_FindServer (0.00s)
--- PASS: TestServers_New (0.00s)
--- PASS: TestServers_NotifyFailedServer (0.00s)
--- PASS: TestServers_NumServers (0.00s)
--- PASS: TestServers_RebalanceServers (0.06s)
--- PASS: TestServers_RebalanceServers_AvoidFailed (0.00s)
--- PASS: TestManager_RemoveServer (0.00s)
ok github.com/hashicorp/consul/agent/router (cached)
--- PASS: TestStructs_ACL_IsSame (0.00s)
--- PASS: TestCAConfiguration_GetCommonConfig (0.00s)
--- PASS: TestConnectProxyConfig_ToAPI (0.00s)
--- PASS: TestUpstream_MarshalJSON (0.00s)
--- PASS: TestUpstream_UnmarshalJSON (0.00s)
--- PASS: TestConnectManagedProxy_ParseConfig (0.00s)
--- PASS: TestIntentionGetACLPrefix (0.00s)
--- PASS: TestIntentionValidate (0.00s)
--- PASS: TestIntentionPrecedenceSorter (0.00s)
--- PASS: TestStructs_PreparedQuery_GetACLPrefix (0.00s)
--- PASS: TestServiceDefinitionValidate (0.00s)
--- PASS: TestServiceDefinitionConnectProxy_json (0.00s)
--- PASS: TestEncodeDecode (0.00s)
--- PASS: TestStructs_Implements (0.00s)
--- PASS: TestStructs_RegisterRequest_ChangesNode (0.00s)
--- PASS: TestNode_IsSame (0.00s)
--- PASS: TestStructs_ServiceNode_IsSameService (0.00s)
--- PASS: TestStructs_ServiceNode_PartialClone (0.00s)
--- PASS: TestStructs_ServiceNode_Conversions (0.00s)
--- PASS: TestStructs_NodeService_ValidateConnectProxy (0.00s)
--- PASS: TestStructs_NodeService_ValidateSidecarService (0.00s)
--- PASS: TestStructs_NodeService_IsSame (0.00s)
--- PASS: TestStructs_HealthCheck_IsSame (0.00s)
--- PASS: TestStructs_HealthCheck_Marshalling (0.00s)
--- PASS: TestStructs_HealthCheck_Clone (0.00s)
--- PASS: TestStructs_CheckServiceNodes_Shuffle (0.00s)
--- PASS: TestStructs_CheckServiceNodes_Filter (0.00s)
--- PASS: TestStructs_DirEntry_Clone (0.00s)
--- PASS: TestStructs_ValidateMetadata (0.00s)
--- PASS: TestStructs_validateMetaPair (0.00s)
--- PASS: TestSpecificServiceRequest_CacheInfo (0.00s)
--- PASS: TestStructs_ACLPolicy_Stub (0.00s)
--- PASS: TestAgentStructs_CheckTypes (0.00s)
--- PASS: TestStructs_ACLTokenListStubs_Sort (0.00s)
--- PASS: TestStructs_ACLToken_EstimateSize (0.00s)
--- PASS: TestStructs_ACLTokens_Sort (0.00s)
--- PASS: TestStructs_ACLPolicy_SetHash (0.00s)
--- PASS: TestStructs_ACLToken_SetHash (0.00s)
--- PASS: TestStructs_ACLPolicyListStubs_Sort (0.00s)
--- PASS: TestStructs_ACLPolicies_Sort (0.00s)
--- PASS: TestStructs_ACL_Convert (0.00s)
--- PASS: TestCheckDefinitionToCheckType (0.00s)
--- PASS: TestStructs_ACLPolicies_Compile (0.00s)
--- PASS: TestCheckDefinition_CheckType (0.00s)
--- PASS: TestStructs_ACLPolicy_EstimateSize (0.00s)
--- PASS: TestStructs_ACLPolicies_resolveWithCache (0.00s)
--- PASS: TestStructs_ACLToken_Stub (0.00s)
--- PASS: TestStructs_ACLToken_EmbeddedPolicy (0.00s)
--- PASS: TestStructs_ACLToken_Convert (0.00s)
--- PASS: TestCheckDefinition_Defaults (0.00s)
--- PASS: TestStructs_ACLToken_PolicyIDs (0.00s)
--- PASS: TestStructs_ACLCaches (0.00s)
ok github.com/hashicorp/consul/agent/structs (cached)
--- PASS: TestStore_RegularTokens (0.00s)
--- PASS: TestStore_AgentMasterToken (0.00s)
ok github.com/hashicorp/consul/agent/token (cached)
--- PASS: TestServer_StreamAggregatedResources_BasicProtocol (0.09s)
--- PASS: TestServer_StreamAggregatedResources_ACLEnforcement (0.01s)
--- PASS: TestServer_StreamAggregatedResources_ACLTokenDeleted_StreamTerminatedDuringDiscoveryRequest (0.01s)
--- PASS: TestServer_StreamAggregatedResources_ACLTokenDeleted_StreamTerminatedInBackground (0.11s)
--- PASS: TestServer_Check (0.00s)
--- PASS: TestServer_ConfigOverridesListeners (0.02s)
--- PASS: TestServer_ConfigOverridesClusters (0.01s)
ok github.com/hashicorp/consul/agent/xds (cached)
--- PASS: TestAPI_ACLBootstrap (0.00s)
--- PASS: TestAPI_DefaultConfig_env (0.00s)
--- PASS: TestAPI_durToMsec (0.00s)
--- FAIL: TestAPI_CatalogNode (10.18s)
--- FAIL: TestAPI_CatalogRegistration (10.18s)
--- FAIL: TestAPI_CatalogEnableTagOverride (10.18s)
--- FAIL: TestAPI_ACLCreateDestroy (10.21s)
--- FAIL: TestAPI_ClientTxn (10.19s)
--- FAIL: TestAPI_StatusLeader (10.19s)
--- FAIL: TestAPI_StatusPeers (10.19s)
--- FAIL: TestAPI_Snapshot_Options (10.25s)
--- FAIL: TestAPI_SessionNode (10.20s)
--- FAIL: TestAPI_Snapshot (10.20s)
--- FAIL: TestAPI_SessionList (10.20s)
--- FAIL: TestAPI_SessionInfo_NoChecks (10.22s)
--- FAIL: TestAPI_SessionInfo (10.19s)
--- FAIL: TestAPI_SessionCreateDestroyRenewPeriodic (10.19s)
--- FAIL: TestAPI_SessionRenewPeriodic_Cancel (10.19s)
--- FAIL: TestAPI_SessionCreateRenewDestroyRenew (10.21s)
--- FAIL: TestAPI_SemaphoreOneShot (10.22s)
--- FAIL: TestAPI_SessionCreateDestroy (10.22s)
--- FAIL: TestAPI_SessionCreateRenewDestroy (10.22s)
--- FAIL: TestAPI_SemaphoreMonitorRetry (10.18s)
--- FAIL: TestAPI_SemaphoreBadLimit (10.18s)
--- FAIL: TestAPI_SemaphoreConflict (10.18s)
--- FAIL: TestAPI_SemaphoreDestroy (10.18s)
--- FAIL: TestAPI_SemaphoreContend (10.17s)
--- FAIL: TestAPI_SemaphoreAcquireRelease (10.13s)
--- FAIL: TestAPI_SemaphoreForceInvalidate (10.13s)
--- FAIL: TestAPI_SemaphoreDeleteKey (10.14s)
--- FAIL: TestAPI_PreparedQuery (10.14s)
--- FAIL: TestAPI_OperatorRaftRemovePeerByAddress (10.14s)
--- FAIL: TestAPI_OperatorRaftGetConfiguration (10.14s)
--- FAIL: TestAPI_OperatorKeyringInstallListPutRemove (10.17s)
--- FAIL: TestAPI_OperatorAutopilotServerHealth (10.18s)
--- FAIL: TestAPI_OperatorAutopilotCASConfiguration (10.15s)
--- FAIL: TestAPI_OperatorAutopilotGetSetConfiguration (10.15s)
--- FAIL: TestAPI_LockOneShot (10.13s)
--- FAIL: TestAPI_LockMonitorRetry (10.13s)
--- FAIL: TestAPI_LockConflict (10.21s)
--- FAIL: TestAPI_LockReclaimLock (10.21s)
--- FAIL: TestAPI_LockDestroy (10.18s)
--- FAIL: TestAPI_LockContend (10.18s)
--- FAIL: TestAPI_LockLockUnlock (10.21s)
--- FAIL: TestAPI_LockForceInvalidate (10.21s)
--- FAIL: TestAPI_LockDeleteKey (10.21s)
--- FAIL: TestAPI_KVClientTxn (10.19s)
--- FAIL: TestAPI_ClientAcquireRelease (10.20s)
--- FAIL: TestAPI_ClientWatchList (10.20s)
--- FAIL: TestAPI_ClientKeys_DeleteRecurse (10.20s)
--- FAIL: TestAPI_ClientWatchGet (10.21s)
--- FAIL: TestAPI_ClientCAS (10.21s)
--- FAIL: TestAPI_ClientList_DeleteRecurse (10.21s)
--- FAIL: TestAPI_ClientDeleteCAS (10.21s)
--- FAIL: TestAPI_ClientPutGetDelete (10.19s)
--- FAIL: TestAPI_HealthState_NodeMetaFilter (10.23s)
--- FAIL: TestAPI_HealthConnect (10.23s)
--- FAIL: TestAPI_HealthState (10.23s)
--- FAIL: TestAPI_HealthService_NodeMetaFilter (10.21s)
--- FAIL: TestAPI_HealthService_MultipleTags (10.19s)
--- FAIL: TestAPI_HealthService_SingleTag (10.19s)
--- FAIL: TestAPI_HealthService (10.19s)
--- PASS: TestAPI_HealthChecks_AggregatedStatus (0.00s)
--- FAIL: TestAPI_HealthChecks_NodeMetaFilter (10.21s)
--- FAIL: TestAPI_EventFireList (10.22s)
--- FAIL: TestAPI_HealthNode (10.22s)
--- FAIL: TestAPI_HealthChecks (10.22s)
--- FAIL: TestAPI_DebugTrace (10.22s)
--- FAIL: TestAPI_DebugGoroutine (10.23s)
--- FAIL: TestAPI_DebugProfile (10.23s)
--- FAIL: TestAPI_DebugHeap (10.23s)
--- FAIL: TestAPI_CoordinateUpdate (10.19s)
--- FAIL: TestAPI_CoordinateNode (10.19s)
--- FAIL: TestAPI_CoordinateNodes (10.20s)
--- FAIL: TestAPI_CoordinateDatacenters (10.21s)
--- FAIL: TestAPI_ConnectIntentionCheck (10.25s)
--- FAIL: TestAPI_ConnectIntentionGet_invalidId (10.18s)
--- FAIL: TestAPI_ConnectIntentionMatch (10.19s)
--- FAIL: TestAPI_ConnectIntentionCreateListGetUpdateDelete (10.18s)
--- FAIL: TestAPI_ConnectCAConfig_get_set (10.18s)
--- FAIL: TestAPI_ConnectCARoots_list (10.22s)
--- FAIL: TestAPI_CatalogService (10.22s)
--- FAIL: TestAPI_ConnectCARoots_empty (10.22s)
--- FAIL: TestAPI_CatalogConnectNative (10.21s)
--- FAIL: TestAPI_CatalogService_MultipleTags (10.20s)
--- FAIL: TestAPI_CatalogService_NodeMetaFilter (10.20s)
--- FAIL: TestAPI_CatalogConnect (10.20s)
--- FAIL: TestAPI_CatalogService_SingleTag (10.21s)
--- FAIL: TestAPI_CatalogServiceUnmanagedProxy (10.21s)
--- PASS: TestAPI_ParseQueryMeta (0.00s)
--- FAIL: TestAPI_CatalogServiceCached (10.22s)
--- FAIL: TestAPI_AgentConnectProxyConfig (10.21s)
--- FAIL: TestAPI_UnixSocket (10.20s)
--- FAIL: TestAPI_SetQueryOptions (10.20s)
--- FAIL: TestAPI_SetWriteOptions (10.20s)
--- FAIL: TestAPI_RequestToHTTP (10.21s)
--- PASS: TestAPI_SetupTLSConfig (0.01s)
--- FAIL: TestAPI_ClientTLSOptions (10.20s)
--- FAIL: TestAPI_AgentHealthService (10.21s)
--- FAIL: TestAPI_AgentJoin (10.20s)
--- FAIL: TestAPI_AgentServices (10.21s)
--- FAIL: TestAPI_AgentChecks_Docker (10.21s)
--- FAIL: TestAPI_AgentCheckStartPassing (10.22s)
--- FAIL: TestAPI_AgentChecks_serviceBound (10.22s)
--- FAIL: TestAPI_AgentScriptCheck (10.22s)
--- FAIL: TestAPI_AgentChecks (10.19s)
--- FAIL: TestAPI_AgentService (10.22s)
--- FAIL: TestAPI_AgentSetTTLStatus (10.22s)
--- FAIL: TestAPI_AgentServices_MultipleChecks (10.22s)
--- FAIL: TestAPI_AgentEnableTagOverride (10.23s)
--- FAIL: TestAPI_AgentServices_CheckID (10.21s)
--- FAIL: TestAPI_AgentServices_CheckBadStatus (10.21s)
--- FAIL: TestAPI_AgentServiceAddress (10.21s)
--- FAIL: TestAPI_AgentServices_CheckPassing (10.22s)
--- FAIL: TestAPI_AgentServices_SidecarService (10.21s)
--- FAIL: TestAPI_AgentServices_ExternalConnectProxy (10.21s)
--- FAIL: TestAPI_AgentServices_ManagedConnectProxyDeprecatedUpstreams (10.21s)
--- FAIL: TestAPI_AgentServices_ManagedConnectProxy (10.21s)
--- FAIL: TestAPI_CatalogServices (10.20s)
--- FAIL: TestAPI_CatalogNodes (10.20s)
--- FAIL: TestAPI_CatalogServices_NodeMetaFilter (10.20s)
--- PASS: TestAPI_GenerateEnvHTTPS (0.00s)
--- FAIL: TestAPI_CatalogNodes_MetaFilter (10.20s)
--- FAIL: TestAPI_AgentUpdateToken (10.15s)
--- FAIL: TestAPI_AgentConnectAuthorize (10.15s)
--- FAIL: TestAPI_CatalogDatacenters (10.15s)
--- PASS: TestAPI_GenerateEnv (0.00s)
--- PASS: TestAPI_IsRetryableError (0.00s)
--- FAIL: TestAPI_AgentConnectCALeaf (10.14s)
--- FAIL: TestAPI_AgentConnectCARoots_empty (10.20s)
--- FAIL: TestAPI_AgentConnectCARoots_list (10.20s)
--- FAIL: TestAPI_ServiceMaintenance (10.20s)
--- FAIL: TestAPI_NodeMaintenance (10.21s)
--- FAIL: TestAPI_AgentMembers (10.20s)
--- FAIL: TestAPI_AgentMembersOpts (10.20s)
--- FAIL: TestAPI_ACLToken_List (10.20s)
--- FAIL: TestAPI_AgentReload (10.20s)
--- FAIL: TestAPI_AgentSelf (10.19s)
--- FAIL: TestAPI_AgentMetrics (10.19s)
--- FAIL: TestAPI_AgentHost (10.19s)
--- FAIL: TestAPI_RulesTranslate_Raw (10.19s)
--- FAIL: TestAPI_ACLToken_Clone (10.20s)
--- FAIL: TestAPI_RulesTranslate_FromToken (10.20s)
--- FAIL: TestAPI_AgentMonitor (10.20s)
--- FAIL: TestAPI_AgentForceLeave (10.21s)
--- FAIL: TestAPI_ACLToken_CreateReadDelete (10.20s)
--- FAIL: TestAPI_ACLPolicy_CreateReadDelete (10.20s)
--- FAIL: TestAPI_ACLToken_CreateUpdate (10.20s)
--- FAIL: TestAPI_ACLPolicy_List (10.22s)
--- FAIL: TestAPI_ACLList (10.21s)
--- FAIL: TestAPI_ACLPolicy_CreateUpdate (10.21s)
--- FAIL: TestAPI_ACLReplication (10.21s)
--- FAIL: TestAPI_ACLInfo (10.21s)
--- FAIL: TestAPI_AgentLeave (10.19s)
--- FAIL: TestAPI_ACLCloneDestroy (10.19s)
FAIL
FAIL github.com/hashicorp/consul/api 377.322s
--- PASS: TestAgentTokensCommand_noTabs (0.00s)
--- PASS: TestAgentTokensCommand (0.20s)
ok github.com/hashicorp/consul/command/acl/agenttokens (cached)
--- PASS: TestBootstrapCommand_noTabs (0.00s)
--- PASS: TestBootstrapCommand (0.42s)
ok github.com/hashicorp/consul/command/acl/bootstrap (cached)
--- PASS: TestPolicyCreateCommand_noTabs (0.00s)
--- PASS: TestPolicyCreateCommand (0.35s)
ok github.com/hashicorp/consul/command/acl/policy/create (cached)
--- PASS: TestPolicyDeleteCommand_noTabs (0.00s)
--- PASS: TestPolicyDeleteCommand (0.46s)
ok github.com/hashicorp/consul/command/acl/policy/delete (cached)
--- PASS: TestPolicyListCommand_noTabs (0.00s)
--- PASS: TestPolicyListCommand (0.14s)
ok github.com/hashicorp/consul/command/acl/policy/list (cached)
--- PASS: TestPolicyReadCommand_noTabs (0.00s)
--- PASS: TestPolicyReadCommand (0.30s)
ok github.com/hashicorp/consul/command/acl/policy/read (cached)
--- PASS: TestPolicyUpdateCommand_noTabs (0.00s)
--- PASS: TestPolicyUpdateCommand (0.15s)
ok github.com/hashicorp/consul/command/acl/policy/update (cached)
--- PASS: TestRulesTranslateCommand_noTabs (0.00s)
--- PASS: TestRulesTranslateCommand (0.25s)
ok github.com/hashicorp/consul/command/acl/rules (cached)
--- PASS: TestTokenCloneCommand_noTabs (0.00s)
--- PASS: TestTokenCloneCommand (0.28s)
ok github.com/hashicorp/consul/command/acl/token/clone (cached)
--- PASS: TestTokenCreateCommand_noTabs (0.00s)
--- PASS: TestTokenCreateCommand (0.35s)
ok github.com/hashicorp/consul/command/acl/token/create (cached)
--- PASS: TestTokenDeleteCommand_noTabs (0.00s)
--- PASS: TestTokenDeleteCommand (0.20s)
ok github.com/hashicorp/consul/command/acl/token/delete (cached)
--- PASS: TestTokenListCommand_noTabs (0.00s)
--- PASS: TestTokenListCommand (0.22s)
ok github.com/hashicorp/consul/command/acl/token/list (cached)
--- PASS: TestTokenReadCommand_noTabs (0.00s)
--- PASS: TestTokenReadCommand (0.25s)
ok github.com/hashicorp/consul/command/acl/token/read (cached)
--- PASS: TestTokenUpdateCommand_noTabs (0.00s)
--- PASS: TestTokenUpdateCommand (1.11s)
ok github.com/hashicorp/consul/command/acl/token/update (cached)
--- PASS: TestProtectDataDir (0.03s)
--- PASS: TestRetryJoinFail (0.03s)
--- PASS: TestBadDataDirPermissions (0.01s)
--- PASS: TestRetryJoinWanFail (0.04s)
--- PASS: TestRetryJoin (0.18s)
--- FAIL: TestConfigFail (0.34s)
FAIL
FAIL github.com/hashicorp/consul/command/agent 0.395s
--- PASS: TestCatalogCommand_noTabs (0.00s)
ok github.com/hashicorp/consul/command/catalog (cached)
--- PASS: TestCatalogListDatacentersCommand_Validation (0.00s)
--- PASS: TestCatalogListDatacentersCommand_noTabs (0.00s)
--- PASS: TestCatalogListDatacentersCommand (0.32s)
ok github.com/hashicorp/consul/command/catalog/list/dc (cached)
--- PASS: TestCatalogListNodesCommand_noTabs (0.00s)
--- PASS: TestCatalogListNodesCommand_Validation (0.00s)
--- PASS: TestCatalogListNodesCommand (0.14s)
ok github.com/hashicorp/consul/command/catalog/list/nodes (cached)
--- PASS: TestCatalogListServicesCommand_noTabs (0.00s)
--- PASS: TestCatalogListServicesCommand_Validation (0.00s)
--- PASS: TestCatalogListServicesCommand (0.19s)
ok github.com/hashicorp/consul/command/catalog/list/services (cached)
--- PASS: TestConnectCommand_noTabs (0.00s)
ok github.com/hashicorp/consul/command/connect (cached)
--- PASS: TestCatalogCommand_noTabs (0.00s)
ok github.com/hashicorp/consul/command/connect/ca (cached)
--- PASS: TestConnectCAGetConfigCommand_noTabs (0.00s)
--- PASS: TestConnectCAGetConfigCommand (0.24s)
ok github.com/hashicorp/consul/command/connect/ca/get (cached)
--- PASS: TestConnectCASetConfigCommand_noTabs (0.00s)
--- PASS: TestConnectCASetConfigCommand (0.41s)
ok github.com/hashicorp/consul/command/connect/ca/set (cached)
--- PASS: TestGenerateConfig (0.03s)
--- PASS: TestExecEnvoy (0.45s)
--- PASS: TestHelperProcess (0.00s)
--- PASS: TestCatalogCommand_noTabs (0.00s)
ok github.com/hashicorp/consul/command/connect/envoy (cached)
--- PASS: TestFlagUpstreams_impl (0.00s)
--- PASS: TestFlagUpstreams (0.00s)
--- PASS: TestCatalogCommand_noTabs (0.00s)
--- PASS: TestRegisterMonitor_good (0.29s)
--- PASS: TestRegisterMonitor_heartbeat (0.42s)
--- PASS: TestCommandConfigWatcher (3.22s)
ok github.com/hashicorp/consul/command/connect/proxy (cached)
--- PASS: TestDebugCommand_noTabs (0.00s)
--- PASS: TestDebugCommand_ValidateTiming (0.78s)
--- PASS: TestDebugCommand_OutputPathBad (0.35s)
--- PASS: TestDebugCommand_OutputPathExists (0.31s)
--- PASS: TestDebugCommand_Archive (0.48s)
--- PASS: TestDebugCommand_ProfilesExist (3.87s)
--- PASS: TestDebugCommand_ArgsBad (0.00s)
--- PASS: TestDebugCommand_DebugDisabled (4.47s)
--- PASS: TestDebugCommand (3.63s)
--- PASS: TestDebugCommand_CaptureTargets (7.12s)
ok github.com/hashicorp/consul/command/debug (cached)
--- PASS: TestEventCommand_noTabs (0.00s)
--- PASS: TestEventCommand (0.37s)
ok github.com/hashicorp/consul/command/event (cached)
--- PASS: TestExecCommand_noTabs (0.00s)
--- PASS: TestExecCommand_Sessions_Foreign (0.25s)
--- PASS: TestExecCommand_UploadDestroy (0.28s)
--- PASS: TestExecCommand_Validate (0.00s)
--- PASS: TestExecCommand_Sessions (0.43s)
--- PASS: TestExecCommand_CrossDC (0.99s)
--- PASS: TestExecCommand_StreamResults (1.37s)
--- PASS: TestExecCommand_NoShell (1.54s)
--- PASS: TestExecCommand (1.41s)
ok github.com/hashicorp/consul/command/exec (cached)
--- PASS: TestHTTPFlagsSetToken (0.00s)
--- PASS: TestAppendSliceValue_implements (0.00s)
--- PASS: TestAppendSliceValueSet (0.00s)
--- PASS: TestConfigUtil_Values (0.00s)
--- PASS: TestFlagMapValueSet (0.00s)
--- PASS: TestConfigUtil_Visit (0.01s)
ok github.com/hashicorp/consul/command/flags (cached)
--- PASS: TestForceLeaveCommand_noTabs (0.00s)
--- PASS: TestForceLeaveCommand_noAddrs (0.00s)
--- PASS: TestForceLeaveCommand (6.05s)
ok github.com/hashicorp/consul/command/forceleave (cached)
--- PASS: TestInfoCommand_noTabs (0.00s)
--- PASS: TestInfoCommand (0.45s)
ok github.com/hashicorp/consul/command/info (cached)
--- PASS: TestCommand_noTabs (0.00s)
ok github.com/hashicorp/consul/command/intention (cached)
--- PASS: TestCommand_noTabs (0.00s)
--- PASS: TestCommand_Validation (0.00s)
--- PASS: TestCommand (0.21s)
ok github.com/hashicorp/consul/command/intention/check (cached)
--- PASS: TestCommand_noTabs (0.00s)
--- PASS: TestCommand_deny (0.12s)
--- PASS: TestCommand_meta (0.13s)
--- PASS: TestCommand_File (0.30s)
--- PASS: TestCommand_Validation (0.00s)
--- PASS: TestCommand_replace (0.39s)
--- PASS: TestCommand (0.30s)
--- PASS: TestCommand_FileNoExist (0.42s)
ok github.com/hashicorp/consul/command/intention/create (cached)
--- PASS: TestCommand_noTabs (0.00s)
--- PASS: TestCommand_Validation (0.00s)
--- PASS: TestCommand (0.38s)
ok github.com/hashicorp/consul/command/intention/delete (cached)
--- PASS: TestFinder (0.43s)
ok github.com/hashicorp/consul/command/intention/finder (cached)
--- PASS: TestCommand_noTabs (0.00s)
--- PASS: TestCommand_Validation (0.00s)
--- PASS: TestCommand_id (0.42s)
--- PASS: TestCommand_srcDst (0.47s)
ok github.com/hashicorp/consul/command/intention/get (cached)
--- PASS: TestCommand_noTabs (0.00s)
--- PASS: TestCommand_Validation (0.00s)
--- PASS: TestCommand_matchSource (0.36s)
--- PASS: TestCommand_matchDst (0.40s)
ok github.com/hashicorp/consul/command/intention/match (cached)
--- PASS: TestJoinCommand_noAddrs (0.00s)
--- PASS: TestJoinCommand_noTabs (0.00s)
--- PASS: TestJoinCommandJoin_lan (0.53s)
--- PASS: TestJoinCommand_wan (0.57s)
ok github.com/hashicorp/consul/command/join (cached)
--- PASS: TestKeygenCommand_noTabs (0.00s)
--- PASS: TestKeygenCommand (0.00s)
ok github.com/hashicorp/consul/command/keygen (cached)
--- PASS: TestKeyringCommand_help (0.00s)
--- PASS: TestKeyringCommand_invalidRelayFactor (0.00s)
--- PASS: TestKeyringCommand_noTabs (0.01s)
--- PASS: TestKeyringCommand_failedConnection (0.01s)
--- PASS: TestKeyringCommand (0.21s)
ok github.com/hashicorp/consul/command/keyring (cached)
--- PASS: TestKVCommand_noTabs (0.00s)
ok github.com/hashicorp/consul/command/kv (cached)
--- PASS: TestKVDeleteCommand_noTabs (0.00s)
--- PASS: TestKVDeleteCommand_Validation (0.02s)
--- PASS: TestKVDeleteCommand (0.30s)
--- PASS: TestKVDeleteCommand_CAS (0.45s)
--- PASS: TestKVDeleteCommand_Recurse (0.45s)
ok github.com/hashicorp/consul/command/kv/del (cached)
--- PASS: TestKVExportCommand_noTabs (0.00s)
--- PASS: TestKVExportCommand (0.34s)
ok github.com/hashicorp/consul/command/kv/exp (cached)
--- PASS: TestKVGetCommand_noTabs (0.00s)
--- PASS: TestKVGetCommand_Recurse (0.20s)
--- PASS: TestKVGetCommand_Detailed (0.20s)
--- PASS: TestKVGetCommand_DetailedBase64 (0.23s)
--- PASS: TestKVGetCommand (0.08s)
--- PASS: TestKVGetCommand_Base64 (0.41s)
--- PASS: TestKVGetCommand_Validation (0.00s)
--- PASS: TestKVGetCommand_Keys (0.24s)
--- PASS: TestKVGetCommand_Empty (0.36s)
--- PASS: TestKVGetCommand_RecurseBase64 (0.20s)
--- PASS: TestKVGetCommand_Missing (0.45s)
ok github.com/hashicorp/consul/command/kv/get (cached)
--- PASS: TestKVImportCommand_noTabs (0.00s)
--- PASS: TestKVImportCommand (0.47s)
ok github.com/hashicorp/consul/command/kv/imp (cached)
--- PASS: TestKVPutCommand_noTabs (0.00s)
--- PASS: TestKVPutCommand_FileNoExist (0.00s)
--- PASS: TestKVPutCommand_File (0.13s)
--- PASS: TestKVPutCommand_CAS (0.30s)
--- PASS: TestKVPutCommand_Base64 (0.20s)
--- PASS: TestKVPutCommand_Validation (0.00s)
--- PASS: TestKVPutCommand_Flags (0.36s)
--- PASS: TestKVPutCommand_EmptyDataQuoted (0.47s)
--- PASS: TestKVPutCommand (0.21s)
--- PASS: TestKVPutCommand_NegativeVal (0.23s)
--- PASS: TestKVPutCommand_Stdin (0.44s)
ok github.com/hashicorp/consul/command/kv/put (cached)
--- PASS: TestLeaveCommand_noTabs (0.00s)
--- PASS: TestLeaveCommand_FailOnNonFlagArgs (0.24s)
--- PASS: TestLeaveCommand (11.24s)
ok github.com/hashicorp/consul/command/leave (cached)
--- PASS: TestLockCommand_noTabs (0.00s)
--- PASS: TestLockCommand_MonitorRetry_Lock_Default (0.24s)
--- PASS: TestLockCommand_NoShell (0.45s)
--- PASS: TestLockCommand_MonitorRetry_Semaphore_Arg (0.49s)
--- PASS: TestLockCommand_MonitorRetry_Semaphore_Default (0.40s)
--- PASS: TestLockCommand_BadArgs (0.00s)
--- PASS: TestLockCommand_TrySemaphore (0.20s)
--- PASS: TestLockCommand_ChildExitCode (1.23s)
--- PASS: TestLockCommand_MonitorRetry_Lock_Arg (1.21s)
--- PASS: TestLockCommand_TryLock (0.41s)
--- PASS: TestLockCommand (1.15s)
ok github.com/hashicorp/consul/command/lock (cached)
--- PASS: TestMaintCommand_noTabs (0.00s)
--- PASS: TestMaintCommand_DisableNodeMaintenance (0.19s)
--- PASS: TestMaintCommand_EnableServiceMaintenance (0.22s)
--- PASS: TestMaintCommand_ConflictingArgs (0.00s)
--- PASS: TestMaintCommand_NoArgs (0.26s)
--- PASS: TestMaintCommand_EnableNodeMaintenance (0.50s)
--- PASS: TestMaintCommand_DisableServiceMaintenance (0.32s)
--- PASS: TestMaintCommand_ServiceMaintenance_NoService (0.39s)
ok github.com/hashicorp/consul/command/maint (cached)
--- PASS: TestMembersCommand_noTabs (0.00s)
--- PASS: TestMembersCommand_statusFilter_failed (0.14s)
--- PASS: TestMembersCommand (0.19s)
--- PASS: TestMembersCommand_statusFilter (0.33s)
--- PASS: TestMembersCommand_WAN (0.47s)
ok github.com/hashicorp/consul/command/members (cached)
--- PASS: TestMonitorCommand_exitsOnSignalBeforeLinesArrive (1.42s)
ok github.com/hashicorp/consul/command/monitor (cached)
--- PASS: TestOperatorCommand_noTabs (0.00s)
ok github.com/hashicorp/consul/command/operator (cached)
--- PASS: TestOperatorAutopilotCommand_noTabs (0.00s)
ok github.com/hashicorp/consul/command/operator/autopilot (cached)
--- PASS: TestOperatorAutopilotGetConfigCommand_noTabs (0.00s)
--- PASS: TestOperatorAutopilotGetConfigCommand (0.20s)
ok github.com/hashicorp/consul/command/operator/autopilot/get (cached)
--- PASS: TestOperatorAutopilotSetConfigCommand_noTabs (0.00s)
--- PASS: TestOperatorAutopilotSetConfigCommand (0.40s)
ok github.com/hashicorp/consul/command/operator/autopilot/set (cached)
--- PASS: TestOperatorRaftCommand_noTabs (0.00s)
ok github.com/hashicorp/consul/command/operator/raft (cached)
--- PASS: TestOperatorRaftListPeersCommand_noTabs (0.00s)
--- PASS: TestOperatorRaftListPeersCommand (0.37s)
ok github.com/hashicorp/consul/command/operator/raft/listpeers (cached)
--- PASS: TestOperatorRaftRemovePeerCommand_noTabs (0.00s)
--- PASS: TestOperatorRaftRemovePeerCommand (0.29s)
ok github.com/hashicorp/consul/command/operator/raft/removepeer (cached)
--- PASS: TestReloadCommand_noTabs (0.00s)
--- PASS: TestReloadCommand (0.19s)
ok github.com/hashicorp/consul/command/reload (cached)
--- PASS: TestRTTCommand_noTabs (0.00s)
--- PASS: TestRTTCommand_BadArgs (0.00s)
--- PASS: TestRTTCommand_LAN (0.22s)
--- PASS: TestRTTCommand_WAN (0.39s)
ok github.com/hashicorp/consul/command/rtt (cached)
--- PASS: TestCommand_noTabs (0.00s)
--- PASS: TestStructsToAgentService (0.00s)
--- PASS: TestDevModeHasNoServices (0.01s)
ok github.com/hashicorp/consul/command/services (cached)
--- PASS: TestCommand_noTabs (0.00s)
--- PASS: TestCommand_Validation (0.00s)
--- PASS: TestCommand_Flag (0.28s)
--- PASS: TestCommand_File_id (0.37s)
--- PASS: TestCommand_File_nameOnly (0.46s)
ok github.com/hashicorp/consul/command/services/deregister (cached)
--- PASS: TestCommand_noTabs (0.00s)
--- PASS: TestCommand_Validation (0.00s)
--- PASS: TestCommand_File (0.15s)
--- PASS: TestCommand_Flags (0.32s)
ok github.com/hashicorp/consul/command/services/register (cached)
--- PASS: TestSnapshotCommand_noTabs (0.00s)
ok github.com/hashicorp/consul/command/snapshot (cached)
--- PASS: TestSnapshotInspectCommand_noTabs (0.00s)
--- PASS: TestSnapshotInspectCommand_Validation (0.00s)
--- PASS: TestSnapshotInspectCommand (0.17s)
ok github.com/hashicorp/consul/command/snapshot/inspect (cached)
--- PASS: TestSnapshotRestoreCommand_noTabs (0.00s)
--- PASS: TestSnapshotRestoreCommand_Validation (0.00s)
--- PASS: TestSnapshotRestoreCommand (0.53s)
ok github.com/hashicorp/consul/command/snapshot/restore (cached)
--- PASS: TestSnapshotSaveCommand_noTabs (0.00s)
--- PASS: TestSnapshotSaveCommand_Validation (0.00s)
--- PASS: TestSnapshotSaveCommand (0.40s)
ok github.com/hashicorp/consul/command/snapshot/save (cached)
--- PASS: TestSerialNumber (0.00s)
--- PASS: TestValidateCommand_noTabs (0.00s)
--- PASS: TestGeneratePrivateKey (0.02s)
--- PASS: TestGenerateCA (0.02s)
--- PASS: TestGenerateCert (0.02s)
ok github.com/hashicorp/consul/command/tls (cached)
--- PASS: TestValidateCommand_noTabs (0.00s)
ok github.com/hashicorp/consul/command/tls/ca (cached)
--- PASS: TestCACreateCommand (0.03s)
--- PASS: TestCACreateCommandWithOptions (0.00s)
--- PASS: TestValidateCommand_noTabs (0.00s)
ok github.com/hashicorp/consul/command/tls/ca/create (cached)
--- PASS: TestValidateCommand_noTabs (0.00s)
ok github.com/hashicorp/consul/command/tls/cert (cached)
--- PASS: TestTlsCertCreateCommand_fileCreate (0.03s)
--- PASS: TestValidateCommand_noTabs (0.00s)
ok github.com/hashicorp/consul/command/tls/cert/create (cached)
--- PASS: TestValidateCommand_noTabs (0.00s)
--- PASS: TestValidateCommand_SucceedWithMinimalJSONConfigFormat (0.02s)
--- PASS: TestValidateCommand_SucceedWithMinimalHCLConfigFormat (0.02s)
--- PASS: TestValidateCommand_SucceedOnMinimalConfigFile (0.02s)
--- PASS: TestValidateCommand_SucceedWithJSONAsHCL (0.03s)
--- PASS: TestValidateCommand_FailForInvalidJSONConfigFormat (0.01s)
--- PASS: TestValidateCommand_FailOnEmptyFile (0.01s)
--- PASS: TestValidateCommand_Quiet (0.04s)
--- PASS: TestValidateCommand_SucceedOnMinimalConfigDir (0.03s)
ok github.com/hashicorp/consul/command/validate (cached)
--- PASS: TestVersionCommand_noTabs (0.00s)
ok github.com/hashicorp/consul/command/version (cached)
--- PASS: TestWatchCommand_noTabs (0.00s)
--- PASS: TestWatchCommand (0.28s)
--- PASS: TestWatchCommandNoConnect (0.34s)
--- PASS: TestWatchCommandNoAgentService (0.39s)
ok github.com/hashicorp/consul/command/watch (cached)
--- PASS: TestStaticResolver_Resolve (0.00s)
--- PASS: TestConsulResolver_Resolve (0.31s)
--- PASS: TestConsulResolverFromAddrFunc (0.00s)
--- PASS: TestService_Name (0.00s)
--- PASS: TestService_Dial (0.12s)
--- PASS: TestService_ServerTLSConfig (1.15s)
--- PASS: TestService_HTTPClient (0.01s)
--- PASS: TestService_HasDefaultHTTPResolverFromAddr (0.00s)
--- PASS: Test_verifyServerCertMatchesURI (0.00s)
--- PASS: TestClientSideVerifier (0.01s)
--- PASS: TestServerSideVerifier (0.08s)
--- PASS: TestDynamicTLSConfig (0.01s)
--- PASS: TestDynamicTLSConfig_Ready (0.01s)
ok github.com/hashicorp/consul/connect (cached)
--- PASS: TestPublicListener (0.03s)
--- PASS: TestUpstreamListener (0.01s)
--- PASS: TestUpstreamResolverFuncFromClient (0.00s)
--- PASS: TestConnSrcClosing (0.00s)
--- PASS: TestConn (0.00s)
--- PASS: TestConnDstClosing (0.01s)
--- PASS: TestAgentConfigWatcherManagedProxy (1.17s)
--- PASS: TestAgentConfigWatcherSidecarProxy (1.35s)
--- PASS: TestProxy_public (1.41s)
ok github.com/hashicorp/consul/connect/proxy (cached)
--- PASS: TestIsPrivateIP (0.00s)
ok github.com/hashicorp/consul/ipaddr (cached)
--- PASS: TestDurationMinusBuffer (0.00s)
--- PASS: TestDurationMinusBufferDomain (0.00s)
--- PASS: TestRandomStagger (0.00s)
--- PASS: TestRateScaledInterval (0.00s)
--- PASS: TestRTT_ComputeDistance (0.00s)
--- PASS: TestRTT_Intersect (0.00s)
--- PASS: TestStrContains (0.00s)
--- PASS: TestTelemetryConfig_MergeDefaults (0.00s)
--- PASS: TestUserAgent (0.00s)
--- PASS: TestMathAbsInt (0.00s)
--- PASS: TestMathMaxInt (0.00s)
--- PASS: TestMathMinInt (0.00s)
ok github.com/hashicorp/consul/lib (cached)
--- PASS: TestWriteAtomic (0.00s)
ok github.com/hashicorp/consul/lib/file (cached)
--- PASS: TestDynamicPanic (0.00s)
--- PASS: TestDynamicAcquire (0.05s)
--- PASS: TestDynamic (1.60s)
ok github.com/hashicorp/consul/lib/semaphore (cached)
--- PASS: TestGatedWriter_impl (0.00s)
--- PASS: TestGatedWriter (0.00s)
--- PASS: TestGRPCLogger (0.00s)
--- PASS: TestGRPCLogger_V (0.00s)
--- PASS: TestLogWriter (0.00s)
--- PASS: TestSyslogFilter (0.00s)
--- PASS: TestLogFile_openNew (0.00s)
--- PASS: TestLogFile_byteRotation (0.00s)
--- PASS: TestLogFile_timeRotation (2.00s)
ok github.com/hashicorp/consul/logger (cached)
--- PASS: TestArchive (0.00s)
--- PASS: TestArchive_GoodData (0.00s)
--- PASS: TestArchive_BadData (0.00s)
--- PASS: TestArchive_hashList (0.00s)
--- PASS: TestSnapshot (6.62s)
--- PASS: TestSnapshot_Nil (0.00s)
--- PASS: TestSnapshot_BadVerify (0.00s)
--- PASS: TestSnapshot_BadRestore (4.23s)
ok github.com/hashicorp/consul/snapshot (cached)
--- PASS: TestRetryer (0.40s)
ok github.com/hashicorp/consul/testutil/retry (cached)
--- PASS: TestConfig_AppendCA_None (0.00s)
--- PASS: TestConfig_CACertificate_Valid (0.00s)
--- PASS: TestConfig_CAPath_Valid (0.00s)
--- PASS: TestConfig_KeyPair_None (0.00s)
--- PASS: TestConfig_KeyPair_Valid (0.00s)
--- PASS: TestConfig_OutgoingTLS_MissingCA (0.00s)
--- PASS: TestConfig_OutgoingTLS_OnlyCA (0.00s)
--- PASS: TestConfig_OutgoingTLS_VerifyOutgoing (0.00s)
--- PASS: TestConfig_SkipBuiltinVerify (0.00s)
--- PASS: TestConfig_OutgoingTLS_ServerName (0.00s)
--- PASS: TestConfig_OutgoingTLS_VerifyHostname (0.00s)
--- PASS: TestConfig_OutgoingTLS_WithKeyPair (0.00s)
--- PASS: TestConfig_OutgoingTLS_TLSMinVersion (0.00s)
--- PASS: TestConfig_outgoingWrapper_OK (0.01s)
--- PASS: TestConfig_outgoingWrapper_BadDC (0.01s)
--- PASS: TestConfig_outgoingWrapper_BadCert (0.01s)
--- PASS: TestConfig_wrapTLS_OK (0.01s)
--- PASS: TestConfig_wrapTLS_BadCert (0.01s)
--- PASS: TestConfig_IncomingTLS (0.00s)
--- PASS: TestConfig_IncomingTLS_MissingCA (0.00s)
--- PASS: TestConfig_IncomingTLS_MissingKey (0.00s)
--- PASS: TestConfig_IncomingTLS_NoVerify (0.00s)
--- PASS: TestConfig_IncomingTLS_TLSMinVersion (0.00s)
--- PASS: TestConfig_ParseCiphers (0.00s)
ok github.com/hashicorp/consul/tlsutil (cached)
--- PASS: TestRun_Stop (0.00s)
--- PASS: TestEventWatch (0.21s)
--- PASS: TestChecksWatch_State (1.18s)
--- PASS: TestConnectRootsWatch (1.21s)
--- PASS: TestChecksWatch_Service (1.48s)
--- PASS: TestNodesWatch (0.35s)
--- PASS: TestServicesWatch (0.32s)
--- PASS: TestServiceWatch (1.41s)
--- PASS: TestParse_exempt (0.00s)
--- PASS: TestParseBasic (0.00s)
--- PASS: TestRun_Stop_Hybrid (0.00s)
--- PASS: TestKeyPrefixWatch (0.18s)
--- PASS: TestConnectProxyConfigWatch (0.41s)
--- PASS: TestConnectLeafWatch (0.46s)
--- PASS: TestAgentServiceWatch (0.20s)
--- PASS: TestKeyWatch (1.10s)
--- PASS: TestKeyWatch_With_PrefixDelete (1.13s)
ok github.com/hashicorp/consul/watch (cached)
Exit code: 1
--- FAIL: TestAPI_CatalogNode (10.18s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CatalogRegistration (10.18s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CatalogEnableTagOverride (10.18s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ACLCreateDestroy (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ClientTxn (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_StatusLeader (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_StatusPeers (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_Snapshot_Options (10.25s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SessionNode (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_Snapshot (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SessionList (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SessionInfo_NoChecks (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SessionInfo (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SessionCreateDestroyRenewPeriodic (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SessionRenewPeriodic_Cancel (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SessionCreateRenewDestroyRenew (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SemaphoreOneShot (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SessionCreateDestroy (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SessionCreateRenewDestroy (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SemaphoreMonitorRetry (10.18s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SemaphoreBadLimit (10.18s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SemaphoreConflict (10.18s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SemaphoreDestroy (10.18s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SemaphoreContend (10.17s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SemaphoreAcquireRelease (10.13s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SemaphoreForceInvalidate (10.13s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SemaphoreDeleteKey (10.14s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_PreparedQuery (10.14s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_OperatorRaftRemovePeerByAddress (10.14s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_OperatorRaftGetConfiguration (10.14s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_OperatorKeyringInstallListPutRemove (10.17s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_OperatorAutopilotServerHealth (10.18s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_OperatorAutopilotCASConfiguration (10.15s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_OperatorAutopilotGetSetConfiguration (10.15s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_LockOneShot (10.13s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_LockMonitorRetry (10.13s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_LockConflict (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_LockReclaimLock (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_LockDestroy (10.18s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_LockContend (10.18s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_LockLockUnlock (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_LockForceInvalidate (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_LockDeleteKey (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_KVClientTxn (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ClientAcquireRelease (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ClientWatchList (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ClientKeys_DeleteRecurse (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ClientWatchGet (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ClientCAS (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ClientList_DeleteRecurse (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ClientDeleteCAS (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ClientPutGetDelete (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_HealthState_NodeMetaFilter (10.23s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_HealthConnect (10.23s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_HealthState (10.23s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_HealthService_NodeMetaFilter (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_HealthService_MultipleTags (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_HealthService_SingleTag (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_HealthService (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_HealthChecks_NodeMetaFilter (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_EventFireList (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_HealthNode (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_HealthChecks (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_DebugTrace (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_DebugGoroutine (10.23s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_DebugProfile (10.23s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_DebugHeap (10.23s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CoordinateUpdate (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CoordinateNode (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CoordinateNodes (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CoordinateDatacenters (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ConnectIntentionCheck (10.25s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ConnectIntentionGet_invalidId (10.18s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ConnectIntentionMatch (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ConnectIntentionCreateListGetUpdateDelete (10.18s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ConnectCAConfig_get_set (10.18s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ConnectCARoots_list (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CatalogService (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ConnectCARoots_empty (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CatalogConnectNative (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CatalogService_MultipleTags (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CatalogService_NodeMetaFilter (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CatalogConnect (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CatalogService_SingleTag (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CatalogServiceUnmanagedProxy (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CatalogServiceCached (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentConnectProxyConfig (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_UnixSocket (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SetQueryOptions (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_SetWriteOptions (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_RequestToHTTP (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ClientTLSOptions (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentHealthService (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentJoin (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentServices (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentChecks_Docker (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentCheckStartPassing (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentChecks_serviceBound (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentScriptCheck (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentChecks (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentService (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentSetTTLStatus (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentServices_MultipleChecks (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentEnableTagOverride (10.23s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentServices_CheckID (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentServices_CheckBadStatus (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentServiceAddress (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentServices_CheckPassing (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentServices_SidecarService (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentServices_ExternalConnectProxy (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentServices_ManagedConnectProxyDeprecatedUpstreams (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentServices_ManagedConnectProxy (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CatalogServices (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CatalogNodes (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CatalogServices_NodeMetaFilter (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CatalogNodes_MetaFilter (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentUpdateToken (10.15s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentConnectAuthorize (10.15s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_CatalogDatacenters (10.15s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentConnectCALeaf (10.14s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentConnectCARoots_empty (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentConnectCARoots_list (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ServiceMaintenance (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_NodeMaintenance (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentMembers (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentMembersOpts (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ACLToken_List (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentReload (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentSelf (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentMetrics (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentHost (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_RulesTranslate_Raw (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ACLToken_Clone (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_RulesTranslate_FromToken (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentMonitor (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentForceLeave (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ACLToken_CreateReadDelete (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ACLPolicy_CreateReadDelete (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ACLToken_CreateUpdate (10.20s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ACLPolicy_List (10.22s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ACLList (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ACLPolicy_CreateUpdate (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ACLReplication (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ACLInfo (10.21s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_AgentLeave (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestAPI_ACLCloneDestroy (10.19s)
api_test.go:58: failed waiting for server to start: failed waiting for leader
--- FAIL: TestConfigFail (0.34s)
--- FAIL: TestConfigFail/agent_-server_-bind=10.0.0.1_-datacenter= (0.04s)
agent_test.go:78: got "==> Must specify data directory using -data-dir\n" want "==> datacenter cannot be empty\n"
--- FAIL: TestConfigFail/agent_-server_-bind=10.0.0.1_-datacenter=foo_some-other-arg (0.03s)
agent_test.go:78: got "==> Must specify data directory using -data-dir\n" want "==> config: Unknown extra arguments: [some-other-arg]\n"
--- FAIL: TestConfigFail/agent_-server_-bind=10.0.0.1 (0.03s)
agent_test.go:78: got "==> Must specify data directory using -data-dir\n" want "==> data_dir cannot be empty\n"
--- FAIL: TestConfigFail/agent_-server_-data-dir_/tmp/consul-test/TestConfigFail-consul899739923_-advertise_0.0.0.0_-bind_10.0.0.1 (0.10s)
agent_test.go:78: got "==> Starting Consul agent...\n==> Error starting agent: Failed to start Consul server: Failed to start RPC layer: listen tcp 10.0.0.1:8300: bind: can't assign requested address\n" want "==> Advertise address cannot be 0.0.0.0, :: or [::]\n"
--- FAIL: TestConfigFail/agent_-server_-data-dir_/tmp/consul-test/TestConfigFail-consul899739923_-advertise_::_-bind_10.0.0.1 (0.03s)
agent_test.go:78: got "==> Starting Consul agent...\n==> Error starting agent: Failed to start Consul server: Failed to start RPC layer: listen tcp 10.0.0.1:8300: bind: can't assign requested address\n" want "==> Advertise address cannot be 0.0.0.0, :: or [::]\n"
--- FAIL: TestConfigFail/agent_-server_-data-dir_/tmp/consul-test/TestConfigFail-consul899739923_-advertise_[::]_-bind_10.0.0.1 (0.03s)
agent_test.go:78: got "==> Starting Consul agent...\n==> Error starting agent: Failed to parse advertise address: [::]\n" want "==> Advertise address cannot be 0.0.0.0, :: or [::]\n"
--- FAIL: TestConfigFail/agent_-server_-data-dir_/tmp/consul-test/TestConfigFail-consul899739923_-advertise-wan_0.0.0.0_-bind_10.0.0.1 (0.03s)
agent_test.go:78: got "==> Starting Consul agent...\n==> Error starting agent: Failed to start Consul server: Failed to start RPC layer: listen tcp 10.0.0.1:8300: bind: can't assign requested address\n" want "==> Advertise WAN address cannot be 0.0.0.0, :: or [::]\n"
--- FAIL: TestConfigFail/agent_-server_-data-dir_/tmp/consul-test/TestConfigFail-consul899739923_-advertise-wan_::_-bind_10.0.0.1 (0.03s)
agent_test.go:78: got "==> Starting Consul agent...\n==> Error starting agent: Failed to start Consul server: Failed to start RPC layer: listen tcp 10.0.0.1:8300: bind: can't assign requested address\n" want "==> Advertise WAN address cannot be 0.0.0.0, :: or [::]\n"
--- FAIL: TestConfigFail/agent_-server_-data-dir_/tmp/consul-test/TestConfigFail-consul899739923_-advertise-wan_[::]_-bind_10.0.0.1 (0.03s)
agent_test.go:78: got "==> Starting Consul agent...\n==> Error starting agent: Failed to parse advertise address for wan: [::]\n" want "==> Advertise WAN address cannot be 0.0.0.0, :: or [::]\n"
FAIL
FAIL github.com/hashicorp/consul/api 377.322s
FAIL
FAIL github.com/hashicorp/consul/command/agent 0.395s
make[1]: *** [test-internal] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment