Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tests_api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
tests_api
Merge requests
!185
condenser API calls from slow_calls file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
condenser API calls from slow_calls file
pmaniora_condenser_slow_calls
into
master
Overview
2
Commits
2
Pipelines
0
Changes
3
All threads resolved!
Hide all comments
Merged
Pawel Maniora
requested to merge
pmaniora_condenser_slow_calls
into
master
4 years ago
Overview
2
Commits
2
Pipelines
0
Changes
3
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
fc6bcbf2
Prev
Next
Show latest version
3 files
+
30
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
fc6bcbf2
get_blog fixes
· fc6bcbf2
Pawel Maniora
authored
4 years ago
hivemind/tavern_full_sync/condenser_api_patterns/get_blog/gtg.tavern.yaml
0 → 100644
+
29
−
0
Options
---
test_name
:
Hivemind condenser_api.get_blog most posts
marks
:
-
patterntest
# timeout
includes
:
-
!include
../../common.yaml
stages
:
-
name
:
get_blog most posts
request
:
url
:
"
{service.proto:s}://{service.server:s}:{service.port}/"
method
:
POST
headers
:
content-type
:
application/json
json
:
jsonrpc
:
"
2.0"
id
:
1
method
:
"
condenser_api.get_blog"
params
:
[
"
gtg"
,
0
,
0
]
response
:
status_code
:
200
verify_response_with
:
function
:
validate_response:has_valid_response
extra_kwargs
:
method
:
"
most_blog_posts"
directory
:
"
condenser_api_patterns/get_blog"
Loading