| 1871 | // updates through the version at the time we received the request |
| 1872 | when(wait(commitData->version.whenAtLeast(minTenantVersion))) {} |
| 1873 | when(wait(futureVersionDelay)) { |
| 1874 | req.reply.sendError(future_version()); |
| 1875 | return Void(); |
| 1876 | } |
| 1877 | } |
| 1878 | } |
| 1879 | } |
no test coverage detected