App Connect

 View Only
  • 1.  IntegrationServer --test-project and userTrace

    Posted Thu January 20, 2022 10:31 AM
    Hi all,

    Does any IBM's know if it's possible to run the unit tests on an integration server using "--test-project" and also collect the "usertrace" from the tests ?

    Cheers
    RIchard

    ------------------------------
    Richard Huegill
    ------------------------------


  • 2.  RE: IntegrationServer --test-project and userTrace

    Posted Tue January 25, 2022 04:54 AM
    Hi Richard,  
    Turning on user trace via the server.config.yaml  will enable logging.  The test will log any user entries that occur during the test but it all depends on
    what you are testing.  
    Testing a single node via unit test may not put out any log statements since  that node may not have any log statements.  
    Other nodes like a ESQL compute may log a number of user trace entries due to the ESQL being executed. 
    Regards,

    ------------------------------
    Paul Lacy
    ------------------------------



  • 3.  RE: IntegrationServer --test-project and userTrace

    Posted Wed January 26, 2022 08:54 AM
    Thanks Paul,

    That worked a treat.

    Regards
    Richard

    ------------------------------
    Richard Huegill
    ------------------------------