Failed examples on rspec ./spec/requests/api/internal_spec.rb
Failures:
1) API::Internal POST /internal/post_receive when there are merge_request push options creates a new merge request
Failure/Error: raise(error) if raise_error?
Gitlab::QueryLimiting::Transaction::ThresholdExceededError:
Too many SQL queries were executed in POST /api/:version/internal/post_receive(.:format): a maximum of 100 is allowed but 101 SQL queries were executed
# ./lib/gitlab/query_limiting/transaction.rb:56:in `act_upon_results'
# ./lib/gitlab/query_limiting/middleware.rb:21:in `call'
# ./ee/lib/gitlab/jira/middleware.rb:17:in `call'
# ./lib/gitlab/middleware/go.rb:20:in `call'
# ....
2) API::Internal POST /internal/post_receive when there are merge_request push options links to the newly created merge request
Failure/Error: raise(error) if raise_error?
Gitlab::QueryLimiting::Transaction::ThresholdExceededError:
Too many SQL queries were executed in POST /api/:version/internal/post_receive(.:format): a maximum of 100 is allowed but 101 SQL queries were executed
# ./lib/gitlab/query_limiting/transaction.rb:56:in `act_upon_results'
# ./lib/gitlab/query_limiting/middleware.rb:21:in `call'
# ./ee/lib/gitlab/jira/middleware.rb:17:in `call'
# ./lib/gitlab/middleware/go.rb:20:in `call'
# ...
Failed examples:
rspec ./spec/requests/api/internal_spec.rb:960 # API::Internal POST /internal/post_receive when there are merge_request push options creates a new merge request
rspec ./spec/requests/api/internal_spec.rb:966 # API::Internal POST /internal/post_receive when there are merge_request push options links to the newly created merge request
Example: https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/206326595
Edited by Mayra Cabrera