8000 Make sure non-Windows CI fails when a test fails by TravisEz13 · Pull Request #9303 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content

< 8000 span class="Text__StyledText-sc-1klmep6-0 f1 text-normal markdown-title prc-Text-Text-9mHv3">Make sure non-Windows CI fails when a test fails#9303

Merged
TravisEz13 merged 2 commits intoPowerShell:masterfrom
TravisEz13:make_sure_unix_ci_fails
Apr 5, 2019
Merged

Make sure non-Windows CI fails when a test fails#9303
TravisEz13 merged 2 commits intoPowerShell:masterfrom
TravisEz13:make_sure_unix_ci_fails

Conversation

@TravisEz13
Copy link
Member
@TravisEz13 TravisEz13 commented Apr 5, 2019

PR Summary

Make sure non-Windows CI fails when a test fails

PR Context

We discovered that some tests were failing after a PR and the CI was not failing

PR Checklist

@TravisEz13 TravisEz13 changed the title Make sure unix CI fails Make sure non-Windows CI fails when a test fails Apr 5, 2019
@PoshChan
Copy link
Collaborator
PoshChan commented Apr 5, 2019

@TravisEz13, your last commit had 4 failures in PowerShell-CI-macos
JEA session Transcript script test.Configuration name should be in the transcript header

The term 'Unregister-PSSessionConfiguration' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
at <ScriptBlock>, /Users/vsts/agent/2.149.2/work/1/s/test/powershell/engine/Remoting/RemoteSession.Basic.Tests.ps1: line 75
75:             Unregister-PSSessionConfiguration -Name JEA -Force -ErrorAction SilentlyContinue

JEA session Get-Help test.Get-Help should work in JEA sessions

The term 'Unregister-PSSessionConfiguration' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
at <ScriptBlock>, /Users/vsts/agent/2.149.2/work/1/s/test/powershell/engine/Remoting/RemoteSession.Basic.Tests.ps1: line 114
114:             Unregister-PSSessionConfiguration -Name JEA -Force -ErrorAction SilentlyContinue

Validate Set-ExecutionPolicy -Scope (Admin).-Scope LocalMachine is Settable, but overridden

Operation is not supported on this platform.
at <ScriptBlock>, /Users/vsts/agent/2.149.2/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Security/ExecutionPolicy.Tests.ps1: line 1163
1163:             Set-ExecutionPolicy -Scope Process -ExecutionPolicy Undefined

Validate Set-ExecutionPolicy -Scope (Admin).-Scope LocalMachine is Settable

Operation is not supported on this platform.
at <ScriptBlock>, /Users/vsts/agent/2.149.2/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Security/ExecutionPolicy.Tests.ps1: line 1175
1175:             Set-ExecutionPolicy -Scope Process -ExecutionPolicy Undefined

@PoshChan
Copy link
Collaborator
PoshChan commented Apr 5, 2019

@TravisEz13, your last commit had 4 failures in PowerShell-CI-linux
JEA session Transcript script test.Configuration name should be in the transcript header

The term 'Unregister-PSSessionConfiguration' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
at <ScriptBlock>, /home/vsts/work/1/s/test/powershell/engine/Remoting/RemoteSession.Basic.Tests.ps1: line 75
75:             Unregister-PSSessionConfiguration -Name JEA -Force -ErrorAction SilentlyContinue

JEA session Get-Help test.Get-Help should work in JEA sessions

The term 'Unregister-PSSessionConfiguration' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
at <ScriptBlock>, /home/vsts/work/1/s/test/powershell/engine/Remoting/RemoteSession.Basic.Tests.ps1: line 114
114:             Unregister-PSSessionConfiguration -Name JEA -Force -ErrorAction SilentlyContinue

Validate Set-ExecutionPolicy -Scope (Admin).-Scope LocalMachine is Settable, but overridden

Operation is not supported on this platform.
at <ScriptBlock>, /home/vsts/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Security/ExecutionPolicy.Tests.ps1: line 1163
1163:             Set-ExecutionPolicy -Scope Process -ExecutionPolicy Undefined

Validate Set-ExecutionPolicy -Scope (Admin).-Scope LocalMachine is Settable

Operation is not supported on this platform.
at <ScriptBlock>, /home/vsts/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Security/ExecutionPolicy.Tests.ps1: line 1175
1175:             Set-ExecutionPolicy -Scope Process -ExecutionPolicy Undefined

