Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  clienttestfiles 5139 over 14 years daigle Fix errors in workflow scheduler unit test
  edu 5335 almost 14 years berkley added a test for CrudService and added tests fo...
  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 4433 over 15 years daigle Added schema files that need to be available on...
  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 almost 17 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 228 Bytes 5027 over 14 years daigle Change MetaCatVersion to MetacatVersion
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
5335 05/03/2010 05:23 PM berkley

added a test for CrudService and added tests for IdentifierManager for each method

5317 04/15/2010 09:47 AM daigle

Add a debug statement to show existing doc id

5311 04/14/2010 11:31 AM daigle

Merge 1.9.2 changes back into the trunk

5291 03/22/2010 08:55 PM Matt Jones

Refactored putObject method to separate the create() and update() portions in order to match the method signatures needed for DataONE.

5287 03/18/2010 04:02 AM Matt Jones

Modified ResourceHandler.deleteObject() to take a globally unique id (guid)
as input rather than a metacat-conformant docid. The guid is translated
into a metacat docid which is then used in the handleDelete() call. So now
Metacat supports use of arbitrary identifiers for delete operations, but...

5286 03/18/2010 03:11 AM Matt Jones

Added support to ResourceHandler to allow the putObject method to use
arbitrary guid strings as input. These strings are examined, and if they
match the Metacat docid format (scope.id.rev), they are used directly. If
the id is a string in another format, a new localId is generated based on...

5284 03/17/2010 11:27 PM Matt Jones

Updated MetacatRestClientTest so that the tests are actually calling fail()
when errors occur, and fixed all sixteen tests so that they run successfully
and can be run from any client (i.e., they don't depend on particular
documents being present in Metacat). The 'restfiles' directory can probably ...

5282 03/17/2010 06:54 PM Matt Jones

Added initial support for arbitrary string identifiers in metacat (referred to as a guid). The new identifier table is used to map arbitrary string identifiers to Metacat's current docid format (referred to as the localId). Added a new IdentifierManager class to manage this table, adding new mappings as objects are added to the system. Modified the MetacatTest service to utilize this mapping table to look up a localId from a guid. IdentiferManagerTest is working with these guids now, as is the MetacatTest service get() method, but other parts of the system are unaware of them (e.g., create, update, delete operations are unaware, and no mapping is created when new documents are created). As a consequence, the MetacatRestClientTest is not working (although it also had lots of hardcoded dependencies that need to be fixed as well).

5211 02/03/2010 06:58 PM Matt Jones

Merging in REST interface implementation that was created by Serhan Akin. Main change is
a refactored MetaCatServlet.java class, in which all of the handle* methods were moved
into a separate MetacatHandler.java class. This allows both the standard MetaCatServlet...

5206 02/03/2010 01:14 PM daigle

add delay in insertSpatialDocs test to avoid buildIndex conflict

View revisions

Also available in: Atom