Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
haf
Merge requests
!257
query_supervisor configuration and parallel queries support and functionl test refactoring
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
query_supervisor configuration and parallel queries support and functionl test refactoring
mi_sql_breaker_tuples_limit_config
into
develop
Overview
2
Commits
9
Pipelines
12
Changes
86
All threads resolved!
Hide all comments
Merged
Marcin
requested to merge
mi_sql_breaker_tuples_limit_config
into
develop
2 years ago
Overview
2
Commits
9
Pipelines
12
Changes
86
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
eaf6106c
Show latest version
86 files
+
5
−
1999
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
86
Search (e.g. *.vue) (Ctrl+P)
eaf6106c
functional tests: remove unecessary given/when/then functions
· eaf6106c
Marcin
authored
2 years ago
tests/integration/functional/hive_fork_manager/app_api/account_operations_view_test.sql
+
0
−
13
Options
@@ -125,19 +125,6 @@ END;
$
BODY
$
;
DROP
FUNCTION
IF
EXISTS
haf_admin_test_when
;
CREATE
FUNCTION
haf_admin_test_when
()
RETURNS
void
LANGUAGE
'plpgsql'
VOLATILE
AS
$
BODY
$
BEGIN
--NOTHING TODO HERE
END
$
BODY
$
;
DROP
FUNCTION
IF
EXISTS
haf_admin_test_then
;
CREATE
FUNCTION
haf_admin_test_then
()
RETURNS
void
Loading