FediTest: Test Run Session 82/84

feditest-run-20241229-191246

This FediTest report requires a desktop or laptop-class monitor.

It cannot be viewed on a mobile device with a small screen.

Sorry about that. But then, you weren't going to use a phone to fix reported bugs, either, right?

Test Run Session Summary

Status Count
Passed
13 (72.2%)
Failed
Interoperability
Compromised Degraded Unaffected Unknown Total
Conformance Must
0
0
5
0
5 (27.8%)
Should
0
0
0
0
0 (0.0%)
Implied
0
0
0
0
0 (0.0%)
Unspecified
0
0
0
0
0 (0.0%)
Total
0 (0.0%)
0 (0.0%)
5 (27.8%)
0 (0.0%)
5 (27.8%)
Skipped
0
Errors
0
Total
18

Constellation

client

ImpInProcessNodeDriver
Imp
0.6.dev20241229191155

server

FediverseSaasNodeDriver
WriteFreely
?

Test Results

Test: webfinger.server.4_1__2_parameter_ordering_not_significant::parameter_ordering

Parameter ordering is not significant.

Started 2024:12:29-19:29:38.835326Z, ended 2024:12:29-19:29:39.783694Z (duration: 0:00:00.948368)

Passed

Test: webfinger.server.4_2__14_must_only_redirect_to_https::must_only_redirect_to_https

Test that if the server redirected, the final URL is an HTTPS URL.

Started 2024:12:29-19:29:39.783816Z, ended 2024:12:29-19:29:40.010430Z (duration: 0:00:00.226614)

Passed

Test: webfinger.server.4_2__2_perform_query::normal_query

Perform a normal, simple query on an existing account.

Started 2024:12:29-19:29:40.010552Z, ended 2024:12:29-19:29:40.232481Z (duration: 0:00:00.221929)

Passed

Test: webfinger.server.4_2__3_requires_resource_uri::requires_resource_uri_http_status

Do not accept requests with missing resource parameter: HTTP status.

Started 2024:12:29-19:29:40.232663Z, ended 2024:12:29-19:29:40.490582Z (duration: 0:00:00.257919)

Passed

Test: webfinger.server.4_2__3_requires_resource_uri::requires_resource_uri_jrd

Do not accept requests with missing resource parameter: JRD content.

Started 2024:12:29-19:29:40.490608Z, ended 2024:12:29-19:29:40.697714Z (duration: 0:00:00.207106)

AssertionFailure: AssertionFailure (Must, Unaffected): Returns JRD content.
Accessed URI: "https://write.as/.well-known/webfinger".
Expected: not ('application/jrd+json' or a string starting with 'application/jrd+json;')
     but: but was 'application/jrd+json'
./tests/webfinger/server/4_2__3_requires_resource_uri.py:65

Test: webfinger.server.4_2__4_do_not_accept_malformed_resource_parameters::double_equals_http_status

Do not accept malformed resource parameters. Test HTTP status for inserting an extra = character.

Started 2024:12:29-19:29:40.706974Z, ended 2024:12:29-19:29:40.921387Z (duration: 0:00:00.214413)

AssertionFailure: AssertionFailure (Must, Unaffected): Not HTTP status 400
Accessed URI: "https://write.as/.well-known/webfinger?resource==acct%3Amatt%40write.as".
Expected: <400>
     but: was <404>
./tests/webfinger/server/4_2__4_do_not_accept_malformed_resource_parameters.py:112

Test: webfinger.server.4_2__4_do_not_accept_malformed_resource_parameters::double_equals_jrd

Do not accept malformed resource parameters. Test JRD content for inserting an extra = character.

Started 2024:12:29-19:29:40.923332Z, ended 2024:12:29-19:29:41.172915Z (duration: 0:00:00.249583)

Passed

Test: webfinger.server.4_2__4_do_not_accept_malformed_resource_parameters::requires_valid_resource_uri_http_status

Do not accept malformed resource parameters. Test HTTP status for missing acct: scheme.

Started 2024:12:29-19:29:41.172977Z, ended 2024:12:29-19:29:41.378440Z (duration: 0:00:00.205463)

AssertionFailure: AssertionFailure (Must, Unaffected): Not HTTP status 4xx.
Accessed URI: "https://write.as/.well-known/webfinger?resource=matt@write.as".
Expected: (a value greater than or equal to <400> and a value less than <500>)
     but: a value greater than or equal to <400> was <200>
