Changeset 5858


Ignore:
Timestamp:
Aug 16, 2018 1:00:04 AM (6 years ago)
Author:
nanang
Message:

Re #2135: Disabled a couple of tests in tsx_destroy_test() that rely on TCP connect timeout, as the timeout delay may vary among OSes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/test/tsx_basic_test.c

    r5848 r5858  
    278278            15000 
    279279        }, 
     280#if 0 
     281        /* These tests rely on TCP connect timeout (so group lock reference count becomes 0 and group lock objects destroys are initiated). 
     282         * Unfortunately TCP connect timeout may take longer in some OS, e.g: Linux, MacOS, so let's disable this test for now. 
     283         */ 
    280284        { 
    281285            "tcp connect and destroy", 
     
    292296            60000 
    293297        }, 
    294  
     298#endif 
    295299    }; 
    296300    int rc; 
Note: See TracChangeset for help on using the changeset viewer.