()
| 264 | } |
| 265 | |
| 266 | @Test (expected = IllegalArgumentException.class) |
| 267 | public void storeNewNullType() throws Exception { |
| 268 | meta = new UIDMeta(null, new byte[] { 0, 0, 1 }, "sys.cpu.1"); |
| 269 | meta.storeNew(tsdb).joinUninterruptibly(); |
| 270 | } |
| 271 | |
| 272 | @Test (expected = IllegalArgumentException.class) |
| 273 | public void storeNewEmptyUID() throws Exception { |