OCA / queue

Asynchronous Job Queue
GNU Affero General Public License v3.0
173 stars 442 forks source link

[16.0][Fix] ChannelManager.get_channel_by_name create wrong subchannels when pass parent_fallback=True #621

Open lingxiezfy opened 5 months ago

lingxiezfy commented 5 months ago
c = cm.get_channel_by_name('root.sub.not.configured', parent_fallback=True)

# c.fullname should be "root.sub.not.configured", instand of "root.sub.sub.not.configured"
assert c.fullname == "root.sub.not.configured"
OCA-git-bot commented 5 months ago

Hi @guewen, some modules you are maintaining are being modified, check this out!

github-actions[bot] commented 1 month ago

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.