diff --git a/benchmarks/TimescaleBenchmark/TimescaleBenchmark.csproj b/benchmarks/TimescaleBenchmark/TimescaleBenchmark.csproj index 55dae3f..bbfac44 100644 --- a/benchmarks/TimescaleBenchmark/TimescaleBenchmark.csproj +++ b/benchmarks/TimescaleBenchmark/TimescaleBenchmark.csproj @@ -8,7 +8,7 @@ - + diff --git a/examples/Demo/Demo.csproj b/examples/Demo/Demo.csproj index 124aa42..80defe9 100644 --- a/examples/Demo/Demo.csproj +++ b/examples/Demo/Demo.csproj @@ -7,7 +7,7 @@ - + diff --git a/examples/Demo/infra-config.json b/examples/Demo/infra-config.json index f422ad3..928d8b5 100644 --- a/examples/Demo/infra-config.json +++ b/examples/Demo/infra-config.json @@ -1,5 +1,5 @@ { "TimescaleDbSink": { - "ConnectionString": "Host=localhost;Port=5432;Database=metricsdb;Username=timescaledb;Password=timescaledb;Pooling=true;Maximum Pool Size=300;" + "ConnectionString": "Host=localhost;Port=5432;Username=timescaledb;Password=timescaledb;Database=nb_studio_db;Pooling=true;Maximum Pool Size=300;" } } \ No newline at end of file diff --git a/tests/NBomber.Sinks.Timescale.Tests/NBomber.Sinks.Timescale.Tests.csproj b/tests/NBomber.Sinks.Timescale.Tests/NBomber.Sinks.Timescale.Tests.csproj index a07d8e6..d22f991 100644 --- a/tests/NBomber.Sinks.Timescale.Tests/NBomber.Sinks.Timescale.Tests.csproj +++ b/tests/NBomber.Sinks.Timescale.Tests/NBomber.Sinks.Timescale.Tests.csproj @@ -16,7 +16,7 @@ - + diff --git a/tests/NBomber.Sinks.Timescale.Tests/config.json b/tests/NBomber.Sinks.Timescale.Tests/config.json index ff017c4..68716d6 100644 --- a/tests/NBomber.Sinks.Timescale.Tests/config.json +++ b/tests/NBomber.Sinks.Timescale.Tests/config.json @@ -1,7 +1,7 @@ { "StartDockerCompose": false, - + "DBSettings": { - "ConnectionString": "Host=localhost;Port=5432;Database=metricsdb;Username=timescaledb;Password=timescaledb;Pooling=true;Maximum Pool Size=300;" + "ConnectionString": "Host=localhost;Port=5432;Username=timescaledb;Password=timescaledb;Database=nb_studio_db;Pooling=true;Maximum Pool Size=300;" } } \ No newline at end of file diff --git a/tests/NBomber.Sinks.Timescale.Tests/docker-compose.yml b/tests/NBomber.Sinks.Timescale.Tests/docker-compose.yml index ed835c1..504591d 100644 --- a/tests/NBomber.Sinks.Timescale.Tests/docker-compose.yml +++ b/tests/NBomber.Sinks.Timescale.Tests/docker-compose.yml @@ -5,15 +5,15 @@ command: postgres -c 'max_connections=500' restart: always environment: - POSTGRES_DB: metricsdb + POSTGRES_DB: nb_studio_db POSTGRES_USER: timescaledb POSTGRES_PASSWORD: timescaledb ports: - 5432:5432 volumes: - - metrics-data:/var/lib/postgresql/data + - nb_studio_data:/var/lib/postgresql/data healthcheck: - test: [ "CMD-SHELL", "pg_isready -d 'user=timescaledb dbname=metricsdb'" ] + test: [ "CMD-SHELL", "pg_isready -d 'user=timescaledb dbname=nb_studio_db'" ] interval: 5s timeout: 10s retries: 5 @@ -33,7 +33,7 @@ - timescaledb volumes: - metrics-data: + nb_studio_data: driver: local pgadmin-data: