Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK:T13] fix mount-pages issues #4160

Open
3 tasks
Tracked by #3995
dkd-kaehm opened this issue Sep 19, 2024 · 0 comments
Open
3 tasks
Tracked by #3995

[TASK:T13] fix mount-pages issues #4160

dkd-kaehm opened this issue Sep 19, 2024 · 0 comments

Comments

@dkd-kaehm
Copy link
Collaborator

dkd-kaehm commented Sep 19, 2024

  • ConnectionManagerTest::canFindSolrConnectionForMountedPageIfMountPointIsGiven
  • PageIndexerTest::canIndexMountedPage
  • PageIndexerTest::canIndexMultipleMountedPage
1) ApacheSolrForTypo3\Solr\Tests\Integration\ConnectionManagerTest::canFindSolrConnectionForMountedPageIfMountPointIsGiven
ApacheSolrForTypo3\Solr\NoSolrConnectionFoundException: Could not find a Solr connection for page [24] and language [0].

/home/runner/work/ext-solr/ext-solr/.Build/vendor/typo3/cms-core/Classes/Utility/GeneralUtility.php:2808
/home/runner/work/ext-solr/ext-solr/Classes/ConnectionManager.php:231
/home/runner/work/ext-solr/ext-solr/Classes/ConnectionManager.php:206
/home/runner/work/ext-solr/ext-solr/Classes/ConnectionManager.php:118
/home/runner/work/ext-solr/ext-solr/Tests/Integration/ConnectionManagerTest.php:219

--

2) ApacheSolrForTypo3\Solr\Tests\Integration\IndexQueue\FrontendHelper\PageIndexerTest::canIndexMountedPage
Could not find content from mounted page in solr
Failed asserting that '{\n
  "responseHeader":{\n
    "status":0,\n
    "QTime":0,\n
    "params":{\n
      "q":"*:*"}},\n
  "response":{"numFound":0,"start":0,"numFoundExact":true,"docs":[]\n
  }}\n
' [ASCII](length: 161) contains ""title":"FirstShared (Not root)"" [ASCII](length: 32).

/home/runner/work/ext-solr/ext-solr/Tests/Integration/IndexQueue/FrontendHelper/PageIndexerTest.php:316

3) ApacheSolrForTypo3\Solr\Tests\Integration\IndexQueue\FrontendHelper\PageIndexerTest::canIndexMultipleMountedPage
Unexpected amount of documents in the core
Failed asserting that '{\n
  "responseHeader":{\n
    "status":0,\n
    "QTime":0,\n
    "params":{\n
      "q":"*:*"}},\n
  "response":{"numFound":0,"start":0,"numFoundExact":true,"docs":[]\n
  }}\n
' [ASCII](length: 161) contains ""numFound":2" [ASCII](length: 12).

/home/runner/work/ext-solr/ext-solr/Tests/Integration/IndexQueue/FrontendHelper/PageIndexerTest.php:351
dkd-kaehm added a commit to dkd-kaehm/ext-solr that referenced this issue Sep 19, 2024
The tests are skipped temporary, to be able to recognize troubles due daily builds.

The skipped tests within this commit must be fixed by issue: TYPO3-Solr#4160

Relates: TYPO3-Solr#4160, TYPO3-Solr#3995
dkd-kaehm added a commit to dkd-kaehm/ext-solr that referenced this issue Sep 19, 2024


The tests are skipped temporary, to be able to recognize troubles due daily builds.

The skipped tests within this commit must be fixed by issue: TYPO3-Solr#4160

Relates: TYPO3-Solr#4161, TYPO3-Solr#3995
dkd-kaehm added a commit to dkd-kaehm/ext-solr that referenced this issue Sep 19, 2024
The tests are skipped temporary, to be able to recognize troubles due daily builds.

The skipped tests within this commit must be fixed by issue: TYPO3-Solr#4160

Relates: TYPO3-Solr#4160, TYPO3-Solr#3995
dkd-kaehm added a commit to dkd-kaehm/ext-solr that referenced this issue Sep 19, 2024


The tests are skipped temporary, to be able to recognize troubles due daily builds.

The skipped tests within this commit must be fixed by issue: TYPO3-Solr#4160

Relates: TYPO3-Solr#4161, TYPO3-Solr#3995
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant