Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Oct 18, 2024
1 parent 5ad4ff5 commit 6e3dadd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion full.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
command:
- -cshared_preload_libraries=timescaledb,pg_stat_statements
- -cpg_stat_statements.track=all
image: timescale/timescaledb-ha:pg15-latest
image: timescale/timescaledb-ha:pg15.8-ts2.17.0-all
restart: always
volumes:
- db:/home/postgres/pgdata/data
Expand Down
2 changes: 1 addition & 1 deletion internal/storage/postgres/stats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (s *StatsTestSuite) SetupSuite() {
Password: "password",
Database: "db_test",
Port: 5432,
Image: "timescale/timescaledb-ha:pg15-latest",
Image: "timescale/timescaledb-ha:pg15.8-ts2.17.0-all",
})
s.Require().NoError(err)
s.psqlContainer = psqlContainer
Expand Down
2 changes: 1 addition & 1 deletion internal/storage/postgres/storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (s *StorageTestSuite) SetupSuite() {
Password: "password",
Database: "db_test",
Port: 5432,
Image: "timescale/timescaledb-ha:pg15-latest",
Image: "timescale/timescaledb-ha:pg15.8-ts2.17.0-all",
})
s.Require().NoError(err)
s.psqlContainer = psqlContainer
Expand Down
2 changes: 1 addition & 1 deletion internal/storage/postgres/transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (s *TransactionTestSuite) SetupSuite() {
Password: "password",
Database: "db_test",
Port: 5432,
Image: "timescale/timescaledb-ha:pg15-latest",
Image: "timescale/timescaledb-ha:pg15.8-ts2.17.0-all",
})
s.Require().NoError(err)
s.psqlContainer = psqlContainer
Expand Down
2 changes: 1 addition & 1 deletion pkg/indexer/storage/storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (s *ModuleTestSuite) SetupSuite() {
Password: "password",
Database: "db_test",
Port: 5432,
Image: "timescale/timescaledb-ha:pg15-latest",
Image: "timescale/timescaledb-ha:pg15.8-ts2.17.0-all",
})
s.Require().NoError(err)
s.psqlContainer = psqlContainer
Expand Down

0 comments on commit 6e3dadd

Please sign in to comment.