Skip to content

release/1.2.0

release/1.2.0 #1

GitHub Actions / Test results: E2E (linux) 2th node succeeded Dec 17, 2024 in 0s

26 passed, 6 failed and 0 skipped

Tests failed

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

32 tests were completed in 661s with 26 passed, 6 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Edit Key values verification 5✅ 1❌ 256s
Hash Key fields verification 2✅ 1❌ 104s
Large key details verification 4✅ 1❌ 92s
Set TTL for Key 2❌ 87s
Tree view verifications for big database 1✅ 1❌ 17s

❌ Edit Key values verification

Verify that user can edit Hash Key field
  ✅ Edit Key values verification Verify that user can edit Hash Key field
Verify that user can edit Zset Key member
  ✅ Edit Key values verification Verify that user can edit Zset Key member
Verify that user can edit List Key element
  ✅ Edit Key values verification Verify that user can edit List Key element
Verify that user can edit String value
  ❌ Edit Key values verification Verify that user can edit String value
	StaleElementReferenceError: stale element reference: stale element not found in the current frame
Verify that user can edit JSON Key value
  ✅ Edit Key values verification Verify that user can edit JSON Key value
Verify that user can see the message that data type not currently supported when open any of the unsupported data types
  ✅ Edit Key values verification Verify that user can see the message that data type not currently supported when open any of the unsupported data types

❌ Hash Key fields verification

Verify that user can search by full field name in Hash
  ✅ Hash Key fields verification Verify that user can search by full field name in Hash
Verify that user can add field to Hash
  ✅ Hash Key fields verification Verify that user can add field to Hash
Verify that tab is closed if Hash was deleted from keys list
  ❌ Hash Key fields verification Verify that tab is closed if Hash was deleted from keys list
	TimeoutError: Waiting for element to be located By(xpath, //vscode-button[starts-with(@data-testid, 'remove-key-hepuglehub')])

❌ Large key details verification

Verify that user can expand/collapse for sorted set data type
  ✅ Large key details verification Verify that user can expand/collapse for sorted set data type
Verify that user can expand/collapse for hash data type
  ✅ Large key details verification Verify that user can expand/collapse for hash data type
Verify that user can expand/collapse for list data type
  ✅ Large key details verification Verify that user can expand/collapse for list data type
Verify that user can expand/collapse for set data type
  ✅ Large key details verification Verify that user can expand/collapse for set data type
Verify that user can download String key value as txt file when it has > 5000 characters
  ❌ Large key details verification Verify that user can download String key value as txt file when it has > 5000 characters
	AssertionError: Edit key value button not disabled: expected true to deeply equal false

❌ Set TTL for Key

Verify that user can specify TTL for Key
  ❌ Set TTL for Key Verify that user can specify TTL for Key
	TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone-v7-C(^*9xaf0X']]/../..//button[@data-testid = 'refresh-keys-refresh-btn'])
Verify that user can set ttl for Hash fields
  ❌ Set TTL for Key Verify that user can set ttl for Hash fields
	TimeoutError: Waiting for element to be located By(xpath, //div[@data-testid="hash-ttl_content-value-Field1WithTtl"])

❌ Tree view verifications for big database

Verify that user can see the total number of keys, the number of keys scanned, the “Scan more” control displayed at the top of Tree view
  ❌ Tree view verifications for big database Verify that user can see the total number of keys, the number of keys scanned, the “Scan more” control displayed at the top of Tree view
	AssertionError: incorrect count is displayed: expected false to deeply equal true
Verify that when user deletes the key he can see the key is removed from the folder
  ✅ Tree view verifications for big database Verify that when user deletes the key he can see the key is removed from the folder

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) 2th node

Edit Key values verification ► Verify that user can edit String value ► Edit Key values verification Verify that user can edit String value

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  StaleElementReferenceError: stale element reference: stale element not found in the current frame
Raw output
StaleElementReferenceError: stale element reference: stale element not found in the current frame
  (Session info: chrome=128.0.6613.186)
    at Object.throwDecodedError (node_modules/selenium-webdriver/lib/error.js:521:15)
    at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:514:13)
    at Executor.execute (node_modules/selenium-webdriver/lib/http.js:446:28)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Driver.execute (node_modules/selenium-webdriver/lib/webdriver.js:742:17)

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) 2th node

Hash Key fields verification ► Verify that tab is closed if Hash was deleted from keys list ► Hash Key fields verification Verify that tab is closed if Hash was deleted from keys list

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  TimeoutError: Waiting for element to be located By(xpath, //vscode-button[starts-with(@data-testid, 'remove-key-hepuglehub')])
Raw output
TimeoutError: Waiting for element to be located By(xpath, //vscode-button[starts-with(@data-testid, 'remove-key-hepuglehub')])
Wait timed out after 5157ms
    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) 2th node

Large key details verification ► Verify that user can download String key value as txt file when it has > 5000 characters ► Large key details verification Verify that user can download String key value as txt file when it has > 5000 characters

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  AssertionError: Edit key value button not disabled: expected true to deeply equal false
Raw output
AssertionError: Edit key value button not disabled: expected true to deeply equal false
    at Context.<anonymous> (src/tests/browser/large-key-details-values.e2e.ts:341:7)
    at Generator.next (<anonymous>)
    at fulfilled (dist/tests/browser/large-key-details-values.e2e.js:5:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -true
      +false
      

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) 2th node

Set TTL for Key ► Verify that user can specify TTL for Key ► Set TTL for Key Verify that user can specify TTL for Key

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-v7-C(^*9xaf0X']]/../..//button[@data-testid = 'refresh-keys-refresh-btn'])
Raw output
TimeoutError: Waiting for element to be located By(xpath, .//div[starts-with(@data-testid, 'database-')][.//*[text()='test_standalone-v7-C(^*9xaf0X']]/../..//button[@data-testid = 'refresh-keys-refresh-btn'])
Wait timed out after 5154ms
    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) 2th node

Set TTL for Key ► Verify that user can set ttl for Hash fields ► Set TTL for Key Verify that user can set ttl for Hash fields

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  TimeoutError: Waiting for element to be located By(xpath, //div[@data-testid="hash-ttl_content-value-Field1WithTtl"])
Raw output
TimeoutError: Waiting for element to be located By(xpath, //div[@data-testid="hash-ttl_content-value-Field1WithTtl"])
Wait timed out after 5162ms
    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) 2th node

Tree view verifications for big database ► Verify that user can see the total number of keys, the number of keys scanned, the “Scan more” control displayed at the top of Tree view ► Tree view verifications for big database Verify that user can see the ...

Failed test found in:
  tests/e2e/mochawesome-report/junit-report.xml
Error:
  AssertionError: incorrect count is displayed: expected false to deeply equal true
Raw output
AssertionError: incorrect count is displayed: expected false to deeply equal true
    at Context.<anonymous> (src/tests/tree-view/tree-view-big-db.e2e.ts:40:72)
    at Generator.next (<anonymous>)
    at fulfilled (dist/tests/tree-view/tree-view-big-db.e2e.js:5:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -false
      +true