Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-90277

Resmoke tracing set up should catch KeyboardInterrupt and SystemExit

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0, 7.3.3, 8.0.0-rc5
    • Affects Version/s: None
    • Component/s: None
    • None
    • Service Arch
    • Fully Compatible
    • ALL
    • v8.0, v7.3
    • Service Arch 2024-05-13
    • 200

      Current backup_restore.js test lib fires SIGINT to a currently running resmoke process and expects the process to exit with certain error codes. This process may encounter the SIGINT but proceed if the signal is caught during resmoke setup here. Resmoke will continue running the test suite which in this case repeats with `--repeat=99999`, therefore causing timeout.

      Resmoke setup should be changed to consider KeyboardInterrupt and SystemExit.

            Assignee:
            alex.li@mongodb.com Alex Li
            Reporter:
            alex.li@mongodb.com Alex Li
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: