Skip to content
Snippets Groups Projects

Post Apocalypse Testing Round 4 - Restores

Merged Charlotte Hausman requested to merge testing_barrage_fixes into main
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
93 93 for file in casa_logs:
94 94 if re.match("^.*SEVERE\sflagmanager.*$", open(file).read()):
95 95 self.logger.error("CASA ERROR!")
96 sys.exit(1)
97 elif re.match("Traceback (most recent call last):", open(file).read()):
  • Janet Goldstein approved this merge request

    approved this merge request

  • Daniel Lyons approved this merge request

    approved this merge request

  • added 4 commits

    • aec0eed2 - 1 commit from branch main
    • aa56a1fb - restores now run until vela call.
    • 3363f2da - removing unused imports
    • 6089a94f - restore fixes post real CASA testing

    Compare with previous version

  • Nathan Hertz approved this merge request

    approved this merge request

  • Charlotte Hausman enabled an automatic merge when the pipeline for 6089a94f succeeds

    enabled an automatic merge when the pipeline for 6089a94f succeeds

  • Please register or sign in to reply
    Loading