diff options
author | George Wangensteen <george.wangensteen@mongodb.com> | 2021-08-12 14:21:59 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-08-12 15:19:19 +0000 |
commit | d9f51262487d11e03272bb403efae2b6aff114d7 (patch) | |
tree | 64ec6ab134605de0a4559e0b2ba36f5b410806e7 | |
parent | a765b78cb5ebd074c4d34fef7e6ebc0c1ba10be2 (diff) | |
download | mongo-d9f51262487d11e03272bb403efae2b6aff114d7.tar.gz |
SERVER-57984 Update references to SERVER-48490 to SERVER-52413 which marks completion of global clean shutdown work
-rw-r--r-- | SConstruct | 2 | ||||
-rw-r--r-- | etc/evergreen.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct index ff1d1df077e..bf51735455f 100644 --- a/SConstruct +++ b/SConstruct @@ -3530,7 +3530,7 @@ def doConfigure(myenv): # setting to allow tests to continue while we figure out # why we're running afoul of it. # - # TODO SERVER-48490: report_thread_leaks=0 suppresses + # TODO SERVER-52413: report_thread_leaks=0 suppresses # reporting thread leaks, which we have because we don't # do a clean shutdown of the ServiceContext. # diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 5d22aec94cc..8a80749482c 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -11441,7 +11441,7 @@ buildvariants: # allow tests to continue while we figure out why we're running # afoul of it. # - # TODO SERVER-48490: report_thread_leaks=0 suppresses reporting + # TODO SERVER-52413: report_thread_leaks=0 suppresses reporting # thread leaks, which we have because we don't do a clean shutdown # of the ServiceContext. # |