Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enumeration time is quite long the more you progress #457

Open
DEberhardt opened this issue Sep 12, 2021 · 2 comments · May be fixed by #461
Open

Enumeration time is quite long the more you progress #457

DEberhardt opened this issue Sep 12, 2021 · 2 comments · May be fixed by #461
Labels
Category-Module Pertaining to the module's functionality itself. Issue-Suggestion This should be added!

Comments

@DEberhardt
Copy link
Contributor

First of all, thank you for making and supporting this module. I am loving it and continue to learnings of Pester & PowerShell 😄

Describe "Functionality"

When running Show-Karma, it enumerates through all Koans to find where it throws, then displays this as the next step.

Context "Private or Public? What are the use cases? Parameters? Options?"

When doing them over a long period of time, some results (like Number of Modules, Functions, etc.) can change, prompting you to have to redo some Koans (having to update some values). This isn't bad, but once solved, should it test again for all?

Context "Additional Information"

The further you progress, the longer the command will run. I am on 307 now and execution time is now at 3-5mins.

 David  C:\                                                            13:37:51
❯
 David  C:\                                                            13:44:33Show-Karma
[... removed VariableNotRemovableRare and Modules_NoModulesRemoved error messages ...]
    Welcome, seeker of enlightenment.
    Let us observe your karma...

Describing "Redirection Operators" has damaged your karma.

    You have not yet reached enlightenment.
[...]
 David  C:\                                                            13:47:55

Don't know if this is intentional, but I loved the interaction on earlier Koans that was a kind of "instant-karma" (maybe it is just the times that requires things to go faster all the time...^^)

Can they be marked as solved to not having to re-test them every time?

@DEberhardt DEberhardt added Category-Module Pertaining to the module's functionality itself. Issue-Suggestion This should be added! labels Sep 12, 2021
@vexx32
Copy link
Owner

vexx32 commented Sep 12, 2021

That's an interesting question... I suppose there could be a way to do that, aye. Don't know how exactly it would look, but it's probably doable.

@indented-automation
Copy link
Contributor

indented-automation commented Sep 12, 2021 via email

@indented-automation indented-automation linked a pull request Sep 14, 2021 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category-Module Pertaining to the module's functionality itself. Issue-Suggestion This should be added!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants