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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate GZoltar #3448

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Integrate GZoltar #3448

wants to merge 3 commits into from

Conversation

hugofpaiva
Copy link

@hugofpaiva hugofpaiva commented May 30, 2023

Hello 馃憢

As part of my Masters Dissertation @FEUP, a GitHub action named GZoltar Automatic Feedback was created. Its main purpose is to improve the results produced by GZoltar, facilitating its interpretation and execution in CI pipelines.

GZoltar is a Java tool that uses automatic techniques to identify the location of faults in software. It utilizes Spectrum-based fault localization for, based on faulty tests, identify a list of fault candidates. The basic steps of Spectrum-Based Fault Localization are: Collect Execution Data; Generate a Spectrum (contains the program's execution trace and is usually represented as a matrix); Calculate Suspiciousness Scores based on one or more available algorithms. If you want to go deeper into this topic, I strongly recommend you to explore this survey.

I took the liberty of configuring both the GZoltar execution and the subsequent data processing with the action created by me in jedis. This is a basic setup that generates line suspiciousnesses using the ochiai algorithm; the higher the suspiciousness, the more probable it is that the line has a defect. The idea is that with the continuous use of the generated reports, they can reduce the effort in manually debugging programs, one of the most cumbersome, costly and time-intensive task in software development.

So that you can understand how the tools work, I leave two examples:

If you have any questions or suggestions, please don't hesitate to let us know!

feat: add GZoltar Fault Localization on tests
@hugofpaiva hugofpaiva reopened this May 31, 2023
@hugofpaiva hugofpaiva marked this pull request as ready for review May 31, 2023 22:24
@chayim
Copy link
Contributor

chayim commented Jun 5, 2023

It'll be fascinating to see this project as it progresses - but for now I think it's too early to include within this library. For now, we'll remain on the sidelines.

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.

None yet

2 participants