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

test functions in semantics.py #26

Open
maany opened this issue Mar 12, 2019 · 2 comments
Open

test functions in semantics.py #26

maany opened this issue Mar 12, 2019 · 2 comments
Labels

Comments

@maany
Copy link
Member

maany commented Mar 12, 2019

No description provided.

@maany maany added good first issue Good for newcomers gsoc2019 labels Mar 12, 2019
@kevalnagda
Copy link

Could you please provide any sort of description for the issue. Thanks!

@maany
Copy link
Member Author

maany commented Mar 19, 2019

Hey, this file contains 1 function, namely, check_yaml_syntax. It is called here: https://github.com/WLCG-Lightweight-Sites/simple_grid_yaml_compiler/blob/master/simple_grid_yaml_compiler.py#L40

It takes output from phase_3 and we want to test if sensible outputs from phase_3 do not break the compiler in phase_4.
The specification highlights some of the phases (Pg 20 https://docs.google.com/document/d/1yp_96UXcwNO49cktnHtT61iNmTO0RgrSQukuNYqACpM)
You can get the output from phase_3 by running the compiler until then and commenting the remaining phases. Basically until here: https://github.com/WLCG-Lightweight-Sites/simple_grid_yaml_compiler/blob/master/simple_grid_yaml_compiler.py#L124

Let me know if more info is needed. We can discuss this in tomorrow's call if required.

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

No branches or pull requests

2 participants