Skip to content
GitLab
Explore
Sign in
Register
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
Commits
67993d3e
Commit
67993d3e
authored
4 years ago
by
Andrzej Lisak
Browse files
Options
Downloads
Patches
Plain Diff
[ABW]: unneeded file removed
parent
04009d68
No related branches found
No related tags found
1 merge request
!35
Database API pattern fixes, some cleanup in all tests
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hivemind/tavern/_test_patterns.tavern.yaml
+0
-39
0 additions, 39 deletions
hivemind/tavern/_test_patterns.tavern.yaml
with
0 additions
and
39 deletions
hivemind/tavern/_test_patterns.tavern.yaml
deleted
100644 → 0
+
0
−
39
View file @
04009d68
test_name
:
Hivemind database_api.list_comments patterns test order "by_cashout_time" all data
marks
:
-
patterntest
-
failing
-
xfail
# incomparable (problem with ordering most likely)
includes
:
-
!include
common.yaml
stages
:
-
name
:
list_comments_by_cashout_time
request
:
url
:
"
{service.proto:s}://{service.server:s}:{service.port}/"
method
:
POST
headers
:
content-type
:
application/json
json
:
jsonrpc
:
"
2.0"
id
:
1
method
:
"
database_api.list_comments"
params
:
{
"
start"
:
[
"
1969-12-31T23:59:59"
,
"
proskynneo"
,
"
steemit-firstpost-1"
,
],
"
limit"
:
10
,
"
order"
:
"
by_cashout_time"
,
}
response
:
status_code
:
200
verify_response_with
:
function
:
validate_response:compare_response_with_pattern
extra_kwargs
:
method
:
"
list_comments_by_cashout_time_all_data"
directory
:
"
database_api_patterns"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment