1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00
Commit Graph

24 Commits

Author SHA1 Message Date
Georg Richter
ba64123b45 Merge branch '3.3' into 3.4 2025-01-20 09:58:34 +01:00
Georg Richter
fa9f5f66be Travis and test fixes:
- Build server build with latest C/C: Instead of copying the C/C directory
  into server, we now fetch the actual commit or PR into server repository
- Fix travis environment variables (Windows)
- Skip character set tests if the server doesn't support charset/collation
- Don't use CREATE OR REPLACE SQL syntax to make MySQL happy
- Disable TLS connection test for MaxScale
- Don't set TEST environment variables if they are empty
2025-01-07 16:57:53 +01:00
Georg Richter
4039e5c18c Merge branch '3.3' into 3.4 2024-12-21 08:10:04 +01:00
Georg Richter
30bd00796e Travis: Include unit test suite 2024-12-20 06:17:01 +01:00
Georg Richter
d00de5f997 Travis fixes:
- Build x64 (for some unknown reason default windows build
  on travis is x86)
- Disable conc336
2024-10-02 10:23:40 +02:00
Georg Richter
78441a1b7d Travis fix (caused by previous merge) 2024-09-09 14:27:35 +02:00
Georg Richter
4a157ffbb5 Merge branch '3.3' into 3.4 2024-08-31 07:37:31 +02:00
Vladislav Vaintroub
72116a30ab Merge branch '3.1' into 3.3 2024-07-29 11:53:15 +02:00
Georg Richter
01b6b3214f Travis fix: use export instead of set command 2024-07-19 10:16:56 +02:00
Georg Richter
32c39a9ce3 travis fix:
Fixed env variables for windows test
2024-07-18 10:56:50 +02:00
Georg Richter
ea307b8d6e Travis fixes for windows 2024-07-17 11:06:52 +02:00
Georg Richter
a66d371835 Travis fix:
Wix was upgraded to version 3.14
2024-03-12 06:01:54 +01:00
Georg Richter
5a5a7275bd Travis: Build MSI (windows) 2024-02-20 08:41:28 +01:00
Sergei Golubchik
6e20d35646 disable OPT_SSL_VERIFY_SERVER_CERT in travis 2024-02-14 15:01:29 +01:00
rusher
dd927bd171 Update server test suite 2023-08-30 09:52:22 +02:00
diego
0b739cfafc [misc] MariaDB benchmark common test suite implementation 2022-09-26 18:21:23 +02:00
Georg Richter
f33017c19a travis: clone server tree with depth=1 2022-04-22 14:28:38 +02:00
Georg Richter
4436685ba3 travis fix: don't build server in source directory 2022-04-22 07:26:21 +02:00
Georg Richter
5e354f11a9 fix typo:
environment variable PWD needs to be specified in uppercase
2022-04-21 17:32:59 +02:00
Georg Richter
2638faea0a travis fix:
Copy Connector/C source dir into server subdirectory to retrieve
latest commit or pull request.
2022-04-21 12:48:39 +02:00
Georg Richter
72fe313391 Travis fixes:
- Instead of cloning entire server branch, we now do a git shallow
  clone to reduce traffic
- server build happens now in bld directory instead of source
  directory
2022-01-25 06:42:37 +01:00
Georg Richter
d111980380 Fix for MDEV-25820:
Tests will be skipped unless the following environment variables
were specified:

- MYSQLTEST_VARDIR (will be automatically set when running inside
  mtr)
- MARIADB_CC_TEST
2021-06-24 16:44:21 +02:00
kolzeq
1ef1428df8 Pull request handling 2021-06-16 10:26:30 +02:00
kolzeq
94e85cdd4b testing various correction
travis: use connector-test-machine test script that permit to run the following tests :

* MariaDB all supported version
* Maxscale
* MySQL
* SkySQL

If CONNECTOR_TEST_SECRET_KEY is not provided (PR) only MariaDB and MySQL community will be test
Pull request testing correction

appveyor correction using archive if not latest server release
2021-06-15 17:09:10 +02:00