Details
- Reviewers
douardda vlorentz - Group Reviewers
Reviewers - Commits
- rDLS0f0b840178eb: gnu.tests: Checks lister output from scheduler
tox
Diff Detail
- Repository
- rDLS Listers
- Branch
- master
- Lint
Lint Skipped - Unit
Unit Tests Skipped - Build Status
Buildable 8164 Build 11767: tox-on-jenkins Jenkins Build 11766: arc lint + arc unit
Event Timeline
swh/lister/gnu/tests/test_tree.py | ||
---|---|---|
95–101 | Yes, i'm currently trying to finalize and propose a fixture for that in swh-core. |
Build is green
See https://jenkins.softwareheritage.org/job/DLS/job/tox/390/ for more details.
You forgot to fix the false negative
Yes, i was not really set on fixing it... since that does not happen right now.
python ./analysis.py --dataset ./tree.json.gz | grep -c "\.tar.'"
Note: i have committed the snippets/ardumont/gnu/analysis.py script and referenced it for your benefit ;)
oh well.
grep '\.tar"' /tmp/tree.json {"type":"file","name":"rms-french-interview-2001-11-20.tar","size":23418880,"time":"1017450803"}, {"type":"file","name":"gzip-1.2.4.tar","size":798720,"time":"745830000"}, {"type":"file","name":"gzip-1.2.4a.tar","size":798720,"time":"936571444"}, {"type":"file","name":"gzip-1.3.12.tar","size":1822720,"time":"1176517974"}, {"type":"file","name":"gzip-1.3.9.tar","size":1648640,"time":"1166172244"}, {"type":"file","name":"sather-doc-000328-src.sgml.tar","size":289548,"time":"954345818"}, {"type":"file","name":"tar-1.13.tar","size":3942400,"time":"936572499"}, {"type":"file","name":".tar","size":327680,"time":"1011303620"}, {"type":"file","name":"ctrl2cap.vxd.tar","size":30720,"time":"844973673"}, {"type":"file","name":"keyswap.tar","size":30720,"time":"844973673"}, {"type":"file","name":"ctrl2cap.vxd.tar","size":30720,"time":"974996877"}, {"type":"file","name":"keyswap.tar","size":30720,"time":"974996877"},
heh righty right, I was on the .tar. use case not .tar indeed.
.tar. still returns false now, .tar is ok.
Build is green
See https://jenkins.softwareheritage.org/job/DLS/job/tox/391/ for more details.
swh/lister/gnu/tree.py | ||
---|---|---|
157 | I mentioned the returned type annotation so that's not needed. |
Build is green
See https://jenkins.softwareheritage.org/job/DLS/job/tox/392/ for more details.
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/393/
See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/393/console
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/394/
See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/394/console
Build is green
See https://jenkins.softwareheritage.org/job/DLS/job/tox/395/ for more details.
swh/lister/gnu/tree.py | ||
---|---|---|
110–123 | still not :/ |
Build is green
See https://jenkins.softwareheritage.org/job/DLS/job/tox/396/ for more details.
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/401/
See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/401/console
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/402/
See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/402/console
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/403/
See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/403/console
BUILD has failed
mmm
[tox] $ arc patch --diff 7060 --nocommit --nobranch --force --conduit-uri=https://forge.softwareheritage.org/ ******** Checking patch tox.ini... error: while searching for: .[testing] pytest-cov commands = pytest --cov=swh --cov-branch {posargs}
well, yes, jenkins, please try and load the right tox.ini, it will work better after that...
well, yes, jenkins, please try and load the right tox.ini, it will work better after that...
I've gotten back to D2077 (which is now the parent task).
I've removed the parent revision from D2077 (since everything it depended on landed on master).
And since the diff dependencies changed... (rebase and all that)
I've restarted the diff's build after that...
Let's see if that works better now.
Build is green
See https://jenkins.softwareheritage.org/job/DLS/job/tox/404/ for more details.
Build is green
See https://jenkins.softwareheritage.org/job/DLS/job/tox/405/ for more details.
Build is green
See https://jenkins.softwareheritage.org/job/DLS/job/tox/406/ for more details.