Open hageboeck opened 1 month ago
Disabling webgui
means disabling TWebCanvas
, which is required to produce drawings in jupyter notebook now.
One need to disable all graphics-related tests in jupyter after disabling webgui.
Are you sure? In the jupyter notebooks we use plain jsroot, no twebcanvas.
TWebCanvas used to create JSON, which then showed with JSROOT
Check duplicate issues.
Description
In the GPU-PR #16580, @dpiparo suggested to disable a few components to speed up the non-GPU-related parts. After disabling the webgui, the following test started to hang and time out:
Reproducer
This is the full config:
This is the notebook it tries to run: https://github.com/root-project/roottest/blob/master/python/JupyROOT/Cpp_IMT_Canvas.ipynb
And this is a minimal reproducer if you reverse engineer what the test does:
You can make it pass by:
--ExecutePreprocessor.enabled=False
ROOT version
Master
Installation method
From source
Operating system
registry.cern.ch/root-ci/ubuntu2404-cuda
Additional context
No response