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

Tentatively re-enable WS-Security tests that were previously disabled… #7935

Merged
merged 4 commits into from
Aug 18, 2015

Commits on Aug 17, 2015

  1. Re-enable WS-Security tests that were previously disabled. I believe …

    …the tests were transitively failing because of multiple reasons including:
    
    * WFLY-5067
    * a low entropy issue with the CI environement (basically encryption engine init could take several minutes)
    * unclosed streams and different test endpoints deployed on the same address, possibly causing problems with http connections
    
    Moreover I've applied few changes to isolate test CXF busses, explicitly set a dependency to the jbossws-cxf-client module on server side (reccomended approach) and finally moved the WS tests to a separate Maven module to simplify troubleshooting of future issues.
    asoldano committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    e470fc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ca5051 View commit details
    Browse the repository at this point in the history
  3. Make ReliableServiceTestCase a bit more robust (cope with repeated se…

    …quence acknowledgements and always run the 2 test operations in the same order)
    asoldano committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    1a5bc84 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

  1. Configuration menu
    Copy the full SHA
    f55da8f View commit details
    Browse the repository at this point in the history