Skip to content
Snippets Groups Projects
  • Jorge Canizales's avatar
    91db5acd
    Split AllTests into 4 schemes · 91db5acd
    Jorge Canizales authored
    For local running one can still tests AllTests, but for C.I. one can
    test the 4 of them in parallel (and, importantly, deactivate the remote
    interop tests until we fix them on Travis; while keeping the rest).
    
    I had to make the remote tests a subclass of an abstract InteropTests
    (like InteropTestsLocalSSL and InteropTestsLocalCleartext), and then
    deactivate the abstract InteropTests on the 4 schemes that use it.
    91db5acd
    History
    Split AllTests into 4 schemes
    Jorge Canizales authored
    For local running one can still tests AllTests, but for C.I. one can
    test the 4 of them in parallel (and, importantly, deactivate the remote
    interop tests until we fix them on Travis; while keeping the rest).
    
    I had to make the remote tests a subclass of an abstract InteropTests
    (like InteropTestsLocalSSL and InteropTestsLocalCleartext), and then
    deactivate the abstract InteropTests on the 4 schemes that use it.