Comment 0 for bug 1297344

Revision history for this message
Jeff Lane  (bladernr) wrote :

Plainbox versions:
ii canonical-certification-server 0.17.9+bzr2823~ubuntu14.04.1 all Canonical Certification Server.
ii plainbox-insecure-policy 0.17.9+bzr2823~ubuntu14.04.1 all Insecure PolicyKit action file for PlainBox
ii plainbox-provider-certification-server 0.17.9+bzr2823~ubuntu14.04.1 all Server Certification
ii plainbox-provider-checkbox 0.17.9+bzr2823~ubuntu14.04.1 amd64 CheckBox jobs
ii plainbox-provider-resource-generic 0.17.9+bzr2823~ubuntu14.04.1 amd64 CheckBox generic resource jobs provider
ii python3-plainbox 0.17.9+bzr2823~ubuntu14.04.1 all Simple replacement for CheckBox

I ran the latest dev version of canonical-certification-server and at the end, I noticed that the results file had tracebacks in it.

These tracebacks referred to output in /tmp that no longer exist.

 <comment>Traceback (most recent call last):
  File "/tmp/nest-ryoz4v59.11eb509ebecd40680a2c542695af56491bf9cb92530d47ab123e5e2f308b943e/network", line 648, in &lt;module&gt;
    sys.exit(main())
  File "/tmp/nest-ryoz4v59.11eb509ebecd40680a2c542695af56491bf9cb92530d47ab123e5e2f308b943e/network", line 644, in main
    return args.func(args)
  File "/tmp/nest-ryoz4v59.11eb509ebecd40680a2c542695af56491bf9cb92530d47ab123e5e2f308b943e/network", line 450, in interface_test
    if "example.com" in test_target:
TypeError: argument of type 'NoneType' is not iterable
</comment>

However, now that the test run is complete, those files no longer exist in /tmp

I next looked in .local/share/plainbox but there is only results files there:

root@CCS-SUT:~# ls .local/share/plainbox/ -a
. .. results.html submission.xml

I then checked the cache dir:

root@CCS-SUT:~# ls -la .cache/plainbox/*
total 8
drwxr-xr-x 2 root root 4096 Mar 25 10:45 .
drwxr-xr-x 3 root root 4096 Mar 25 10:30 ..
lrwxrwxrwx 1 root root 52 Mar 25 10:44 last-session -> /root/.cache/plainbox/sessions/pbox-bkd5fdar.session

And the only thing there is a symlink to a non-existent session file.

So there is no way for me to go back and actually look at the full output from the network tests.