Paul Podgorsek

Results 61 comments of Paul Podgorsek

I am facing the same issue with a much shorter declaration: ```yml - name: Create VLAN cisco.meraki.meraki_mx_vlan: auth_key: "{{ meraki_authentication_key }}" org_id: "{{ meraki_organisation_details.data.id }}" net_id: "{{ meraki_network_details.data.id }}" state:...

Found the cause of my problem: the subnet was `192.168.10.1/24` instead of `192.168.10.0/24`. Meraki stores the CIDR using the first IP of the range (`192.168.10.0/24`) so it was always highlighted...

Could you provide the name of the class that cannot be found please?

Sorry for the delay. The NullPointerException is caused by no connection being available in the test context. From what I see above, you are not using the right bean name:...

Unfortunately, I haven't seen anything related to Phoenix in DBUnit. As this project relies on what DBUnit supports, it would be necessary to first submit an issue in [the DBUnit...

Well spotted! I think it would make more sense for the DBUnit dependency's scope to be changed from `provided` to `compile`.

The following test class has been created to reproduce this issue on the dedicated branch: `com.github.springtestdbunit.setup.NestedDatabaseSetupTest` From a first analysis, it seems Spring's `@SpringJUnitConfig` does not support nested classes correctly.

I have a few questions in order to help you: * Is that folder always the same for all pods? * Have you tried using a PersistentVolume + PersistentVolumeClaim and...

@Fred-sun Thank you for your answer. I have a question to better understand this issue. I would assume there is only one SDK provided by Azure, or are there multiple...

@Iabdullahmaqsoodcodedistrict If you had read the second reply at the top of this thread, you would have seen the answer you're looking for...