File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
tests/web/critical-path/memory-efficiency Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 58
58
"chromedriver" : " ^130.0.0" ,
59
59
"cli-argument-parser" : " 0.7.4" ,
60
60
"cross-env" : " ^7.0.3" ,
61
+ "date-fns" : " ^4.1.0" ,
61
62
"dotenv-cli" : " ^7.4.2" ,
62
63
"edit-json-file" : " 1.8.0" ,
63
64
"eslint" : " 9.12.0" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { rte } from '../../../../helpers/constants';
4
4
import { DatabaseHelper } from '../../../../helpers/database' ;
5
5
import { commonUrl , ossStandaloneConfig } from '../../../../helpers/conf' ;
6
6
import { DatabaseAPIRequests } from '../../../../helpers/api/api-database' ;
7
- import { verifySearchFilterValue } from '../../../../helpers/keys' ;
7
+ import { deleteAllKeysFromDB , verifySearchFilterValue } from '../../../../helpers/keys' ;
8
8
import { APIKeyRequests } from '../../../../helpers/api/api-keys' ;
9
9
10
10
const memoryEfficiencyPage = new MemoryEfficiencyPage ( ) ;
140
140
test
141
141
. before ( async t => {
142
142
await databaseHelper . acceptLicenseTermsAndAddDatabaseApi ( ossStandaloneConfig ) ;
143
+ await deleteAllKeysFromDB ( ossStandaloneConfig . host , ossStandaloneConfig . port ) ;
143
144
await browserPage . addHashKey ( keySpaces [ 4 ] , keysTTL [ 2 ] , hashValue ) ;
144
145
await browserPage . Cli . addKeysFromCliWithDelimiter ( 'MSET' , 5 ) ;
145
146
await t . click ( browserPage . treeViewButton ) ;
Original file line number Diff line number Diff line change @@ -2726,6 +2726,11 @@ data-view-byte-offset@^1.0.0:
2726
2726
es-errors "^1.3.0"
2727
2727
is-data-view "^1.0.1"
2728
2728
2729
+ date-fns@^4.1.0 :
2730
+ version "4.1.0"
2731
+ resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-4.1.0.tgz#64b3d83fff5aa80438f5b1a633c2e83b8a1c2d14"
2732
+ integrity sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==
2733
+
2729
2734
debug@4, debug@^4.3.3 :
2730
2735
version "4.3.4"
2731
2736
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
You can’t perform that action at this time.
0 commit comments