Nick Sarkauskas
Nick Sarkauskas
> @nsarka can you please check why gtest failed in CI? @Sergei-Lebedev it seems like the gtest passed. However, the ucc test failed with `Cancelling nested steps due to timeout`....
> @janjust I think we see two different problems. Here it's > > ``` > [2024-05-07T10:35:28.799Z] [----------] 3 tests from test_context > [2024-05-07T10:35:28.799Z] [ RUN ] test_context.create_destroy > [2024-05-07T10:35:28.799Z] [...
@Sergei-Lebedev I ran the hanging gtest manually with my nsarka/active-set-broadcast branch and it passed, which suggests this is a CI issue: ``` [ RUN ] test_context.global [ OK ] test_context.global...
@Sergei-Lebedev Hey Sergey, I updated the PR so that the root is in terms of the ucc_team only if the active_set flag was set on coll_args. This fixed the hang...