Skip to content

Fix advanced-rebootpy datetime EDecimal type issue.#20054

Merged
StormLiangMS merged 1 commit intosonic-net:masterfrom
ryanzhu706:ryanzhu/EDecimal_type
Aug 8, 2025
Merged

Fix advanced-rebootpy datetime EDecimal type issue.#20054
StormLiangMS merged 1 commit intosonic-net:masterfrom
ryanzhu706:ryanzhu/EDecimal_type

Conversation

@ryanzhu706
Copy link
Copy Markdown
Contributor

@ryanzhu706 ryanzhu706 commented Aug 4, 2025

issue seen on 2700 https://dev.azure.com/mssonic/internal/_build/results?buildId=913225&view=logs&j=76acabad-01e9-5c52-6fe6-d396d63e85d2&t=55864d99-7fe9-5504-0078-bfbb010fc228&l=4109

2025-08-01T12:37:49.4730701Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4731666Z 2025-08-01 12:37:43 : Fails:
2025-08-01T12:37:49.4732373Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4733177Z 2025-08-01 12:37:43 : FAILED:dut:Traceback (most recent call last):
2025-08-01T12:37:49.4733944Z   File "/root/ptftests/py3/advanced-reboot.py", line 1445, in runTest
2025-08-01T12:37:49.4734679Z     self.handle_advanced_reboot_health_check()
2025-08-01T12:37:49.4735464Z   File "/root/ptftests/py3/advanced-reboot.py", line 1167, in handle_advanced_reboot_health_check
2025-08-01T12:37:49.4736205Z     self.examine_flow()
2025-08-01T12:37:49.4736865Z   File "/root/ptftests/py3/advanced-reboot.py", line 2138, in examine_flow
2025-08-01T12:37:49.4737694Z     self.disruption_stop = datetime.datetime.fromtimestamp(
2025-08-01T12:37:49.4738332Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-01T12:37:49.4739025Z TypeError: 'EDecimal' object cannot be interpreted as an integer
2025-08-01T12:37:49.4739366Z
2025-08-01T12:37:49.4740035Z 2025-08-01 12:37:43 : ==================================================
2025-08-01T12:37:49.4740823Z 2025-08-01 12:37:43 : Disabling arp_responder
2025-08-01T12:37:49.4741111Z

Description of PR

Summary:
Fixes # (issue)

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • New Test case
    • Skipped for non-supported platforms
  • Test case improvement

Back port request

  • 202205
  • 202305
  • 202311
  • 202405
  • 202411
  • 202505

Approach

What is the motivation for this PR?

Issue seen in 2700/7260 202411 upgrade pipelines.

How did you do it?

How did you verify/test it?

https://dev.azure.com/mssonic/internal/_build/results?buildId=915470&view=results

Any platform specific information?

Supported testbed topology if it's a new test case?

Documentation

@mssonicbld
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@ryanzhu706 ryanzhu706 changed the title Change datetime to float type. Fix advanced-rebootpy datetime EDecimal type issue. Aug 4, 2025
@ryanzhu706
Copy link
Copy Markdown
Contributor Author

Hi @yxieca or @StormLiangMS, could you help please merge and cherry pick? Thanks!

Copy link
Copy Markdown
Collaborator

@StormLiangMS StormLiangMS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@StormLiangMS StormLiangMS merged commit 6e5a603 into sonic-net:master Aug 8, 2025
24 of 25 checks passed
mssonicbld pushed a commit to mssonicbld/sonic-mgmt that referenced this pull request Aug 8, 2025
issue seen on 2700 https://dev.azure.com/mssonic/internal/_build/results?buildId=913225&view=logs&j=76acabad-01e9-5c52-6fe6-d396d63e85d2&t=55864d99-7fe9-5504-0078-bfbb010fc228&l=4109

2025-08-01T12:37:49.4730701Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4731666Z 2025-08-01 12:37:43 : Fails:
2025-08-01T12:37:49.4732373Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4733177Z 2025-08-01 12:37:43 : FAILED:dut:Traceback (most recent call last):
2025-08-01T12:37:49.4733944Z   File "/root/ptftests/py3/advanced-reboot.py", line 1445, in runTest
2025-08-01T12:37:49.4734679Z     self.handle_advanced_reboot_health_check()
2025-08-01T12:37:49.4735464Z   File "/root/ptftests/py3/advanced-reboot.py", line 1167, in handle_advanced_reboot_health_check
2025-08-01T12:37:49.4736205Z     self.examine_flow()
2025-08-01T12:37:49.4736865Z   File "/root/ptftests/py3/advanced-reboot.py", line 2138, in examine_flow
2025-08-01T12:37:49.4737694Z     self.disruption_stop = datetime.datetime.fromtimestamp(
2025-08-01T12:37:49.4738332Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-01T12:37:49.4739025Z TypeError: 'EDecimal' object cannot be interpreted as an integer
2025-08-01T12:37:49.4739366Z
2025-08-01T12:37:49.4740035Z 2025-08-01 12:37:43 : ==================================================
2025-08-01T12:37:49.4740823Z 2025-08-01 12:37:43 : Disabling arp_responder
2025-08-01T12:37:49.4741111Z
mssonicbld pushed a commit to mssonicbld/sonic-mgmt that referenced this pull request Aug 8, 2025
issue seen on 2700 https://dev.azure.com/mssonic/internal/_build/results?buildId=913225&view=logs&j=76acabad-01e9-5c52-6fe6-d396d63e85d2&t=55864d99-7fe9-5504-0078-bfbb010fc228&l=4109

2025-08-01T12:37:49.4730701Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4731666Z 2025-08-01 12:37:43 : Fails:
2025-08-01T12:37:49.4732373Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4733177Z 2025-08-01 12:37:43 : FAILED:dut:Traceback (most recent call last):
2025-08-01T12:37:49.4733944Z   File "/root/ptftests/py3/advanced-reboot.py", line 1445, in runTest
2025-08-01T12:37:49.4734679Z     self.handle_advanced_reboot_health_check()
2025-08-01T12:37:49.4735464Z   File "/root/ptftests/py3/advanced-reboot.py", line 1167, in handle_advanced_reboot_health_check
2025-08-01T12:37:49.4736205Z     self.examine_flow()
2025-08-01T12:37:49.4736865Z   File "/root/ptftests/py3/advanced-reboot.py", line 2138, in examine_flow
2025-08-01T12:37:49.4737694Z     self.disruption_stop = datetime.datetime.fromtimestamp(
2025-08-01T12:37:49.4738332Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-01T12:37:49.4739025Z TypeError: 'EDecimal' object cannot be interpreted as an integer
2025-08-01T12:37:49.4739366Z
2025-08-01T12:37:49.4740035Z 2025-08-01 12:37:43 : ==================================================
2025-08-01T12:37:49.4740823Z 2025-08-01 12:37:43 : Disabling arp_responder
2025-08-01T12:37:49.4741111Z
@mssonicbld
Copy link
Copy Markdown
Collaborator

Cherry-pick PR to 202411: #20131

@mssonicbld
Copy link
Copy Markdown
Collaborator

Cherry-pick PR to 202405: #20132

mssonicbld pushed a commit to mssonicbld/sonic-mgmt that referenced this pull request Aug 8, 2025
issue seen on 2700 https://dev.azure.com/mssonic/internal/_build/results?buildId=913225&view=logs&j=76acabad-01e9-5c52-6fe6-d396d63e85d2&t=55864d99-7fe9-5504-0078-bfbb010fc228&l=4109

2025-08-01T12:37:49.4730701Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4731666Z 2025-08-01 12:37:43 : Fails:
2025-08-01T12:37:49.4732373Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4733177Z 2025-08-01 12:37:43 : FAILED:dut:Traceback (most recent call last):
2025-08-01T12:37:49.4733944Z   File "/root/ptftests/py3/advanced-reboot.py", line 1445, in runTest
2025-08-01T12:37:49.4734679Z     self.handle_advanced_reboot_health_check()
2025-08-01T12:37:49.4735464Z   File "/root/ptftests/py3/advanced-reboot.py", line 1167, in handle_advanced_reboot_health_check
2025-08-01T12:37:49.4736205Z     self.examine_flow()
2025-08-01T12:37:49.4736865Z   File "/root/ptftests/py3/advanced-reboot.py", line 2138, in examine_flow
2025-08-01T12:37:49.4737694Z     self.disruption_stop = datetime.datetime.fromtimestamp(
2025-08-01T12:37:49.4738332Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-01T12:37:49.4739025Z TypeError: 'EDecimal' object cannot be interpreted as an integer
2025-08-01T12:37:49.4739366Z
2025-08-01T12:37:49.4740035Z 2025-08-01 12:37:43 : ==================================================
2025-08-01T12:37:49.4740823Z 2025-08-01 12:37:43 : Disabling arp_responder
2025-08-01T12:37:49.4741111Z
@mssonicbld
Copy link
Copy Markdown
Collaborator

Cherry-pick PR to 202311: #20133

mssonicbld pushed a commit to mssonicbld/sonic-mgmt that referenced this pull request Aug 8, 2025
issue seen on 2700 https://dev.azure.com/mssonic/internal/_build/results?buildId=913225&view=logs&j=76acabad-01e9-5c52-6fe6-d396d63e85d2&t=55864d99-7fe9-5504-0078-bfbb010fc228&l=4109

2025-08-01T12:37:49.4730701Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4731666Z 2025-08-01 12:37:43 : Fails:
2025-08-01T12:37:49.4732373Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4733177Z 2025-08-01 12:37:43 : FAILED:dut:Traceback (most recent call last):
2025-08-01T12:37:49.4733944Z   File "/root/ptftests/py3/advanced-reboot.py", line 1445, in runTest
2025-08-01T12:37:49.4734679Z     self.handle_advanced_reboot_health_check()
2025-08-01T12:37:49.4735464Z   File "/root/ptftests/py3/advanced-reboot.py", line 1167, in handle_advanced_reboot_health_check
2025-08-01T12:37:49.4736205Z     self.examine_flow()
2025-08-01T12:37:49.4736865Z   File "/root/ptftests/py3/advanced-reboot.py", line 2138, in examine_flow
2025-08-01T12:37:49.4737694Z     self.disruption_stop = datetime.datetime.fromtimestamp(
2025-08-01T12:37:49.4738332Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-01T12:37:49.4739025Z TypeError: 'EDecimal' object cannot be interpreted as an integer
2025-08-01T12:37:49.4739366Z
2025-08-01T12:37:49.4740035Z 2025-08-01 12:37:43 : ==================================================
2025-08-01T12:37:49.4740823Z 2025-08-01 12:37:43 : Disabling arp_responder
2025-08-01T12:37:49.4741111Z
@mssonicbld
Copy link
Copy Markdown
Collaborator

Cherry-pick PR to 202505: #20139

mssonicbld pushed a commit that referenced this pull request Aug 8, 2025
issue seen on 2700 https://dev.azure.com/mssonic/internal/_build/results?buildId=913225&view=logs&j=76acabad-01e9-5c52-6fe6-d396d63e85d2&t=55864d99-7fe9-5504-0078-bfbb010fc228&l=4109

2025-08-01T12:37:49.4730701Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4731666Z 2025-08-01 12:37:43 : Fails:
2025-08-01T12:37:49.4732373Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4733177Z 2025-08-01 12:37:43 : FAILED:dut:Traceback (most recent call last):
2025-08-01T12:37:49.4733944Z   File "/root/ptftests/py3/advanced-reboot.py", line 1445, in runTest
2025-08-01T12:37:49.4734679Z     self.handle_advanced_reboot_health_check()
2025-08-01T12:37:49.4735464Z   File "/root/ptftests/py3/advanced-reboot.py", line 1167, in handle_advanced_reboot_health_check
2025-08-01T12:37:49.4736205Z     self.examine_flow()
2025-08-01T12:37:49.4736865Z   File "/root/ptftests/py3/advanced-reboot.py", line 2138, in examine_flow
2025-08-01T12:37:49.4737694Z     self.disruption_stop = datetime.datetime.fromtimestamp(
2025-08-01T12:37:49.4738332Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-01T12:37:49.4739025Z TypeError: 'EDecimal' object cannot be interpreted as an integer
2025-08-01T12:37:49.4739366Z
2025-08-01T12:37:49.4740035Z 2025-08-01 12:37:43 : ==================================================
2025-08-01T12:37:49.4740823Z 2025-08-01 12:37:43 : Disabling arp_responder
2025-08-01T12:37:49.4741111Z
mssonicbld pushed a commit that referenced this pull request Aug 8, 2025
issue seen on 2700 https://dev.azure.com/mssonic/internal/_build/results?buildId=913225&view=logs&j=76acabad-01e9-5c52-6fe6-d396d63e85d2&t=55864d99-7fe9-5504-0078-bfbb010fc228&l=4109

2025-08-01T12:37:49.4730701Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4731666Z 2025-08-01 12:37:43 : Fails:
2025-08-01T12:37:49.4732373Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4733177Z 2025-08-01 12:37:43 : FAILED:dut:Traceback (most recent call last):
2025-08-01T12:37:49.4733944Z   File "/root/ptftests/py3/advanced-reboot.py", line 1445, in runTest
2025-08-01T12:37:49.4734679Z     self.handle_advanced_reboot_health_check()
2025-08-01T12:37:49.4735464Z   File "/root/ptftests/py3/advanced-reboot.py", line 1167, in handle_advanced_reboot_health_check
2025-08-01T12:37:49.4736205Z     self.examine_flow()
2025-08-01T12:37:49.4736865Z   File "/root/ptftests/py3/advanced-reboot.py", line 2138, in examine_flow
2025-08-01T12:37:49.4737694Z     self.disruption_stop = datetime.datetime.fromtimestamp(
2025-08-01T12:37:49.4738332Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-01T12:37:49.4739025Z TypeError: 'EDecimal' object cannot be interpreted as an integer
2025-08-01T12:37:49.4739366Z
2025-08-01T12:37:49.4740035Z 2025-08-01 12:37:43 : ==================================================
2025-08-01T12:37:49.4740823Z 2025-08-01 12:37:43 : Disabling arp_responder
2025-08-01T12:37:49.4741111Z
ashutosh-agrawal pushed a commit to ashutosh-agrawal/sonic-mgmt that referenced this pull request Aug 14, 2025
issue seen on 2700 https://dev.azure.com/mssonic/internal/_build/results?buildId=913225&view=logs&j=76acabad-01e9-5c52-6fe6-d396d63e85d2&t=55864d99-7fe9-5504-0078-bfbb010fc228&l=4109

2025-08-01T12:37:49.4730701Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4731666Z 2025-08-01 12:37:43 : Fails:
2025-08-01T12:37:49.4732373Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4733177Z 2025-08-01 12:37:43 : FAILED:dut:Traceback (most recent call last):
2025-08-01T12:37:49.4733944Z   File "/root/ptftests/py3/advanced-reboot.py", line 1445, in runTest
2025-08-01T12:37:49.4734679Z     self.handle_advanced_reboot_health_check()
2025-08-01T12:37:49.4735464Z   File "/root/ptftests/py3/advanced-reboot.py", line 1167, in handle_advanced_reboot_health_check
2025-08-01T12:37:49.4736205Z     self.examine_flow()
2025-08-01T12:37:49.4736865Z   File "/root/ptftests/py3/advanced-reboot.py", line 2138, in examine_flow
2025-08-01T12:37:49.4737694Z     self.disruption_stop = datetime.datetime.fromtimestamp(
2025-08-01T12:37:49.4738332Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-01T12:37:49.4739025Z TypeError: 'EDecimal' object cannot be interpreted as an integer
2025-08-01T12:37:49.4739366Z
2025-08-01T12:37:49.4740035Z 2025-08-01 12:37:43 : ==================================================
2025-08-01T12:37:49.4740823Z 2025-08-01 12:37:43 : Disabling arp_responder
2025-08-01T12:37:49.4741111Z
vidyac86 pushed a commit to vidyac86/sonic-mgmt that referenced this pull request Oct 23, 2025
issue seen on 2700 https://dev.azure.com/mssonic/internal/_build/results?buildId=913225&view=logs&j=76acabad-01e9-5c52-6fe6-d396d63e85d2&t=55864d99-7fe9-5504-0078-bfbb010fc228&l=4109

2025-08-01T12:37:49.4730701Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4731666Z 2025-08-01 12:37:43 : Fails:
2025-08-01T12:37:49.4732373Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4733177Z 2025-08-01 12:37:43 : FAILED:dut:Traceback (most recent call last):
2025-08-01T12:37:49.4733944Z   File "/root/ptftests/py3/advanced-reboot.py", line 1445, in runTest
2025-08-01T12:37:49.4734679Z     self.handle_advanced_reboot_health_check()
2025-08-01T12:37:49.4735464Z   File "/root/ptftests/py3/advanced-reboot.py", line 1167, in handle_advanced_reboot_health_check
2025-08-01T12:37:49.4736205Z     self.examine_flow()
2025-08-01T12:37:49.4736865Z   File "/root/ptftests/py3/advanced-reboot.py", line 2138, in examine_flow
2025-08-01T12:37:49.4737694Z     self.disruption_stop = datetime.datetime.fromtimestamp(
2025-08-01T12:37:49.4738332Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-01T12:37:49.4739025Z TypeError: 'EDecimal' object cannot be interpreted as an integer
2025-08-01T12:37:49.4739366Z
2025-08-01T12:37:49.4740035Z 2025-08-01 12:37:43 : ==================================================
2025-08-01T12:37:49.4740823Z 2025-08-01 12:37:43 : Disabling arp_responder
2025-08-01T12:37:49.4741111Z
opcoder0 pushed a commit to opcoder0/sonic-mgmt that referenced this pull request Dec 8, 2025
issue seen on 2700 https://dev.azure.com/mssonic/internal/_build/results?buildId=913225&view=logs&j=76acabad-01e9-5c52-6fe6-d396d63e85d2&t=55864d99-7fe9-5504-0078-bfbb010fc228&l=4109

2025-08-01T12:37:49.4730701Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4731666Z 2025-08-01 12:37:43 : Fails:
2025-08-01T12:37:49.4732373Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4733177Z 2025-08-01 12:37:43 : FAILED:dut:Traceback (most recent call last):
2025-08-01T12:37:49.4733944Z   File "/root/ptftests/py3/advanced-reboot.py", line 1445, in runTest
2025-08-01T12:37:49.4734679Z     self.handle_advanced_reboot_health_check()
2025-08-01T12:37:49.4735464Z   File "/root/ptftests/py3/advanced-reboot.py", line 1167, in handle_advanced_reboot_health_check
2025-08-01T12:37:49.4736205Z     self.examine_flow()
2025-08-01T12:37:49.4736865Z   File "/root/ptftests/py3/advanced-reboot.py", line 2138, in examine_flow
2025-08-01T12:37:49.4737694Z     self.disruption_stop = datetime.datetime.fromtimestamp(
2025-08-01T12:37:49.4738332Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-01T12:37:49.4739025Z TypeError: 'EDecimal' object cannot be interpreted as an integer
2025-08-01T12:37:49.4739366Z
2025-08-01T12:37:49.4740035Z 2025-08-01 12:37:43 : ==================================================
2025-08-01T12:37:49.4740823Z 2025-08-01 12:37:43 : Disabling arp_responder
2025-08-01T12:37:49.4741111Z

Signed-off-by: opcoder0 <[email protected]>
gshemesh2 pushed a commit to gshemesh2/sonic-mgmt that referenced this pull request Dec 16, 2025
issue seen on 2700 https://dev.azure.com/mssonic/internal/_build/results?buildId=913225&view=logs&j=76acabad-01e9-5c52-6fe6-d396d63e85d2&t=55864d99-7fe9-5504-0078-bfbb010fc228&l=4109

2025-08-01T12:37:49.4730701Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4731666Z 2025-08-01 12:37:43 : Fails:
2025-08-01T12:37:49.4732373Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4733177Z 2025-08-01 12:37:43 : FAILED:dut:Traceback (most recent call last):
2025-08-01T12:37:49.4733944Z   File "/root/ptftests/py3/advanced-reboot.py", line 1445, in runTest
2025-08-01T12:37:49.4734679Z     self.handle_advanced_reboot_health_check()
2025-08-01T12:37:49.4735464Z   File "/root/ptftests/py3/advanced-reboot.py", line 1167, in handle_advanced_reboot_health_check
2025-08-01T12:37:49.4736205Z     self.examine_flow()
2025-08-01T12:37:49.4736865Z   File "/root/ptftests/py3/advanced-reboot.py", line 2138, in examine_flow
2025-08-01T12:37:49.4737694Z     self.disruption_stop = datetime.datetime.fromtimestamp(
2025-08-01T12:37:49.4738332Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-01T12:37:49.4739025Z TypeError: 'EDecimal' object cannot be interpreted as an integer
2025-08-01T12:37:49.4739366Z
2025-08-01T12:37:49.4740035Z 2025-08-01 12:37:43 : ==================================================
2025-08-01T12:37:49.4740823Z 2025-08-01 12:37:43 : Disabling arp_responder
2025-08-01T12:37:49.4741111Z
Signed-off-by: Guy Shemesh <[email protected]>
AharonMalkin pushed a commit to AharonMalkin/sonic-mgmt that referenced this pull request Dec 16, 2025
issue seen on 2700 https://dev.azure.com/mssonic/internal/_build/results?buildId=913225&view=logs&j=76acabad-01e9-5c52-6fe6-d396d63e85d2&t=55864d99-7fe9-5504-0078-bfbb010fc228&l=4109

2025-08-01T12:37:49.4730701Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4731666Z 2025-08-01 12:37:43 : Fails:
2025-08-01T12:37:49.4732373Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4733177Z 2025-08-01 12:37:43 : FAILED:dut:Traceback (most recent call last):
2025-08-01T12:37:49.4733944Z   File "/root/ptftests/py3/advanced-reboot.py", line 1445, in runTest
2025-08-01T12:37:49.4734679Z     self.handle_advanced_reboot_health_check()
2025-08-01T12:37:49.4735464Z   File "/root/ptftests/py3/advanced-reboot.py", line 1167, in handle_advanced_reboot_health_check
2025-08-01T12:37:49.4736205Z     self.examine_flow()
2025-08-01T12:37:49.4736865Z   File "/root/ptftests/py3/advanced-reboot.py", line 2138, in examine_flow
2025-08-01T12:37:49.4737694Z     self.disruption_stop = datetime.datetime.fromtimestamp(
2025-08-01T12:37:49.4738332Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-01T12:37:49.4739025Z TypeError: 'EDecimal' object cannot be interpreted as an integer
2025-08-01T12:37:49.4739366Z
2025-08-01T12:37:49.4740035Z 2025-08-01 12:37:43 : ==================================================
2025-08-01T12:37:49.4740823Z 2025-08-01 12:37:43 : Disabling arp_responder
2025-08-01T12:37:49.4741111Z
Signed-off-by: Aharon Malkin <[email protected]>
gshemesh2 pushed a commit to gshemesh2/sonic-mgmt that referenced this pull request Dec 21, 2025
issue seen on 2700 https://dev.azure.com/mssonic/internal/_build/results?buildId=913225&view=logs&j=76acabad-01e9-5c52-6fe6-d396d63e85d2&t=55864d99-7fe9-5504-0078-bfbb010fc228&l=4109

2025-08-01T12:37:49.4730701Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4731666Z 2025-08-01 12:37:43 : Fails:
2025-08-01T12:37:49.4732373Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4733177Z 2025-08-01 12:37:43 : FAILED:dut:Traceback (most recent call last):
2025-08-01T12:37:49.4733944Z   File "/root/ptftests/py3/advanced-reboot.py", line 1445, in runTest
2025-08-01T12:37:49.4734679Z     self.handle_advanced_reboot_health_check()
2025-08-01T12:37:49.4735464Z   File "/root/ptftests/py3/advanced-reboot.py", line 1167, in handle_advanced_reboot_health_check
2025-08-01T12:37:49.4736205Z     self.examine_flow()
2025-08-01T12:37:49.4736865Z   File "/root/ptftests/py3/advanced-reboot.py", line 2138, in examine_flow
2025-08-01T12:37:49.4737694Z     self.disruption_stop = datetime.datetime.fromtimestamp(
2025-08-01T12:37:49.4738332Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-01T12:37:49.4739025Z TypeError: 'EDecimal' object cannot be interpreted as an integer
2025-08-01T12:37:49.4739366Z
2025-08-01T12:37:49.4740035Z 2025-08-01 12:37:43 : ==================================================
2025-08-01T12:37:49.4740823Z 2025-08-01 12:37:43 : Disabling arp_responder
2025-08-01T12:37:49.4741111Z
Signed-off-by: Guy Shemesh <[email protected]>
venu-nexthop pushed a commit to venu-nexthop/sonic-mgmt that referenced this pull request Jan 13, 2026
issue seen on 2700 https://dev.azure.com/mssonic/internal/_build/results?buildId=913225&view=logs&j=76acabad-01e9-5c52-6fe6-d396d63e85d2&t=55864d99-7fe9-5504-0078-bfbb010fc228&l=4109

2025-08-01T12:37:49.4730701Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4731666Z 2025-08-01 12:37:43 : Fails:
2025-08-01T12:37:49.4732373Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4733177Z 2025-08-01 12:37:43 : FAILED:dut:Traceback (most recent call last):
2025-08-01T12:37:49.4733944Z   File "/root/ptftests/py3/advanced-reboot.py", line 1445, in runTest
2025-08-01T12:37:49.4734679Z     self.handle_advanced_reboot_health_check()
2025-08-01T12:37:49.4735464Z   File "/root/ptftests/py3/advanced-reboot.py", line 1167, in handle_advanced_reboot_health_check
2025-08-01T12:37:49.4736205Z     self.examine_flow()
2025-08-01T12:37:49.4736865Z   File "/root/ptftests/py3/advanced-reboot.py", line 2138, in examine_flow
2025-08-01T12:37:49.4737694Z     self.disruption_stop = datetime.datetime.fromtimestamp(
2025-08-01T12:37:49.4738332Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-01T12:37:49.4739025Z TypeError: 'EDecimal' object cannot be interpreted as an integer
2025-08-01T12:37:49.4739366Z
2025-08-01T12:37:49.4740035Z 2025-08-01 12:37:43 : ==================================================
2025-08-01T12:37:49.4740823Z 2025-08-01 12:37:43 : Disabling arp_responder
2025-08-01T12:37:49.4741111Z
gshemesh2 pushed a commit to gshemesh2/sonic-mgmt that referenced this pull request Jan 26, 2026
issue seen on 2700 https://dev.azure.com/mssonic/internal/_build/results?buildId=913225&view=logs&j=76acabad-01e9-5c52-6fe6-d396d63e85d2&t=55864d99-7fe9-5504-0078-bfbb010fc228&l=4109

2025-08-01T12:37:49.4730701Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4731666Z 2025-08-01 12:37:43 : Fails:
2025-08-01T12:37:49.4732373Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4733177Z 2025-08-01 12:37:43 : FAILED:dut:Traceback (most recent call last):
2025-08-01T12:37:49.4733944Z   File "/root/ptftests/py3/advanced-reboot.py", line 1445, in runTest
2025-08-01T12:37:49.4734679Z     self.handle_advanced_reboot_health_check()
2025-08-01T12:37:49.4735464Z   File "/root/ptftests/py3/advanced-reboot.py", line 1167, in handle_advanced_reboot_health_check
2025-08-01T12:37:49.4736205Z     self.examine_flow()
2025-08-01T12:37:49.4736865Z   File "/root/ptftests/py3/advanced-reboot.py", line 2138, in examine_flow
2025-08-01T12:37:49.4737694Z     self.disruption_stop = datetime.datetime.fromtimestamp(
2025-08-01T12:37:49.4738332Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-01T12:37:49.4739025Z TypeError: 'EDecimal' object cannot be interpreted as an integer
2025-08-01T12:37:49.4739366Z
2025-08-01T12:37:49.4740035Z 2025-08-01 12:37:43 : ==================================================
2025-08-01T12:37:49.4740823Z 2025-08-01 12:37:43 : Disabling arp_responder
2025-08-01T12:37:49.4741111Z
Signed-off-by: Guy Shemesh <[email protected]>
ytzur1 pushed a commit to ytzur1/sonic-mgmt that referenced this pull request Feb 2, 2026
issue seen on 2700 https://dev.azure.com/mssonic/internal/_build/results?buildId=913225&view=logs&j=76acabad-01e9-5c52-6fe6-d396d63e85d2&t=55864d99-7fe9-5504-0078-bfbb010fc228&l=4109

2025-08-01T12:37:49.4730701Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4731666Z 2025-08-01 12:37:43 : Fails:
2025-08-01T12:37:49.4732373Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4733177Z 2025-08-01 12:37:43 : FAILED:dut:Traceback (most recent call last):
2025-08-01T12:37:49.4733944Z   File "/root/ptftests/py3/advanced-reboot.py", line 1445, in runTest
2025-08-01T12:37:49.4734679Z     self.handle_advanced_reboot_health_check()
2025-08-01T12:37:49.4735464Z   File "/root/ptftests/py3/advanced-reboot.py", line 1167, in handle_advanced_reboot_health_check
2025-08-01T12:37:49.4736205Z     self.examine_flow()
2025-08-01T12:37:49.4736865Z   File "/root/ptftests/py3/advanced-reboot.py", line 2138, in examine_flow
2025-08-01T12:37:49.4737694Z     self.disruption_stop = datetime.datetime.fromtimestamp(
2025-08-01T12:37:49.4738332Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-01T12:37:49.4739025Z TypeError: 'EDecimal' object cannot be interpreted as an integer
2025-08-01T12:37:49.4739366Z
2025-08-01T12:37:49.4740035Z 2025-08-01 12:37:43 : ==================================================
2025-08-01T12:37:49.4740823Z 2025-08-01 12:37:43 : Disabling arp_responder
2025-08-01T12:37:49.4741111Z
Signed-off-by: Yael Tzur <[email protected]>
@ryanzhu706 ryanzhu706 deleted the ryanzhu/EDecimal_type branch February 4, 2026 19:11
venu-nexthop pushed a commit to venu-nexthop/sonic-mgmt that referenced this pull request Mar 27, 2026
issue seen on 2700 https://dev.azure.com/mssonic/internal/_build/results?buildId=913225&view=logs&j=76acabad-01e9-5c52-6fe6-d396d63e85d2&t=55864d99-7fe9-5504-0078-bfbb010fc228&l=4109

2025-08-01T12:37:49.4730701Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4731666Z 2025-08-01 12:37:43 : Fails:
2025-08-01T12:37:49.4732373Z 2025-08-01 12:37:43 : --------------------------------------------------
2025-08-01T12:37:49.4733177Z 2025-08-01 12:37:43 : FAILED:dut:Traceback (most recent call last):
2025-08-01T12:37:49.4733944Z   File "/root/ptftests/py3/advanced-reboot.py", line 1445, in runTest
2025-08-01T12:37:49.4734679Z     self.handle_advanced_reboot_health_check()
2025-08-01T12:37:49.4735464Z   File "/root/ptftests/py3/advanced-reboot.py", line 1167, in handle_advanced_reboot_health_check
2025-08-01T12:37:49.4736205Z     self.examine_flow()
2025-08-01T12:37:49.4736865Z   File "/root/ptftests/py3/advanced-reboot.py", line 2138, in examine_flow
2025-08-01T12:37:49.4737694Z     self.disruption_stop = datetime.datetime.fromtimestamp(
2025-08-01T12:37:49.4738332Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-01T12:37:49.4739025Z TypeError: 'EDecimal' object cannot be interpreted as an integer
2025-08-01T12:37:49.4739366Z
2025-08-01T12:37:49.4740035Z 2025-08-01 12:37:43 : ==================================================
2025-08-01T12:37:49.4740823Z 2025-08-01 12:37:43 : Disabling arp_responder
2025-08-01T12:37:49.4741111Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants