opentensor / bittensor

Internet-scale Neural Networks
https://www.bittensor.com/
MIT License
816 stars 274 forks source link

Feat: Parallel e2e tests #2066

Open ibraheem-opentensor opened 1 week ago

ibraheem-opentensor commented 1 week ago

We are currently going with 2 parallel machines running our tests. The workload is distributed according to the folder directory in our e2e tests.

Note: Tests where we wait for an epoch must be distributed amongst these folders otherwise one machine may have to wait for too long if there are multiple tests.

Additional note: We also tested spinning up an additional machine exclusively for tests where we are waiting for epochs, but the execution and cost downsides didn't justify the minimum improvement in results (yet). We can revisit this case as we increase our coverage.