File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,3 @@ quarkus.grpc.server.use-separate-server=false
77a2a.executor.core-pool-size =5
88a2a.executor.max-pool-size =15
99a2a.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
You can’t perform that action at this time.
0 commit comments