I have no idea why there was a restriction if(dc.isConfigured()) ... return
But obviously it's not possible to update an existing configuration then.
Another issue: after running the integration test with the new updateConfiguration test I see different values in the generated database:
server_flags: 131584
configured_server_flags: 131588
where the first one is correct: 131072 + 512
I have no idea why there was a restriction if(dc.isConfigured()) ... return
But obviously it's not possible to update an existing configuration then.
Another issue: after running the integration test with the new updateConfiguration test I see different values in the generated database: server_flags: 131584 configured_server_flags: 131588 where the first one is correct: 131072 + 512