Problem/Motivation
\Drupal\Tests\node\Functional\Update\NodeUpdateTest
does an update from rc1 for each testSomethingMethod
which is expensive
Proposed resolution
Refactor into a series of doTestBeforeX and doTestAfterX methods so we only update once.