Skip to content

Issue/fix proxy reset

Guillaume Everarts de Velp requested to merge issue/fix-proxy-reset into master

Description

Fix proxy reset. The serialize_context function modified the input dict when constructing the Context object, meaning it would be the same context object reused for each connection, which doesn't work in some instances where the previous connection wasn't closed gracefully.

Reviewers list

  • reviewer 1

Self Check:

Strike through any lines that are not applicable (~~line~~) then check the box

  • Changelog entry and version bump inmanta module release --dev [--major|--minor|--patch] [--changelog-message "<your_changelog_message>"]
  • Code is clear and sufficiently documented (classes, methods and function docs, document important assumptions, link to reference materials)
  • Sufficient test cases (reproduces the bug/tests the requested feature)
  • Correct, in line with design
  • Type annotations
  • Issue is in the review column
  • MR is assigned to first reviewer

Merge request reports

Loading