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

Fix sysbench fileio test #199

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

leivos-unikie
Copy link
Collaborator

Used #191 as the starting point.

Notes:

  • Each Execute Command keyword run in a new shell. So doing cd on one Execute Command line does not affect the working directory of another Execute Command line. However, with Write it remains in the same shell.
  • Had to Read Until "Test finished.". Read Until Prompt didn't work for some reason.
  • Had to increase timeout temporarily for Read Until. For now I set it to 15min (and then back to 30s), should be enough as on my local test runs the fileio test took 4.5 minutes.

Signed-off-by: Samuli Leivo <[email protected]>
@leivos-unikie leivos-unikie merged commit 0931d49 into tiiuae:main Dec 20, 2024
1 check passed
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.

2 participants