Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  clienttestfiles 6124 almost 13 years Chris Jones Merged in the D1_0_6_2_BRANCH changes that incl...
  edu 6211 almost 13 years ben leinfelder do not use pisco for referral testing (merge fr...
  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 about 15 years daigle Update load testing scripts
  test-queries 2231 almost 20 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 almost 23 years bojilova tests made on Oracle and SQL Server.
TestResultsMetacat_SQLServer.xls 27 KB 796 almost 23 years bojilova tests made on Oracle and SQL Server.
attributequery.xml 856 Bytes 1346 over 21 years Jing Tao Add a example of attribute query.
dtdxml.xml 570 Bytes 1292 almost 22 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 about 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 over 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
6211 06/24/2011 09:33 PM ben leinfelder

do not use pisco for referral testing (merge from 1.9.5)

6208 06/24/2011 09:06 PM ben leinfelder

merge 1.9.5 changes to trunk (delete now preserves access rules and docs can be read after deletion)

6195 06/23/2011 04:10 PM ben leinfelder

CNCoreImpl is replaced by CNodeService

6156 06/17/2011 01:52 PM Jing Tao

Get username and password from a property file.

6141 06/15/2011 08:53 AM Chris Jones

Updated tests to use ObjectFormatCache.getInstance(), and added tests for CNCoreImpl.listFormats and getFormat().

6132 06/08/2011 06:24 AM Chris Jones

When calling SystemMetadata.getObjectFormat(), return the string value of the ObjectFormatIdentifier rather than ObjectFormat.toString() (which no longer returns the fmtid string).

6130 06/07/2011 02:56 PM ben leinfelder

organize imports so that it is clearer what dependencies exist on the D1 jars

6124 06/07/2011 09:53 AM Chris Jones

Merged in the D1_0_6_2_BRANCH changes that include the transition from ObjectFormat calls to ObjectFormatCache calls.

6122 06/06/2011 03:28 PM ben leinfelder

include GUID column for xml_access and related methods for storing/retrieving access rules

6118 06/01/2011 01:45 PM ben leinfelder

handle timed replication of system metadata. there are still a few outstanding issues:
-track server location of system metadata-only entries
-replication policy flag for system metadata-only entries?
-locking for replicated entries?
-forced replication of entries

View revisions

Also available in: Atom