Skip to content
  • Jan Kneschke's avatar
    9de1bbf7
    Bug#30298738 mock-server does not verify authentication · 9de1bbf7
    Jan Kneschke authored
    Problem
    =======
    
    The mock-server handles classic protocol based tests:
    
    - statements/responses
    - execution-times
    
    Authentication is always considered successful.
    
    If case the router sends invalid authentication data, it is
    not verified.
    
    Change
    ======
    
    - add authentication checks to mock-server
    - update tests to check authentication
    - made mysql_protocol_static's include-dirs/compile-flags PUBLIC in
      cmake
    
    RB: 22851
    9de1bbf7
    Bug#30298738 mock-server does not verify authentication
    Jan Kneschke authored
    Problem
    =======
    
    The mock-server handles classic protocol based tests:
    
    - statements/responses
    - execution-times
    
    Authentication is always considered successful.
    
    If case the router sends invalid authentication data, it is
    not verified.
    
    Change
    ======
    
    - add authentication checks to mock-server
    - update tests to check authentication
    - made mysql_protocol_static's include-dirs/compile-flags PUBLIC in
      cmake
    
    RB: 22851
Loading