Skip to content

Commit

Permalink
don't merge: debugging juju 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Oct 17, 2024
1 parent c7abedc commit b36e846
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,16 @@ jobs:
# - "3.9"
- "3.10"
juju:
- "3.1/stable"
- "3.3/stable"
- "3.4/stable"
#- "3.1/stable"
#- "3.3/stable"
#- "3.4/stable"
- "3.5/stable"
# A bunch of tests fail with juju.errors.JujuError: base: [email protected]/stable
# * test_subordinate_units
# * test_destroy_unit
# * test_ssh
# * ...
# - "3.6/beta"
- "3.6/beta"
continue-on-error: false # ultimately fail a run if one of the matrix combinations fails
steps:
- name: Check out code
Expand Down
1 change: 1 addition & 0 deletions juju/client/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ async def rpc(self, msg, encoder=None):
raise
result = await self._recv(msg['request-id'])
log.debug('connection id : {} <--- {}'.format(id(self), result))
log.warning("DUMP\n%s\n%s", outgoing, result)

if not result:
return result
Expand Down

0 comments on commit b36e846

Please sign in to comment.