← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Bug 2071320] Re: logs-viewer.user.js userscript gets confused by autopkgtest autopkgtests

 

** Changed in: auto-package-testing
     Assignee: (unassigned) => Paride Legovini (paride)

-- 
You received this bug notification because you are a member of
Canonical's Ubuntu QA, which is subscribed to Auto Package Testing.
https://bugs.launchpad.net/bugs/2071320

Title:
  logs-viewer.user.js userscript gets confused by autopkgtest
  autopkgtests

Status in Auto Package Testing:
  New

Bug description:
  When running autopkgtest autopgktests, we have nested autopkgtest
  output. This confuses the userscript, as it breaks the log into
  sections doing substring matching, and it is not able to tell some of
  the output is actually part of the test output.

  This could probably by fixed by anchoring the substrings to beginning
  of lines. Something like turning:

  case /autopkgtest.*: @@@@@@@@@@@@@@@@@@@@ test bed
  setup/.test(linedLog[line]):

  into (untested!):

  case /^[0-9]+s autopkgtest.*: @@@@@@@@@@@@@@@@@@@@ test bed
  setup/.test(linedLog[line]):

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/2071320/+subscriptions



References