-
Notifications
You must be signed in to change notification settings - Fork 23
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
Describe how to run the standard simulation tests with joshua #10
Comments
Yes, that's something missing in the FYI, the tarball can be generated when building |
After
something went wrong. The agent failed with
|
This seems to be a bug introduced by #3. |
Can you try edit line 360 of
I think this change can fix the bug. |
I couldn't test the change you proposed, but tested #12. The agent stopped crashing,
But I cann't see their result:
|
The
You can optionally give |
|
Yes. Use
I think https://forums.foundationdb.org/ could be a good place. |
I started a topic in https://forums.foundationdb.org/t/simulation-testing-of-foundationdb/2654 tu discuss how to run tests. Seems some extra info should be added to README.md |
I would love a full example which include:
My usecase is to run some simulation on the rust client using the bindingTester. |
There are lots of simulaton tests of fondationdb in the test subdirectory of the sourcecode.
joshua requires a tarball fo running a test. What should be in the tarball for running the standard simulation tests from the test subdirectory? Do I need to pack the test subdirectory to the tarball? Do I need to pack fdbserver and other executables in the tarball?
It would be nice to have an example of such tarball described in the
readme.md
The text was updated successfully, but these errors were encountered: