test("create time series successfully without retention", async () => {
    const label = new Label("cpu2", "150");
    const created = await rtsClient.create("create2", [label]);
    expect(created).toEqual(true);