./tests/webfinger/server/4_2__4_do_not_accept_malformed_resource_parameters.py:32

Test: webfinger.server.4_2__4_do_not_accept_malformed_resource_parameters::requires_valid_resource_uri_jrd

Do not accept malformed resource parameters. Test JRD content for missing acct: scheme.

Started 2024:12:29-19:29:41.379856Z, ended 2024:12:29-19:29:41.636727Z (duration: 0:00:00.256871)

AssertionFailure: AssertionFailure (Must, Unaffected): Returns JRD content.
Accessed URI: "https://write.as/.well-known/webfinger?resource=matt@write.as".
./tests/webfinger/server/4_2__4_do_not_accept_malformed_resource_parameters.py:70

Test: webfinger.server.4_2__5_status_404_for_nonexisting_resources::status_404_for_nonexisting_resources

The server responds with 404 when the resource parameter identifies a non-existent resource.

Started 2024:12:29-19:29:41.639699Z, ended 2024:12:29-19:29:41.904559Z (duration: 0:00:00.264860)

Passed

Test: webfinger.server.4_2__9_content_type::returns_jrd_in_response_to_https

Test that a query over HTTPS produces a JRD.

Started 2024:12:29-19:29:41.904581Z, ended 2024:12:29-19:29:42.145492Z (duration: 0:00:00.240911)

Passed

Test: webfinger.server.4_5__1_any_uri_scheme_for_resource_identifiers::any_uri_scheme_for_resource_identifiers

The server must accept resource identifiers provided in the query that use any scheme.

Started 2024:12:29-19:29:42.145619Z, ended 2024:12:29-19:29:42.651072Z (duration: 0:00:00.505453)

AssertionFailure: AssertionFailure (Must, Unaffected): Not HTTP status 404.
Accessed URI: "https://write.as/.well-known/webfinger?resource=foo%3A//write.as".
Expected: <404>
     but: was <400>
./tests/webfinger/server/4_5__1_any_uri_scheme_for_resource_identifiers.py:37

Test: webfinger.server.4__1_accepts_all_link_rels_in_query::accepts_combined_link_rels_in_query

A server must accept all link rels in the query, even if it does not understand them. Tests several known an unknown link rels at a time.

Started 2024:12:29-19:29:42.660635Z, ended 2024:12:29-19:29:43.529680Z (duration: 0:00:00.869045)

Passed

Test: webfinger.server.4__1_accepts_all_link_rels_in_query::accepts_known_link_rels_in_query

A server must accept all link rels in the query, even if it does not understand them. Tests one known link rel at a time.

Started 2024:12:29-19:29:43.529737Z, ended 2024:12:29-19:29:44.273074Z (duration: 0:00:00.743337)

Passed

Test: webfinger.server.4__1_accepts_all_link_rels_in_query::accepts_unknown_link_rels_in_query

A server must accept all link rels in the query, even if it does not understand them. Tests one unknown link rels at a time.

Started 2024:12:29-19:29:44.273198Z, ended 2024:12:29-19:29:44.760881Z (duration: 0:00:00.487683)

Passed

Test: webfinger.server.4__3_only_returns_jrd_in_response_to_https_requests::does_not_return_jrd_in_response_to_http

Test that a query over HTTP does not produce a JRD.

Started 2024:12:29-19:29:44.761003Z, ended 2024:12:29-19:29:44.907671Z (duration: 0:00:00.146668)

Passed

Test: webfinger.server.4__3_only_returns_jrd_in_response_to_https_requests::uses_valid_https_certificate

Test that the server uses a valid HTTPS certificate.

Started 2024:12:29-19:29:44.907734Z, ended 2024:12:29-19:29:45.145437Z (duration: 0:00:00.237703)

Passed

Test: webfinger.server.5_1_cors_header_required::cors_header_required

The server must provide a valid value for HTTP Header "Access-Control-Allow-Origin".

Started 2024:12:29-19:29:45.145569Z, ended 2024:12:29-19:29:45.399720Z (duration: 0:00:00.254151)

Passed

Test Run Session Metadata

Started 2024:12:29-19:29:38.835118Z
Ended 2024:12:29-19:29:45.399798Z (total: 0:00:06.564680)
Platform Linux-6.8.0-1-aarch64-ARCH-aarch64-with-glibc2.35
FediTest version 0.6.dev20241229191155