Properties
Properties
- Container
- D3763: converters: Work on model objects instead of dicts on the "not-db" side.
- Buildable
- Diff 13243
- Origin
- Automatic Buildable
Time | Test | |
---|---|---|
20,284 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.test_backfill::test_backfiller swh_storage_backend_config = {'cls': 'local', 'db': 'postgresql://postgres@127.0.0.1:12458/tests', 'journal_writer': {'brokers': ['127.0.0.1:49109'], 'client_id': 'kafka_writer-1', 'cls': 'kafka', 'prefix': 'qtkovorxux-1'}, 'objstorage': {'args': {}, 'cls': 'memory'}}
kafka_prefix = 'qtkovorxux', kafka_consumer_group = 'test-consumer-qtkovorxux'
kafka_server = '127.0.0.1:49109'
| |
1 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.test_converters::test_date_to_db def test_date_to_db():
date_to_db = converters.date_to_db
assert date_to_db(None) == {"timestamp": None, "offset": 0, "neg_utc_offset": None}
| |
1 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.test_converters::test_db_to_author def test_db_to_author():
# when
actual_author = converters.db_to_author(b"fullname", b"name", b"email")
| |
1 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.test_converters::test_db_to_release def test_db_to_release():
# when
actual_release = converters.db_to_release(
| |
1 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.test_converters::test_db_to_revision ValueError: 'rev' is not a valid RevisionType
During handling of the above exception, another exception occurred:
| |
View Full Test Results (5 Failed · 710 Passed · 9 Skipped) |
Builds
Builds