Kyle Smith
Kyle Smith
This is probably related: #27 -- I suspect something about in-process state for Puppet is cleared when a worker runs >1 test.
It's almost certainly related to this: https://github.com/puppetlabs/puppet/blob/master/lib/puppet/test/test_helper.rb#L155
I also hit this while attempting to write test coverage for a failing puppet module. I'm surprised that the puppet catalog generator doesn't fail, even though it fails in a...
It turns out this is simply intermittent and has nothing to do with calling `#inspect`. Which is good, because that seemed really crazy. Still looking into this behavior skew.
This is related to the parallel processing, Shown here: ``` [INFO] Using current puppet parser [INFO] Using puppet 3.7.5 /Users/me/path/to/catalogtest/site.pp /Users/me/path/to/catalogtest/site.pp /Users/me/path/to/catalogtest/site.pp /Users/me/path/to/catalogtest/site.pp /Users/me/path/to/catalogtest/site.pp /Users/me/path/to/catalogtest/site.pp /Users/me/path/to/catalogtest/site.pp /Users/me/path/to/catalogtest/site.pp [FAILED] scenarioname (compile...
Scratch that last part, the command-line tool consistently does the 8 failures behavior, I have just not seen the zero failures behavior. In all likelihood, I should be seeing all...
With the PuppetTest helpers disabled, my tests behave as expected. Probably the goal is to use the test helpers to ensure consistent state. I think the right thing to do...
Status update here for future contributors: * Linked PR (#6002) shows an example of getting started with this, with some good feedback on how to improve the highlight queries. *...
Having just written the same `NoIndex` transform and thrown it away for lack of clarity and only needing it once, I think something like `MapV` would be a really good...
Came here to post the same, another notable key combination that seems to be blocked by Zellij is C-. In Neovim, C-6 is "swap to alternate file", which effectively takes...