Code review comment for ~anonymouse67/review-tools:feature/mount-control-and-kernel-module-load-attrs

Revision history for this message
Ian Johnson (anonymouse67) wrote :

Hmm, I ran make check and apparently there is one failure though I'm confused how it is related...

FAIL: test_check_get_package_revisions_valid (test_store.TestStore) (store_db=[{'publisher_email': '<email address hidden>', 'publisher_name': 'Rocks - server team', 'name': 'redis', 'revisions': [{'uploader_email': '<email address hidden>', 'uploader_name': 'Rocks - server team', 'channels': ['edge', 'beta'], 'manifest_yaml': "manifest-version: '1'\nname: redis\nos-release-id: ubuntu\nos-release-version-id: '20.04'\narchitectures: \n- amd64\nstage-packages: \n - adduser=3.118ubuntu2,adduser=3.118ubuntu2\n - apt=2.0.2ubuntu0.2,apt=2.0.2ubuntu0.2\n - bsdutils=1:2.34-0.1ubuntu9.1,util-linux=2.34-0.1ubuntu9.1\n - libxcursor1=1.0.0-2ubuntu1,tiff=1.0.0-2ubuntu1\n - libcurl4:amd64=7.74.0-1ubuntu2.1,curl=7.74.0-1ubuntu2.1\n", 'version': '5.0-20.04', 'revision': '852f7702e973', 'architectures': ['amd64']}, {'uploader_email': '<email address hidden>', 'uploader_name': 'Rocks - server team', 'channels': ['edge', 'beta'], 'manifest_yaml': "manifest-version: '1'\nname: redis\nos-release-id: ubuntu\nos-release-version-id: '21.04'\narchitectures: \n- amd64\nstage-packages: \n - adduser=3.118ubuntu2,adduser=3.118ubuntu2\n - apt=2.0.2ubuntu0.2,apt=2.0.2ubuntu0.2\n - bsdutils=1:2.34-0.1ubuntu9.1,util-linux=2.34-0.1ubuntu9.1\n - libxcursor1=1.0.0-2ubuntu1,tiff=1.0.0-2ubuntu1\n", 'version': '5.0-21.04', 'revision': '852f7702e974', 'architectures': ['amd64']}]}], name='redis', <email address hidden>', revision='852f7702e973', channel='beta', architecture='amd64', pkg_name='libxcursor1', usn='3501-1')
Test get_package_revisions() - valid snap and valid rock
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/ijohnson/git/review-tools/reviewtools/tests/test_store.py", line 194, in test_check_get_package_revisions_valid
    self.assertEqual(len(res["additional"]), 0)
AssertionError: 3 != 0

----------------------------------------------------------------------
Ran 1182 tests in 199.502s

FAILED (failures=1)
make: *** [Makefile:36: test] Error 1

« Back to merge proposal