()
| 190 | } |
| 191 | |
| 192 | @Test (expected = IllegalArgumentException.class) |
| 193 | public void deleteEmptyUID() throws Exception { |
| 194 | meta = new UIDMeta(UniqueIdType.METRIC, ""); |
| 195 | meta.delete(tsdb); |
| 196 | } |
| 197 | |
| 198 | @Test |
| 199 | public void syncToStorage() throws Exception { |