Commit Graph

110 Commits

Author SHA1 Message Date
Daniel Black 0b79f4b5ad docker add mariadb_verylatest for testing against upstream latest pre-release images
This container image is build from the latest pre-release branch of the
tree. By testing this we know if MariaDB is regressing on something
hibernate depends upon and can tell them before release.

Announced: https://mariadb.org/new-service-quay-io-mariadb-foundation-mariadb-devel/

Signed-off-by: Daniel Black <daniel@mariadb.org>
2024-07-05 17:34:32 +02:00
Daniel Black 6c91c03bf1 docker mariadb use MARIADB_* env variables
The MySQL compatability variables are still there, but
we're using MariaDB so use the names that match the product.

Signed-off-by: Daniel Black <daniel@mariadb.org>
2024-07-05 17:34:32 +02:00
Daniel Black d7b0d52e50 docker mariadb_11_3 eol - use 11.4 instead
11.3 is EOL, 11.4 is stable and announced as a
LTS.

Signed-off-by: Daniel Black <daniel@mariadb.org>
2024-07-05 17:34:32 +02:00
Daniel Black 0af72a5299 docker mariadb_10_9 eol - use 10.11.8 instead
MariaDB-10.9 was a short term release and has been
end of life for a while. Use the maintained version above
this, 10.11.

ref: https://mariadb.org/about/#maintenance-policy

Signed-off-by: Daniel Black <daniel@mariadb.org>
2024-07-05 17:34:32 +02:00
Daniel Black 87f35be014 docker mariadb - 10.4 -> 10.4.34
Update to the last MariaDB version (ever) in the 10.4 series.

Signed-off-by: Daniel Black <daniel@mariadb.org>
2024-07-05 17:34:32 +02:00
Daniel Black c51805a063 docker mariadb - unify start to use healthcheck.sh
This gives a consistent upstream maintained view of
a started mariadb instance.

