-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HPCC-30809 Implementate 5 WsSasha methods
1. Create the sashaclilib which contains the code shared by both Sasha CLI and WsSasha. 2. Inside the sashaclilib, create the runSashaCommand() which is based on the existing code inside sasha.cpp's main() from building ISashaCommand to reading the command response. 3. Move the following from sasha.cpp to sashacli.cpp, so that they can be used by the runSashaCommand(): extractTimings, getNum(), DumpWorkunitTimings(), getVersion(). 4. Implement 5 WsSasha methods: GetVersion, ListWU, ArchiveWU, RestoreWU, and XREF. Signed-off-by: wangkx <[email protected]>
- Loading branch information
wangkx
committed
Nov 10, 2023
1 parent
c2ac378
commit d85a8bc
Showing
10 changed files
with
676 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.