@PoshChan
Copy link
Collaborator
PoshChan commented Apr 5, 2019

@TravisEz13, your last commit had 4 failures in PowerShell-CI-macos
JEA session Transcript script test.Configuration name should be in the transcript header

The term 'Unregister-PSSessionConfiguration' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
at <ScriptBlock>, /Users/vsts/agent/2.149.2/work/1/s/test/powershell/engine/Remoting/RemoteSession.Basic.Tests.ps1: line 75
75:             Unregister-PSSessionConfiguration -Name JEA -Force -ErrorAction SilentlyContinue

JEA session Get-Help test.Get-Help should work in JEA sessions

The term 'Unregister-PSSessionConfiguration' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
at <ScriptBlock>, /Users/vsts/agent/2.149.2/work/1/s/test/powershell/engine/Remoting/RemoteSession.Basic.Tests.ps1: line 114
114:             Unregister-PSSessionConfiguration -Name JEA -Force -ErrorAction SilentlyContinue

Validate Set-ExecutionPolicy -Scope (Admin).-Scope LocalMachine is Settable, but overridden

Operation is not supported on this platform.
at <ScriptBlock>, /Users/vsts/agent/2.149.2/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Security/ExecutionPolicy.Tests.ps1: line 1163
1163:             Set-ExecutionPolicy -Scope Process -ExecutionPolicy Undefined

Validate Set-ExecutionPolicy -Scope (Admin).-Scope LocalMachine is Settable

Operation is not supported on this platform.
at <ScriptBlock>, /Users/vsts/agent/2.149.2/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Security/ExecutionPolicy.Tests.ps1: line 1175
1175:             Set-ExecutionPolicy -Scope Process -ExecutionPolicy Undefined

@PoshChan
Copy link
Collaborator
PoshChan commented Apr 5, 2019

@TravisEz13, your last commit had 4 failures in PowerShell-CI-linux
JEA session Transcript script test.Configuration name should be in the transcript header

The term 'Unregister-PSSessionConfiguration' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
at <ScriptBlock>, /home/vsts/work/1/s/test/powershell/engine/Remoting/RemoteSession.Basic.Tests.ps1: line 75
75:             Unregister-PSSessionConfiguration -Name JEA -Force -ErrorAction SilentlyContinue

JEA session Get-Help test.Get-Help should work in JEA sessions

The term 'Unregister-PSSessionConfiguration' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
at <ScriptBlock>, /home/vsts/work/1/s/test/powershell/engine/Remoting/RemoteSession.Basic.Tests.ps1: line 114
114:             Unregister-PSSessionConfiguration -Name JEA -Force -ErrorAction SilentlyContinue

Validate Set-ExecutionPolicy -Scope (Admin).-Scope LocalMachine is Settable, but overridden

Operation is not supported on this platform.
at <ScriptBlock>, /home/vsts/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Security/ExecutionPolicy.Tests.ps1: line 1163
1163:             Set-ExecutionPolicy -Scope Process -ExecutionPolicy Undefined

Validate Set-ExecutionPolicy -Scope (Admin).-Scope LocalMachine is Settable

Operation is not supported on this platform.
at <ScriptBlock>, /home/vsts/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Security/ExecutionPolicy.Tests.ps1: line 1175
1175:             Set-ExecutionPolicy -Scope Process -ExecutionPolicy Undefined

@TravisEz13 TravisEz13 merged commit e10603c into PowerShell:master Apr 5, 2019
@TravisEz13 TravisEz13 deleted the make_sure_unix_ci_fails branch April 5, 2019 22:49
@TravisEz13 TravisEz13 added the CL-Test Indicates that a PR should be marked as a test change in the Change Log label Apr 7, 2019
@TravisEz13 TravisEz13 added this to the 6.2.1-consider milestone Apr 7, 2019
TravisEz13 added a commit that referenced this pull request Apr 15, 2019
Make sure non-Windows CI fails when a test fails

## PR Context

We discovered that some tests were failing after a PR and the CI was not failing

# Conflicts:
#	tools/ci.psm1
@TravisEz13 TravisEz13 modified the milestones: 6.2.1-consider, 6.2.1 Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-Test Indicates that a PR should be marked as a test change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

0