You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add a BCPT test app to my repo (using the AL-GO for github workflow) and then run a workflow that uses Build AL-GO Project, it ends with a bad request error when calling the BCPTSuites endpoint.
Expected behavior
BCPT tests execute and pipeline runs succesfully.
Steps to reproduce
Create a BCPT test app in your repository.
Run workflow CICD or PullRequestHandler
*At my first run, I didnt add the "installPerformanceToolkit" setting, as I expected it to be true automatically because of the BCPT test app with dependency to the performance toolkit. At this point it was indeed recognized that the app was present, however, the performance toolkit was not installed, so I ended with a 404 on the BCPTSuites endpoint. I therefore added the setting and set it to true.
Additional context (logs, screenshots, etc.)
Error: Unexpected error when running action.
Error Message: The remote server returned an error: (400) Bad Request.,
StackTrace: at Invoke-BcContainerApi,
C:\ProgramData\BcContainerHelper\6.0.30\BcContainerHelper\Api\Invoke-NavContainerApi.ps1: line 169 <- at Run-BCPTTestsInBcContainer,
C:\ProgramData\BcContainerHelper\6.0.30\BcContainerHelper\AppHandling\Run-BCPTTestsInBcContainer.ps1: line 116 <- at ,
C:\ProgramData\BcContainerHelper\6.0.30\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1211 <- at ,
C:\ProgramData\BcContainerHelper\6.0.30\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 2800 <- at ,
C:\ProgramData\BcContainerHelper\6.0.30\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 2784 <- at ,
C:\ProgramData\BcContainerHelper\6.0.30\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 2779 <- at ,
C:\ProgramData\BcContainerHelper\6.0.30\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1259 <- at Run-AlPipeli
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
AL-Go version
5.2
Describe the issue
When I add a BCPT test app to my repo (using the AL-GO for github workflow) and then run a workflow that uses Build AL-GO Project, it ends with a bad request error when calling the BCPTSuites endpoint.
Expected behavior
BCPT tests execute and pipeline runs succesfully.
Steps to reproduce
*At my first run, I didnt add the "installPerformanceToolkit" setting, as I expected it to be true automatically because of the BCPT test app with dependency to the performance toolkit. At this point it was indeed recognized that the app was present, however, the performance toolkit was not installed, so I ended with a 404 on the BCPTSuites endpoint. I therefore added the setting and set it to true.
Additional context (logs, screenshots, etc.)
Error: Unexpected error when running action.
Error Message: The remote server returned an error: (400) Bad Request.,
StackTrace: at Invoke-BcContainerApi,
C:\ProgramData\BcContainerHelper\6.0.30\BcContainerHelper\Api\Invoke-NavContainerApi.ps1: line 169 <- at Run-BCPTTestsInBcContainer,
C:\ProgramData\BcContainerHelper\6.0.30\BcContainerHelper\AppHandling\Run-BCPTTestsInBcContainer.ps1: line 116 <- at ,
C:\ProgramData\BcContainerHelper\6.0.30\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1211 <- at ,
C:\ProgramData\BcContainerHelper\6.0.30\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 2800 <- at ,
C:\ProgramData\BcContainerHelper\6.0.30\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 2784 <- at ,
C:\ProgramData\BcContainerHelper\6.0.30\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 2779 <- at ,
C:\ProgramData\BcContainerHelper\6.0.30\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1259 <- at Run-AlPipeli
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered: