mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
* feat: add create table fuzz test * chore: add ci cfg for fuzz tests * refactor: remove redundant nightly config * chore: run fuzz test in debug mode * chore: use ubuntu-latest * fix: close connection * chore: add cache in fuzz test ci * chore: apply suggestion from CR * chore: apply suggestion from CR * chore: refactor the fuzz test action
27 lines
792 B
Plaintext
27 lines
792 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
|