spec/lib/gitlab/instrumentation/redis_interceptor_spec.rb is failing or getting stuck
Summary
Job #2998706867 failed for b7a71fe6:
spec/lib/gitlab/instrumentation/redis_interceptor_spec.rb
1) Gitlab::Instrumentation::RedisInterceptor latency commands not in the apdex with pipelined commands skips requests that have blocking commands
Failure/Error: super
Redis::CommandError:
ERR timeout is not an integer or out of range
# ./lib/gitlab/instrumentation/redis_interceptor.rb:24:in `block in call_pipeline'
# ./lib/gitlab/instrumentation/redis_interceptor.rb:47:in `instrument_call'
# ./lib/gitlab/instrumentation/redis_interceptor.rb:23:in `call_pipeline'
# ./spec/lib/gitlab/instrumentation/redis_interceptor_spec.rb:143:in `block (6 levels) in <main>'
# ./lib/gitlab/redis/wrapper.rb:23:in `block in with'
# ./lib/gitlab/redis/wrapper.rb:23:in `with'
# ./spec/lib/gitlab/instrumentation/redis_interceptor_spec.rb:142:in `block (5 levels) in <main>'
# ./spec/spec_helper.rb:441:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
# ./spec/spec_helper.rb:432:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:428:in `block (3 levels) in <top (required)>'
# ./lib/gitlab/application_context.rb:56:in `with_raw_context'
# ./spec/spec_helper.rb:428:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:395:in `block (3 levels) in <top (required)>'
# ./lib/gitlab/with_request_store.rb:17:in `enabling_request_store'
# ./lib/gitlab/with_request_store.rb:10:in `with_request_store'
# ./spec/spec_helper.rb:395:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:265:in `block (2 levels) in <top (required)>'
# ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <main>'
# ./spec/support/redis.rb:17:in `block (3 levels) in <main>'
# ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <main>'
# ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <main>'
# ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'
# ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <main>'
Steps to reproduce
Proposed Resolution
Please refer to the Resolution guidance to learn more about resolution of broken master.