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 "Papyrus/Oxygen Work Description/Refactoring/Tests"

(Documentation Refactoring)
Line 10: Line 10:
 
# Split the test suites to improve the execution time and detection of failed tests.
 
# Split the test suites to improve the execution time and detection of failed tests.
 
# Improve tests' console feedback to pinpoint possible failures.
 
# Improve tests' console feedback to pinpoint possible failures.
 +
 +
 +
== Work done ==
 +
 +
The following changes can be witnessed in the following gerrit contributions (Master branch, i.e. oxygen):
 +
# deletion of old and outdated tests: https://git.eclipse.org/r/#/c/88273/
 +
# moving tests to relevant folders and creation of new suites from the old monolithic one: https://git.eclipse.org/r/#/c/89333/
 +
 +
 +
== Upcoming works ==
 +
 +
The poms are still an issue that will be adressed as they do not point to their immediate parent. A gerrit is drafted and will need to be [https://git.eclipse.org/r/#/c/90433/ reviewed] for it to be merged.

Revision as of 12:39, 15 February 2017

Tests Refactoring

The current tests should get an overall refactoring so as to improve their robustness and modularity.


Description

This work will follow the following steps:

  1. Replicate the plugin architecture to improve the user navigation.
  2. Split the test suites to improve the execution time and detection of failed tests.
  3. Improve tests' console feedback to pinpoint possible failures.


Work done

The following changes can be witnessed in the following gerrit contributions (Master branch, i.e. oxygen):

  1. deletion of old and outdated tests: https://git.eclipse.org/r/#/c/88273/
  2. moving tests to relevant folders and creation of new suites from the old monolithic one: https://git.eclipse.org/r/#/c/89333/


Upcoming works

The poms are still an issue that will be adressed as they do not point to their immediate parent. A gerrit is drafted and will need to be reviewed for it to be merged.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.