summaryrefslogtreecommitdiff
path: root/python/test
Commit message (Collapse)AuthorAge
* Fixed Ice.MessageSizeMax value in Ice/timeout testsBernard Normier2017-07-15
|
* Added Ice::UserException::ice_getSlicedData and ↵Benoit Foucher2017-07-06
| | | | Ice::UnkownSlicedValue::ice_id methods
* Fixed ICE-8217 - added ice_getSlicedData method to Ice values and ↵Benoit Foucher2017-07-05
| | | | Ice::SlicedData::clear method to break cyclic references
* Increased number of expected heartbeatsBernard Normier2017-07-03
|
* Fixed ICE-8170 - speed up server side ACM to pervent failureBenoit Foucher2017-06-28
|
* Fixed ICE-8166 and ICE-8171 - increased 100ms connection timeouts to 250ms, ↵Benoit Foucher2017-06-28
| | | | also increased retryCount for connection establishment
* Another fix for ICE-7979 - Ice/ami server shutdown hangBenoit Foucher2017-06-23
|
* Fixed ICE-7979 - Ice/ami server shutdown hangBenoit Foucher2017-06-23
|
* Fixed ICE-8148 - Ice/location test failure because of EADDRINUSEBenoit Foucher2017-06-23
|
* Fixed ICE-8132 - Ice/slicing/exceptions failure with UWP/SSLBenoit Foucher2017-06-21
|
* Improved timeout test reliability and fixed Ice/slicing/exceptions test to ↵Benoit Foucher2017-06-14
| | | | no longer listen on all interfaces for callbacks
* C++ & python test fixesMark Spruiell2017-06-13
|
* Fixed C# and Python dispatcher testBernard Normier2017-06-10
|
* Fixed ICE-7955 - AMI future callback exceptions are now reported with the loggerBenoit Foucher2017-06-09
|
* Fixed ICE-7974 - Python AMI batch oneway requests now return a completed ↵Benoit Foucher2017-06-08
| | | | future object
* Remove excessive empty linesJoe George2017-06-07
|
* Fixed Python AMI test failure & improved Java testBenoit Foucher2017-06-07
|
* Added tests for async_sent_callback_async & fixed Java AMI test failureBenoit Foucher2017-06-06
|
* remove debug outputJose2017-06-05
|
* Fixed python ami test failure and add add_sent_callback_async (ICE-7948)Benoit Foucher2017-06-03
|
* Fixed python AMI test failureBenoit Foucher2017-06-01
|
* Additional fix for ICE-7884 - TwowayOnlyExceptionBenoit Foucher2017-06-01
|
* Fixed ICE-7941 - scheduleCallback now provides the connection to the ↵Benoit Foucher2017-06-01
| | | | dispatcher work item, fixed naming of AsyncResult private methods
* Fixed ICE-7930 - python Ice/location failureBenoit Foucher2017-05-30
|
* Fix (ICE-7923) - suppress deprecation warningsJose2017-05-26
|
* Additional timeout test improvementsBenoit Foucher2017-05-26
|
* Improved timeout test to better deal with slow VMsBenoit Foucher2017-05-26
|
* Fixed sporadic timeout & bridge test failuresBenoit Foucher2017-05-25
|
* Result struct testJose2017-05-22
|
* ICE-7525 - Add Python coroutine testMark Spruiell2017-05-19
|
* ICE-7442 - reorganizing Python installationMark Spruiell2017-05-17
|
* Fixed ICE-7872 - Objective-C Ice/timeout test failureBenoit Foucher2017-05-16
|
* Cleanup more whitespaceJoe George2017-05-09
| | | | | Remove extra newlines from the end of files and add newlines to files which are missing one.
* ICE-7275 - Raise NotImplementedError in generated Python skeletonsMark Spruiell2017-05-04
| | | | ICE-7763 - Add support for marshaled-result in Python
* Removed optional semicolons after bracesBernard Normier2017-05-04
|
* Remove unnecessary tabsJoe George2017-05-03
|
* Fix (ICE-7839) - C++ AMI thread behavior in C#, Java and PythonJose2017-05-03
|
* Remove trailing whitespaceJoe George2017-05-02
|
* Adjusted timeouts to reduce failures with slow VMsBenoit Foucher2017-04-28
|
* Removed xxxAMD.ice files, as they were no longer needed (ICE-7729)Bernard Normier2017-04-20
|
* Fixes for Ice/acm and timeout tests to be less time sensitive (ICE-7371, ↵Benoit Foucher2017-03-30
| | | | ICE-7555)
* Fixed Ice/optional cross-testing failure with JS serversBenoit Foucher2017-03-27
|
* Fix for ICE-7125 - Added support for Ice.ClassGraphDepthMaxBenoit Foucher2017-03-23
|
* ICE-7669 - minor test fixMark Spruiell2017-03-21
|
* ICE-7669 - Python dispatcher fixesMark Spruiell2017-03-21
|
* Fix (ICE-7684) - use Disp prefix only for class with operations skeletonsJose2017-03-20
|
* ICE-7674 - Python batch request interceptor bugMark Spruiell2017-03-16
|
* ICE-7669 - Better fix for Python dispatcherMark Spruiell2017-03-15
|
* ICE-7669 - Python dispatcher test failureMark Spruiell2017-03-15
|
* - ICE-6845 - More dispatcher fixes for PythonMark Spruiell2017-03-08
| | | | | | - Deprecated the InitializationData.threadHook member - Added threadStart and threadStop members to InitializationData - InitializationData.batchRequestInterceptor can now be a callable