-
Notifications
You must be signed in to change notification settings - Fork 634
Fix data paths in TL3 short tests #5845
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
Conversation
- unifies data paths in TL3 short tests with other tests - improves the way the remote file system is detected in the tests Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
CI MESSAGE: [25156993]: BUILD STARTED |
echo "Data access time: $runtime seconds" | ||
if [ $runtime -gt 3 ]; then | ||
echo "Data access time is greater than 3 seconds, skipping the test" | ||
if [ $(stat /mnt/data/ --format="%T" -f) != "ext2/ext3" ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so in this case, we are happy to not test this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is just a part of all tests there so even if we skip some of it we should not miss much of our coverage.
418ce84
to
de562cb
Compare
CI MESSAGE: [25161198]: BUILD STARTED |
CI MESSAGE: [25167017]: BUILD STARTED |
CI MESSAGE: [25167017]: BUILD FAILED |
CI MESSAGE: [25167017]: BUILD PASSED |
CI MESSAGE: [25210480]: BUILD STARTED |
CI MESSAGE: [25210480]: BUILD PASSED |
ffa61cc
to
46e9a7a
Compare
CI MESSAGE: [25218888]: BUILD STARTED |
CI MESSAGE: [25219233]: BUILD STARTED |
CI MESSAGE: [25218888]: BUILD FAILED |
CI MESSAGE: [25219233]: BUILD PASSED |
CI MESSAGE: [25263652]: BUILD STARTED |
CI MESSAGE: [25263652]: BUILD PASSED |
- unifies data paths in TL3 short tests with other tests - improves the way the remote file system is detected in the tests Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
Category:
Other (e.g. Documentation, Tests, Configuration)
Description:
Additional information:
Affected modules and functionalities:
Key points relevant for the review:
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: N/A