You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To help detect and prevent issues like #3273, we should create a test that doesnt necessarily have to run in CI, but that we can run whenever affected code is touched.
Simply, all we need to do is create 1,000,000 unique files, and add each of them. After each add we should check that we have the correct number of pinned files, and at the end, make sure that the entire pinset looks correct.
We have smaller tests like this, but never ramped up the numbers this high due to perf issues with ipfs itself.
The text was updated successfully, but these errors were encountered:
To help detect and prevent issues like #3273, we should create a test that doesnt necessarily have to run in CI, but that we can run whenever affected code is touched.
Simply, all we need to do is create 1,000,000 unique files, and add each of them. After each add we should check that we have the correct number of pinned files, and at the end, make sure that the entire pinset looks correct.
We have smaller tests like this, but never ramped up the numbers this high due to perf issues with ipfs itself.
The text was updated successfully, but these errors were encountered: