Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Software tests start failing with Apache Superset 3.x/4.x and PyJWT 2.10 #741

Description

@amotl

Problem

As per CI job report summary, we observed the software tests accompanying the CrateDB integration started failing. It doesn't necessarily need to be related to CrateDB, but we don't know yet.

Details

 >           assert response.status_code in [200, 404], response.json()
E           AssertionError: {'msg': 'Subject must be a string'}
E           assert 422 in [200, 404]
E            +  where 422 = <Response [422]>.status_code
ERROR test.py::test_api - AssertionError: {'msg': 'Subject must be a string'}
assert 422 in [200, 404]
 +  where 422 = <Response [422]>.status_code
ERROR test.py::test_ui - AssertionError: {'msg': 'Subject must be a string'}
assert 422 in [200, 404]
 +  where 422 = <Response [422]>.status_code

-- Test run #332

Version

In both cases, it is using Apache Superset 3.1.3.

Quick Evaluation

We had a package switchover in this context recently. However, this has been validated sucessfully on the CI run #329 two days earlier already, so we guess it is not the culprit.

References

Image

-- Build Status

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions