Skip to content

Commit 6ac8e8e

Browse files
taoyifan89Coda-bot
andauthored
[feat][backend] not match filter in trace (#200)
* Add not match query type. Change-Id: Ic4d9296ac9e8e169da599217e2568084d346b313 * Fix idl. Change-Id: I25b134f48c9b2a05c1c9749a2a8f7790258c9483 * test: [Coda] 为QueryTypeEnumNotMatch补充异常流程单元测试 (LogID: 202509181501540100911150893937C20) Co-Authored-By: Coda <[email protected]> * Fix idl gen. Change-Id: I97e4b63beeee66fcb9a1a93f9522fb5117a49cb8 * Fix golint. Change-Id: I2f29378dd538c31b6b871be130c12f30ff97e342 --------- Co-authored-by: Coda <[email protected]>
1 parent 512556a commit 6ac8e8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

backend/kitex_gen/coze/loop/observability/domain/filter/filter.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/modules/observability/domain/trace/entity/loop_span/filter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1770,4 +1770,4 @@ func TestQueryTypeEnumNotMatchValidation(t *testing.T) {
17701770
err := filter.Validate()
17711771
assert.Error(t, err, "Invalid NotMatch filter %d should fail validation", i)
17721772
}
1773-
}
1773+
}

backend/modules/observability/infra/repo/ck/spans_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,4 +557,4 @@ func TestQueryTypeEnumNotMatchComplexScenarios(t *testing.T) {
557557
assert.Equal(t, tc.expectedSql, sql, "SQL mismatch for test case: %s", tc.name)
558558
})
559559
}
560-
}
560+
}

0 commit comments

Comments
 (0)