Custom Query (2551 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 2551)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#4045 fixed The CI typechecks job fails after the click 8.1.4 release GitHub <noreply@…> exarkun
Description
src/allmydata/cli/grid_manager.py:31:2: error: Argument 1 has incompatible type
"Callable[[Any], Any]"; expected <nothing>  [arg-type]
    @click.group()
     ^
src/allmydata/cli/grid_manager.py:74:2: error: <nothing> has no attribute
"command"  [attr-defined]
    @grid_manager.command()
     ^~~~~~~~~~~~~~~~~~~~
src/allmydata/cli/grid_manager.py:94:2: error: <nothing> has no attribute
"command"  [attr-defined]
    @grid_manager.command()
     ^~~~~~~~~~~~~~~~~~~~
src/allmydata/cli/grid_manager.py:106:2: error: Argument 1 has incompatible
type "Callable[[Any, Any], Any]"; expected <nothing>  [arg-type]
    @grid_manager.command()
     ^
src/allmydata/cli/grid_manager.py:106:2: error: <nothing> has no attribute
"command"  [attr-defined]
    @grid_manager.command()
     ^~~~~~~~~~~~~~~~~~~~
src/allmydata/cli/grid_manager.py:135:2: error: Argument 1 has incompatible
type "Callable[[Any], Any]"; expected <nothing>  [arg-type]
    @grid_manager.command()
     ^
src/allmydata/cli/grid_manager.py:135:2: error: <nothing> has no attribute
"command"  [attr-defined]
    @grid_manager.command()
     ^~~~~~~~~~~~~~~~~~~~
src/allmydata/cli/grid_manager.py:158:2: error: <nothing> has no attribute
"command"  [attr-defined]
    @grid_manager.command()  # noqa: F811
     ^~~~~~~~~~~~~~~~~~~~
src/allmydata/cli/grid_manager.py:178:2: error: Argument 1 has incompatible
type "Callable[[Any, Any], Any]"; expected <nothing>  [arg-type]
    @grid_manager.command()
     ^
src/allmydata/cli/grid_manager.py:178:2: error: <nothing> has no attribute
"command"  [attr-defined]
    @grid_manager.command()
     ^~~~~~~~~~~~~~~~~~~~
#4044 fixed allmydata.test.web.test_webish.TahoeLAFSSiteTests.test_large_request fails sometimes GitHub <noreply@…> exarkun
Description

This unit test relies on removing permissions from a directory to result in an error from the platform to tell it that the code under test is operating as expected. This comes with a multi-paragraph comment to explain the weirdness.

Also, since permissions don't work like this on Windows, there's a branch in the test for the runtime platform.

Then, even not on Windows, permissions don't work like this if the process has extra privileges, so the test fails sometimes.

Instead of all this, let's just change the interface of WebishServer? so it is easy to test.

#4043 wontfix Auto-upgrade from Foolscap to HTTP storage protocol itamarst
Description

Ideally, a client would not rely on an update from the introducer to give it the GBS NURL for the updated storage server. Therefore, when an updated client connects to a storage server using Foolscap, it should request the server's version information.

If this information indicates that GBS is supported then the client should cache this GBS information. On subsequent connection attempts, it should make use of this GBS information.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.