Signed-off-by: Daniel Black <daniel@mariadb.org>
2024-07-05 17:34:32 +02:00
Vladimír Kuruc 711dffa7e3 HHH-18312 Fix for Informix nationalized JDBC types support 2024-07-05 16:55:37 +02:00
Vladimír Kuruc a2aa6309cd HHH-18267 Informix docker image configured 2024-06-13 17:38:27 +02:00
Vladimír Kuruc df940d392f Informix run fix 2024-06-10 23:18:26 +02:00
Christian Beikov 3b6c1bc7d6 Make it possible to run with informix 2024-06-07 14:52:35 +02:00
Marco Belladelli f45a7975c4 Fix TiDB docker script using networks instead of deprecated `--link`
Also upgrade the image to version 5.4.3
2024-05-06 10:37:37 +02:00
Marco Belladelli 2769fd1b3c Set `serial_normalization` to avoid Integer overflow 2024-05-03 15:12:31 +02:00
Christian Beikov 59f7209fd6 Make identifiers case insensitive in MySQL/MariaDB, but retain the correct case when storing names 2024-04-30 22:45:44 +02:00
Christian Beikov da27de6815 Make identifiers case insensitive in MySQL/MariaDB 2024-04-30 18:12:24 +02:00
Andrea Boriero cc79d24119 Upgrade docker mssql image to 2022-CU12-ubuntu-22.04 2024-04-22 11:38:52 +01:00
LLEFEVRE 8b111ec4c6 HHH-17736 Improve Atlas for atps 2024-03-27 17:15:47 +01:00
LLEFEVRE 4d920d114a HHH-17736 Improve Atlas for atps 2024-03-27 17:15:47 +01:00
Christian Beikov 6653160d88 Switch from full to regular oracle images 2024-03-07 13:38:26 +01:00
Marco Belladelli d2ca21603b Assume "yes" for pgvector package installation in db startup script 2024-02-12 16:51:14 +01:00
Christian Beikov 20ca66625f HHH-17546 Update Cockroach CI testing to 23.1.12 2023-12-08 18:20:17 +01:00
Christian Beikov 254ff8aaaa HHH-17544 Update SAP HANA CI testing to 2.00.072.00.20231123.1 2023-12-08 18:20:17 +01:00
Christian Beikov 011e1d0f00 HHH-17543 Update DB2 CI testing to 11.5.9.0 2023-12-08 18:20:17 +01:00
Christian Beikov a6b898863b HHH-17540 Update EDB CI testing to 16 2023-12-08 18:20:17 +01:00
Christian Beikov 1a17df24da HHH-17539 Update PostgreSQL CI testing to 16 2023-12-08 18:20:17 +01:00
Christian Beikov 36be7524d6 HHH-17538 Update MariaDB CI testing to 11.3 2023-12-08 18:20:17 +01:00
Christian Beikov 9a3f9da2d4 HHH-17537 Update MySQL CI testing to 8.2.0 2023-12-08 18:20:17 +01:00
Christian Beikov eebb305837 HHH-17357 Add hibernate-types module with pgvector support 2023-11-07 18:55:31 +01:00
Christian Beikov 624040c9a3 Make the userland proxy disabling more user friendly 2023-10-20 11:09:16 +02:00
Christian Beikov f88da832bb Fix docker_db.sh userland proxy disabling 2023-10-20 10:21:18 +02:00
LLEFEVRE db3a69f8bd HHH-17315 Reduce Oracle database user privileges to avoid cross schemas clashes 2023-10-13 13:46:17 +02:00
Jan Schatteman ed84eddcb6 HHH-17090 - Remove support for Oracle versions older than 19
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-13 12:36:57 +02:00
Jan Schatteman ec639cd1f7 HHH-17097 - Remove support for MariaDB versions older than 10.4
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-13 12:36:57 +02:00
Jan Schatteman f12ef0fa79 HHH-17094 - Remove support for MySQL versions older than 8.0
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-13 12:36:57 +02:00
Jan Schatteman 0ded30a157 HHH-17093 - Remove support for CockroachDB versions older than 22.2
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-13 12:36:57 +02:00
Jan Schatteman 83a1fa7f56 HHH-17092 - Remove support for PostgreSQL Advanced Server versions older than 12
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-13 12:36:57 +02:00
Jan Schatteman 90485c2b78 HHH-17091 - Remove support for PostgreSQL versions older than 12
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-13 12:36:57 +02:00
Christian Beikov c3610186f8 Improve PostgreSQL container performance 2023-10-09 18:00:40 +02:00
LLEFEVRE 10c5888c43 HHH-16876 Update Oracle testing to 23c 2023-10-05 22:31:54 +02:00
Christian Beikov 8a429e7fb4 HHH-17264 Use json_object to create empty json 2023-10-05 22:31:54 +02:00
Christian Beikov 86a1cf20f6 HHH-17237 Add Atlas workflow 2023-10-05 22:31:54 +02:00
Christian Beikov d4accd0233 Make use of connection pooling in most tests 2023-09-06 14:57:05 +02:00
Jan Schatteman 19d1a74947 HHH-17168 - Correction in the docker script for cockroachdb 23.1
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-09-06 12:50:34 +02:00
Christian Beikov 441efffbc6 HHH-17087 Fix DB2 setup for new image 2023-09-06 10:28:32 +02:00
Christian Beikov e936e1b6e0 HHH-17087 Update container images to the latest version 2023-09-04 17:55:07 +02:00
Jan Schatteman b241502b59 HHH-15194 - Remove support for PostgreSQL Advanced Server versions older than 11
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-08-28 14:37:40 +02:00
Jan Schatteman 213660001c HHH-15177 - Remove support for PostgreSQL versions older than 11
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-08-28 14:37:40 +02:00
Christian Beikov 5b2d347b6f Setup TiDB for local testing 2023-08-10 11:42:03 +02:00
Christian Beikov b0ad374226 Fix Cockroach test failures by configuring SQL sequence compatibility 2023-07-25 15:12:55 +02:00
Gavin King de0a33542f put sybase on port 9000
port 5000 does not work on my Mac laptops and I'm getting sick
of having to do this manually all the time
2023-07-03 22:32:18 +02:00
Karel Maesen 19f6a60dcc
HHH-16552 - Add CockroachDB v23.1 to Jenkings nightly 2023-05-10 10:00:13 +02:00