eXtensibleCatalog / Drupal-Toolkit

The eXtensible Catalog Drupal Toolkit
0 stars 0 forks source link

Design tests for node batch and on the fly creation #578

Open patrickzurek opened 7 years ago

patrickzurek commented 7 years ago

JIRA issue created by: rcook Originally opened: 2010-10-12 07:56 PM

Issue body: (nt)

patrickzurek commented 7 years ago

JIRA Comment by user: pkiraly JIRA Timestamp: 2010-10-19 03:01 PM

Comment body:

Checking whether each row in xc_entity_properties table has a not null value in node_id and node_type columns. Check whether the node_id value in this table reflects an existent node.

Requirement: all node is created.

patrickzurek commented 7 years ago

JIRA Comment by user: rcook JIRA Timestamp: 2010-10-27 09:25 PM

Comment body:

I think that more needs to be done. Say, have no node creation turned on. Then, need to force node creation as the result of searching? Say 10 items get returned, how do we test that the correct nodes get created? And verify that through solr/mysql lookups. You need to design tests and we need to execute.