Commit Graph

5356 Commits

Author SHA1 Message Date
Gethin James
d42259f70c SEARCH-185: Renamed the test 2016-09-22 12:01:46 +02:00
Gethin James
55f2015a7b Merge branch 'feature/SEARCH-146_standard_spaces_store' into 'develop'
Api to create the standard cores with workspace and archive stores.

I am looking for feedback.

1) I created a new "NEWUNSHARDEDCORE" admin action. (I previously called it NEWSIMPLECORE, open to suggestions).  If you call this with no additional parameters then it defaults to create the "alfresco" core with workspaces store.  You can also call it with params to create the archive store.  See DefaultCoresDistributedTest for examples.
2) There is also a new "create.alfresco.defaults" command line parameter that can be used to create the default cores on startup.  It basically does:
```java
                    newUnshardedCore("alfresco", StoreRef.STORE_REF_WORKSPACE_SPACESSTORE, DEFAULT_TEMPLATE, null, response);
                    newUnshardedCore("archive",  StoreRef.STORE_REF_ARCHIVE_SPACESSTORE,   DEFAULT_TEMPLATE, null, response);
```
3) I refactored AlfrescoCoreAdminHandler a reasonable amount and created HandlerOfResources and HandlerReportBuilder classes to separate out the logic. These could be tested independently from AlfrescoCoreAdminHandler (although I haven't done that as part of this issue).

//cc @msuzuki @jbernstein

See merge request !13
2016-09-22 11:00:43 +01:00
Gethin James
7c07172e09 SEARCH-179: Changed NEWUNSHARDEDCORE action to NEWDEFAULTINDEX 2016-09-22 09:47:46 +02:00
Valentin Popa
dc253cd9e1 Fix pretty print response when this is empty, change suite file name 2016-09-20 11:52:23 +03:00
Gethin James
11c70fff0d SEARCH-146: Extracted out a couple of methods to HandlerOfResources class. 2016-09-20 10:16:20 +02:00
Gethin James
1a85978e48 SEARCH-148: Disabling the test, waiting for SOLR-9533 2016-09-19 17:08:12 +02:00
Gethin James
5b95949bee SEARCH-148: Better handling of core update 2016-09-19 16:56:14 +02:00
Joel
ebfae8156a SEARCH-165: Add rule for logging ConnectionException to AbstractTracker 2016-09-19 10:44:09 -04:00
Joel
352e9440fe SEARCH-165: Added AlfrescoSolrTrackerRollbackTest 2016-09-19 10:06:18 -04:00
Alex Mukha
6941ba3c43 REPO-1006: Move Alfresco 'data-model' to Git
- removed project files
   - changed the dependencies


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@130784 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-19 13:09:16 +00:00
Gethin James
f867d682fe SEARCH-179: Updating formatting and imports 2016-09-19 13:30:20 +02:00
Paul Brodner
e002a901eb remove steps 2016-09-18 23:03:14 +03:00
Joel Bernstein
7a17260e77 SEARCH-165: Simulate down repo in test cases
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@130755 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-09-16 18:48:17 +00:00
cnechifor
513cb44483 Merge branch 'master' of https://gitlab.alfresco.com/tas/alfresco-tas-restapi-test 2016-09-16 18:52:34 +03:00
cnechifor
18bf405462 added read.md 2016-09-16 18:50:15 +03:00
bogdanbocancea
ea52548afa update readme + rename cmis test client to cmisApi 2016-09-16 16:22:49 +03:00
Paul Brodner
06818b4415 up default 2016-09-16 14:36:34 +03:00
Gethin James
e27062ffa3 SEARCH-180: Adding SOLR_CREATE_ALFRESCO_DEFAULTS: "true", to automatically create default alfresco cores 2016-09-16 13:32:49 +02:00
Gethin James
a2677d95f9 SEARCH-146: Removed unnecessary code, switched to FileUtils 2016-09-16 13:32:49 +02:00
Gethin James
d02ccd2bee SEARCH-146: Javadoc updates 2016-09-16 13:32:49 +02:00
Gethin James
51fd035eaa SEARCH-146: Removed unnecessary code 2016-09-16 13:32:49 +02:00
Gethin James
2d52ae4284 SEARCH-146: Javadoc updates 2016-09-16 13:32:49 +02:00
Gethin James
a0e89d87df SEARCH-146: Moving handler methods again and removing duplicate code 2016-09-16 13:32:49 +02:00
Gethin James
55492a6f44 SEARCH-179: Adding a NEWUNSHARDEDCORE action to the admin handler 2016-09-16 13:32:49 +02:00
Gethin James
dacf0fc4e3 SEARCH-146: Moving handler methods to their own class for report building 2016-09-16 13:32:49 +02:00
Gethin James
711a8a089d SEARCH-146: Moving handler methods to their own class. 2016-09-16 13:32:49 +02:00
Gethin James
6dfc095638 SEARCH-146: Splitting handler methods 2016-09-16 13:32:49 +02:00
cnechifor
4eaebd717d adde description for tests 2016-09-16 12:19:49 +03:00
Michael Suzuki
35cd00d632 Search-85, added missing category field into schema.xml 2016-09-15 14:44:56 +01:00
Gethin James
b3d7d8f813 SEARCH-172: Setting DATA_DIR_ROOT and data.dir.store to default values 2016-09-15 13:29:50 +02:00
Paul Brodner
429af545af TAS-460 using shared-resources 2016-09-14 16:07:22 +03:00
ahind
1fbbf40a25 Bug fix for SEARCH-31 SOLR 6 - Shard based on date - SOLR implementation
- shard property was not requested ...
2016-09-14 13:39:42 +01:00
Gethin James
987e70719e Experimenting with a little thread.sleep for tests with background threads 2016-09-14 11:10:22 +02:00
Gethin James
117763642b Adding a short sleep to AdminHandlerDistributedTest to see if it helps background thread catch up 2016-09-14 10:36:32 +02:00
Michael Suzuki
aaa4daf532 Merge branch 'develop' of https://gitlab.alfresco.com/search_discovery/solr into develop 2016-09-13 16:37:58 +01:00
Michael Suzuki
abaaaeec0b Fix failing test 2016-09-13 16:37:49 +01:00
Gethin James
b39f84518c SEARCH-169: Adding in missing component. 2016-09-13 17:36:27 +02:00
Joel
7804089175 Disable the update log 2016-09-13 10:40:54 -04:00
Cristina Axinte
af79a68fb2 TAS-429 Adding report config file 2016-09-13 17:03:44 +03:00
Gethin James
746db129e3 Merge branch 'feature/SEARCH-68_update_solr' into develop 2016-09-13 15:32:51 +02:00
Gethin James
60b66ca92c Removed unused properties for docker config 2016-09-13 10:57:48 +02:00
Joel
c653095610 SEARCH-68: All tests passing with Solr 6.2.0 2016-09-12 20:52:47 -04:00
Gethin James
3e3eb733b1 SEARCH-164: message:Request-URI Too Long, adding jetty properties 2016-09-12 13:43:09 +02:00
Gethin James
5d2a4ef389 Added "share" to the docker-compose and port mappings 2016-09-12 08:49:19 +02:00
Gethin James
6ec7c2805f Setting the correct data.dir.store default value with shard count 2016-09-12 08:49:19 +02:00
Michael Suzuki
ece16cbe15 Update test harness to use reank production schema as a default for tests 2016-09-09 14:10:10 +01:00
cnechifor
56493284dc TAS-437 added TestRail annotation 2016-09-09 15:55:29 +03:00
cnechifor
cee81cb837 TAS-442 add support for logging 2016-09-09 15:53:55 +03:00
Joel
220536dcd5 SEARCH-68: Add back the analyzeMultitermTerm 2016-09-08 15:27:38 -04:00
Gethin James
b410ab1629 SEARCH-68: Updated to Solr 6.2.0 and Alfresco 5.2.1-SNAPSHOT 2016-09-08 15:24:51 +02:00