aneurysm
2 years agoOccasional Contributor
Double iteration over data source
Hi, is there any option to iterate twice over data source? I use data source (data generator) to generate app instance names. When test case in finishing, i have last step to clean created instances, so I need generated instance names second time (second iteration over data generator). But when I try data source loop over my data generator second time, it uses only last value from data generator (pointer is set to the last value). Any ideas? gRPC testing