Finding Failed tests #66
SQLDBAWithABeard
started this conversation in
Contributing - Developing
Replies: 1 comment
-
Another way to find them locally will be as follows
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is an issue to help to ease this but also @jpomfret has written this
Sure thing - there are a few ways to do this - one option:
If you look at one of the failing checks above, for e.g. this one: https://github.com/dataplat/FabricTools/actions/runs/15250231553/job/42885377181?pr=59
and then search the output for 'failed' you'll find it's something to do with the

Get-FabricWorkspace.Tests.ps1
file:Then you can just run this test file locally:
(remember to build first!)
The results show this:

(The test is checking that only valid names can be passed in - but since this PR removes validation, the supposedly invalid name is not rejected)
Beta Was this translation helpful? Give feedback.
All reactions