Properties
Properties
- Buildable
- B1038: rDSTO2022da28e581: schemata.distribution: update for reuse by the Debian loader
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Oct 10 2017, 4:01 PM · Built for 9 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 Oct 10 2017, 4:01 PM · Built for 14 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | W: unknown repository 'swh-loader-antelink', you might want to remove it |
---|---|
2 | W: unknown repository 'swh-cloner-git', you might want to remove it |
3 | W: unknown repository 'swh-environment', you might want to remove it |
4 | W: unknown repository 'swh-lister-github', you might want to remove it |
5 | W: unknown repository 'swh-web-ui', you might want to remove it |
6 | W: unknown repository 'swh-lister-bitbucket', you might want to remove it |
7 | W: unknown repository 'swh-fetcher-googlecode', you might want to remove it |
8 | ctags_to_db (test_converters.TestConverters) ... ok |
9 | db_to_author (test_converters.TestConverters) ... ok |
10 | db_to_ctags (test_converters.TestConverters) ... ok |
11 | db_to_fossology_license (test_converters.TestConverters) ... ok |
12 | db_to_git_headers (test_converters.TestConverters) ... ok |
13 | db_to_language (test_converters.TestConverters) ... ok |
14 | db_to_metadata (test_converters.TestConverters) ... ok |
15 | db_to_mimetype (test_converters.TestConverters) ... ok |
16 | db_to_release (test_converters.TestConverters) ... ok |
17 | db_to_revision (test_converters.TestConverters) ... ok |
18 | |
19 | ---------------------------------------------------------------------- |
20 | Ran 10 tests in 9.278s |
21 | |
22 | OK |
23 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Oct 10 2017, 4:00 PM · Built for 36 s
- Status
Passed
1 empty logs are hidden. Show all logs.
513 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-objstorage |
---|---|
514 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-objstorage |
515 | From ssh://forge.softwareheritage.org/diffusion/DOBJS/swh-objstorage |
516 | 7e0ba66..8a1808c master -> origin/master |
517 | Updating 7e0ba66..8a1808c |
518 | Fast-forward |
519 | docs/.gitignore | 3 ++ |
520 | docs/Makefile | 1 + |
521 | docs/_static/.placeholder | 0 |
522 | docs/_templates/.placeholder | 0 |
523 | docs/conf.py | 1 + |
524 | docs/index.rst | 15 ++++++ |
525 | swh/objstorage/__init__.py | 2 + |
526 | swh/objstorage/api/client.py | 8 +++- |
527 | swh/objstorage/api/server.py | 7 +++ |
528 | swh/objstorage/cloud/objstorage_azure.py | 16 ++++++- |
529 | swh/objstorage/cloud/objstorage_cloud.py | 8 +++- |
530 | swh/objstorage/multiplexer/__init__.py | 2 +- |
531 | swh/objstorage/multiplexer/filter/__init__.py | 17 +++---- |
532 | swh/objstorage/multiplexer/filter/filter.py | 3 ++ |
533 | .../multiplexer/filter/read_write_filter.py | 3 ++ |
534 | .../multiplexer/multiplexer_objstorage.py | 33 ++++++++----- |
535 | swh/objstorage/objstorage.py | 20 ++++++++ |
536 | swh/objstorage/objstorage_in_memory.py | 55 ++++++++++++++++++++++ |
537 | swh/objstorage/objstorage_pathslicing.py | 15 +++++- |
538 | swh/objstorage/tests/objstorage_testing.py | 31 ++++++++++++ |
539 | swh/objstorage/tests/server_testing.py | 2 +- |
540 | swh/objstorage/tests/test_objstorage_api.py | 1 + |
541 | swh/objstorage/tests/test_objstorage_azure.py | 9 ++++ |
542 | swh/objstorage/tests/test_objstorage_cloud.py | 10 ++++ |
543 | swh/objstorage/tests/test_objstorage_in_memory.py | 16 +++++++ |
544 | .../tests/test_objstorage_multiplexer.py | 12 +++++ |
545 | 26 files changed, 262 insertions(+), 28 deletions(-) |
546 | create mode 100644 docs/.gitignore |
547 | create mode 100644 docs/Makefile |
548 | create mode 100644 docs/_static/.placeholder |
549 | create mode 100644 docs/_templates/.placeholder |
550 | create mode 100644 docs/conf.py |
551 | create mode 100644 docs/index.rst |
552 | create mode 100644 swh/objstorage/objstorage_in_memory.py |
553 | create mode 100644 swh/objstorage/tests/test_objstorage_in_memory.py |
554 | |
555 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage-testdata |
556 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage-testdata |
557 | From ssh://forge.softwareheritage.org/diffusion/DSTOT/swh-storage-testdata |
558 | 1023cae..082d26c master -> origin/master |
559 | Updating 1023cae..082d26c |
560 | Fast-forward |
561 | dumps/swh-archiver.dump | Bin 11883 -> 11883 bytes |
562 | dumps/swh-archiver.sql | 6 +- |
563 | dumps/swh-scheduler.dump | Bin 23686 -> 26328 bytes |
564 | dumps/swh-scheduler.sql | 195 ++++++++++----- |
565 | dumps/swh.dump | Bin 191465 -> 200398 bytes |
566 | dumps/swh.sql | 359 +++++++++++++++++++++++---- |
567 | svn-folders/pkg-gourmet-with-external-id.tgz | Bin 0 -> 35440 bytes |
568 | 7 files changed, 449 insertions(+), 111 deletions(-) |
569 | create mode 100644 svn-folders/pkg-gourmet-with-external-id.tgz |
570 | |
571 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage |
572 | mr update: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-storage |
573 | From ssh://forge.softwareheritage.org/diffusion/DSTO/swh-storage |
574 | 464d5bc..2022da2 master -> origin/master |
575 | Updating 464d5bc..2022da2 |
576 | Fast-forward |
577 | debian/control | 15 +- |
578 | debian/rules | 5 +- |
579 | docs/.gitignore | 3 + |
580 | docs/Makefile | 1 + |
581 | docs/_static/.placeholder | 0 |
582 | docs/_templates/.placeholder | 0 |
583 | docs/conf.py | 1 + |
584 | docs/index.rst | 15 ++ |
585 | setup.py | 4 + |
586 | sql/swh-func.sql | 55 +++-- |
587 | sql/swh-indexes.sql | 4 + |
588 | sql/swh-schema.sql | 9 +- |
589 | sql/upgrades/108.sql | 58 +++++ |
590 | sql/upgrades/109.sql | 33 +++ |
591 | swh/storage/converters.py | 65 +++--- |
592 | swh/storage/db.py | 3 + |
593 | swh/storage/schemata/distribution.py | 244 +++++++++++++++++++++ |
594 | swh/storage/storage.py | 396 ++++++++++++++++++++--------------- |
595 | swh/storage/tests/test_storage.py | 142 +++++++------ |
596 | 19 files changed, 769 insertions(+), 284 deletions(-) |
597 | create mode 100644 docs/.gitignore |
598 | create mode 100644 docs/Makefile |
599 | create mode 100644 docs/_static/.placeholder |
600 | create mode 100644 docs/_templates/.placeholder |
601 | create mode 100644 docs/conf.py |
602 | create mode 100644 docs/index.rst |
603 | create mode 100644 sql/upgrades/108.sql |
604 | create mode 100644 sql/upgrades/109.sql |
605 | create mode 100644 swh/storage/schemata/distribution.py |
606 | |
607 | mr checkout: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-web |
608 | mr checkout: /home/temp-drydock/drydock/workingcopy-169/repo/swh-environment/swh-web |
609 | Cloning into 'swh-web'... |
610 | |
611 | mr update: finished (24 ok) |
612 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Oct 10 2017, 4:00 PM · Built instantly
- Status
Passed