Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EPP/Obsolete/Logging/Testplan"

(Created page with "= Manual Tests = # Unknown Host: #* Start with: <pre>-Dorg.eclipse.epp.logging.aeri.ui.serverUrl=http://unknown.test/community/</pre> #* Send error event #* Verify: Error log...")
 
Line 1: Line 1:
= Manual Tests =
+
== Manual Release Tests ==
  
# Unknown Host:
+
=== Unknown Host Exception: ===
#* Start with: <pre>-Dorg.eclipse.epp.logging.aeri.ui.serverUrl=http://unknown.test/community/</pre>
+
* Start with: <pre>-Dorg.eclipse.epp.logging.aeri.ui.serverUrl=http://unknown.test/</pre>
#* Send error event
+
* Send error event
#* Verify: Error log contains logged error but no AERI startup failure info.
+
* Verify: Error log contains logged error but no AERI startup failure info.
 +
 
 +
=== Socket Connect Exception: ===
 +
* Start with: <pre>-Dorg.eclipse.epp.logging.aeri.ui.serverUrl=http://localhost:9999/</pre>
 +
* Send error event
 +
* Verify: Error log contains logged error but no AERI startup failure info.
  
 
[[Category:EPP]]
 
[[Category:EPP]]

Revision as of 03:52, 6 August 2015

Manual Release Tests

Unknown Host Exception:

  • Start with:
    -Dorg.eclipse.epp.logging.aeri.ui.serverUrl=http://unknown.test/
  • Send error event
  • Verify: Error log contains logged error but no AERI startup failure info.

Socket Connect Exception:

  • Start with:
    -Dorg.eclipse.epp.logging.aeri.ui.serverUrl=http://localhost:9999/
  • Send error event
  • Verify: Error log contains logged error but no AERI startup failure info.

Back to the top