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

Generic oracle: crash dumps check with dynamic files #271

Open
matveypashkovskiy opened this issue Jun 15, 2021 · 1 comment · Fixed by #302
Open

Generic oracle: crash dumps check with dynamic files #271

matveypashkovskiy opened this issue Jun 15, 2021 · 1 comment · Fixed by #302

Comments

@matveypashkovskiy
Copy link
Collaborator

Desktop applications can store crash dumps to a specific folder. TESTAR could have a generic oracle that will check the appearance of a file in a folder after the testing session starts.

One of the ways to record crash dumps is to use ProcDump.

FYI @tatu-aalto, @sorin-patrasoiu

@ramondevries ramondevries linked a pull request Nov 7, 2023 that will close this issue
New test oracles for TESTAR automation moved this from TODO to Done Jan 9, 2024
@ferpasri ferpasri changed the title Generic oracle: crash dumps check Generic oracle: crash dumps check with dynamic files Jan 9, 2024
@ferpasri
Copy link
Member

ferpasri commented Jan 9, 2024

Extend the LogOracle implementation #302 to:

  • Implement an oracle that indicates that a crash dump exists when a new file appears in a specific directory
  • Implement an oracle that reads the dynamic log or txt files from a directory and indicates if a suspicious title has appeared.

@ferpasri ferpasri reopened this Jan 9, 2024
New test oracles for TESTAR automation moved this from Done to In Progress Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

5 participants