Bug 240686 - REGRESSION (r294434): [ iOS ] TestWebKitAPI.WebAuthenticationPanel.ExportImportDuplicateCredential is a consistent failure
Summary: REGRESSION (r294434): [ iOS ] TestWebKitAPI.WebAuthenticationPanel.ExportImpo...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: pascoe@apple.com
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-05-19 14:37 PDT by Karl Rackler
Modified: 2022-05-25 11:34 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Rackler 2022-05-19 14:37:45 PDT
Description:
TestWebKitAPI.WebAuthenticationPanel.ExportImportDuplicateCredential

The first failure that I saw on the dashboard was on 5/18/2022 at r294442.  <rXXXXXX> modified <file> so that possibly introduced the flakiness/consistent failure. 

REPRODUCTION STEPS
I can reproduce this on r294434.

Command: 
run-api-tests --root 294434 --ios-simulator —release TestWebKitAPI.WebAuthenticationPanel.ExportImportDuplicateCredential

Result: 
Failed

    TestWebKitAPI.WebAuthenticationPanel.ExportImportDuplicateCredential

        /Volumes/Data/worker/trunk-skyecho-ios-simulator-debug-archive/build/OpenSource/Tools/TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm:2299
        Expected equality of these values:
          credentialId
            Which is: 0x600001bb2d30
          nullptr
            Which is: (nullptr)


        /Volumes/Data/worker/trunk-skyecho-ios-simulator-debug-archive/build/OpenSource/Tools/TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm:2300
        Expected equality of these values:
          error.code
            Which is: 0
          WKErrorDuplicateCredential
            Which is: 15


History:
https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.WebAuthenticationPanel.ExportImportDuplicateCredential&limit=50000

Log:
        /Volumes/Data/worker/Apple-iOS-15-Simulator-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm:2299
        Expected equality of these values:
          credentialId
            Which is: 0x600002d45b60
          nullptr
            Which is: (nullptr)
        
        
        /Volumes/Data/worker/Apple-iOS-15-Simulator-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/_WKWebAuthenticationPanel.mm:2300
        Expected equality of these values:
          error.code
            Which is: 0
          WKErrorDuplicateCredential
            Which is: 15
Comment 1 Radar WebKit Bug Importer 2022-05-19 14:38:04 PDT
<rdar://problem/93603762>
Comment 2 pascoe@apple.com 2022-05-20 11:56:48 PDT
Pull request: https://github.com/WebKit/WebKit/pull/842
Comment 3 EWS 2022-05-25 11:34:41 PDT
Committed r294812 (250966@main): <https://commits.webkit.org/250966@main>

Reviewed commits have been landed. Closing PR #842 and removing active labels.