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

IndexHelper für Nutzung in Tests erweitern #97

Open
j3nsch opened this issue Nov 4, 2022 · 1 comment
Open

IndexHelper für Nutzung in Tests erweitern #97

j3nsch opened this issue Nov 4, 2022 · 1 comment
Assignees
Labels

Comments

@j3nsch
Copy link
Member

j3nsch commented Nov 4, 2022

Für Tests in Application ist es notwendig den Index aufzubauen. Bisher kann diese Funktionalität nur über Skripte genutzt werden. Es soll möglich sein mit einem einfachen Aufruf den gesamten Index wieder herzustellen.

Das wird benötigt, um ein Testproblem (OPUS4/application#974) zu lösen.

@j3nsch j3nsch added the cleanup label Nov 4, 2022
@j3nsch j3nsch self-assigned this Nov 4, 2022
@j3nsch j3nsch moved this to In Progress in OPUS 4.8.1 Apr 29, 2023
@j3nsch
Copy link
Member Author

j3nsch commented May 5, 2024

Die IndexHelper-Klasse wird jetzt im Test ConsistencyCheckTest::testJobSuccessWithInconsistency verwendet. Momentan ist es notwendig, die Funktion index mit NULL-Parametern aufzurufen, um alle Dokumente zu indexieren. Das sollte vereinfacht werden.

$indexHelper->index(null, null);

Außerdem müssen einige Optionen gesetzt werden.

@j3nsch j3nsch added this to 4.8.2 May 5, 2024
@j3nsch j3nsch moved this to In Progress in 4.8.2 May 5, 2024
@j3nsch j3nsch removed this from OPUS 4.8.1 May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

No branches or pull requests

1 participant