Change 19394

tjuricek
tjuricek committed this change into //guest/perforce_software/helix-web-services/main/source
Request Review
Download .zip
Add %pre section to RPMs (for diagnostics), add reinstall test suite.

The @BeforeTest / @AfterTest annotations do not work like JUnit - they are associated to a much larger "test" abstraction, which tends to be even higher than the suite level. It's one of those oddities of TestNG. We could use @Test with dependencies, I prefer just putting the cleanup calls directly in the test currently.
  • Files 4
  • Comments 0
3 edited 1 added 0 deleted
automation/src/main/java/com/perforce/helix_web_services/automation/CreateRPM.java#9
Loading...
testing/src/main/java/com/perforce/helix_web_services/testing/deployment/deb/UpgradeConfigTests.java#3
Loading...
testing/src/main/java/com/perforce/helix_web_services/testing/deployment/rpm/ReinstallTests.java#1
Loading...
testing/src/main/java/com/perforce/helix_web_services/testing/deployment/rpm/UpgradeConfigTests.java#3
Loading...
Tip: Use n and p to cycle through the changes.