Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run all tests in karma #4603

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Run all tests in karma #4603

wants to merge 1 commit into from

Conversation

halter73
Copy link
Member

@halter73 halter73 commented Nov 12, 2021

TODO: Fix the flaky tests.

Here are the failures I currently see locally
Firefox 94.0 (Windows 10) Redirect Functional Tests Original URL used when client stops after a redirect response (Functional) FAILED
        The client redirected to the /signalr endpoint.
        Expected: "http://localhost:9876/signalr/"
        Actual: "http://localhost:8989/signalr/"
        @wwwroot/Tests/FunctionalTests/Core/RedirectFacts.js:33:16
        fire@wwwroot/lib/jquery/jquery.js:3500:31
        fireWith@wwwroot/lib/jquery/jquery.js:3630:7
        Deferred/</deferred[tuple[0]]@wwwroot/lib/jquery/jquery.js:3968:36
        start/<@wwwroot/lib/signalr/jquery.signalR.js:580:26
        dispatch@wwwroot/lib/jquery/jquery.js:5430:27
        add/elemData.handle@wwwroot/lib/jquery/jquery.js:5234:28
        trigger@wwwroot/lib/jquery/jquery.js:8719:12
        triggerHandler@wwwroot/lib/jquery/jquery.js:8803:24
        initialize/<@wwwroot/lib/signalr/jquery.signalR.js:648:39
        initReceived/<@wwwroot/lib/signalr/jquery.signalR.js:1226:17
        success@wwwroot/lib/signalr/jquery.signalR.js:1594:25
        $.ajax/settings.success@wwwroot/lib/networkmock/jquery.network.mock.js:90:34
        fire@wwwroot/lib/jquery/jquery.js:3500:31
        fireWith@wwwroot/lib/jquery/jquery.js:3630:7
        done@wwwroot/lib/jquery/jquery.js:9796:14
        callback/<@wwwroot/lib/jquery/jquery.js:10057:17


        The client's URL is reset to the initial value after stopping.
        Expected: "redirect"
        Actual: "http://localhost:8989/redirect"
        @wwwroot/Tests/FunctionalTests/Core/RedirectFacts.js:35:16
        fire@wwwroot/lib/jquery/jquery.js:3500:31
        fireWith@wwwroot/lib/jquery/jquery.js:3630:7
        Deferred/</deferred[tuple[0]]@wwwroot/lib/jquery/jquery.js:3968:36
        start/<@wwwroot/lib/signalr/jquery.signalR.js:580:26
        dispatch@wwwroot/lib/jquery/jquery.js:5430:27
        add/elemData.handle@wwwroot/lib/jquery/jquery.js:5234:28
        trigger@wwwroot/lib/jquery/jquery.js:8719:12
        triggerHandler@wwwroot/lib/jquery/jquery.js:8803:24
        initialize/<@wwwroot/lib/signalr/jquery.signalR.js:648:39
        initReceived/<@wwwroot/lib/signalr/jquery.signalR.js:1226:17
        success@wwwroot/lib/signalr/jquery.signalR.js:1594:25
        $.ajax/settings.success@wwwroot/lib/networkmock/jquery.network.mock.js:90:34
        fire@wwwroot/lib/jquery/jquery.js:3500:31
        fireWith@wwwroot/lib/jquery/jquery.js:3630:7
        done@wwwroot/lib/jquery/jquery.js:9796:14
        callback/<@wwwroot/lib/jquery/jquery.js:10057:17


Firefox 94.0 (Windows 10) Ajax Replacement Functional Tests serverSentEvents: Connection stop utilizes signalr defaults correctly. (Functional) FAILED
        Test timed out.
        Expected: true
        Actual: false
        QUnit.asyncTimeoutTest/</timeoutId<@wwwroot/js/qunit.extensions.js:99:28


Firefox 94.0 (Windows 10) Ajax Replacement Functional Tests longPolling: Connection stop utilizes signalr defaults correctly. (Functional) FAILED
        Test timed out.
        Expected: true
        Actual: false
        QUnit.asyncTimeoutTest/</timeoutId<@wwwroot/js/qunit.extensions.js:99:28


Firefox 94.0 (Windows 10): Executed 365 of 371 (3 FAILED) (skipped 6) (4 mins 28.63 secs / 4 mins 28.523 secs)
TOTAL: 3 FAILED, 362 SUCCESS

@halter73 halter73 marked this pull request as ready for review November 12, 2021 01:49
@halter73
Copy link
Member Author

halter73 commented Jan 6, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@halter73 halter73 mentioned this pull request Jan 6, 2022
@halter73
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants