Skip to content

TestArchiver doesn't work with RF 7.0 output.xml format. #80

@rasjani

Description

@rasjani

Looks like at least "starttime" and "endtime" attributes are not present anymore in the output.xml and that cause crash like this;

Parsing: 'output.xml'
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.12/bin/testarchiver", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/test_archiver/output_parser.py", line 861, in main
    build_number_cache = parse_xml(output_file, args.format, connection, config, build_number_cache)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/test_archiver/output_parser.py", line 795, in parse_xml
    parser.feed(buffer)
  File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/xml/sax/expatreader.py", line 211, in feed
    self._parser.Parse(data, isFinal)
  File "/Users/sysadmin/build/v3.12.0/Modules/pyexpat.c", line 416, in StartElement
  File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/xml/sax/expatreader.py", line 327, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/test_archiver/output_parser.py", line 91, in startElement
    self.archiver.begin_status(attrs.getValue('status'), attrs.getValue('starttime'),
                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/xml/sax/xmlreader.py", line 291, in getValue
    return self._attrs[name]
           ~~~~~~~~~~~^^^^^^
KeyError: 'starttime'

Not holding my breath to get this fixed but pinging @Muusssi nevertheless

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions