Remco Post
Remco Post
### Description In the setup-workstation documentation there is a lack of information on setting up the vRealize Build tools for vRealize 8.x environments. ### Steps to Reproduce 1. mvn package...
### Description vra-ng:pull fails if too many EBS subscriptions are defined ### Steps to Reproduce 1. Create more than 20 EBS subscriptions 2. run HTTP GET on `event-broker/api/subscriptions?$filter=type+ne+'SUBSCRIBABLE'` 3. observe...
### Description Revert the way config elements are mocked to 2.33.0 functionality ### Checklist - [ x] I have added relevant error handling and logging messages to help troubleshooting -...
### Description @Michaelpalacce it seems you actually broke more than you fixed. Following test (demo.test.ts) works as expected in 2.33.0, but throws in 2.34.0: ### Steps to Reproduce ```ts function...
### Description I want to extend the Error class. Apparently the transpilation of the code is incorrect: ```ts export class NsxtError extends Error { public readonly cause: ErrorCause constructor (p:...
### Description Each unit test file in a package should be able to depend on the environment being clean. That is, 'top level' describe sections in separate test files should...