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

Random failure: Exception Notice: path.admin.inc, line 862, path_bulk_update_batch_finished() #5201

Closed
klonos opened this issue Sep 6, 2021 · 1 comment

Comments

@klonos
Copy link
Member

klonos commented Sep 6, 2021

Part of the #1478 meta.

I've seen this random failure only in php7.4 tests so far:

Comment: Comment interface (CommentInterfaceTest) 2427 passes, 2 fails,
0 exceptions, and 689 debug messages. [184.645s]

Test run duration: 7 min 33 sec

Detailed test results
---------------------
Fail      Other      comment.test       526 CommentInterfaceTest->testCommentNe

Fail      Other      comment.test       529 CommentInterfaceTest->testCommentNe
---- Comment: Comment interface (CommentInterfaceTest) ----
Status    Group      Filename          Line Function                            
--------------------------------------------------------------------------------
    Link with label 1 new comment not found.
    Array
    (
        [0] => SimpleXMLElement Object
            (
                [@attributes] => Array
                    (
                        [class] => node-readmore odd first
                    )
    
                [a] => Read more
            )
    
        [1] => SimpleXMLElement Object
            (
                [@attributes] => Array
                    (
                        [class] => comment-comments even
                    )
    
                [a] => 1 comment
            )
    
        [2] => SimpleXMLElement Object
            (
                [@attributes] => Array
                    (
                        [class] => comment-new-comments odd
                    )
    
                [a] => 1 new comment
            )
    
        [3] => SimpleXMLElement Object
            (
                [@attributes] => Array
                    (
                        [class] => comment-add even last
                    )
    
                [a] => Add comment
            )
    
    )
Detailed test results
---------------------
Exception Notice     path.admin.inc     862 path_bulk_update_batch_finished()  

Exception Notice     path.admin.inc     862 path_bulk_update_batch_finished() 

---- Path: Path pattern bulk updating (PathPatternBulkUpdateTestCase) ----


Status    Group      Filename          Line Function                            
--------------------------------------------------------------------------------
    Trying to access array offset on value of type bool
    Trying to access array offset on value of type bool

Error: Process completed with exit code 1.

Could be related to these random failures that happen from time to time:

Path: Path pattern bulk updating (PathPatternBulkUpdateTestCase):
"Generated 20 URL aliases." found path_pattern.test:929
"Generated 1 URL alias." found path_pattern.test:943
@indigoxela
Copy link
Member

Closing as duplicate of #5189 and #4862 - both failures already have their own issue.

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

No branches or pull requests

2 participants