allocate_test_node_block

Function allocate_test_node_block 

Source
pub fn allocate_test_node_block(node_count: usize) -> usize
Expand description

Allocate a block of unique global node indices for a test.

This ensures that parallel tests get non-overlapping IP address ranges. Returns the starting global index for this test’s nodes.