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

patch: match parodus' default qos queue behavior #206

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

denopink
Copy link
Contributor

@denopink denopink commented Aug 1, 2024

  • disable individual message size validation
  • increase the default for max_queue_bytes (required for qa testing)

@denopink denopink added bug Something isn't working enhancement improvement or small functionality added to an existing feature labels Aug 1, 2024
@denopink denopink self-assigned this Aug 1, 2024
@denopink denopink force-pushed the denopink/patch/update-default-config-to-support-qa branch from 3681159 to 9ef92bb Compare August 1, 2024 20:23
Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.01%. Comparing base (31387eb) to head (4139f13).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #206      +/-   ##
==========================================
+ Coverage   76.94%   77.01%   +0.06%     
==========================================
  Files          75       75              
  Lines        4550     4550              
==========================================
+ Hits         3501     3504       +3     
+ Misses        851      848       -3     
  Partials      198      198              
Flag Coverage Δ
unittests 77.01% <ø> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@denopink denopink force-pushed the denopink/patch/update-default-config-to-support-qa branch from 9ef92bb to ef0190e Compare August 1, 2024 20:47
@denopink denopink changed the title patch: increase qos default settings for QA test cases patch: match parodus' default qos queue behavior Aug 1, 2024
@denopink denopink force-pushed the denopink/patch/update-default-config-to-support-qa branch from ef0190e to 37661d5 Compare August 1, 2024 21:14
@@ -127,8 +127,6 @@ mock_tr_181:
xmidt_agent_crud:
service_name: xmidt_agent
qos:
Copy link
Contributor Author

@denopink denopink Aug 1, 2024

Choose a reason for hiding this comment

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

disable individual message size validation by removing max_message_bytes

@denopink denopink force-pushed the denopink/patch/update-default-config-to-support-qa branch from 37661d5 to 4f1f3f1 Compare August 1, 2024 21:29
@@ -127,8 +127,7 @@ mock_tr_181:
xmidt_agent_crud:
service_name: xmidt_agent
qos:
max_queue_bytes: 1048576 # 1 * 1024 * 1024 // 1MB max/queue,
max_message_bytes: 262144 # 256 * 1024 // 256 KB
max_queue_bytes: 104857600 # 100 * 1024 * 1024 // 100MB max/queue,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

increase the default for max_queue_bytes (required for qa testing)

- disable individual message size validation
- increase the default for max_queue_bytes (required for qa testing)
@denopink denopink force-pushed the denopink/patch/update-default-config-to-support-qa branch from 4f1f3f1 to 4139f13 Compare August 1, 2024 21:36
@denopink denopink merged commit a5309a6 into main Aug 5, 2024
17 of 18 checks passed
@denopink denopink deleted the denopink/patch/update-default-config-to-support-qa branch August 5, 2024 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement improvement or small functionality added to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants