Martin André

Results 123 comments of Martin André

@mdbooth I _think_ https://github.com/k-orc/openstack-resource-controller/pull/423 will fix the deadlock situation. PTAL when you get a chance.

It's up for grab if you want to give it a shot.

> Could this cause issues when mutability is implemented? For example I am thinking about the case where you create a resource with a description, and then you remove the...

> @mandre Can we close #188, or is there any more work to do? Can be closed, good call.

I'm not at all convinced these issues are caused by parallelization. As far as I understand, we do not run the tests in parallel -- we don't use `t.Parallel()` anywhere....

Weird, we're still getting the issue where the [instance end up in error state](https://github.com/gophercloud/gophercloud/actions/runs/9955234014/job/27502535221?pr=3102#step:5:4444). Looking at the collected artifacts, we're getting a "no valid host" error: ``` Jul 16 10:57:31.057075...

Regarding your first commit (https://github.com/gophercloud/gophercloud/pull/3108/commits/c7bacba14a25086159fdb0a6c1614529c847a86b), this was done on purpose in https://github.com/gophercloud/gophercloud/pull/2811 and https://github.com/gophercloud/gophercloud/pull/2814 to limit our public API. I've checked again today, and indeed `go-apidiff` looks at diff the...

Several tests fail because we're getting a 404 error: ``` message_test.go:57: Failure in message_test.go, line 57: unexpected error "Expected HTTP response code [200 204 300] when accessing [GET http://10.1.0.118/v2/queues/ACPTTESTWromD/messages?include_delayed=true&marker=3], but...

I can't exactly figure what's going on. I wonder if this has to do with https://github.com/openstack/zaqar/commit/c9389d83a0d4f1471007e84430e6aa9c7a688c5a, which changed the devstack setup and merged at the same time our failure started...

The error appears when retrieving the last message from a queue. I'm testing a change with https://github.com/gophercloud/gophercloud/pull/3341 without too much conviction.