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

Add additional spinner feedback to build

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Build

      The SCons build features a spinner that essentially lets the user know things are happening. This is implemented on our SConstruct via the SCons API Progress class. This progress class only updates when scons build nodes are processed. During the bazel migration, we are doing a lot of intermittent queries to bazel which are outside of what this Progress class would normally cover.

      We should implement a basic spinner which covers the gaps of the Progress spinner. The default progress spinner activates after scons starts "Building targets...", so we should supplement during the SConscript reading phase with our own spinner print out, specifically because the extra time waiting doing bazel queries to get build information out of bazel.

            Assignee:
            daniel.moody@mongodb.com Daniel Moody
            Reporter:
            daniel.moody@mongodb.com Daniel Moody
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: