Remco Post

Results 6 issues of 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...

type:bug

### 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...

type:bug

### 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 -...

dco-required

### 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...

bug
typescript
vro-scripting-api

### 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:...

Stale

### 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...

triage/needs-clarification