()
| 258 | } |
| 259 | |
| 260 | @Test (expected = IllegalArgumentException.class) |
| 261 | public void storeNewNoName() throws Exception { |
| 262 | meta = new UIDMeta(UniqueIdType.METRIC, new byte[] { 0, 0, 1 }, ""); |
| 263 | meta.storeNew(tsdb).joinUninterruptibly(); |
| 264 | } |
| 265 | |
| 266 | @Test (expected = IllegalArgumentException.class) |
| 267 | public void storeNewNullType() throws Exception { |