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

fixed broken progress bar #66

Merged
merged 1 commit into from
Nov 11, 2024

fixed broken progress bar

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

fixed broken progress bar #66

fixed broken progress bar
54b6373
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Nov 8, 2024 in 0s

5 fail, 8 pass in 28m 39s

 5 files  22 suites   28m 39s ⏱️
13 tests  8 ✅ 0 💤 5 ❌
22 runs  14 ✅ 0 💤 8 ❌

Results for commit 54b6373.

Annotations

Check warning on line 0 in should show correct version number

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs failed: Installation Manager Tests - Installation using default settings CLI Arguments Tests should show correct version number (should show correct version number)

./artifacts/test-results-ubuntu-latest.zip/results-default-test.xml [took 10s]
./artifacts/test-results-windows-latest.zip/results-default-test.xml [took 10s]
Raw output
expected false to be true
AssertionError: expected false to be true
    at Context.<anonymous> (file:///home/runner/work/idf-im-cli/idf-im-cli/tests/script/commandLineArguments.test.js:31:38)

      + expected - actual

      -false
      +true

Check warning on line 0 in Should install IDF using wizard and default values

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs failed: Installation Manager Tests - Installation using default settings Check IDF Install Wizard steps Should install IDF using wizard and default values (Should install IDF using wizard and default values)

./artifacts/test-results-ubuntu-latest.zip/results-default-test.xml [took 2m 2s]
./artifacts/test-results-windows-latest.zip/results-default-test.xml [took 10s]
Raw output
expected '\r\n\r\u001b[2K\u001b[1A\r\u001b[2K\u…' to include 'Finished fetching submodules'
AssertionError: expected '\r\n\r\u001b[2K\u001b[1A\r\u001b[2K\u…' to include 'Finished fetching submodules'
    at Context.<anonymous> (file:///home/runner/work/idf-im-cli/idf-im-cli/tests/script/installWizard.test.js:113:42)

Check warning on line 0 in Should create a new project based on a template

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 3 runs failed: Installation Manager Tests - Installation using default settings Check if IDF installation is functional Should create a new project based on a template (Should create a new project based on a template)

./artifacts/test-results-windows-latest.zip/results-default-test.xml [took 0s]
Raw output
read EPIPE
Error: read EPIPE
    at Pipe.onStreamRead (node:internal/stream_base_commons:218:20)

Check warning on line 0 in Should set the target

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: Installation Manager Tests - Installation using default settings Check if IDF installation is functional Should set the target (Should set the target)

./artifacts/test-results-windows-latest.zip/results-default-test.xml [took 10m 0s]
Raw output
Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\idf-im-cli\idf-im-cli\tests\runs\defaultInstall.test.js)
Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\idf-im-cli\idf-im-cli\tests\runs\defaultInstall.test.js)
    at listOnTimeout (node:internal/timers:581:17)
    at process.processTimers (node:internal/timers:519:7)

Check warning on line 0 in Should build project for the selected target

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: Installation Manager Tests - Installation using default settings Check if IDF installation is functional Should build project for the selected target (Should build project for the selected target)

./artifacts/test-results-windows-latest.zip/results-default-test.xml [took 5m 0s]
Raw output
Timeout of 300000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\idf-im-cli\idf-im-cli\tests\runs\defaultInstall.test.js)
Error: Timeout of 300000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\idf-im-cli\idf-im-cli\tests\runs\defaultInstall.test.js)
    at listOnTimeout (node:internal/timers:581:17)
    at process.processTimers (node:internal/timers:519:7)