You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/06/13 23:43:37 UTC

[GitHub] [trafficserver] bryancall commented on issue #8887: Test suite "test_PluginFactory"

bryancall commented on issue #8887:
URL: https://github.com/apache/trafficserver/issues/8887#issuecomment-1154555247

   ```
   -------------------------------------------------------------------------------
   unit-tests/test_PluginFactory.cc:995
   ...............................................................................
   
   unit-tests/test_PluginFactory.cc:1000: FAILED:
     CHECK( global_plugin_v1.dlOpenHandle() == plugin_v2->_plugin.dlOpenHandle() )
   with expansion:
     0x00007f4db73e0dc0 == 0x00007f4db73eadc0
   
   unit-tests/test_PluginFactory.cc:1004: FAILED:
     CHECK( 1 == getPluginVersion(plugin_v2->_plugin) )
   with expansion:
     1 == 2
   
   unit-tests/test_PluginFactory.cc:1011: FAILED:
     CHECK( tsRemapInitSym_v1_t2 == tsRemapInitSym_v2_t2 )
   with expansion:
     0x00007f4db6dcc275 == 0x00007f4db6dc7275
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org