Commit Graph

86 Commits

Author SHA1 Message Date
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
Christian Beikov 57029ddc70 HHH-15871 Update EDB testing to version 15 2023-05-02 13:00:17 +02:00
Jan Schatteman 35682e50da HHH-16131 - Added workaround and test for date calculcation errors on Oracle
Temporarily excluded TiDB from that test (until they fix https://github.com/pingcap/tidb/issues/41052)

Added tidb to the docker_db script

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-02-08 17:52:24 +01:00
Karel Maesen 803a9a0ffb Update memory config for CockroachDB configuration
With the previous setting the cockroach process is killed by the OOM-killer.
2023-01-24 21:24:28 +00:00
LLEFEVRE 85a5b17ae3 HHH-16036 Fix Oracle CI parameter STATISTICS_LEVEL 2023-01-13 10:16:13 +01:00
Christian Beikov ce0084cf18 Update CockroachDB testing to use version 22.2.2 2023-01-10 18:46:57 +01:00
LLEFEVRE 2ed4d2c87b HHH-15971 Fix Oracle CI build for 11g version 2023-01-04 11:23:56 +01:00
LLEFEVRE ccf4fac124 HHH-15961 Speed-up Oracle CI build 2023-01-03 10:26:46 +01:00
Marco Belladelli d288962fc2 HHH-15900 Modify HANA script to work with podman 2022-12-21 12:42:30 +01:00
Christian Beikov ae54ca8ae7 HHH-15863 Update PostgreSQL testing to version 15 2022-12-15 10:36:29 +01:00
Christian Beikov 276b7a6f95 HHH-15748 Use JSON DDL type on Oracle 21+ and BLOB on 12+ 2022-11-25 10:11:12 +01:00
Karel Maesen be406f2732 HHH-15668 Apply recommended settings for CockroachDB
The recommended CockroachDB v22.1 settings for local testing have changed. The recommended
settings are now applied.

The setting `schemachanger.backfiller.buffer_increment` seems to have been removed
(despite still being mentioned in the documentation). We remove it
because it throws an error and this may leave the Cockroach cluster
with some of the recommended settings not applied.
2022-11-24 08:45:56 +01:00
Christian Beikov 4914d14a43 HHH-15626 Move old databases to nightly pipeline and add some SQL Server 2022 features 2022-11-18 11:06:39 +01:00
Christian Beikov ee7c2ee041 HHH-15615 Add EDB PostgreSQL Advanced to test matrix and fix issues 2022-10-21 12:35:46 +02:00
Christian Beikov 940f15b63e HHH-15528 Add Cockroach to Jenkins nightly test matrix and fix issues 2022-10-21 09:51:16 +02:00
Christian Beikov c23a982318 HHH-15579 Replace inaccessible docker image for SAP Hana with new version 2022-10-05 11:25:04 +02:00
Christian Beikov 6321016051 HHH-15532 Update PostgreSQL testing to version 10 and 14 2022-09-21 16:55:38 +02:00
Christian Beikov bfd1f22157 HHH-15533 Introduce versionless CI matrix entries for the PostgreSQL and MySQL minimum supported version 2022-09-21 13:48:06 +02:00
Christian Beikov 8302b061b2 Revert "HHH-15533 Introduce versionless CI matrix entries for the PostgreSQL and MySQL minimum supported version"
This reverts commit aae3513d58.
2022-09-21 11:30:14 +02:00
Christian Beikov aae3513d58 HHH-15533 Introduce versionless CI matrix entries for the PostgreSQL and MySQL minimum supported version 2022-09-21 11:22:08 +02:00
Christian Beikov 69668c32b7 HHH-15503 Add UUID support for MariaDB 10.7 2022-09-14 11:10:10 +02:00
Sanne Grinovero dcf6730461 HHH-15448 Upgrade testing image for MSSQL Server to 2019-latest 2022-08-16 09:35:17 +01:00
Karel Maesen 9e69f5fd4c HHH-15245 update the CockroachDB docker config
Applied recommended CockroachDB settings for single-node testing.
2022-05-04 16:28:05 +02:00
Christian Beikov 43d2274573 Switch to new Oracle image and try to improve podman experience 2022-04-07 12:34:00 +02:00
Sanne Grinovero a27694c952 Upgrade to DB2 container image ibmcom/db2:11.5.7.0 2021-12-22 11:28:57 +00:00