Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  clienttestfiles 5947 about 13 years Jing Tao Add a xml file for inserting during test.
  edu 6040 almost 13 years Matt Jones Cleaned up imports.
  harvester 2400 about 19 years Duane Costa Change documentType to eml://ecoinformatics.org...
  restfiles 5211 about 14 years Matt Jones Merging in REST interface implementation that w...
  servertestfiles 5948 about 13 years Jing Tao Make the schema with included schemas valid.
  spatial 2639 over 18 years harris Added an attribute to the metacat shapefile cal...
  stats 720 about 23 years Matt Jones Added results of running the query analysis.
  stress-test 4910 almost 15 years daigle Update load testing scripts
  test-queries 2231 over 19 years Matt Jones Added README explaining directory.
  tools 4418 over 15 years daigle Added scripts to install an oracle or postgres ...
JDBCTest.java 5.16 KB 5035 over 14 years daigle Change location of PropertyService to propertie...
MaxmumDBConnection.java 4.7 KB 5027 over 14 years daigle Change MetaCatVersion to MetacatVersion
TestResultsMetacat_Oracle.xls 24 KB 796 over 22 years bojilova tests made on Oracle and SQL Server.
TestResultsMetacat_SQLServer.xls 27 KB 796 over 22 years bojilova tests made on Oracle and SQL Server.
attributequery.xml 856 Bytes 1346 about 21 years Jing Tao Add a example of attribute query.
dtdxml.xml 570 Bytes 1292 over 21 years Jing Tao Merge cvs branch replication to cvs head.
eml-sample.xml 12.7 KB 2316 over 19 years Matt Jones Added sample eml 2.0.1 document for use in the ...
jones.204.22.xml 955 Bytes 1805 over 20 years Jing Tao Revise this text file.
kepler_query 1.11 KB 3298 almost 17 years Jing Tao A path query from kepler
macbeth.xml 159 KB 713 about 23 years berkley script and data files for performance testing
metacatresults.xls 22.5 KB 716 about 23 years berkley results from metacat testing
onlineDataFile1 5 Bytes 2260 over 19 years sgarg Made changes in AccessControl and Online Data A...
onlineDataFile2 212 Bytes 2241 over 19 years sgarg Adding data files for testing as online data
pathquery1play 417 Bytes 714 about 23 years berkley play dtd pathquery files
pathquery1tstmt 339 Bytes 713 about 23 years berkley script and data files for performance testing
pathquery2play 420 Bytes 714 about 23 years berkley play dtd pathquery files
pathquery2tstmt 347 Bytes 713 about 23 years berkley script and data files for performance testing
pathquery3play 427 Bytes 714 about 23 years berkley play dtd pathquery files
pathquery3tstmt 336 Bytes 713 about 23 years berkley script and data files for performance testing
pathquery4play 430 Bytes 714 about 23 years berkley play dtd pathquery files
pathquery4tstmt 332 Bytes 713 about 23 years berkley script and data files for performance testing
pathquery5play 326 Bytes 714 about 23 years berkley play dtd pathquery files
pathquery5tstmt 344 Bytes 713 about 23 years berkley script and data files for performance testing
pathquery6play 503 Bytes 714 about 23 years berkley play dtd pathquery files
pathquery6tstmt 344 Bytes 713 about 23 years berkley script and data files for performance testing
performance_measure_default_query 929 Bytes 3303 over 16 years Jing Tao KNB default path query.
performance_measure_query 2.49 KB 3272 almost 17 years Jing Tao Test query for measure metacat peformance.
performance_measure_query_with_attribute 2.52 KB 3273 almost 17 years Jing Tao Test query with attribute return field to measu...
play.dtd 1.16 KB 713 about 23 years berkley script and data files for performance testing
query.sh 5.18 KB 713 about 23 years berkley script and data files for performance testing
query.xml 1.02 KB 2074 almost 20 years Matt Jones Changed printAttributeQuery() to no longer depe...
queryperformance.sh 3.27 KB 973 about 22 years Jing Tao This script file can run serials queries and pr...
senddoctodb.sh 1.03 KB 972 about 22 years Jing Tao In order to test query performance. We need add...
spatialEml.xml 4.4 KB 3171 about 17 years Jing Tao Add a test eml file which contains spatial data.
test-results.txt 2.47 KB 715 about 23 years bojilova test results for 11thousands, 87thousands and 1...
test.properties 227 Bytes 5798 about 13 years berkley fixes for creating SM for legacy docs
testMimeInput-object.txt 44.8 KB 5640 over 13 years berkley got the streaming mime multipart working
testMimeInput.txt 45.8 KB 5640 over 13 years berkley got the streaming mime multipart working
testMimeInput2-object.txt 27.2 KB 5640 over 13 years berkley got the streaming mime multipart working
testMimeInput2.txt 28.2 KB 5640 over 13 years berkley got the streaming mime multipart working
testMimeInput3-object.txt 25.5 KB 5640 over 13 years berkley got the streaming mime multipart working
testMimeInput3.txt 26.4 KB 5640 over 13 years berkley got the streaming mime multipart working
times 3 Bytes 3294 almost 17 years Jing Tao New text file to store a number how many time w...
tstmt.dtd 1.3 KB 713 about 23 years berkley script and data files for performance testing

Latest revisions

# Date Author Comment
6040 04/14/2011 05:13 PM Matt Jones

Cleaned up imports.

6039 04/14/2011 05:10 PM Matt Jones

Updated D1 libraries to head to eliminate problems with date parsing -- added
Joda jar to support date parsing. Removed hardcoded DN from test file. Now
CrudServiceTest is passing again.

6038 04/14/2011 03:41 AM Matt Jones

Remove hardcoded LDAP usernames from testing so that MetaCatServletNetTest will work even using alternate
LDAP servers.

6006 03/03/2011 08:15 AM Chris Jones

Fixed the testNCEASLogin() password that I mistakenly changed.

6005 03/03/2011 07:47 AM Chris Jones

Now that MetacatHandler creates GUID identifier mappings and system metadata, many of the tests in IdentifierManagerTest were failing that were manually creating id mappings and system metadata.
Modified testCreateMapping() and testCreateSystemMetadataMapping() to use docids that haven't been inserted to just exercise the methods....

6004 03/02/2011 04:44 PM Chris Jones

Added a new test method testDeleteDocumentByGUID() to ensure MetacatHandler can delete based on GUID, but fall back to docid if the GUID isn't present. Modified CrudServiceTest and made some private methods public to leverage the D1 REST calls in that library (i.e. create() a doc with a GUID).

5948 02/10/2011 06:09 PM Jing Tao

Make the schema with included schemas valid.

5947 02/10/2011 06:08 PM Jing Tao

Add a xml file for inserting during test.

5946 02/10/2011 06:07 PM Jing Tao

Add a method to test download a schema with included schemas.

5942 02/10/2011 10:27 AM Jing Tao

Add a test file for XMLSchemaServcieTest.

View revisions

Also available in: Atom