Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ATC checks and aunit does not work on the include program. #62

Open
yuvarajkitturkar opened this issue Feb 16, 2022 · 1 comment
Open

Comments

@yuvarajkitturkar
Copy link

While executing SAPCLI command for ATC and aunit from Azure DevOps checks works fine when executed on the main program. But it doesnt work when used on the include program. Whereas, in S/4HANA system ATC checks and Unit tests are done when executed on include programs.

Commands used in Azure DevOps are -
/sapcli atc run program programname -e 1 -m 100 -o human
./sapcli aunit run program programname --output human --result all --coverage-output human

@jfilak
Copy link
Owner

jfilak commented Apr 15, 2022

I have been working on:

1. Fetch transport
2. Search objects which needs clarification -> e.g. PROG
    2.a. Find Matching types
    2.b. Update types
3. Resolve context for objects which needs it -> e.g. PROG/I
4. Build test list
5. Run AUnit/ATC

sapcli was missing ADT search functionality but the functionality is available now: ef5243f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants