Adam Williamson

Results 112 issues of Adam Williamson

When run under Python 3.13, the test suite fails in test_exports. The second cmakelist checked: project(mock) find_package(catkin REQUIRED) find_package(other_catkin REQUIRED) find_package(other_system REQUIRED) catkin_package( INCLUDE_DIRS ${CMAKE_CURRENT_BINARY_DIR} CATKIN_DEPENDS other_catkin DEPENDS other_system )...

Python 3.13 added a new dbm backend, dbm.sqlite3, as the most- preferred choice when you do `import dbm`. This backend causes our test suite to fail with sqlite3 threading violations....

Running beaker's test suite against Python 3.13 fails: ``` =================================== FAILURES =================================== ______________________________ test_dbm_container ______________________________ totaltime = 10, expiretime = None, delay = 0 def test_dbm_container(totaltime=10, expiretime=None, delay=0): > _run_container_test(clsmap['dbm'],...

When token introspection was introduced in 6f5d19a, using the code that previously only handled token revocation, the new `_handle_token_hint` method that does the work for both `introspect_token` and `revoke_token` kept...

These commits together get listing.py test coverage up to 100%. They include a couple of functional changes where I think it makes more sense to change the code than change...

Another one I found writing integration tests. To reproduce: ``` pg = site.pages["NonExistentPage"] pg.exists pg.edit("Hi I'm a new page", "create new page") pg.exists ``` `pg.exists` will be `False` both times,...

bug

Right now we only have unit tests. That's great, but not sufficient. We should add integration tests that deploy a mediawiki container and test typical mwclient operations against it (log...

Our unit test coverage is at 70%. That's not great. I would really like to see it as close to 100% as possible before we do too much further development;...

whois2.afilias-grs.net is listed as the server for .vc and .lc . There is no working whois server at that address as I type this. The afilias-grs.net domain seems to have...

See #176 , #177 and #178 for some background here. The server for .bz is listed as `whois.afilias-grs.info`. Afilias was bought by Donuts in 2020 and the successor organization is...