Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#RI-31 - Logical databases #223

Merged
merged 23 commits into from
Dec 17, 2024

Merge pull request #224 from RedisInsight/feature/RIVS-299_Add_featur…

0736188
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

#RI-31 - Logical databases #223

Merge pull request #224 from RedisInsight/feature/RIVS-299_Add_featur…
0736188
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test results: E2E (linux) 1th node succeeded Dec 17, 2024 in 0s

4 passed, 7 failed and 0 skipped

Tests failed

❌ tests/e2e/mochawesome-report/junit-report.xml

11 tests were completed in 64s with 4 passed, 7 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Cases with large data 1❌ 3s
Edit Databases 1❌ 3s
Edit Key names verification 1❌ 5s
Filtering iteratively in Tree view for Big database 1❌ 4s
Formatters 1❌ 3s
Set Key fields verification 1❌ 3s
ZSet Key fields verification 1❌ 3s

❌ Cases with large data

"before all" hook for "Verify that user can search per exact field name in Hash in DB with 1 million of fields"
  ❌ Cases with large data "before all" hook for "Verify that user can search per exact field name in Hash in DB with 1 million of fields"
	TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone_big-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])

❌ Edit Databases

"before each" hook for "Verify that user can edit DB alias of Standalone DB"
  ❌ Edit Databases "before each" hook for "Verify that user can edit DB alias of Standalone DB"
	TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone_tls-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])

❌ Edit Key names verification

"before all" hook for "Verify that user can edit String Key name"
  ❌ Edit Key names verification "before all" hook for "Verify that user can edit String Key name"
	TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])

❌ Filtering iteratively in Tree view for Big database

"before each" hook for "Verify that user use Scan More in DB with 10-50 millions of keys (when search by pattern/)"
  ❌ Filtering iteratively in Tree view for Big database "before each" hook for "Verify that user use Scan More in DB with 10-50 millions of keys (when search by pattern/)"
	TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone_big-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])

❌ Formatters

"before all" hook for "Verify that user can see highlighted key details in JSON format"
  ❌ Formatters "before all" hook for "Verify that user can see highlighted key details in JSON format"
	TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])

❌ Set Key fields verification

"before all" hook for "Verify that user can search and delete by member in Set"
  ❌ Set Key fields verification "before all" hook for "Verify that user can search and delete by member in Set"
	TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])

❌ ZSet Key fields verification

"before all" hook for "Verify that user can search and delete by member in Zset"
  ❌ ZSet Key fields verification "before all" hook for "Verify that user can search and delete by member in Zset"
	TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])

Annotations

Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / Test results: E2E (linux) 1th node

Cases with large data ► "before all" hook for "Verify that user can search per exact field name in Hash in DB with 1 million of fields" ► Cases with large data "before all" hook for "Verify that user can search per exact field name in Hash in DB with 1...

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone_big-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])
Raw output
TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone_big-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])
Wait timed out after 1156ms
    at /home/runner/work/Redis-for-VS-Code/Redis-for-VS-Code/tests/e2e/node_modules/selenium-webdriver/lib/webdriver.js:913:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / Test results: E2E (linux) 1th node

Edit Databases ► "before each" hook for "Verify that user can edit DB alias of Standalone DB" ► Edit Databases "before each" hook for "Verify that user can edit DB alias of Standalone DB"

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone_tls-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])
Raw output
TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone_tls-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])
Wait timed out after 1041ms
    at /home/runner/work/Redis-for-VS-Code/Redis-for-VS-Code/tests/e2e/node_modules/selenium-webdriver/lib/webdriver.js:913:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / Test results: E2E (linux) 1th node

Edit Key names verification ► "before all" hook for "Verify that user can edit String Key name" ► Edit Key names verification "before all" hook for "Verify that user can edit String Key name"

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])
Raw output
TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])
Wait timed out after 1041ms
    at /home/runner/work/Redis-for-VS-Code/Redis-for-VS-Code/tests/e2e/node_modules/selenium-webdriver/lib/webdriver.js:913:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / Test results: E2E (linux) 1th node

Filtering iteratively in Tree view for Big database ► "before each" hook for "Verify that user use Scan More in DB with 10-50 millions of keys (when search by pattern/)" ► Filtering iteratively in Tree view for Big database "before each" hook for "Veri...

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone_big-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])
Raw output
TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone_big-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])
Wait timed out after 1068ms
    at /home/runner/work/Redis-for-VS-Code/Redis-for-VS-Code/tests/e2e/node_modules/selenium-webdriver/lib/webdriver.js:913:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / Test results: E2E (linux) 1th node

Formatters ► "before all" hook for "Verify that user can see highlighted key details in JSON format" ► Formatters "before all" hook for "Verify that user can see highlighted key details in JSON format"

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])
Raw output
TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])
Wait timed out after 1040ms
    at /home/runner/work/Redis-for-VS-Code/Redis-for-VS-Code/tests/e2e/node_modules/selenium-webdriver/lib/webdriver.js:913:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / Test results: E2E (linux) 1th node

Set Key fields verification ► "before all" hook for "Verify that user can search and delete by member in Set" ► Set Key fields verification "before all" hook for "Verify that user can search and delete by member in Set"

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])
Raw output
TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])
Wait timed out after 1042ms
    at /home/runner/work/Redis-for-VS-Code/Redis-for-VS-Code/tests/e2e/node_modules/selenium-webdriver/lib/webdriver.js:913:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in tests/e2e/mochawesome-report/junit-report.xml

See this annotation in the file changed.

@github-actions github-actions / Test results: E2E (linux) 1th node

ZSet Key fields verification ► "before all" hook for "Verify that user can search and delete by member in Zset" ► ZSet Key fields verification "before all" hook for "Verify that user can search and delete by member in Zset"

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])
Raw output
TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone-66$oYHwTGX']]/..//vscode-button[@data-testid = 'terminal-button'])
Wait timed out after 1038ms
    at /home/runner/work/Redis-for-VS-Code/Redis-for-VS-Code/tests/e2e/node_modules/selenium-webdriver/lib/webdriver.js:913:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)