OpenLiberty / open-liberty

Open Liberty is a highly composable, fast to start, dynamic application server runtime environment
https://openliberty.io
Eclipse Public License 2.0
1.15k stars 592 forks source link

Enhance Liberty Server config backups for FAT #5564

Open c00crane opened 6 years ago

c00crane commented 6 years ago

Update the Liberty Server FAT tooling to save copies of all expanded files for individual test cases. Right now, only the last one is saved. This will involve updates to reconfigureServerUsingExpandedConfiguration in LibertyServer.java.

c00crane commented 5 years ago

This update is only needed for test cases that do multiple reconfigs. The last reconfig during the execution of a test case will overwrite previous copies.