open-consul/command/connect/redirecttraffic
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
..
redirect_traffic.go Save exposed ports in agent's store and expose them via API (#10173) 2021-05-12 13:51:39 -07:00
redirect_traffic_test.go testing: fix a test for 32-bit 2021-06-29 16:10:21 -04:00