-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing against Redis Enterprise in CI (#229)
* NRedisStack Enterprise Test * enters * try to change the image * update the image as it was before * add --environment="NUM_REDIS_CLUSTER_NODES=6" to dotnet test * change to 127 * skip if enterprise - start * change IS_REDIS_ENTERPRISE: 'true' location * skip gears in enterprise * skip tests with ft.config * dont send REDISGEARS_2.REFRESHCLUSTER if enterprise * skip unknown command test * chayim * add oss-cluetr as another job * try add standalone host+port at the start of endpoints * fix dotnet test and change the nodes to 3 * start skipping * try chayim changes * cahange 100.0.1-64402 to 7.2.4-92 + skip + return to previus env names * skips * print the info * skip setinfo in enterprise * change verbosity to detailed * dotnet format * use .env file * checkout * chanfe : to = * change to chayims method * add IS_ENTERPRISE=true * use matrix to run both tests * add ' ' * use xom9ikk/dotenv@v2 in reusable * fix path * delete IMAGE from .env * add OSS_CLUSTER to the .env's * skip if oss cluster * skip oss cluster * update var names * fix integrations * change to .net 8 * add lcov to gitignor * Skip tests if enterprise * skip TestBLMPop if enterprise * skip all blocking commands if enterprise
- Loading branch information
1 parent
db17b89
commit 2ec5430
Showing
34 changed files
with
331 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
REDIS=127.0.0.1:6379 | ||
IS_ENTERPRISE=true | ||
RE_USERNAME=test@test.com | ||
RE_PASS=12345 | ||
RE_CLUSTER_NAME=test | ||
RE_USE_OSS_CLUSTER=false | ||
RE_DB_PORT=6379 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
REDIS_CLUSTER=127.0.0.1:6372 | ||
NUM_REDIS_CLUSTER_NODES=3 | ||
IS_ENTERPRISE=true | ||
RE_USERNAME=test@test.com | ||
RE_PASS=12345 | ||
RE_CLUSTER_NAME=test | ||
RE_USE_OSS_CLUSTER=true | ||
RE_DB_PORT=6378 |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.