This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
feat: modify pool tests #153
Merged
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
17bb795
feat: modify pool tests
AmeanAsad 00a4344
fix: surface caboose pool methods for testing
AmeanAsad 0cd98cf
fix: top n node selection from heap
AmeanAsad b6b03f9
feat: add more comprehensive tests
AmeanAsad 5537699
enhancement: add refresh no to tests
AmeanAsad 778cd45
go fmt
AmeanAsad 35646a8
remove unused metrics
aarshkshah1992 fa59f39
put back trace
aarshkshah1992 a23963d
Merge pull request #154 from filecoin-saturn/feat/remove-metrics
aarshkshah1992 d2c669e
response size does not include header
aarshkshah1992 ce46ce5
reset retry counter only if progress is made
aarshkshah1992 ca5522d
update go-car
aarshkshah1992 27b62be
dont drain response body
aarshkshah1992 296eaec
send verification errors to Saturn
aarshkshah1992 eb1e8b8
pool tier promotion
aarshkshah1992 2713f51
otel and send trace id to Saturn
aarshkshah1992 7375178
stabilize dynamics tests
willscott 93135a7
mirroring parallel
aarshkshah1992 bda8d0d
Merge remote-tracking branch 'origin/aa/test-simulator' into feat/por…
aarshkshah1992 c8be27d
pool-target-size through config to better test dynamics
willscott d52ef6e
down to flakiness
willscott 61c82da
add substitution (rough)
willscott 550cf5b
Merge remote-tracking branch 'origin/aa/test-simulator' into feat/por…
aarshkshah1992 c0ea85c
use new orchestrator API
aarshkshah1992 608a668
Merge pull request #161 from filecoin-saturn/feat/integrate-new-endpoint
aarshkshah1992 ea1d62b
fix: top N selection
AmeanAsad 05c2b37
Merge branch 'aa/test-simulator' into feat/port-Caboose-main
AmeanAsad c1ab0e9
enhancement: increase test size
AmeanAsad 1975f49
feat: Add tests for affinity
AmeanAsad 78f3490
test cache affinity
aarshkshah1992 5e02c7f
test cache affinity
aarshkshah1992 d8ae01e
remove assert
aarshkshah1992 b647fab
fix test
aarshkshah1992 0cf6c94
address review
aarshkshah1992 552ea1b
Merge pull request #163 from filecoin-saturn/feat/cache-aff-test
aarshkshah1992 9eb9c18
feat: port compliance cids
AmeanAsad af17595
fix: remove unused code
AmeanAsad 310c079
modify harness
AmeanAsad 8804f45
feat: add core attr to trace span
AmeanAsad 3f63a01
Merge pull request #164 from filecoin-saturn/feat/port-compliance-cids
aarshkshah1992 da9ad17
Merge branch 'aa/test-simulator' into feat/port-Caboose-main
aarshkshah1992 46b5374
fix CI
aarshkshah1992 ad399fb
Merge pull request #155 from filecoin-saturn/feat/port-Caboose-main
aarshkshah1992 1015a7f
improve error classification (#165)
AmeanAsad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AmeanAsad @willscott
Why do we need to do this ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is used to change the pool size desired for testing. I reduced the pool size for testing cache affinity to make it easier to debug and get the tests passing. Once we get that passing we can set it to a high / realistic number again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, yeah that makes sense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has already been structured so that the lower pool target is only used in the test context. A larger pool size target is used when running normally