1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00
Commit graph

8 commits

Author SHA1 Message Date
Carlos Sánchez López
35b866ce6a
Add XUnitLogChecker to log libraries dumps, do not enable for NativeAOT tests (#94868)
* Add XUnitLogChecker to log libraries dumps (#93906)

Libraries CI failures that generate dumps will now show the dump output in the console log itself.

* Change NativeAOT condition

* Pass the global property set to false in the post build step.

* Address suggestion:
- Avoid using yml extraHelixArguments.
- Add the new embedded SetCommands optional section in runner scripts.
- Set __IsXUnitLogCheckerSupported in tests.targets as SetScriptCommand items instead of directly in sendtohelixhelp.proj.

* Only add XUnitLogChecker as HelixPayload if its directory is found. Whether it was built or not has already been decided before, and the runner scripts know when to execute it.
2023-11-29 09:59:14 -08:00
Carlos Sánchez López
e58f897a14
Revert "Add XUnitLogChecker to log libraries dumps (#93906)" (#94807)
This reverts commit d561f390b8.
2023-11-15 13:08:41 -08:00
Carlos Sánchez López
d561f390b8
Add XUnitLogChecker to log libraries dumps (#93906)
Libraries CI failures that generate dumps will now show the dump output in the console log itself.
2023-11-14 20:09:31 -08:00
Adeel Mujahid
ce99c5658c
Use ProductVersion in how-to-debug-dump (#59848)
* Use ProductVersion in how-to-debug-dump
2021-10-01 10:05:14 -07:00
Adeel Mujahid
37e1ba1f35
Update how-to-debug-dump template (#59798)
* Update how-to-debug-dump template

* Address CR feedback

* Update windows instructions

* Use backslashes on Windows
2021-09-30 15:13:07 +02:00
Santiago Fernandez Madero
11cd2721a9
Update debug dump template after runfo update to include dumps (#49183)
* Update debug dump template after runfo update to include dumps

* Fix workitem param and generate a dump command per dump found

* PR Feedback
2021-03-05 21:15:29 -08:00
Dan Moseley
d4d50db676
Improve generated dump debugging instructions (#46493)
* Improve generated dump debugging instructions

* Update eng/testing/debug-dump-template.md

Co-authored-by: Jan Kotas <jkotas@microsoft.com>

* Update eng/testing/debug-dump-template.md

Co-authored-by: Jan Kotas <jkotas@microsoft.com>

* Update eng/testing/debug-dump-template.md

Co-authored-by: Jan Kotas <jkotas@microsoft.com>

* Update debug-dump-template.md

* Fix ```

* fix some ```cmd

* Reverse .cmd to .bat

* Open only for reading

* Improve foldername

* Install only one SOS

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
2021-01-05 07:57:42 -08:00
Santiago Fernandez Madero
070323db0d
Add debugging a ci dump documentation template and script to fill info and include it on azdo test tab (#43937)
* Add debugging a ci dump documentation template and script to generate it on helix

* PR Feedback and fix helix workitems

* Fix python script and -buildid argument

* Upload doc only if dumps were found

* Pass down templatedir

* PR feedback
2020-11-04 12:28:33 -08:00