Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Started commit for heuristic processing * Update configs * Add heuristic class GetBest with integration to the Test step for JCallGraph * Update GetBest to update color values, add hash for compare, and update algo used for path sum (to avoid infinite loop with previous all paths algo). * Update mph-table.yaml * Started commit for heuristic processing * Update configs * Add heuristic class GetBest with integration to the Test step for JCallGraph * Update GetBest to update color values, add hash for compare, and update algo used for path sum (to avoid infinite loop with previous all paths algo). * Update mph-table.yaml * Added preliminary unit tests * Failsafe plugin added to pom file * Added jetty plugin to start server for integration testing * Added RepoTool integration test, modified POM to reflect int-test stage * Set 'skipTests' parameter to false to run int tests * Updated Integration Tests * Added Convex Integration Test * Added 'runOrder' parameter in POM for Int Tests, Updated Integration tests to sequentially run and added assert statements * Removed unnecessary test files on local branch * Update with patched items based on feedback * Add updates to GetBest score calculation and fix issue with output directory * Update patch/yaml names to have correct extensions * Add runall.sh and buildsvg.sh * Add runall.sh and buildsvg.sh * Updated MphTableIT to run without being platform specific * Resolved ordering issue * Started commit for heuristic processing * Update configs * Add heuristic class GetBest with integration to the Test step for JCallGraph * Update GetBest to update color values, add hash for compare, and update algo used for path sum (to avoid infinite loop with previous all paths algo). * Update mph-table.yaml * Update with patched items based on feedback * Add updates to GetBest score calculation and fix issue with output directory * Update patch/yaml names to have correct extensions * Add runall.sh and buildsvg.sh * Add runall.sh and buildsvg.sh * Started commit for heuristic processing * Update configs * Add heuristic class GetBest with integration to the Test step for JCallGraph * Update GetBest to update color values, add hash for compare, and update algo used for path sum (to avoid infinite loop with previous all paths algo). * Update mph-table.yaml * Started commit for heuristic processing * Update configs * Add heuristic class GetBest with integration to the Test step for JCallGraph * Update GetBest to update color values, add hash for compare, and update algo used for path sum (to avoid infinite loop with previous all paths algo). * Update mph-table.yaml * Update with patched items based on feedback * Add updates to GetBest score calculation and fix issue with output directory * Update patch/yaml names to have correct extensions * Add runall.sh and buildsvg.sh * Add runall.sh and buildsvg.sh * Started commit for heuristic processing * Update configs * Add heuristic class GetBest with integration to the Test step for JCallGraph * Update GetBest to update color values, add hash for compare, and update algo used for path sum (to avoid infinite loop with previous all paths algo). * Update mph-table.yaml * Update with patched items based on feedback * Add updates to GetBest score calculation and fix issue with output directory * Update patch/yaml names to have correct extensions * Move fixed to new "project" directory (e.g. convex-fixed). * Add green/yellow/red arrows for paths. * Update so buildyaml looks for @Property attributes instead of just junit Test attribute * Add basic documentation to the read me * Rename files * commit runAll * Update yaml patch names for fixed * Remove unneeded configs Co-authored-by: ameka4 <[email protected]> Co-authored-by: alekh <[email protected]> Co-authored-by: Alekh Meka <[email protected]>
- Loading branch information