GreptimeTeam / greptimedb

An open-source, cloud-native, unified time series database for metrics, logs and events with SQL/PromQL supported. Available on GreptimeCloud.
https://greptime.com/
Apache License 2.0
4.23k stars 303 forks source link

Integration test for events API #4175

Closed killme2008 closed 2 months ago

killme2008 commented 3 months ago

What type of enhancement is this?

Tech debt reduction

What does the enhancement do?

As the title says. It's better to add integration tests for events API.

Refer to https://github.com/GreptimeTeam/greptimedb/blob/main/tests-integration/tests/http.rs

@shuiyisong @paomian

Implementation challenges

No response

shuiyisong commented 3 months ago

I have added some tests in https://github.com/GreptimeTeam/greptimedb/pull/4156. Please wait for the pr to be merged 😃