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

Update NoSQLBench version to leverage the latest 5.21.1 #114

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

msmygit
Copy link
Contributor

@msmygit msmygit commented Jun 6, 2024

  • Updates minor documentation items.
  • Leverages NoSQLBench to the latest 5.21.x version.
  • Adds dependabot that will help keep the GHA runner versions up to date so as to avoid warnings like as below,
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, test-summary/action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

hosts=zdm_tests_origin \
localdc=datacenter1 \
-v
#echo "Running NoSQLBench VERIFY job on ORIGIN"
Copy link
Collaborator

@grighetto grighetto Jul 18, 2024

Choose a reason for hiding this comment

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

Without the VERIFY step, this test is pretty much useless because this is what actually compares the stored data against the pseudo-random generated data.
I don't have the context why the NB update is happening in this PR (if it's for some new feature or compatibility with newer C* versions), but if we could still run the old NB with the verify step in addition to this until it's support in the latest NB version, I think it would be ideal.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Understood. NB 5.21 doesnt support verify feature yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants