test_abort (#6743)

This commit is contained in:
qwes5s5
2026-03-17 14:06:40 +08:00
committed by GitHub
parent eab429d05e
commit 3b7507a4c2
11 changed files with 132 additions and 82 deletions
+1
View File
@@ -61,6 +61,7 @@ class RequestType(Enum):
DECODE = 1
PREEMPTED = 2
EXTEND = 3
ABORT = 4
@dataclass