| 141 | |
| 142 | |
| 143 | static string createGetQuotaRequestBody() |
| 144 | { |
| 145 | mesos::master::Call call; |
| 146 | call.set_type(mesos::master::Call::GET_QUOTA); |
| 147 | |
| 148 | return stringify(JSON::protobuf(call)); |
| 149 | } |
| 150 | |
| 151 | |
| 152 | // Quota tests that are allocator-agnostic (i.e. we expect every |