Christopher Gallo
Christopher Gallo
@caberos Yeah, for most volumes I think the command works. It was just this one specific volume I got an error on for some reason. You might be able to...
I don't know what `osc` is... so I'm not really able to test this as you mentioned. However I suspect the problem is some of the fixture data has a...
Sorry, it was not clear to me on reading your initial comment that you were running these tests in the YEAR 2038. The problem is this section of code uses...
```bash $ slcli -vvv vs reload 133875286 --image OS_CENTOS_8_X_MINIMAL_64_BIT This action cannot be undone! Type "133875286" or press Enter to abort: 133875286 Calling: SoftLayer_Virtual_Guest::reloadOperatingSystem(id=133875286, mask='', filter='None', args=('FORCE', {'imageTemplateId': 'OS_CENTOS_8_X_MINIMAL_64_BIT'}), limit=None,...
And like a FakeTransport or something class to make testing easier.
Looks like this isn't a bug anymore, closing
This may just be a bug with the java-client, I think the SLAPI itself supports resultLimits and objectMasks. I'll mark this as a bug for future development. I don't have...
@isrfig instead of using withMask() you can set the object mask manually with setMask(string) which can be used to work around this bug until we figure out a more clever...
TODO: - Add some filter specific unit tests - Update readme with examples of how to use the filter
Possibly add something to the generator to have a IterCall version of any API that returns an array?