3 | | 1. For each method in IStorageServer and related objects (bucket reader/writer), grep for method definitions; eventually this should discover all fakes. |
4 | | 2. For each fake, add logic to print tracebacks(?) to file. |
5 | | 3. Add logic to print tracebacks to file for real code too. |
| 3 | 1. For each method in IStorageServer and related objects (bucket reader/writer), grep for method definitions; eventually this should discover all fakes. E.g. allmydata.test.mutable.util.FakeStorageServer is not annotated with the IStorageServer interface but implements it. |
| 4 | 2. For each fake, temporarily add logic to print tracebacks(?) to file. |
| 5 | 3. Temporarily add logic to print tracebacks to file for real code too. |