Alan Rominger

Results 284 comments of Alan Rominger

The problem is that this is re-packaged under another namespace.

@kleptog is correct. This was resolved in `setuptools` in https://github.com/pypa/setuptools/pull/1486. I hit the warning with `setuptools==39.0.1`. ``` (awx) bash-4.2# python -W error -c "from pkg_resources import load_entry_point" Traceback (most recent...

I previously rebased this (using github). Checks failed due to stale image. I rebuilt the image and restarted the check (without modifying patch) just now. I am expecting a pass,...

I know the image has rebuilt, but locally, I pulled it and got a version from 19 hours ago (which is too old) and confirmed it has this commit: https://github.com/ansible/django-ansible-base/commit/8eab0c06bfee9c1ad29661bbaa373a19a6fe7525...

https://github.com/ansible/awx/pull/15308 was merged to freshen up the images and address the issue with CI here.

With the latest test failure, I think we're seeing a conflict of expectations with what I did in https://github.com/ansible/awx/pull/15298 What I merged there considered _indirect_ "member" permission to an organization....

Link related issue https://github.com/ansible/awx/pull/15296#issuecomment-2200819511

```diff diff --git a/awx/main/tests/functional/dab_rbac/test_dab_rbac_api.py b/awx/main/tests/functional/dab_rbac/test_dab_rbac_api.py index c54f5677cb..5bc4244fa3 100644 --- a/awx/main/tests/functional/dab_rbac/test_dab_rbac_api.py +++ b/awx/main/tests/functional/dab_rbac/test_dab_rbac_api.py @@ -134,9 +134,8 @@ def test_assign_credential_to_user_of_another_org(setup_managed_roles, credentia assert "You cannot grant credential access to a User not in...

Yeah, but it's a generic message. There's no indicator making it clear that particular image is the default. I honestly don't know for sure that it _is_ the default. You...

I don't expect any adverse consequences from this, but it would be valid to check for existence of the folder first.