GithubHelp home page GithubHelp logo

Comments (3)

bjhargrave avatar bjhargrave commented on June 28, 2024

From @tbitonti

open-liberty issue: OpenLiberty/open-liberty#12445

from transformer.

tbitonti avatar tbitonti commented on June 28, 2024

Test plan for immediate package renames:

The test plan is to update a manifest using package rename data.

The test includes package rename data and linked package version data.

Four package names are present in the test data:

The first package name and version are updated by property file data.
The second package name and version are updated by property file data, but that is overwritten by immediate data.
The third package name and version are updated by immediate data.
The fourth package name and version are not updated.

The initial and final package values in the manifest are:

javax.package0;version="0.0.0"         jakarta.package0;version="0.0.1"
javax.package1;version="1.0.0"         jakarta.package11;version="1.1.1"
javax.package2;version="2.0.0"         jakarta.package22;version="2.1.1"
javax.package3;version="3.0.0"         jakarta.package3;version="3.0.0"

Property file ane immediate data:

tier0: javax.package0=jakarta.package0
         javax.package1=jakarta.package1

immediate: javax.package1=jakarta.package11
                   javax.package2=jakarta.package22

tier0: jakarta.package0="0.0.1"
         jakarta.package1="1.0.1"

immediate: jakarta.package11="1.1.1"
                   jakarta.package22="2.1.1"

Command line options are:

	"-tr", DATA_DIR + '/' + "tier0.renames.properties",
	"-tv", DATA_DIR + '/' + "tier0.versions.properties",

         "-ti", "tr", "javax.package1", "jakarta.package11",
         "-ti", "tr", "javax.package2", "jakarta.package22",

         "-ti", "tv", "jakarta.package11", "1.1.1",
         "-ti", "tv", "jakarta.package22", "2.1.1"

from transformer.

tbitonti avatar tbitonti commented on June 28, 2024

One more commit: Refactoring of the new tests to move common methods to TestUtils.

from transformer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.