You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
tests: bumped the version of the 8 docker test image to '8.0-M05-pre' (#2909)
This commit is contained in:
@@ -59,7 +59,7 @@ describe('PROFILE AGGREGATE', () => {
|
||||
assert.ok(shardProfile.includes('Warning'));
|
||||
assert.ok(shardProfile.includes('Iterators profile'));
|
||||
|
||||
}, GLOBAL.SERVERS.OPEN);
|
||||
}, Object.assign(GLOBAL.SERVERS.OPEN, {skipTest: true}));
|
||||
|
||||
testUtils.testWithClientIfVersionWithinRange([[7, 2, 0], [7, 4, 0]], 'client.ft.search', async client => {
|
||||
await Promise.all([
|
||||
@@ -106,7 +106,5 @@ describe('PROFILE AGGREGATE', () => {
|
||||
const normalizedRes = normalizeObject(res);
|
||||
assert.equal(normalizedRes.Results.total_results, 1);
|
||||
assert.ok(normalizedRes.Profile.Shards);
|
||||
|
||||
}, GLOBAL.SERVERS.OPEN_3)
|
||||
|
||||
}, Object.assign(GLOBAL.SERVERS.OPEN_3, {skipTest: true}));
|
||||
});
|
||||
|
@@ -5,7 +5,7 @@ import { RespVersions } from '@redis/client';
|
||||
export default TestUtils.createFromConfig({
|
||||
dockerImageName: 'redislabs/client-libs-test',
|
||||
dockerImageVersionArgument: 'redis-version',
|
||||
defaultDockerVersion: '8.0-M04-pre'
|
||||
defaultDockerVersion: '8.0-M05-pre'
|
||||
});
|
||||
|
||||
export const GLOBAL = {
|
||||
|
Reference in New Issue
Block a user