summaryrefslogtreecommitdiff
path: root/test/java
Commit message (Expand)AuthorAgeFilesLines
* WT-2907 Fixed java concurrent close test to have both insert threads and scan...Don Anderson2016-09-281-10/+11
* WT-2788 Do not touch memory already freed during a close API call. (#2992)Don Anderson2016-08-301-0/+179
* WT-2347 Added java tests for config schema formats.Don Anderson2016-01-242-0/+193
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-0110-10/+10
* The basic PackTest does positive/negative numbers, so needs toDon Anderson2015-07-131-4/+4
* WT-1985. Added teardown() call so multiple tests don't fail.Don Anderson2015-07-131-0/+1
* WT-1985. Modified test to add to a table with an index,Don Anderson2015-07-131-23/+155
* WT-1985. Added two more comprehensive packing tests, based on test/suite tests.Don Anderson2015-07-133-1/+484
* WT-1964. For Java, handle cases where a session or cursor is closedDon Anderson2015-06-261-1/+86
* WT-1963. Refactored Java's next/prev/search/search_near, and modifiedDon Anderson2015-06-122-0/+86
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-047-0/+7
* Added java async tests that open many connections. refs #1332.Don Anderson2014-11-071-1/+41
* Added test for RollbackException. refs #1295.Don Anderson2014-10-301-9/+50
* Added a minimal ExceptionTest for java.Don Anderson2014-10-232-0/+134
* Fixes for Java async stability and performance.Don Anderson2014-05-131-21/+62
* KNF fixes and comment typo.Don Anderson2014-05-131-10/+10
* Support async operations in Java. refs #933.Don Anderson2014-05-112-0/+423
* Update copyright notices for 2014.Keith Bostic2014-01-075-5/+5
* Null out closed handles in Java, and detect nulled handles on use. refs #485.Don Anderson2013-11-181-9/+219
* Add file I forgot.Alex Gorrod2013-10-291-0/+74
* Add a test case for Java auto close feature.Alex Gorrod2013-10-251-0/+1
* Add a test case for Java cursor issue refs #493Alex Gorrod2013-03-262-0/+88
* Fix copyright notices in Java source code.Alex Gorrod2013-02-193-2/+82
* Update Java Cursor API naming to reflect ByteArray semantics.Alex Gorrod2013-02-192-58/+57
* Update Java cursors to use packing code. Also enhance JUnit usage.Alex Gorrod2013-02-132-0/+107
* Update Java structure packing implementation.Alex Gorrod2013-02-121-287/+201
* Add a Java implementation of packed formats.Alex Gorrod2013-02-081-0/+304