open-consul/command/connect
Daniel Nephin 843e08bb23 testing: fix a test for 32-bit
The hcl decoding apparently uses strconv.ParseInt, which fails to parse a 64bit int.
Since hcl v1 is basically EOl, it seems unlikely we'll fix this in hcl.

Since this test is only about loading values from config files, the extra large number
doesn't seem important. Trim a few zeros from the numbers so that they parse
properly on 32bit platforms.

Also skip a slow test when -short is used.
2021-06-29 16:10:21 -04:00
..
ca connect/ca: Allow ForceWithoutCrossSigning for all providers 2021-01-29 13:38:11 -08:00
envoy Add flag for transparent proxies to dial individual instances (#10329) 2021-06-09 14:34:17 -06:00
expose testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
proxy Continue working through proxy and agent 2021-05-04 12:41:43 -07:00
redirecttraffic testing: fix a test for 32-bit 2021-06-29 16:10:21 -04:00
connect.go Original proxy and connect.Client implementation. Working end to end. 2018-06-14 09:41:56 -07:00
connect_test.go Builtin tls helper (#5078) 2018-12-19 09:22:49 +01:00