-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry-Pick DYN-6148 Dynamo Library Lucene Search (#14315)
* Fix Node Autocomplete Regressions (#14275) * Fix Node Autocomplete Regressions Due that we are adding ZeroTouchNodes during test mode around 9 tests are failing, seems that there are several nodes duplicates so each test needs to be analyzed separately. Then in this fix I'm reverting the code for adding ZeroTouchNodes and also removing a test that will fail due to this change. * Fix Node Autocomplete Regressions Re-adding unit test with Failure category * DYN-6148 Dynamo Library Lucene Search (#14287) * DYN-6148 Dynamo Library Lucene Search Implementing the use of Lucene Search in the Dynamo Library * DYN-6148 Dynamo Library Lucene Search Fixing calls to LuceneSearchUtility for using the Lucene Singleton. * DYN-6148 Dynamo Library Lucene Search Removing extra space and removing unused usings * DYN-6148 Dynamo Library Lucene Search Regressions The SearchNodeTest() test was moved to DynamoLibraryItemsTest due that in the LibraryResourceProviderTests we are not creating the DynamoModel (also there is no way to get the DynamoModel) so the Lucene Singleton is not created and is crashing. Also I did some minor changes in the test due that the FullName contains the category (so instead of "dyf://123.456.somepackage.{nodeName}" was replaced by "dyf://Core.Input.{nodeName}" otherwise the Code Block node is not found).
- Loading branch information
1 parent
a1f03b1
commit 77790f0
Showing
3 changed files
with
57 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters