Re: Adding autopkgtest to Orthanc-python

2023-11-07 Thread Sébastien Jodogne
Hello, On 11/4/23 11:53, Nilesh Patra wrote: I see -- but this seems a little counter-intuitive, no? orthanc-python installs files in /etc/orthanc/ but by what you said above the plugins should be installed only in /usr/share/orthanc/plugins/ to be working (along with a bunch of .so files) - is

Re: Adding autopkgtest to Orthanc-python

2023-11-06 Thread Nilesh Patra
Gentle ping? On 4 November 2023 4:23:58 pm IST, Nilesh Patra wrote: >On Sat, Nov 04, 2023 at 11:33:52AM +0100, Sébastien Jodogne wrote: >> > I tried doing something similar however the test still seems to fail. >> > The failing job can be found at[3]. >> > [3]

Re: Adding autopkgtest to Orthanc-python

2023-11-04 Thread Nilesh Patra
On Sat, Nov 04, 2023 at 11:33:52AM +0100, Sébastien Jodogne wrote: > > I tried doing something similar however the test still seems to fail. > > The failing job can be found at[3]. > > [3] https://salsa.debian.org/med-team/orthanc-python/-/jobs/4887512 > > The log file of Orthanc indicates that

Re: Adding autopkgtest to Orthanc-python

2023-11-04 Thread Sébastien Jodogne
Hello, I tried doing something similar however the test still seems to fail. The failing job can be found at[3]. [3] https://salsa.debian.org/med-team/orthanc-python/-/jobs/4887512 The log file of Orthanc indicates that the Python plugin is simply not loaded: > I1104 10:12:22.947781

Re: Adding autopkgtest to Orthanc-python

2023-11-04 Thread Nilesh Patra
On Tue, Oct 31, 2023 at 10:58:31AM +0100, Sébastien Jodogne wrote: > This error indicates that two instances of Orthanc are running at the same > time, most probably because the "orthanc" Debian service is not stopped at > the beginning of the test by autopkgtests. > > I indeed do not see any

Re: Adding autopkgtest to Orthanc-python

2023-10-31 Thread Sébastien Jodogne
Dear all, This error indicates that two instances of Orthanc are running at the same time, most probably because the "orthanc" Debian service is not stopped at the beginning of the test by autopkgtests. I indeed do not see any call to "systemctl stop orthanc" in the main script

Re: Adding autopkgtest to Orthanc-python

2023-10-20 Thread Aaron M. Ucko
Andreas Tille writes: > I have no idea what this might mean. Could you have a look at the > test? I also realised that you are installing There's a more specific error a few lines up: E1020 09:35:18.908283 OrthancException.cpp:61] The TCP port of the DICOM server is privileged or already

Re: Adding autopkgtest to Orthanc-python

2023-10-20 Thread Andreas Tille
Hi, Am Fri, Oct 20, 2023 at 08:44:26AM +0100 schrieb Oyindamola Olatunji: > I am working on adding autopkgtest to the orthanc-python package. Whenever > I run the test locally, it gets stuck in execution and doesn't seem to give > an output. > > Here is the autop

Adding autopkgtest to Orthanc-python

2023-10-20 Thread Oyindamola Olatunji
Hello, I am working on adding autopkgtest to the orthanc-python package. Whenever I run the test locally, it gets stuck in execution and doesn't seem to give an output. Here is the autopkgtest: https://salsa.debian.org/med-team/orthanc-python/-/commit/9e751a67614e90d383956f400906ce8121bcfc81 I