Skip to content

Commit 4e87726

Browse files
committed
Remove application.properties workaround
1 parent f43ef4f commit 4e87726

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

tck/src/main/resources/application.properties

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,3 @@ quarkus.grpc.server.use-separate-server=false
77
a2a.executor.core-pool-size=5
88
a2a.executor.max-pool-size=15
99
a2a.executor.keep-alive-seconds=60
10-
11-
# TEMPORARY WORKAROUND: Increase Vert.x worker thread blocking timeout to prevent thread abandonment
12-
# Default is 60s, increased to 300s (5 minutes) to match TCK timeout
13-
# TODO: Remove this workaround once proper fix is implemented:
14-
# - Make EventQueue polling non-blocking with async/reactive patterns
15-
# - Or add timeout to consumeAndBreakOnInterrupt() to return early
16-
# See: Investigation of TCK timeout issues in CI (21 agents leaked due to thread abandonment)
17-
quarkus.vertx.max-worker-execute-time=300s
18-
19-
# Enable debug logging for troubleshooting SSE streaming test timeouts
20-
quarkus.log.category."io.a2a.server.requesthandlers".level=DEBUG
21-
quarkus.log.category."io.a2a.server.events".level=DEBUG
22-
quarkus.log.category."io.a2a.server.tasks".level=DEBUG
23-
24-
# Log to file for analysis
25-
quarkus.log.file.enable=true
26-
quarkus.log.file.path=target/tck-test.log
27-
quarkus.log.file.level=DEBUG
28-
quarkus.log.console.level=INFO

0 commit comments

Comments
 (0)