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

Attempt to stabilize OPC UA unit tests #1797

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Commits on Oct 17, 2024

  1. fix(plc4j): Stabilization of OPC UA driver tests.

    First and foremost - this commit switches OPC-UA tests to rely on dynamic port.
    
    This implies also slight change to endpoint selection method and possibility to override desired endpoint port and host which might differ from host/port reported by OPC-UA server.
    Because server is not aware of actual tcp port and host used by client, it is client duty to make proper decission when looking for endpoint.
    
    Related to #1764.
    
    Signed-off-by: Łukasz Dywicki <[email protected]>
    splatch committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    896d869 View commit details
    Browse the repository at this point in the history