-
Notifications
You must be signed in to change notification settings - Fork 38
Multi-database support #342
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
Merged
Merged
Changes from all commits
Commits
Show all changes
88 commits
Select commit
Hold shift + click to select a range
7fd34fa
first iteration of multidb tests
b8ba2e6
Merge branch 'develop' of github.com:CrayLabs/SmartSim into multdata
acf92f8
tests and implementation of db_identifier in colo and standard db
40cc023
linting
eeee266
rework uniqueness testing and lint
9fc0913
changes to db_ident initialization and env variable settings
aa2b4d6
fixing case for no db_id in orchestrator
2537b0a
typo
75f21d2
env var and client tests
be3c298
linting and big fixes
6ff15af
change how im getting num_shards
5565084
after rework of tests
juliaputko 78e6dcc
all test run - working
juliaputko 5e58db1
resolve merge and synch with develop
7171f3a
Bill PR comments and pylint fixes
juliaputko 10e0dca
comment out mypy for CI test
17dfd96
fixing keyerror
07b78ae
addressing Andrew pr comment and typehint fix
juliaputko fa15e43
andrew pr review and type hint
d93d12b
added multi node test with db id, change for no db-id in naming
juliaputko 2210616
Merge branch 'multdb' of github.com:juliaputko/SmartSim into multdata
7359f70
type change
juliaputko 97b3e64
Merge branch 'multdb' of github.com:juliaputko/SmartSim into multdata
c4bf7ed
fix type error
juliaputko d27d5b9
Merge branch 'multdb' of github.com:juliaputko/SmartSim into multdata
a5b606a
Merge branch 'develop' of github.com:CrayLabs/SmartSim into multdata
43ddefc
type check fix
juliaputko 21b4ba5
Merge branch 'multdb' of github.com:juliaputko/SmartSim into multdata
37d99b9
point to bill's branch
juliaputko ca56297
Merge branch 'multdb' of github.com:juliaputko/SmartSim into multdata
3558d54
fix on pointing to bill's branch
juliaputko 32c5ee2
change so point to bill's branch
3bcb48b
type change, bug fix, clean note
b10c612
mypy and linting error fix
86eb426
allow for multiple start, remove error check if multiple orchestrators
juliaputko 511c741
github CI error fix
juliaputko f4af032
merge conflicts
eb87ff3
change redis version
4e372c2
added test_interface and passed dbid to Dbnode
juliaputko c366be3
Merge branch 'multdb' of github.com:juliaputko/SmartSim into multdata
e090d86
run-tests conflict resolve
60dd9fb
Merge branch 'develop' into multdata
juliaputko 9dfb8f3
run tests change
58a3067
run tests change
2b51361
Merge branch 'multdata' of github.com:juliaputko/SmartSim into multdata
0afd27c
test with adjusted helped and adjusted tests
775c71c
test with adjusted helped and adjusted tests
d834f8d
Merge branch 'multdata' of github.com:juliaputko/SmartSim into multdata
27b7314
Merge branch 'multdata' of github.com:juliaputko/SmartSim into multdata
6193c44
Merge branch 'multdata' of github.com:juliaputko/SmartSim into multdata
85472b3
whitespace
91a0194
upload artifact on test failure
ashao 5a843fb
comment upload
ashao ff4dc34
Merge branch 'develop' of github.com:CrayLabs/SmartSim into multdata
ashao 091a720
uncomment upload test artifacts
ashao c17a733
Iterate over dbs in experiment.stop
ashao 96a61a1
Change order of arguments in Client constructor
ashao dc793d3
Reorder arguments in SmartRedis client for compatability with new
ashao f5cbe5c
Remove artifact upload
ashao 12acfd9
tests in new file, remove Client(None), rework multiple start() for m…
7f424f5
Merge branch 'develop' of github.com:CrayLabs/SmartSim into multdata
cc468f0
restart of dbs,debugged tests,renamed helper function
327cd72
linting and stop_db change
a7452a3
linting
1f6fbdc
key error bug squash
6fa2587
key error bug squash
81adeaf
Merge branch 'multdata' of github.com:juliaputko/SmartSim into multdata
a51d77c
key error and test bug fix
bff1633
lint
9f4c590
refactor of uniqueness checking - in controller
juliaputko 17991fa
Merge branch 'develop' of github.com:CrayLabs/SmartSim into multdata
f31b319
fixing orchestrator no db_id error,adjusting test ports for colo then…
72b935b
empty db-id if orchestrator not named
juliaputko 6c4f648
fix orchestrator failures
juliaputko 6031d56
database name changed to orchestrator
804bbcb
Al PR comment fixes
1d7689d
sync with develop
a7b3399
pylint fix
821d8a0
Merge branch 'develop' of github.com:CrayLabs/SmartSim into multdata
c7fe5b4
whitespace fix
5a1bbd2
Andrew Pr review fix
680d4f2
synch with develop
0e90072
added missing arg from setup_test_colo call
4e46d86
sync with develop - resolve merge conflicts
47edef4
pylint and mypy error fixes
4c9810f
mypy bug revert
9f9e6e6
orchestrator as default name to db_identifier
juliaputko 5bdf6eb
pointing to develop smartredis and changelog
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.