Commit Graph

543 Commits

Author SHA1 Message Date
dependabot[bot]
d51f9c329f chore(deps): bump lewagon/wait-on-check-action from 1.3.4 to 1.4.0
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.3.4 to 1.4.0.
- [Release notes](https://github.com/lewagon/wait-on-check-action/releases)
- [Changelog](https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lewagon/wait-on-check-action/compare/v1.3.4...v1.4.0)

---
updated-dependencies:
- dependency-name: lewagon/wait-on-check-action
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-08 18:26:13 +00:00
René
4c92ab4ee3 update nodejs version from 18 to 20
ERROR: Wrangler requires at least Node.js v20.0.0. You are using v18.20.8. Please update your version of Node.js.
2025-07-04 13:23:48 +02:00
Muhammed Efe Cetin
c32a7ae1a8 fix mssql benchmarks 2025-07-04 02:05:13 +03:00
Muhammed Efe Cetin
d95247b156 update go version matrix for some storage workflows 2025-06-25 14:46:06 +03:00
Manuel de la Peña
46267c6361 Merge branch 'main' into fix-ruedis-benchmarks
* main:
  chore: make sure the client gets the variable locally
  fix(coherence): set coherence log level to ERROR in benchmarks
  Update coherence storage to v2.2.0
  chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0
  chore(deps): bump github.com/microsoft/go-mssqldb in /mssql
2025-05-15 19:16:56 +02:00
Manuel de la Peña
a77e60ff9f chore: add tests for the helper module 2025-05-15 19:16:08 +02:00
Manuel de la Peña
b366427f96 fix(coherence): set coherence log level to ERROR in benchmarks 2025-05-13 11:52:35 +02:00
dependabot[bot]
f5f112f987 chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-12 07:42:09 +00:00
Manuel de la Peña
abdb9c790a Merge branch 'main' into fix-ruedis-benchmarks 2025-05-08 12:22:30 +02:00
Juan Calderon-Perez
9dc93a5d83 Merge branch 'main' into more-tc-modules 2025-05-06 22:51:09 -04:00
Manuel de la Peña
bf7fc60523 chore: remove coherence from GH actions 2025-05-01 02:27:22 +02:00
Manuel de la Peña
79d6043639 feat(memcached): use testcontainers-go in tests 2025-05-01 01:55:47 +02:00
Manuel de la Peña
b7893d7d4a fix: do not run benchmarks for the helpers 2025-04-30 13:44:50 +02:00
Manuel de la Peña
ba60ab9a1f fix: indentation 2025-04-30 13:41:37 +02:00
Manuel de la Peña
dd7391a11a chore(ci): exclude testhelpers root dir from the filters 2025-04-30 13:38:12 +02:00
Manuel de la Peña
892e6fec63 chore: consume the testredis module in valkey 2025-04-30 13:21:51 +02:00
Manuel de la Peña
5b7af066bb chore: consume the testredis module in rueidis 2025-04-30 13:21:51 +02:00
Manuel de la Peña
1f42b00573 fix(benchmarks): re-add redis install for ruedis and valkey 2025-04-30 10:49:35 +02:00
Ali Yasir Naç
42cf99276e Merge branch 'main' into main 2025-04-29 20:30:31 +03:00
RW
adbe268884 Merge pull request #1722 from mdelapenya/arangodb-tc-go
feat(arangodb): use testcontainers-go in tests
2025-04-29 18:38:14 +02:00
Manuel de la Peña
69b50a5f23 chore: order alphabetically 2025-04-29 12:12:52 +02:00
Manuel de la Peña
7006c9efc5 feat: use testcontainers-go for arangodb tests 2025-04-29 11:57:03 +02:00
Ali Yasir Naç
dcec2f2d4b Merge branch 'main' into main 2025-04-29 09:53:38 +03:00
Manuel de la Peña
1420ef2be3 Merge branch 'main' into tc-go-redis
* main: (48 commits)
  chore(deps): bump github.com/microsoft/go-mssqldb in /mssql
  chore(deps): bump github.com/testcontainers/testcontainers-go
  Add missing Go versions
  Remove new benchmarks, they are not needed.
  Update redis/README.md
  Add missing condition
  Add missing condition for Valkey during Benchmarks
  Update dependencies, add script for updating in the future
  Add unit tests for Redis connection
  Add example for using existing Redis connection
  Added TLS/SSL options in Readme
  Added TLS/SSL options
  chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
  chore(deps): bump github.com/aws/aws-sdk-go-v2/service/dynamodb
  chore(deps): bump github.com/mdelapenya/tlscert in /nats
  chore(deps): bump github.com/minio/minio-go/v7 in /minio
  chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
  chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3
  chore(deps): bump github.com/stretchr/testify in /mssql
  chore: apply suggestions from code review
  ...
2025-04-28 08:03:55 +02:00
RW
a8327f007e Merge pull request #1680 from sky93/main
Add NewFromConnection method for Redis
2025-04-26 19:17:46 +02:00
Juan Calderon-Perez
d43750be06 Add missing Go versions 2025-04-26 12:22:03 -04:00
Juan Calderon-Perez
40167cc6c8 Add missing condition 2025-04-26 10:11:20 -04:00
Juan Calderon-Perez
616d9d8f8f Add missing condition for Valkey during Benchmarks 2025-04-26 10:10:33 -04:00
Juan Calderon-Perez
28c3e18de8 Merge branch 'main' into main 2025-04-25 18:36:53 -04:00
Ali Yasir Naç
d153ddd17b feat(surrealdb): add operational mode configuration and update tests 2025-04-23 16:54:13 +03:00
Juan Calderon-Perez
bc8ed05b29 Update benchmark.yml 2025-04-17 07:25:30 -04:00
Manuel de la Peña
dc1bf75fe7 chore: simplify redis version in matrix 2025-04-16 20:39:26 +02:00
Manuel de la Peña
6a89dcaa6f chore: run CI on Go 1.23 and 1.24 2025-04-16 20:36:07 +02:00
Manuel de la Peña
faa652f38c chore: use redis with TLS 2025-04-16 20:30:26 +02:00
Manuel de la Peña
05516094e9 feat(redis): use testcontainers-go for testing redis 2025-04-16 15:06:19 +02:00
Juan Calderon-Perez
59315e052b Merge branch 'main' into main 2025-04-16 07:57:48 -04:00
Mitul Shah
aad60beab6 Merge branch 'main' into implement-cassandra 2025-04-16 10:40:32 +05:30
Tim Middleton
d1b13cac69 Bump coherence driver to v2.1.0 2025-04-16 10:12:37 +08:00
Manuel de la Peña
fc37a1c2f1 Merge branch 'main' into tc-scylladb 2025-04-15 09:04:26 +02:00
MitulShah1
4805f9f14b Added Testcases and updated code 2025-04-15 11:56:43 +05:30
MitulShah1
6ab1dd1c75 Merge branch 'main' into implement-cassandra 2025-04-15 11:36:50 +05:30
RW
196723e48f Merge pull request #1662 from mdelapenya/go-version-benchmarks
chore(benchmarks): use each module's Go version
2025-04-15 08:05:15 +02:00
MitulShah1
3d26d32f1a Added more tests andupdated code 2025-04-14 17:12:11 +05:30
MitulShah1
f1b52c57d7 Added ENV 2025-04-14 13:32:06 +05:30
MitulShah1
9fe80fb996 Updated benchmark for aerospike 2025-04-14 12:35:03 +05:30
MitulShah1
cc552d8da1 Added Apache Cassandra Storage Driver 2025-04-14 12:30:17 +05:30
Manuel de la Peña
c3a43fa547 fix: use 1.23 for all modules 2025-04-11 16:51:13 +02:00
MitulShah1
ea8757954d Removed unnecessary code 2025-04-11 20:13:32 +05:30
MitulShah1
9eb4031a70 Merge branch 'main' into implement-aerospikedb 2025-04-11 19:05:05 +05:30
MitulShah1
e5b3f3d3ff Implemented Aerospike module 2025-04-11 19:04:18 +05:30