Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error when running 251+ reconfigurations (in test-mode) #913

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

mattiaswal
Copy link
Contributor

@mattiaswal mattiaswal commented Jan 27, 2025

The context was aquired but never released, this caused a lockup in sysrepo.

This fix #861

Description

Checklist

Tick relevant boxes, this PR is-a or has-a:

  • Bugfix
    • Regression tests
    • ChangeLog updates (for next release)
  • Feature
    • YANG model change => revision updated?
    • Regression tests added?
    • ChangeLog updates (for next release)
    • Documentation added?
  • Test changes
    • Checked in changed Readme.adoc (make test-spec)
    • Added new test to group Readme.adoc and yaml file
  • Code style update (formatting, renaming)
  • Refactoring (please detail in commit messages)
  • Build related changes
  • Documentation content changes
    • ChangeLog updated (for major changes)
  • Other (please describe):

@mattiaswal mattiaswal requested a review from wkz January 27, 2025 14:10
The context was aquired but never released, this caused a lockup
in sysrepo.

This fix #861
@mattiaswal mattiaswal force-pushed the fix-bug-in-test-mode branch from 1e2f586 to 2a3fcba Compare January 27, 2025 14:12
Copy link
Contributor

@wkz wkz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work tracking this down 👏

@wkz wkz merged commit be0edc0 into main Jan 27, 2025
6 checks passed
@wkz wkz deleted the fix-bug-in-test-mode branch January 27, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A lot of reconfigurations cause confd to crash
2 participants