ProjectLocations.java #8

  • //
  • guest/
  • perforce_software/
  • helix-web-services/
  • main/
  • source/
  • automation/
  • src/
  • main/
  • java/
  • com/
  • perforce/
  • helix_web_services/
  • automation/
  • ProjectLocations.java
  • Commits
# Change User Description Committed
#8 19535 drobins Refactor package names to hws
#7 19383 tjuricek Fixes to the "unpack the prerelease archive file" along with preliminary work on the RPM upgrade test suite.
#6 19380 tjuricek Adjust post-install config to handle upgrades better, and a test for debian systems.

- Our default config file has an invalid line to flag that the file has never been touched. It's removed on the first post-install config.
- We guard against overwriting things the next times post-install config is run, like the keystore files.
- There's a "media" setting in the install4j configuration to treat "never override" as config files, which avoid overwriting the config (finally found it), at least on debian.
- Added a new test suite just to ensure the configuration file is not overwritten, only works for .debs at the moment
#5 19174 tjuricek JaCoCo code coverage setup and test cleanup revisions.

During test cleanup we remove the directory the code coverage data is written to, so we need refined control on where the output file goes (which is copied to a build directory, currently).
#4 18630 tjuricek Changing the p4d in use from 15.2 in ftp to mainline, and, adding alternative configurations to run r15.2 and r16.1 p4d locally.

We'll run through these alternatives first. The distribution test runs will only run mainline builds (well, for the HWS mainline).

I have *NO CLUE* how to make this smooth in the EC module configuration. So I'm going the route of syncing everything, because the platform variables set for my builds don't seem to match up with the p4d variables.
#3 17142 tjuricek Fixes to enable HWS integrated testing via t4.

- Added configuration values to allow port to change easily.
- Adjust how the T4 tests are launched
- The preview/submit methods weren't wired together.
- Add some configuration of trust for SSL connections
#2 17141 tjuricek Basic framework to launch t4 tests.

Requires synchronizing the matching p4-test directory, and, the build directory for Helix Sync.

Does not pass tests at this point.
#1 17140 tjuricek Integrating porting work from development branch.

This work is now ready for testing/CD integration.