Skip to content
Snippets Groups Projects
Forked from ICS Control System Infrastructure / csentry
Source project has a limited visibility.
  • Benjamin Bertrand's avatar
    f433b9d2
    Fix failing tests · f433b9d2
    Benjamin Bertrand authored
    Factory boy doesn't reset the sequence between tests.
    We use a sequence to generate unique IP addresses in the InterfaceFactory.
    When the sequence number gets too high, the IP is not in the network
    range anymore.
    
    To fix the issue, we reset the sequence number when initializing a new
    session.
    f433b9d2
    History
    Fix failing tests
    Benjamin Bertrand authored
    Factory boy doesn't reset the sequence between tests.
    We use a sequence to generate unique IP addresses in the InterfaceFactory.
    When the sequence number gets too high, the IP is not in the network
    range anymore.
    
    To fix the issue, we reset the sequence number when initializing a new
    session.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.