tests failign from a data race caused in the tests setup. an incrementing const needs something to serialzie it (atmoic in this case) to remove that data race. This touches that up.