Skip to content

Modify JSON Tests to allow connection to external server.#70

Merged
roshkhatri merged 2 commits into
valkey-io:unstablefrom
Nikhil-Manglore:unstable
Aug 12, 2025
Merged

Modify JSON Tests to allow connection to external server.#70
roshkhatri merged 2 commits into
valkey-io:unstablefrom
Nikhil-Manglore:unstable

Conversation

@Nikhil-Manglore
Copy link
Copy Markdown
Member

@Nikhil-Manglore Nikhil-Manglore commented Aug 4, 2025

This change adds the ability to run tests against an external Valkey server instead of always starting a new one. It coincides with the changes made in the Valkey-Test-Framework (valkey-io/valkey-test-framework#7)

External server mode: If we set the environment variable, `VALKEY_EXTERNAL_SERVER=true , when we run the bloom pytests we will connect to an existing Valkey server at the specified host and port.

Local server mode: If not set or false, we will continue with the original behavior of starting a new Valkey server with the module loaded

Signed-off-by: Nikhil Manglore <nmanglor@amazon.com>
Signed-off-by: Nikhil Manglore <nmanglor@amazon.com>
Copy link
Copy Markdown
Member

@roshkhatri roshkhatri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@roshkhatri roshkhatri merged commit 7e63587 into valkey-io:unstable Aug 12, 2025
13 checks passed
allenss-amazon pushed a commit to allenss-amazon/valkeyJSON that referenced this pull request Aug 15, 2025
Signed-off-by: Nikhil Manglore <nmanglor@amazon.com>
Signed-off-by: Allen Samuels <allenss@amazon.com>
roshkhatri added a commit that referenced this pull request Sep 8, 2025
```
================================================================================
Valkey JSON 1.0.2 - Released Mon 8 September 2025
================================================================================
* Support building valkey-json on Clang/Apple (#69)
* Workdflow to automatically trigger valkey-bundle release (#64)
* Allow testing on external container server (#70)
* Implement SharedAPI interface that mimics JSON.GET (#71)
```
roshkhatri pushed a commit to roshkhatri/valkey-json that referenced this pull request Dec 15, 2025
Signed-off-by: Nikhil Manglore <nmanglor@amazon.com>
Signed-off-by: Roshan Khatri <rvkhatri@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants