Change by QuickBuild Bot [04/May/25 10:10 AM]
|
Field |
Original Value |
New Value |
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
Assignee
|
Robin Shen
[ robinshine
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
Change by QuickBuild Bot [04/May/25 10:10 AM]
|
Fix Version/s
|
|
15.0.9
[ 12493
]
|
Change by Robin Shen [09/May/25 01:13 PM]
|
Resolution
|
Fixed
[ 1
]
|
|
Status
|
Resolved
[ 5
]
|
Reopened
[ 4
]
|
Change by QuickBuild Bot [09/May/25 01:22 PM]
|
Status
|
Reopened
[ 4
]
|
Resolved
[ 5
]
|
Fix Version/s
|
15.0.9
[ 12493
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
Change by QuickBuild Bot [09/May/25 01:22 PM]
|
Fix Version/s
|
|
15.0.10
[ 12494
]
|
I applied change of this task, here are my steps to test the change:
- Pre-queue script:
sleep(5000)
- Pre-build script:
sleep(20000)
- Cancel Immediately:
Yes
But when I trigger build:
- After 5 seconds, request appear in request queue:
status: CHECKING_BUILD_CONDITION -> RUNNING_BUILD (1)
- After 20 seconds, build was triggered
status: RUNNING_BUILD, duration 20s
- If I cancel request in step (1), the build will be triggered immediately
I think the request should be canceled and not created into a build.
Please help me check if my test is correct.