-
Notifications
You must be signed in to change notification settings - Fork 188
[Bug]: Performance Tests does not return any output and build is successful #2158
Description
AL-Go version
8.3
Describe the issue
BCPT tests exits without any output, even the simplest ones.
2026-03-06T17:54:58.1706344Z Using testpage 149002
2026-03-06T17:54:58.1707059Z Using Suitecode 10UserTest
2026-03-06T17:54:58.1715234Z Service Url http://bc22774581371/BC/cs/?tenant=default&company=CRONUS%20USA%2C%20Inc.
2026-03-06T17:54:58.1716356Z Running Performance Tests for 5 minutes...
2026-03-06T17:57:36.5067503Z Invoke GET on http://172.19.110.106:7048/BC/api/Microsoft/PerformancToolkit/v1.0/companies(c2f9be77-e218-f111-ac6c-7ced8dae1517)/bcptLogEntries?tenant=default
2026-03-06T17:57:36.6559956Z Saving bcpt test results to D:\a\DemoApp2\DemoApp2\bcptTestResults.json
2026-03-06T17:57:36.6610273Z
2026-03-06T17:57:36.6610801Z Running BCPT tests took 171 seconds
It should run for 5 mins but exit after less than 3 minutes and with no output to show
Expected behavior
When running above scenario, a bcpt run output is expected to be shown
Steps to reproduce
- Run Action : create a new app (use the default settings)
- Run Action : create a new performance test app (use the default settings)
- Change "bcptTestFolders": ["MyApp.PerformanceTest"] in settings
Additional context (logs, screenshots, etc.)
Attached logs
This is the relevant part>
2026-03-06T17:54:58.1706344Z Using testpage 149002
2026-03-06T17:54:58.1707059Z Using Suitecode 10UserTest
2026-03-06T17:54:58.1715234Z Service Url http://bc22774581371/BC/cs/?tenant=default&company=CRONUS%20USA%2C%20Inc.
2026-03-06T17:54:58.1716356Z Running Performance Tests for 5 minutes...
2026-03-06T17:57:36.5067503Z Invoke GET on http://172.19.110.106:7048/BC/api/Microsoft/PerformancToolkit/v1.0/companies(c2f9be77-e218-f111-ac6c-7ced8dae1517)/bcptLogEntries?tenant=default
2026-03-06T17:57:36.6559956Z Saving bcpt test results to D:\a\DemoApp2\DemoApp2\bcptTestResults.json
2026-03-06T17:57:36.6610273Z
2026-03-06T17:57:36.6610801Z Running BCPT tests took 171 seconds
It should run for 5 mins but exit after less than 3 minutes and with no output to show