Skip to content
  • Jan Kneschke's avatar
    2c2c17b5
    Bug#31315846 memleak in routertest_component_gr_notifications · 2c2c17b5
    Jan Kneschke authored
    Problem
    =======
    
    When build with ASAN, running the metadata_cache plugin results in
    test-failure as it lsan reports a memleak inside protobuf.
    
    Change
    ======
    
    - add router_protobuf plugin which calls ShutdownProtobufLibrary at
      its deinit()
    - changed routing, mock_server and metadata_cache require the
      router_protobuf plugin
    - allow mysql_harness::loader to load dynamic plugins implicitly (aka
      without a section in the configfile)
    
    RB: 24406
    2c2c17b5
    Bug#31315846 memleak in routertest_component_gr_notifications
    Jan Kneschke authored
    Problem
    =======
    
    When build with ASAN, running the metadata_cache plugin results in
    test-failure as it lsan reports a memleak inside protobuf.
    
    Change
    ======
    
    - add router_protobuf plugin which calls ShutdownProtobufLibrary at
      its deinit()
    - changed routing, mock_server and metadata_cache require the
      router_protobuf plugin
    - allow mysql_harness::loader to load dynamic plugins implicitly (aka
      without a section in the configfile)
    
    RB: 24406
Loading