Skip to content

Commit 7dc1549

Browse files
committed
gdb fails to attach in stateless, disable for now
1 parent 1a6bc73 commit 7dc1549

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

ci/jobs/functional_tests.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -297,12 +297,14 @@ def start():
297297
# )
298298
res = res and CH.start()
299299
res = res and CH.wait_ready()
300-
if res:
301-
if "asan" not in info.job_name:
302-
print("Attaching gdb")
303-
res = res and CH.attach_gdb()
304-
else:
305-
print("Skipping gdb attachment for asan build")
300+
# NOTE (strtgbb): Disable gdb, it fails to attach, disable for now
301+
# if res:
302+
# if "asan" not in info.job_name:
303+
# print("Attaching gdb")
304+
# res = res and CH.attach_gdb()
305+
# else:
306+
# print("Skipping gdb attachment for asan build")
307+
# NOTE (strtgbb): Disable log tables, we don't use them
306308
# if res:
307309
# if not Info().is_local_run:
308310
# if not CH.start_log_exports(stop_watch.start_time):

0 commit comments

Comments
 (0)