mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-28 00:42:56 +00:00
* feat: implement unstable_fuzz_create_table_standalone * chore: use drop database * docs: update docs * chore: add ci config * chore: add feature gate * fix: fix clippy * chore: update ci * Apply suggestions from code review * feat: reduce num * Apply suggestions from code review * chore: apply suggestions from CR * Apply suggestions from code review * chore: reduce `wait_timeout` in health check * Update .env.example * refactor: use `init_greptime_connections_via_env` * refactor: use `init_greptime_connections_via_env` --------- Co-authored-by: tison <wander4096@gmail.com>
31 lines
906 B
Plaintext
31 lines
906 B
Plaintext
# Settings for s3 test
|
|
GT_S3_BUCKET=S3 bucket
|
|
GT_S3_ACCESS_KEY_ID=S3 access key id
|
|
GT_S3_ACCESS_KEY=S3 secret access key
|
|
GT_S3_ENDPOINT_URL=S3 endpoint url
|
|
GT_S3_REGION=S3 region
|
|
# Settings for oss test
|
|
GT_OSS_BUCKET=OSS bucket
|
|
GT_OSS_ACCESS_KEY_ID=OSS access key id
|
|
GT_OSS_ACCESS_KEY=OSS access key
|
|
GT_OSS_ENDPOINT=OSS endpoint
|
|
# Settings for azblob test
|
|
GT_AZBLOB_CONTAINER=AZBLOB container
|
|
GT_AZBLOB_ACCOUNT_NAME=AZBLOB account name
|
|
GT_AZBLOB_ACCOUNT_KEY=AZBLOB account key
|
|
GT_AZBLOB_ENDPOINT=AZBLOB endpoint
|
|
# Settings for gcs test
|
|
GT_GCS_BUCKET = GCS bucket
|
|
GT_GCS_SCOPE = GCS scope
|
|
GT_GCS_CREDENTIAL_PATH = GCS credential path
|
|
GT_GCS_ENDPOINT = GCS end point
|
|
# Settings for kafka wal test
|
|
GT_KAFKA_ENDPOINTS = localhost:9092
|
|
|
|
# Setting for fuzz tests
|
|
GT_MYSQL_ADDR = localhost:4002
|
|
|
|
# Setting for unstable fuzz tests
|
|
GT_FUZZ_BINARY_PATH=/path/to/
|
|
GT_FUZZ_INSTANCE_ROOT_DIR=/tmp/unstable_greptime
|