Skip to content

Feature/lcuello/sct 11827 unit test (#58)

Sign in for the full log view
GitHub Actions / sfsnowsightextensions tests failed May 24, 2024 in 1s

0 passed, 6 failed and 0 skipped

Tests failed

Report Passed Failed Skipped Time
TestResults/_Mac-1716569170700_2024-05-24_17_02_13.trx 974ms
TestResults/_Mac-1716569170700_2024-05-24_17_02_14.trx 6❌ 4s

✅ TestResults/_Mac-1716569170700_2024-05-24_17_02_13.trx

No tests found

❌ TestResults/_Mac-1716569170700_2024-05-24_17_02_14.trx

6 tests were completed in 4s with 0 passed, 6 failed and 0 skipped.

Test suite Passed Failed Skipped Time
SnowflakePSTest.E2E.Authentication.LoginFeature 2❌ 857ms
SnowflakePSTest.E2E.Migration.WorksheetFeature 4❌ 2s

❌ SnowflakePSTest.E2E.Authentication.LoginFeature

❌ Login_WithUserNameAndPassword_Succeed (Account1)
	Assert.Fail failed. Command -Command "& { . /E2E/Utils/env_setup.ps1; sfAppConnectionAccount1}" timed out
❌ Login_WithUserNameAndPassword_Succeed (Account2)
	Assert.Fail failed. Command -Command "& { . /E2E/Utils/env_setup.ps1; sfAppConnectionAccount2}" timed out

❌ SnowflakePSTest.E2E.Migration.WorksheetFeature

❌ Migrate_Worksheet_Succeed (CreateNew,Creating new Worksheet)
	Assert.Fail failed. Command -Command "& { . /E2E/Utils/env_setup.ps1; migrateWorksheetsFromAccount1ToAccount2CreateNew}" timed out
❌ Migrate_Worksheet_Succeed (CreateNewWithNewName,will be ignored and new Worksheet will be created because ActionIfExists is CreateNew)
	Assert.Fail failed. Command -Command "& { . /E2E/Utils/env_setup.ps1; migrateWorksheetsFromAccount1ToAccount2CreateNewWithNewName}" timed out
❌ Migrate_Worksheet_Succeed (Overwrite,will be overwritten because ActionIfExists is Overwrite)
	Assert.IsTrue failed. 
❌ Migrate_Worksheet_Succeed (Skip,will be ignored and nothing will be done because ActionIfExists is Skip)
	Assert.IsTrue failed. 

Annotations

Check failure on line 42 in SnowflakePSTest/E2E/Authentication/LoginFeature.cs

See this annotation in the file changed.

@github-actions github-actions / sfsnowsightextensions tests

SnowflakePSTest.E2E.Authentication.LoginFeature ► Login_WithUserNameAndPassword_Succeed (Account1)

Failed test found in:
  TestResults/_Mac-1716569170700_2024-05-24_17_02_14.trx
Error:
  Assert.Fail failed. Command -Command "& { . /E2E/Utils/env_setup.ps1; sfAppConnectionAccount1}" timed out
Raw output
Assert.Fail failed. Command -Command "& { . /E2E/Utils/env_setup.ps1; sfAppConnectionAccount1}" timed out
   at SnowflakePSTest.E2E.Authentication.LoginFeature.Login_WithUserNameAndPassword_Succeed(Account account) in /Users/runner/work/sfsnowsightextensions/sfsnowsightextensions/SnowflakePSTest/E2E/Authentication/LoginFeature.cs:line 42

Check failure on line 42 in SnowflakePSTest/E2E/Authentication/LoginFeature.cs

See this annotation in the file changed.

@github-actions github-actions / sfsnowsightextensions tests

SnowflakePSTest.E2E.Authentication.LoginFeature ► Login_WithUserNameAndPassword_Succeed (Account2)

Failed test found in:
  TestResults/_Mac-1716569170700_2024-05-24_17_02_14.trx
Error:
  Assert.Fail failed. Command -Command "& { . /E2E/Utils/env_setup.ps1; sfAppConnectionAccount2}" timed out
Raw output
Assert.Fail failed. Command -Command "& { . /E2E/Utils/env_setup.ps1; sfAppConnectionAccount2}" timed out
   at SnowflakePSTest.E2E.Authentication.LoginFeature.Login_WithUserNameAndPassword_Succeed(Account account) in /Users/runner/work/sfsnowsightextensions/sfsnowsightextensions/SnowflakePSTest/E2E/Authentication/LoginFeature.cs:line 42

Check failure on line 44 in SnowflakePSTest/E2E/Migration/WorksheetFeature.cs

See this annotation in the file changed.

@github-actions github-actions / sfsnowsightextensions tests

SnowflakePSTest.E2E.Migration.WorksheetFeature ► Migrate_Worksheet_Succeed (CreateNew,Creating new Worksheet)

Failed test found in:
  TestResults/_Mac-1716569170700_2024-05-24_17_02_14.trx
Error:
  Assert.Fail failed. Command -Command "& { . /E2E/Utils/env_setup.ps1; migrateWorksheetsFromAccount1ToAccount2CreateNew}" timed out
Raw output
Assert.Fail failed. Command -Command "& { . /E2E/Utils/env_setup.ps1; migrateWorksheetsFromAccount1ToAccount2CreateNew}" timed out
   at SnowflakePSTest.E2E.Migration.WorksheetFeature.Migrate_Worksheet_Succeed(ActionIfExists actionIfExists, String expectedResult) in /Users/runner/work/sfsnowsightextensions/sfsnowsightextensions/SnowflakePSTest/E2E/Migration/WorksheetFeature.cs:line 44

Check failure on line 44 in SnowflakePSTest/E2E/Migration/WorksheetFeature.cs

See this annotation in the file changed.

@github-actions github-actions / sfsnowsightextensions tests

SnowflakePSTest.E2E.Migration.WorksheetFeature ► Migrate_Worksheet_Succeed (CreateNewWithNewName,will be ignored and new Worksheet will be created because ActionIfExists is CreateNew)

Failed test found in:
  TestResults/_Mac-1716569170700_2024-05-24_17_02_14.trx
Error:
  Assert.Fail failed. Command -Command "& { . /E2E/Utils/env_setup.ps1; migrateWorksheetsFromAccount1ToAccount2CreateNewWithNewName}" timed out
Raw output
Assert.Fail failed. Command -Command "& { . /E2E/Utils/env_setup.ps1; migrateWorksheetsFromAccount1ToAccount2CreateNewWithNewName}" timed out
   at SnowflakePSTest.E2E.Migration.WorksheetFeature.Migrate_Worksheet_Succeed(ActionIfExists actionIfExists, String expectedResult) in /Users/runner/work/sfsnowsightextensions/sfsnowsightextensions/SnowflakePSTest/E2E/Migration/WorksheetFeature.cs:line 44

Check failure on line 48 in SnowflakePSTest/E2E/Migration/WorksheetFeature.cs

See this annotation in the file changed.

@github-actions github-actions / sfsnowsightextensions tests

SnowflakePSTest.E2E.Migration.WorksheetFeature ► Migrate_Worksheet_Succeed (Overwrite,will be overwritten because ActionIfExists is Overwrite)

Failed test found in:
  TestResults/_Mac-1716569170700_2024-05-24_17_02_14.trx
  TestResults/_Mac-1716569170700_2024-05-24_17_02_14.trx
Error:
  Assert.IsTrue failed. 
Raw output
Assert.IsTrue failed. 
   at SnowflakePSTest.E2E.Migration.WorksheetFeature.Migrate_Worksheet_Succeed(ActionIfExists actionIfExists, String expectedResult) in /Users/runner/work/sfsnowsightextensions/sfsnowsightextensions/SnowflakePSTest/E2E/Migration/WorksheetFeature.cs:line 48