Steps 1. Create a log stream. 2. Ingest events to the log stream. 3. Get stats of the log stream. 4. Delete the log stream. 5. Call list stream API to see the stream is actually deleted. 6. Get stats of the log stream --> expectation is that API fails with 404, but currently it returns the last recorded stats of the stream.