Skip to content

community/telegraf: disable a couple of tests

omni requested to merge omni/aports:disable-a-test-telegraf into master

these are failing on the package builders:

ok  	github.com/influxdata/telegraf/plugins/common/shim	0.041s
?   	github.com/influxdata/telegraf/plugins/inputs/dpdk/mocks	[no test files]
?   	github.com/influxdata/telegraf/plugins/inputs/eventhub_consumer	[no test files]
?   	github.com/influxdata/telegraf/plugins/inputs/execd/examples	[no test files]
?   	github.com/influxdata/telegraf/plugins/inputs/execd/shim/example/cmd	[no test files]
?   	github.com/influxdata/telegraf/plugins/inputs/fibaro/hc2	[no test files]
?   	github.com/influxdata/telegraf/plugins/inputs/fibaro/hc3	[no test files]
?   	github.com/influxdata/telegraf/plugins/inputs/gnmi/extensions/jnpr_gnmi_extention	[no test files]
?   	github.com/influxdata/telegraf/plugins/inputs/intel_baseband/mock	[no test files]
?   	github.com/influxdata/telegraf/plugins/inputs/ipvs	[no test files]
?   	github.com/influxdata/telegraf/plugins/inputs/jti_openconfig_telemetry/auth	[no test files]
?   	github.com/influxdata/telegraf/plugins/inputs/jti_openconfig_telemetry/oc	[no test files]
--- FAIL: TestTLSMemLeak (2.07s)
    socket_test.go:826: 
        	Error Trace:	github.com/influxdata/telegraf/plugins/common/socket/socket_test.go:826
        	Error:      	"36949" is not less than "16556"
        	Test:       	TestTLSMemLeak
FAIL
FAIL	github.com/influxdata/telegraf/plugins/common/socket	4.828s
ok  	github.com/influxdata/telegraf/plugins/common/tls	0.169s
..
ok  	github.com/influxdata/telegraf/plugins/inputs/influxdb_listener	0.139s
2024-09-11T10:28:36Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:36Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:36Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:36Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:36Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:36Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:36Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:36Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:36Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:36Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:36Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:36Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:36Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:36Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:36Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:37Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:37Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:37Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:37Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:37Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:37Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:37Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:37Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:37Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:37Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:37Z I! [] Started HTTP listener service on localhost:0
2024-09-11T10:28:37Z I! [] Started HTTP listener service on localhost:0
--- FAIL: TestRateLimitedConnectionAcceptsNewRequestOnDelivery (0.00s)
    influxdb_v2_listener_test.go:650: 
        	Error Trace:	github.com/influxdata/telegraf/plugins/inputs/influxdb_v2_listener/influxdb_v2_listener_test.go:650
        	Error:      	Not equal: 
        	            	expected: 204
        	            	actual  : 429
        	Test:       	TestRateLimitedConnectionAcceptsNewRequestOnDelivery
2024-09-11T10:28:37Z I! [] Started HTTP listener service on localhost:0
FAIL
FAIL	github.com/influxdata/telegraf/plugins/inputs/influxdb_v2_listener	0.608s
ok  	github.com/influxdata/telegraf/plugins/inputs/intel_baseband	0.354s
Edited by omni

Merge request reports