When adding the "Stemmer" processor, we forgot to also add it to the processor integration test. We should do that now.
See #2823985: Add integration test for the "Role filter" processor for pointers.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drunken monkey created an issue. See original summary.

JayKandari’s picture

Assigned: Unassigned » JayKandari
JayKandari’s picture

Assigned: JayKandari » Unassigned
Status: Active » Needs review
FileSize
1.31 KB

Added test for "Stemmer" processor in ProcessorIntegrationTest.php.

Kindly Review. Thanks!

Status: Needs review » Needs work

The last submitted patch, 3: add_stemmer_to-2847810-3.patch, failed testing.

JayKandari’s picture

Corrected #3. Now review !! :)

JayKandari’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, 5: add_stemmer_to-2847810-5.patch, failed testing.

JayKandari’s picture

Strange!! all search_api tests passed locally!! am I missing here something?

borisson_’s picture

Yeah, this is because of a new 8.3 patch; I noticed this yesterday and opened #2850930: Fix testfailure because of missing originalDirectory

JayKandari’s picture

@borisson_ : I see. Thanks for clarifying. Is this postponed till #2850930 gets resolved?

borisson_’s picture

Not officially, no. But since @drunken monkey prefers not tot commit things when the tests are not green that one needs to happen first. No need to go and set all open d8 issues on postponed though :-)

JayKandari’s picture

Status: Needs work » Needs review

Patch #5 was causing error due to (#2851533: Adapt to latest Core changes). Since it is resolved now, re-ran the tests. It passed.

Changing status. Kindly Review. Thanks !

drunken monkey’s picture

Status: Needs review » Fixed

Looks great, thanks a lot! Everything done right, no complaints.
I just moved the checkStemmerIntegration() method so the method definitions are in the same order as the method calls – that just makes it a bit easier to find things, I think.
Otherwise, as said, no complaints, so: committed.
Thanks again!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.