Page History

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Test de l'installation via ANT

Note
titleAttention

Les module ORI-OAI-indexing, puis ORI-OAI-vocabulary, et enfin ORI-OAI-md-editor doivent être préalablement démarrés pour effectuer ces tests !

Test de l'environnement et des configurations ...

Avant de déployer votre application, vous pouvez lancer un test d'appel aux principaux services utilisés et censés être configurés dans votre Workflow. Ceci permet d'identifier une mauvaise configuration, un service non lancé (ldap, smtp, ori-oai-indexing, ...) ...

Wiki Markup
Placez-vous dans le répertoire « *\[2orioaiworkflow:ORI_HOME\]/src/ori-oai-workflow-svn* ».

...

Code Block
remoteconfigtest:
    [junit] Testsuite: org.orioai.workflow.RemoteConfigTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 11,761 sec
    [junit] ------------- Standard Output ---------------
    [junit] Retrieving document at 'null'.
    [junit] Retrieving document at 'null'.
    [junit] ------------- ---------------- ---------------
    [junit]
    [junit] Testcase: testGetVocabulariesId took 10,638 sec
    [junit] Testcase: testSearchIndexingServices took 0,986 sec
    [junit] Testcase: testInitialDirContextFactory took 0,049 sec
    [junit] Testcase: testConnectUrls took 0,048 sec
    [junit] Testcase: testSmtp took 0,033 sec

BUILD SUCCESSFUL

Contenu des tests ant remoteconfigtest

Ces tests concernent deux aspects :

...