Skip to content

Commit

Permalink
Modified integration tests for Postgres 17
Browse files Browse the repository at this point in the history
The values

These inventory variables are no longer present in Postgres 17 as per the release docs:
https://www.postgresql.org/docs/current/release-17.html
  • Loading branch information
rahulreddy15 committed Oct 28, 2024
1 parent 22cc710 commit 911c88c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 109 deletions.
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
POSTGRES_DB: demo

postgres-latest-supported:
image: postgres:16
image: postgres:17.0
restart: always
environment:
POSTGRES_USER: postgres
Expand Down
108 changes: 0 additions & 108 deletions tests/testdata/jsonschema-inventory-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2053,39 +2053,6 @@
"value"
]
},
"db_user_namespace/boot_val": {
"type": "object",
"properties": {
"value": {
"type": "string"
}
},
"required": [
"value"
]
},
"db_user_namespace/reset_val": {
"type": "object",
"properties": {
"value": {
"type": "string"
}
},
"required": [
"value"
]
},
"db_user_namespace/setting": {
"type": "object",
"properties": {
"value": {
"type": "string"
}
},
"required": [
"value"
]
},
"deadlock_timeout/boot_val": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -7490,39 +7457,6 @@
"value"
]
},
"old_snapshot_threshold/boot_val": {
"type": "object",
"properties": {
"value": {
"type": "string"
}
},
"required": [
"value"
]
},
"old_snapshot_threshold/reset_val": {
"type": "object",
"properties": {
"value": {
"type": "string"
}
},
"required": [
"value"
]
},
"old_snapshot_threshold/setting": {
"type": "object",
"properties": {
"value": {
"type": "string"
}
},
"required": [
"value"
]
},
"parallel_leader_participation/boot_val": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -10194,39 +10128,6 @@
"value"
]
},
"trace_recovery_messages/boot_val": {
"type": "object",
"properties": {
"value": {
"type": "string"
}
},
"required": [
"value"
]
},
"trace_recovery_messages/reset_val": {
"type": "object",
"properties": {
"value": {
"type": "string"
}
},
"required": [
"value"
]
},
"trace_recovery_messages/setting": {
"type": "object",
"properties": {
"value": {
"type": "string"
}
},
"required": [
"value"
]
},
"trace_sort/boot_val": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -12128,9 +12029,6 @@
"data_sync_retry/boot_val",
"data_sync_retry/reset_val",
"data_sync_retry/setting",
"db_user_namespace/boot_val",
"db_user_namespace/reset_val",
"db_user_namespace/setting",
"deadlock_timeout/boot_val",
"deadlock_timeout/reset_val",
"deadlock_timeout/setting",
Expand Down Expand Up @@ -12623,9 +12521,6 @@
"min_wal_size/boot_val",
"min_wal_size/reset_val",
"min_wal_size/setting",
"old_snapshot_threshold/boot_val",
"old_snapshot_threshold/reset_val",
"old_snapshot_threshold/setting",
"parallel_leader_participation/boot_val",
"parallel_leader_participation/reset_val",
"parallel_leader_participation/setting",
Expand Down Expand Up @@ -12869,9 +12764,6 @@
"trace_notify/boot_val",
"trace_notify/reset_val",
"trace_notify/setting",
"trace_recovery_messages/boot_val",
"trace_recovery_messages/reset_val",
"trace_recovery_messages/setting",
"trace_sort/boot_val",
"trace_sort/reset_val",
"trace_sort/setting",
Expand Down

0 comments on commit 911c88c

Please sign in to comment.