Properties
Properties
- Buildable
- B984: rDSTOe1ec2d80f3fe: test_storage: move tests that were inadvertently "local-only" to the base class
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Sep 1 2017, 10:28 AM · Built for 6 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-storage-add-dir |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Sep 1 2017, 10:28 AM · Built for 5 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | ./pythonpath.sh: line 7: local: can only be used in a function |
---|---|
2 | ./pythonpath.sh: line 11: local: can only be used in a function |
3 | W: unknown repository 'swh-loader-antelink', you might want to remove it |
4 | W: unknown repository 'swh-cloner-git', you might want to remove it |
5 | W: unknown repository 'swh-environment', you might want to remove it |
6 | W: unknown repository 'swh-lister-github', you might want to remove it |
7 | W: unknown repository 'swh-lister-bitbucket', you might want to remove it |
8 | W: unknown repository 'swh-fetcher-googlecode', you might want to remove it |
9 | ctags_to_db (test_converters.TestConverters) ... ok |
10 | db_to_author (test_converters.TestConverters) ... ok |
11 | db_to_ctags (test_converters.TestConverters) ... ok |
12 | db_to_fossology_license (test_converters.TestConverters) ... ok |
13 | db_to_git_headers (test_converters.TestConverters) ... ok |
14 | db_to_language (test_converters.TestConverters) ... ok |
15 | db_to_metadata (test_converters.TestConverters) ... ok |
16 | db_to_mimetype (test_converters.TestConverters) ... ok |
17 | db_to_release (test_converters.TestConverters) ... ok |
18 | db_to_revision (test_converters.TestConverters) ... ok |
19 | |
20 | ---------------------------------------------------------------------- |
21 | Ran 10 tests in 2.426s |
22 | |
23 | OK |
24 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Sep 1 2017, 10:28 AM · Built for 38 s
- Status
Passed
387 | sql/updates/04.sql | 53 ++++++++ |
---|---|
388 | sql/updates/05.sql | 143 ++++++++++++++++++++ |
389 | swh/scheduler/backend.py | 48 +++++-- |
390 | swh/scheduler/celery_backend/runner.py | 46 +++++-- |
391 | swh/scheduler/tests/test_scheduler.py | 238 +++++++++++++++++++++++++++++++++ |
392 | 16 files changed, 670 insertions(+), 73 deletions(-) |
393 | create mode 100644 docs/.gitignore |
394 | create mode 100644 docs/Makefile |
395 | create mode 100644 docs/_static/.placeholder |
396 | create mode 100644 docs/_templates/.placeholder |
397 | create mode 100644 docs/conf.py |
398 | create mode 100644 docs/index.rst |
399 | create mode 100644 sql/.gitignore |
400 | create mode 100644 sql/Makefile |
401 | create mode 100644 sql/updates/04.sql |
402 | create mode 100644 sql/updates/05.sql |
403 | create mode 100644 swh/scheduler/tests/test_scheduler.py |
404 | |
405 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-storage-testdata |
406 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-storage-testdata |
407 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
408 | 66bab35..1023cae master -> origin/master |
409 | Updating 66bab35..1023cae |
410 | Fast-forward |
411 | Makefile | 38 +-- |
412 | dumps/swh-archiver.dump | Bin 13451 -> 11883 bytes |
413 | dumps/swh-archiver.sql | 55 +--- |
414 | dumps/swh-scheduler.dump | Bin 0 -> 23686 bytes |
415 | dumps/swh-scheduler.sql | 674 +++++++++++++++++++++++++++++++++++++++++++++++ |
416 | dumps/swh.dump | Bin 183826 -> 191465 bytes |
417 | dumps/swh.sql | 259 ++++++++++++++++-- |
418 | 7 files changed, 922 insertions(+), 104 deletions(-) |
419 | create mode 100644 dumps/swh-scheduler.dump |
420 | create mode 100644 dumps/swh-scheduler.sql |
421 | |
422 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-storage |
423 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-storage |
424 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
425 | 6d063ac..20f47dd master -> origin/master |
426 | Updating 6d063ac..20f47dd |
427 | Fast-forward |
428 | docs/.gitignore | 3 + |
429 | docs/Makefile | 1 + |
430 | docs/_static/.placeholder | 0 |
431 | docs/_templates/.placeholder | 0 |
432 | docs/conf.py | 1 + |
433 | docs/index.rst | 15 + |
434 | .../revision_metadata.translated_metadata.json | 59 ++++ |
435 | sql/swh-data.sql | 3 + |
436 | sql/swh-func.sql | 175 ++++++++-- |
437 | sql/swh-indexes.sql | 17 +- |
438 | sql/swh-schema.sql | 23 +- |
439 | swh/storage/api/client.py | 12 + |
440 | swh/storage/api/server.py | 18 ++ |
441 | swh/storage/db.py | 29 ++ |
442 | swh/storage/storage.py | 51 +++ |
443 | swh/storage/tests/storage_testing.py | 18 +- |
444 | swh/storage/tests/test_storage.py | 360 +++++++++++++++++---- |
445 | 17 files changed, 693 insertions(+), 92 deletions(-) |
446 | create mode 100644 docs/.gitignore |
447 | create mode 100644 docs/Makefile |
448 | create mode 100644 docs/_static/.placeholder |
449 | create mode 100644 docs/_templates/.placeholder |
450 | create mode 100644 docs/conf.py |
451 | create mode 100644 docs/index.rst |
452 | create mode 100644 sql/json/revision_metadata.translated_metadata.json |
453 | |
454 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-web-ui |
455 | mr update: /home/temp-drydock/drydock/workingcopy-171/repo/swh-environment/swh-web-ui |
456 | From ssh://forge.softwareheritage.org/diffusion/DWUI/swh-web-ui |
457 | edf7e7a..8f1188f master -> origin/master |
458 | Updating edf7e7a..8f1188f |
459 | Fast-forward |
460 | docs/.gitignore | 3 + |
461 | docs/Makefile | 212 +------------------------- |
462 | docs/_static/.placeholder | 0 |
463 | docs/_templates/.placeholder | 0 |
464 | docs/conf.py | 1 + |
465 | docs/index.rst | 15 ++ |
466 | docs/source/_static/dependencies.dot | 41 ----- |
467 | docs/source/_static/dependencies.png | Bin 58152 -> 0 bytes |
468 | docs/source/conf.py | 286 ----------------------------------- |
469 | docs/source/index.rst | 22 --- |
470 | docs/source/modules.rst | 7 - |
471 | docs/source/swh.web.ui.rst | 118 --------------- |
472 | 12 files changed, 20 insertions(+), 685 deletions(-) |
473 | create mode 100644 docs/.gitignore |
474 | create mode 100644 docs/_static/.placeholder |
475 | create mode 100644 docs/_templates/.placeholder |
476 | create mode 100644 docs/conf.py |
477 | create mode 100644 docs/index.rst |
478 | delete mode 100644 docs/source/_static/dependencies.dot |
479 | delete mode 100644 docs/source/_static/dependencies.png |
480 | delete mode 100644 docs/source/conf.py |
481 | delete mode 100644 docs/source/index.rst |
482 | delete mode 100644 docs/source/modules.rst |
483 | delete mode 100644 docs/source/swh.web.ui.rst |
484 | |
485 | mr update: finished (22 ok; 1 failed) |
486 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Sep 1 2017, 10:27 AM · Built instantly
- Status
Passed