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

Update assert statement to get offending status in resharding_recipient_service_test

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Cluster Scalability
    • Fully Compatible
    • ClusterScalability Apr14-Apr28
    • 0
    • None
    • 0
    • None
    • None
    • None
    • None
    • None
    • None

      We have a call to ASSERT(FOO == BAR) which will not print out what FOO is if it does not equal bar. Updating to ASSERT_EQ(FOO, BAR) which will.

            Assignee:
            ben.gawel@mongodb.com Ben Gawel
            Reporter:
            ben.gawel@mongodb.com Ben Gawel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: