Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-10643

s_all doesn't always print the failing command

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • WT11.2.0, 7.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • 3
    • 2023-03-21 Ellen Ripley

      s_all has two ways to run commands - via the list of non-parallelisable scripts, and via the COMMANDS list. The COMMANDS list doesn't seem to reliably print the name of a command that fails, for example:

      ####################### MESSAGE ############################
      s_all run of: "" resulted in:
          dist/type_to_str.py:36
      

      What actually failed here is s_longlines because type_to_str.py has a long line in it, but that's not at all clear from the output. It should be printing:

      ####################### MESSAGE ############################
      s_all run of: "s_longlines" resulted in:
          dist/type_to_str.py:36
      

      This might also be a problem with the non-parallelisable list too - checking this is part of the scope for this ticket.

            Assignee:
            andrew.morton@mongodb.com Andrew Morton
            Reporter:
            will.korteland@mongodb.com Will Korteland
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: