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
!34
more bridge_api and condenser_api test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
more bridge_api and condenser_api test
pczempiel_new_tests
into
master
Overview
1
Commits
19
Pipelines
0
Changes
11
Closed
Paulina Czempiel
requested to merge
pczempiel_new_tests
into
master
4 years ago
Overview
1
Commits
19
Pipelines
0
Changes
11
Expand
0
0
Merge request reports
Viewing commit
f6d24799
Prev
Next
Show latest version
11 files
+
305
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
f6d24799
database error patterns
· f6d24799
Paulina Czempiel
authored
4 years ago
hivemind/tavern/database_api_patterns/find_votes_author_error.pat.json
0 → 100644
+
27
−
0
Options
{
"code"
:
-32003
,
"data"
:
{
"code"
:
10
,
"message"
:
"Assert Exception"
,
"name"
:
"assert_exception"
,
"stack"
:
[
{
"context"
:
{
"file"
:
"database_api.cpp"
,
"hostname"
:
""
,
"level"
:
"error"
,
"line"
:
1280
,
"method"
:
"find_votes"
,
"timestamp"
:
"2020-08-31T07:27:49"
},
"data"
:
{
"a"
:
"kental"
,
"p"
:
""
},
"format"
:
"comment != nullptr: Could not find comment ${a}/${p}"
}
]
},
"message"
:
"Assert Exception:comment != nullptr: Could not find comment kental/"
}
\ No newline at end of file
Loading