Project

General

Profile

Actions

Bug #69954

open

test_selftest_command_spam: ConnectionRefusedError: [Errno 111] Connection refused

Added by Patrick Donnelly about 1 year ago. Updated 10 days ago.

Status:
Fix Under Review
Priority:
High
Assignee:
Category:
Build, CI, Dependencies & Tools
Target version:
% Done:

0%

Source:
Backport:
tentacle
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
Released In:
Upkeep Timestamp:

Description

2025-02-13T18:12:30.046 INFO:tasks.cephfs_test_runner:test_selftest_command_spam (tasks.mgr.test_module_selftest.TestModuleSelftest) ... ERROR
2025-02-13T18:12:30.046 INFO:tasks.cephfs_test_runner:
2025-02-13T18:12:30.047 INFO:tasks.cephfs_test_runner:======================================================================
2025-02-13T18:12:30.047 INFO:tasks.cephfs_test_runner:ERROR: test_selftest_command_spam (tasks.mgr.test_module_selftest.TestModuleSelftest)
2025-02-13T18:12:30.047 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2025-02-13T18:12:30.047 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2025-02-13T18:12:30.047 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
2025-02-13T18:12:30.047 INFO:tasks.cephfs_test_runner:    conn = connection.create_connection(
2025-02-13T18:12:30.048 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection
2025-02-13T18:12:30.048 INFO:tasks.cephfs_test_runner:    raise err
2025-02-13T18:12:30.048 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
2025-02-13T18:12:30.048 INFO:tasks.cephfs_test_runner:    sock.connect(sa)
2025-02-13T18:12:30.048 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/gevent/_socketcommon.py", line 590, in connect
2025-02-13T18:12:30.048 INFO:tasks.cephfs_test_runner:    self._internal_connect(address)
2025-02-13T18:12:30.048 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/gevent/_socketcommon.py", line 634, in _internal_connect
2025-02-13T18:12:30.049 INFO:tasks.cephfs_test_runner:    raise _SocketError(err, strerror(err))
2025-02-13T18:12:30.049 INFO:tasks.cephfs_test_runner:ConnectionRefusedError: [Errno 111] Connection refused
2025-02-13T18:12:30.049 INFO:tasks.cephfs_test_runner:
2025-02-13T18:12:30.049 INFO:tasks.cephfs_test_runner:During handling of the above exception, another exception occurred:
2025-02-13T18:12:30.049 INFO:tasks.cephfs_test_runner:
2025-02-13T18:12:30.049 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2025-02-13T18:12:30.049 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 715, in urlopen
2025-02-13T18:12:30.050 INFO:tasks.cephfs_test_runner:    httplib_response = self._make_request(
2025-02-13T18:12:30.050 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 404, in _make_request
2025-02-13T18:12:30.050 INFO:tasks.cephfs_test_runner:    self._validate_conn(conn)
2025-02-13T18:12:30.050 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 1058, in _validate_conn
2025-02-13T18:12:30.050 INFO:tasks.cephfs_test_runner:    conn.connect()
2025-02-13T18:12:30.050 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/urllib3/connection.py", line 363, in connect
2025-02-13T18:12:30.050 INFO:tasks.cephfs_test_runner:    self.sock = conn = self._new_conn()
2025-02-13T18:12:30.051 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn
2025-02-13T18:12:30.051 INFO:tasks.cephfs_test_runner:    raise NewConnectionError(
2025-02-13T18:12:30.051 INFO:tasks.cephfs_test_runner:urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f6189b9cbe0>: Failed to establish a new connection: [Errno 111] Connection refused
2025-02-13T18:12:30.051 INFO:tasks.cephfs_test_runner:
2025-02-13T18:12:30.051 INFO:tasks.cephfs_test_runner:During handling of the above exception, another exception occurred:
2025-02-13T18:12:30.051 INFO:tasks.cephfs_test_runner:
2025-02-13T18:12:30.051 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2025-02-13T18:12:30.052 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/requests/adapters.py", line 486, in send
2025-02-13T18:12:30.052 INFO:tasks.cephfs_test_runner:    resp = conn.urlopen(
2025-02-13T18:12:30.052 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 799, in urlopen
2025-02-13T18:12:30.052 INFO:tasks.cephfs_test_runner:    retries = retries.increment(
2025-02-13T18:12:30.052 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
2025-02-13T18:12:30.052 INFO:tasks.cephfs_test_runner:    raise MaxRetryError(_pool, url, error or ResponseError(cause))
2025-02-13T18:12:30.052 INFO:tasks.cephfs_test_runner:urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='172.21.15.70', port=7789): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f6189b9cbe0>: Failed to establish a new connection: [Errno 111] Connection refused'))
2025-02-13T18:12:30.053 INFO:tasks.cephfs_test_runner:
2025-02-13T18:12:30.053 INFO:tasks.cephfs_test_runner:During handling of the above exception, another exception occurred:
2025-02-13T18:12:30.053 INFO:tasks.cephfs_test_runner:
2025-02-13T18:12:30.053 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2025-02-13T18:12:30.053 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_batrick_ceph_f0880257f9a15a0117562cefc4bcb1d3d0cf7649/qa/tasks/mgr/test_module_selftest.py", line 130, in test_selftest_command_spam
2025-02-13T18:12:30.053 INFO:tasks.cephfs_test_runner:    r = requests.get(dashboard_uri, verify=False)
2025-02-13T18:12:30.054 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/requests/api.py", line 73, in get
2025-02-13T18:12:30.054 INFO:tasks.cephfs_test_runner:    return request("get", url, params=params, **kwargs)
2025-02-13T18:12:30.054 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/requests/api.py", line 59, in request
2025-02-13T18:12:30.054 INFO:tasks.cephfs_test_runner:    return session.request(method=method, url=url, **kwargs)
2025-02-13T18:12:30.054 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/requests/sessions.py", line 589, in request
2025-02-13T18:12:30.054 INFO:tasks.cephfs_test_runner:    resp = self.send(prep, **send_kwargs)
2025-02-13T18:12:30.054 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/requests/sessions.py", line 703, in send
2025-02-13T18:12:30.055 INFO:tasks.cephfs_test_runner:    r = adapter.send(request, **kwargs)
2025-02-13T18:12:30.055 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/requests/adapters.py", line 519, in send
2025-02-13T18:12:30.055 INFO:tasks.cephfs_test_runner:    raise ConnectionError(e, request=request)
2025-02-13T18:12:30.055 INFO:tasks.cephfs_test_runner:requests.exceptions.ConnectionError: HTTPSConnectionPool(host='172.21.15.70', port=7789): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f6189b9cbe0>: Failed to establish a new connection: [Errno 111] Connection refused'))

From: /teuthology/pdonnell-2025-02-13_17:28:03-rados:mgr-wip-pdonnell-testing-20250212.143001-debug-distro-default-smithi/8129322/teuthology.log

also in another test: https://pulpito.ceph.com/pdonnell-2025-02-13_17:28:03-rados:mgr-wip-pdonnell-testing-20250212.143001-debug-distro-default-smithi/

see also:

pdonnell@vossi04 /a$ grep -l 'Test failure: test_selftest_command_spam' *2025-*rados*/*/teu*
aainscow-2025-01-21_09:03:20-rados-wip-aainscow-for-lee-sanders15-distro-default-smithi/8086811/teuthology.log
aainscow-2025-01-21_09:07:40-rados-wip_aainscow_legacy_ec_switcher_2-distro-default-smithi/8087154/teuthology.log
lflores-2025-02-06_21:48:48-rados-wip-yuri2-testing-2025-01-31-2325-distro-default-smithi/8119912/teuthology.log
...

Related issues 2 (0 open2 closed)

Has duplicate mgr - Bug #70662: qa: test_module_selftest: Test failure: test_selftest_command_spam (tasks.mgr.test_module_selftest.TestModuleSelftest) Duplicate

Actions
Has duplicate mgr - Bug #69494: ERROR: test_selftest_command_spam (tasks.mgr.test_module_selftest.TestModuleSelftest)Duplicate

Actions
Actions #1

Updated by Kamoltat (Junior) Sirivadhna about 1 year ago

ping @Afreen Misbah from rados suite watcher

Actions #2

Updated by Afreen Misbah about 1 year ago

Looking now

Actions #3

Updated by Afreen Misbah about 1 year ago

Just from the analysis of logs seems like the test failing on

r = requests.get(dashboard_uri, verify=False)

And as mentioned in

2025-02-13T18:12:30.055 INFO:tasks.cephfs_test_runner:requests.exceptions.ConnectionError: HTTPSConnectionPool(host='172.21.15.70', port=7789): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f6189b9cbe0>: Failed to establish a new connection: [Errno 111] Connection refused'))

It seems like request to 172.21.15.70:7789 were made and all failed so server was down/unavailable

File "/home/teuthworker/src/git.ceph.com_teuthology_5eda30d4a0d087fd373518d7806759bd2f5557b0/virtualenv/lib/python3.10/site-packages/gevent/_socketcommon.py", line 634, in _internal_connect
raise _SocketError(err, strerror(err))

Will keep updated, thanks

Actions #4

Updated by Afreen Misbah about 1 year ago

  • Category set to Build, CI, Dependencies & Tools
  • Assignee changed from Afreen Misbah to Nizamudeen A
  • Target version set to v20.0.0

Hi @Nizamudeen A , can you update the tracker please, I see you raised a PR.

Thanks

Actions #5

Updated by Nizamudeen A about 1 year ago

@Afreen Misbah the PR I raised doesn't directly fix this issue but it was for a similar issue in a different suite: test_mgr_modules.
https://github.com/ceph/ceph/pull/61744

But I guess the same fix will apply here too. I'll check if we can reuse that here and open a PR soon.

Actions #6

Updated by Nizamudeen A about 1 year ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 62135
Actions #7

Updated by Jaya Prakash about 1 year ago

/a/akupczyk-2025-03-06_10:37:53-rados-aclamk-testing-nauvoo-2025-03-04-1719-distro-default-smithi/8173749

Actions #8

Updated by Kamoltat (Junior) Sirivadhna about 1 year ago

/a/skanta-2025-03-12_23:26:26-rados-wip-bharath4-testing-2025-03-12-0528-distro-default-smithi/8185360/

Actions #9

Updated by Laura Flores 12 months ago

  • Has duplicate Bug #70662: qa: test_module_selftest: Test failure: test_selftest_command_spam (tasks.mgr.test_module_selftest.TestModuleSelftest) added
Actions #10

Updated by Laura Flores 12 months ago

  • Has duplicate Bug #69494: ERROR: test_selftest_command_spam (tasks.mgr.test_module_selftest.TestModuleSelftest) added
Actions #11

Updated by Laura Flores 12 months ago

/a/yuriw-2025-03-20_14:48:30-rados-wip-yuri3-testing-2025-03-18-0732-distro-default-smithi/8199795

Actions #12

Updated by Laura Flores 12 months ago

/a/yuriw-2025-03-21_20:26:29-rados-wip-yuri7-testing-2025-03-21-0821-distro-default-smithi/8202055

Actions #13

Updated by Laura Flores 12 months ago

/a/yuriw-2025-03-27_15:03:25-rados-wip-yuri7-testing-2025-03-26-1605-distro-default-smithi/8213184

Actions #14

Updated by Laura Flores 12 months ago

/a/skanta-2025-04-04_06:10:17-rados-wip-bharath10-testing-2025-04-03-2112-distro-default-smithi/8223674

Actions #15

Updated by Sridhar Seshasayee 12 months ago

/a/yuriw-2025-04-07_23:32:09-rados-wip-yuri13-testing-2025-04-07-1144-distro-default-smithi/8229065
/a/yuriw-2025-04-07_23:32:09-rados-wip-yuri13-testing-2025-04-07-1144-distro-default-smithi/8229470

Actions #16

Updated by Laura Flores 11 months ago

/a/lflores-2025-04-11_15:58:32-rados-wip-lflores-testing-2025-04-10-2245-distro-default-smithi/8235641

Actions #17

Updated by Laura Flores 11 months ago

/a/lflores-2025-04-11_19:10:45-rados-wip-lflores-testing-3-2025-04-11-1140-distro-default-smithi/8236128

Actions #18

Updated by Sridhar Seshasayee 11 months ago

/a/skanta-2025-04-22_23:21:15-rados-wip-bharath1-testing-2025-04-21-0529-distro-default-smithi
[8254479, 8254496]

Actions #19

Updated by Aishwarya Mathuria 11 months ago

/a/yuriw-2025-04-14_18:07:07-rados-wip-yuri10-testing-2025-04-08-0710-distro-default-smithi/
['8239937', '8239964']

Actions #20

Updated by Aishwarya Mathuria 10 months ago

yuriw-2025-05-12_19:14:14-rados-wip-yuri10-testing-2025-05-12-0753-distro-default-smithi/8281540

Actions #21

Updated by Jaya Prakash 10 months ago

/a/akupczyk-2025-05-22_09:41:31-rados-aclamk-testing-phoebe-2025-05-21-1802-distro-default-smithi/8293962

Actions #22

Updated by Naveen Naidu 10 months ago

/a/yuriw-2025-05-06_17:52:35-rados-wip-yuri2-testing-2025-05-06-0729-tentacle-distro-default-smithi/8273621

Actions #23

Updated by Laura Flores 10 months ago

/a/skanta-2025-06-03_11:03:28-rados-wip-bharath1-testing-2025-06-02-2052-distro-default-smithi/8307369

Actions #24

Updated by Aishwarya Mathuria 9 months ago

/a/skanta-2025-06-07_23:26:52-rados-wip-bharath5-testing-2025-06-02-2047-distro-default-smithi/8313565

Actions #25

Updated by Naveen Naidu 9 months ago

/a/skanta-2025-06-14_23:37:17-rados-wip-bharath3-testing-2025-06-08-1922-distro-default-smithi/8328630

Actions #26

Updated by Sridhar Seshasayee 9 months ago

/a/skanta-2025-06-17_15:42:09-rados-wip-bharath13-testing-2025-06-17-1621-distro-default-smithi/8332667

Actions #27

Updated by Kamoltat (Junior) Sirivadhna 9 months ago

/a/skanta-2025-06-07_04:15:58-rados-wip-bharath8-testing-2025-06-02-1508-distro-default-smithi/8312611

Actions #28

Updated by Sridhar Seshasayee 9 months ago

/a/skanta-2025-06-16_03:59:33-rados-wip-bharath10-testing-2025-06-15-0841-distro-default-smithi/8330494

Actions #29

Updated by Laura Flores 9 months ago

/a/skanta-2025-06-03_11:03:28-rados-wip-bharath1-testing-2025-06-02-2052-distro-default-smithi/8307369

Actions #30

Updated by Shraddha Agrawal 9 months ago

/a/skanta-2025-06-26_23:33:10-rados-wip-bharath6-testing-2025-06-26-1840-tentacle-distro-default-smithi/8352266

Actions #31

Updated by Sridhar Seshasayee 9 months ago

/a/yuriw-2025-07-01_21:01:48-rados-wip-yuri11-testing-2025-07-01-1146-tentacle-distro-default-smithi/8365099

Actions #32

Updated by Shraddha Agrawal 9 months ago

/a/skanta-2025-07-04_23:32:34-rados-wip-bharath13-testing-2025-07-04-0559-distro-default-smithi/8370621

Actions #33

Updated by Shraddha Agrawal 9 months ago

/a/skanta-2025-07-03_10:29:59-rados-wip-bharath5-testing-2025-06-30-2106-distro-default-smithi/8368514

Actions #34

Updated by Laura Flores 8 months ago

/a/yuriw-2025-07-07_19:32:23-rados-wip-yuri4-testing-2025-07-07-0811-tentacle-distro-default-smithi/8374052

Actions #35

Updated by Shraddha Agrawal 8 months ago

/a/yuriw-2025-07-10_01:00:46-rados-wip-yuri-testing-2025-07-09-1458-tentacle-distro-default-smithi/8379171

Actions #36

Updated by Laura Flores 8 months ago

/a/yuriw-2025-07-10_23:00:33-rados-wip-yuri5-testing-2025-07-10-0913-distro-default-smithi/8381015

Actions #37

Updated by Aishwarya Mathuria 8 months ago

/a/skanta-2025-06-29_15:00:39-rados-wip-bharath1-testing-2025-06-28-2149-distro-default-smithi
['8356802', '8356816']

Actions #38

Updated by Shraddha Agrawal 8 months ago

/a/skanta-2025-07-13_23:08:24-rados-wip-bharath4-testing-2025-07-13-0539-distro-default-smithi/8384525

Actions #39

Updated by Connor Fawcett 8 months ago

/a/skanta-2025-07-19_23:59:58-rados-wip-bharath5-testing-2025-07-18-0518-distro-default-smithi/8397512

Actions #40

Updated by Aishwarya Mathuria 8 months ago

/a/teuthology-2025-07-20_20:00:21-rados-main-distro-default-smithi/8398518

Actions #41

Updated by Naveen Naidu 8 months ago

/a/skanta-2025-07-16_22:52:51-rados-wip-bharath8-testing-2025-07-16-1943-distro-default-smithi/8391953

Actions #42

Updated by Shraddha Agrawal 8 months ago

/a/skanta-2025-07-26_22:27:26-rados-wip-bharath7-testing-2025-07-26-0611-tentacle-distro-default-smithi/8409763

Actions #43

Updated by Laura Flores 8 months ago

  • Backport set to tentacle

/a/yuriw-2025-07-28_23:36:09-rados-tentacle-release-distro-default-smithi/8413663

Actions #44

Updated by Kamoltat (Junior) Sirivadhna 7 months ago

/a/yuriw-2025-07-28_18:11:33-rados-wip-yuri2-testing-2025-07-24-0816-tentacle-distro-default-smithi/8412130/

Actions #45

Updated by Laura Flores 7 months ago

/a/skanta-2025-08-05_03:51:26-rados-wip-bharath9-testing-2025-08-05-0506-distro-default-smithi/8424236

Actions #46

Updated by Kamoltat (Junior) Sirivadhna 7 months ago ยท Edited

/a/teuthology-2025-08-10_20:00:42-rados-main-distro-default-smithi/8434883

Actions #47

Updated by Connor Fawcett 7 months ago

/a/skanta-2025-08-14_03:18:47-rados-wip-bharath4-testing-2025-08-13-0949-tentacle-distro-default-smithi/8442206

Actions #48

Updated by Laura Flores 7 months ago

/a/yuriw-2025-08-14_23:11:43-rados-wip-yuri3-testing-2025-08-14-0737-tentacle-distro-default-smithi/8443941

Actions #49

Updated by Aishwarya Mathuria 7 months ago

/a/skanta-2025-08-14_20:27:05-rados-wip-bharath5-testing-2025-08-13-0959-distro-default-smithi/8443393

Actions #50

Updated by Connor Fawcett 7 months ago

/a/skanta-2025-08-24_15:53:17-rados-wip-bharath4-testing-2025-08-24-0454-distro-default-smithi/8460746

Actions #51

Updated by Connor Fawcett 7 months ago

/a/skanta-2025-08-24_15:53:17-rados-wip-bharath4-testing-2025-08-24-0454-distro-default-smithi/8460755

Actions #52

Updated by Sridhar Seshasayee 7 months ago

/a/skanta-2025-08-24_23:24:05-rados-wip-bharath9-testing-2025-08-24-1258-tentacle-distro-default-smithi/8461801

Actions #53

Updated by Aishwarya Mathuria 7 months ago

/a/skanta-2025-08-21_23:24:45-rados-wip-bharath7-testing-2025-08-19-0959-distro-default-smithi/8457131

Actions #54

Updated by Naveen Naidu 7 months ago

(Ping from watcher)

@Nizamudeen A any updates on this? I see that the PR attached to this ticket has been closed, has any new PR been raised to address this issue?

Actions #55

Updated by Jonathan Bailey 7 months ago

/a/skanta-2025-08-05_23:48:19-rados-wip-bharath1-testing-2025-08-05-0512-distro-default-smithi/8427219
/a/skanta-2025-08-05_10:12:24-rados-wip-bharath1-testing-2025-08-05-0512-distro-default-smithi/8424839
/a/skanta-2025-08-28_03:20:37-rados-wip-bharath1-testing-2025-08-26-1433-distro-default-smithi/8467903

Actions #56

Updated by Connor Fawcett 6 months ago

/a/yuriw-2025-09-06_15:55:33-rados-wip-yuri3-testing-2025-09-04-1437-tentacle-distro-default-smithi/8484432
/a/yuriw-2025-09-06_15:55:33-rados-wip-yuri3-testing-2025-09-04-1437-tentacle-distro-default-smithi/8484327

Actions #57

Updated by Laura Flores 6 months ago

/a/yuriw-2025-09-15_20:16:05-rados-wip-yuri-testing-2025-09-15-1029-tentacle-distro-default-smithi/8501814

Actions #58

Updated by Laura Flores 6 months ago

/a/yuriw-2025-09-18_00:46:21-rados-wip-yuri3-testing-2025-09-17-1535-tentacle-distro-default-smithi/8507733

Actions #59

Updated by Laura Flores 6 months ago

/a/skanta-2025-09-04_05:22:45-rados-wip-bharath1-testing-2025-09-03-2103-tentacle-distro-default-smithi/8481471

Actions #60

Updated by Jaya Prakash 6 months ago

/a/akupczyk-2025-09-25_13:54:10-rados-aclamk-wip-ifed-fix-70390-distro-default-smithi/8520506

Actions #61

Updated by Aishwarya Mathuria 5 months ago

/a/skanta-2025-10-07_22:45:50-rados-wip-bharath1-testing-2025-10-06-2038-distro-default-smithi/8540425

Actions #62

Updated by Nitzan Mordechai 5 months ago

/a/skanta-2025-10-09_23:11:22-rados-wip-bharath3-testing-2025-10-09-0519-distro-default-smithi/8543847

Actions #63

Updated by Lee Sanders 4 months ago

/a/skanta-2025-10-31_12:25:51-rados-wip-bharath5-testing-2025-10-31-1454-distro-default-smithi/8577910

Actions #64

Updated by Radoslaw Zarzynski 4 months ago

Resurrected the PR.

Actions #65

Updated by Sridhar Seshasayee 4 months ago

/a/skanta-2025-11-13_10:26:04-rados-wip-bharath3-testing-2025-11-12-2038-distro-default-smithi/8601374

Actions #66

Updated by Laura Flores 4 months ago

/a/lflores-2025-11-19_18:47:12-rados-wip-lflores-testing-2-2025-11-19-1711-distro-default-smithi/8613380

Actions #67

Updated by Kamoltat (Junior) Sirivadhna 4 months ago

/a/skanta-2025-11-01_02:37:10-rados-wip-bharath4-testing-2025-10-31-1459-distro-default-smithi/8578640

Actions #68

Updated by Laura Flores 4 months ago

/a/skanta-2025-11-18_05:30:29-rados-wip-bharath10-testing-2025-11-18-0557-distro-default-smithi/8608938

Actions #69

Updated by Laura Flores 4 months ago

/a/lflores-2025-12-02_17:29:40-rados-wip-lflores-testing-4-2025-12-01-1527-distro-default-smithi/8636005

Actions #70

Updated by Aishwarya Mathuria 4 months ago

/a/yuriw-2025-12-03_15:44:36-rados-wip-yuri5-testing-2025-12-02-1256-distro-default-smithi/8639553

Actions #71

Updated by Naveen Naidu 3 months ago

/a/skanta-2025-11-21_10:17:34-rados-wip-bharath11-testing-2025-11-21-0531-distro-default-smithi/8617829

Actions #72

Updated by Laura Flores 3 months ago

/a/skanta-2025-12-09_12:02:32-rados-wip-bharath4-testing-2025-12-09-1249-tentacle-distro-default-smithi/8647149

Actions #73

Updated by Sridhar Seshasayee 3 months ago

/a/skanta-2025-12-03_02:50:04-rados-wip-bharath5-testing-2025-12-02-1511-distro-default-smithi/8638394

Actions #74

Updated by Sridhar Seshasayee about 2 months ago

/a/skanta-2026-01-27_05:35:03-rados-wip-bharath1-testing-2026-01-26-1242-distro-default-trial/19763

Actions #75

Updated by Connor Fawcett about 1 month ago

/a/skanta-2026-01-27_07:02:07-rados-wip-bharath3-testing-2026-01-26-1323-distro-default-trial/19868
/a/skanta-2026-01-27_07:02:07-rados-wip-bharath3-testing-2026-01-26-1323-distro-default-trial/19862

Actions #76

Updated by Jaya Prakash 25 days ago

/a/yuriw-2026-02-21_00:21:18-rados-wip-yuri3-testing-2026-02-19-1610-tentacle-distro-default-trial/62127

Actions #77

Updated by Nitzan Mordechai 18 days ago

/a/yaarit-2026-03-03_02:44:53-rados-wip-rocky10-branch-of-the-day-2026-03-02-1772457124-tentacle-distro-default-trial/77711

Actions #78

Updated by Aishwarya Mathuria 10 days ago

/a/skanta-2026-03-07_15:39:05-rados-wip-bharath4-testing-2026-03-05-1456-tentacle-distro-default-trial/93048

Actions

Also available in: Atom PDF