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
"...internal/pkg/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "571d1479a4286b29126f19231fc327ccd9e81139"
Commit
fbd73f24
authored
Mar 11, 2026
by
ius
Browse files
Fix ops write pressure integration fixture
parent
f740d2c2
Changes
1
Show 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) {
...
@@ -22,6 +22,7 @@ func TestOpsRepositoryBatchInsertErrorLogs(t *testing.T) {
RequestID
:
"batch-ops-1"
,
RequestID
:
"batch-ops-1"
,
ErrorPhase
:
"upstream"
,
ErrorPhase
:
"upstream"
,
ErrorType
:
"upstream_error"
,
ErrorType
:
"upstream_error"
,
Severity
:
"error"
,
StatusCode
:
429
,
StatusCode
:
429
,
ErrorMessage
:
"rate limited"
,
ErrorMessage
:
"rate limited"
,
CreatedAt
:
now
,
CreatedAt
:
now
,
...
@@ -30,6 +31,7 @@ func TestOpsRepositoryBatchInsertErrorLogs(t *testing.T) {
...
@@ -30,6 +31,7 @@ func TestOpsRepositoryBatchInsertErrorLogs(t *testing.T) {
RequestID
:
"batch-ops-2"
,
RequestID
:
"batch-ops-2"
,
ErrorPhase
:
"internal"
,
ErrorPhase
:
"internal"
,
ErrorType
:
"api_error"
,
ErrorType
:
"api_error"
,
Severity
:
"error"
,
StatusCode
:
500
,
StatusCode
:
500
,
ErrorMessage
:
"internal error"
,
ErrorMessage
:
"internal error"
,
CreatedAt
:
now
.
Add
(
time
.
Millisecond
),
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