Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Move Block data generator test helper to test support package #391

Conversation

jframe
Copy link
Contributor

@jframe jframe commented Dec 10, 2018

PR description

Move BlockDataGenerator test helper to test support package so it can be used in other unit tests for creating blocks.

Fixed Issue(s)

@jframe jframe merged commit e0ff5f5 into PegaSysEng:master Dec 11, 2018
Copy link
Contributor

@shemnon shemnon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert this and see my comment on package name.

@@ -10,26 +10,12 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*/
package tech.pegasys.pantheon.ethereum.testutil;
package tech.pegasys.pantheon.ethereum.core;
Copy link
Contributor

@shemnon shemnon Dec 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not this package, we don't want to split a package across separate modules. What is wrong with testutil? Perhaps testsupport if we need it out of testutil. But not core, that should only be for classes in :ethereum:core

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this stands right now it is a technical barrier to us adopting either Java 9 modules or OSGi (mutually exclusive choices, but we want our options open).

@jframe jframe deleted the feature/move_block_data_generator_to_test_support branch April 18, 2019 00:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants