Fixed
Project:
etracker
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2026 at 12:38 UTC
Updated:
23 Jun 2026 at 07:49 UTC
Jump to comment: Most recent
The hole TestSuite of ETrackerFunctionalTests is not working. There are some API failures and tiny wrong expectations in the test.
Running the FunctionalTests inside you IDE and see the red bulbs popping up.
Fix the TestSuite.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
sunlixAll test except
testExclusionByPathWithSlashUrlare running again.With the config in this test we do not get a route title by the title_resolver.
Comment #4
sunlixThe route
user.logout.confirmfrom coresusermodule does not have a_titledefault value. Because of that, thetitle_resolverservice does not get any title.Should that fix in core?!
I think we have to test around that and handle it in eTracker if no title can be resolved, et_pagename should not printed.
But I do not understand why this only happens in this specific test.
All other tests doing the same with different settings to test.
Comment #5
sunlixSo the tests are running through now and the issue with the title_resolver is fixed.