Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
fbd73f24
Commit
fbd73f24
authored
Mar 11, 2026
by
ius
Browse files
Fix ops write pressure integration fixture
parent
f740d2c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/internal/repository/ops_write_pressure_integration_test.go
View file @
fbd73f24
...
...
@@ -22,6 +22,7 @@ func TestOpsRepositoryBatchInsertErrorLogs(t *testing.T) {
RequestID
:
"batch-ops-1"
,
ErrorPhase
:
"upstream"
,
ErrorType
:
"upstream_error"
,
Severity
:
"error"
,
StatusCode
:
429
,
ErrorMessage
:
"rate limited"
,
CreatedAt
:
now
,
...
...
@@ -30,6 +31,7 @@ func TestOpsRepositoryBatchInsertErrorLogs(t *testing.T) {
RequestID
:
"batch-ops-2"
,
ErrorPhase
:
"internal"
,
ErrorType
:
"api_error"
,
Severity
:
"error"
,
StatusCode
:
500
,
ErrorMessage
:
"internal error"
,
CreatedAt
:
now
.
Add
(
time
.
Millisecond
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment