-
Notifications
You must be signed in to change notification settings - Fork 629
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
Enable missed pytest tests #4552
Comments
mina86
added
A-CI
Area: Continuous Integration
A-testing
Area: Unit testing / integration testing
T-node
Team: issues relevant to the node experience team
labels
Jul 22, 2021
mina86
added a commit
to mina86/nearcore
that referenced
this issue
Jul 27, 2021
Add the scripts/check_pytest.py to the ‘sanity checks’ pre-commit tests to make sure that all pytest tests are enabled in one of the nightly/*.txt files. Because at the moment there are nine files which do not meet that criteria, add them to nightly/complete_nayduck_set.txt with a comment documenting the state. Issue: near#4552 Fixes: near#2736
mina86
added a commit
that referenced
this issue
Jul 27, 2021
) Add the scripts/check_pytest.py to the ‘sanity checks’ pre-commit tests to make sure that all pytest tests are enabled in one of the nightly/*.txt files. Because at the moment there are nine files which do not meet that criteria, add them to nightly/complete_nayduck_set.txt with a comment documenting the state. Issue: #4552 Fixes: #2736
mina86
added a commit
to mina86/nearcore
that referenced
this issue
Jul 28, 2021
nightly/nayduck.py script supports a `./<path>` syntax for including another file when reading contents of particular file. (This is akin to shell’s `source` command or C’s `#include` directive). Sadly, neither scripts/check_pytests.py nor scripts/check_nightly.py support that syntax. Fix this by making the nayduck.py script easier to import as a library and use it in the aforementioned scripts. While at it, do minor cleanups to scripts/check_nightly.py script and move nightly.py to scripts directory. Issue: near#2736 Issue: near#4552
mina86
added a commit
that referenced
this issue
Jul 28, 2021
#4590) nightly/nayduck.py script supports a `./<path>` syntax for including another file when reading contents of particular file. (This is akin to shell’s `source` command or C’s `#include` directive). Sadly, neither scripts/check_pytests.py nor scripts/check_nightly.py support that syntax. Fix this by making the nayduck.py script easier to import as a library and use it in the aforementioned scripts. While at it, do minor cleanups to scripts/check_nightly.py script and move nightly.py to scripts directory. Issue: #2736 Issue: #4552
mina86
added a commit
to mina86/nearcore
that referenced
this issue
Jul 29, 2021
Take advantage of the `./<path>` syntax in the NayDuck test lists and group different tests that belong to the same category into separate files. With the include syntax they can all be referenced from `nightly.txt` which is now the file that contains all the tests NayDuck runs every 24 hours. Issue: Near-One/nayduck#8 Issue: near#4552
mina86
added a commit
to mina86/nearcore
that referenced
this issue
Jul 29, 2021
Take advantage of the `./<path>` syntax in the NayDuck test lists and group different tests that belong to the same category into separate files. With the include syntax they can all be referenced from `nightly.txt` which is now the file that contains all the tests NayDuck runs every 24 hours. Issue: Near-One/nayduck#8 Issue: near#4552
mina86
added a commit
that referenced
this issue
Jul 29, 2021
…4594) Take advantage of the `./<path>` syntax in the NayDuck test lists and group different tests that belong to the same category into separate files. With the include syntax they can all be referenced from `nightly.txt` which is now the file that contains all the tests NayDuck runs every 24 hours. Issue: Near-One/nayduck#8 Issue: #4552
mina86
added a commit
to mina86/nearcore
that referenced
this issue
Jul 30, 2021
saturate_routing_table test lives in stress directory not sanity directory. Issue: near#4552
mina86
added a commit
to mina86/nearcore
that referenced
this issue
Jul 30, 2021
mina86
added a commit
that referenced
this issue
Jul 30, 2021
saturate_routing_table test lives in stress directory not sanity directory. Issue: #4552
mina86
added a commit
that referenced
this issue
Jul 30, 2021
mina86
added a commit
to mina86/nearcore
that referenced
this issue
Aug 12, 2021
mina86
added a commit
to mina86/nearcore
that referenced
this issue
Aug 13, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nightly/complete_nayduck_set.txt
file which is currently what NayDuck is using to run on each new commit. We probably want all tests to be run on NayDuck so it may be that we need a single list file which includes all the tests. (Note thatscripts/check_nightly.py
readsnightly/nightly.txt
only but that file isn’t used by default by NayDuck).The text was updated successfully, but these errors were encountered: