Skip to content

Cannot save test generation report in case of Timeout #1834

Closed
@EgorkaKulikov

Description

@EgorkaKulikov

Description

Sometimes tests generation fails with timeout. Test report genaration must work correctly anyway.

To Reproduce

Generate tests for the following code snippet:

public class A {

    public int hangForSeconds(int seconds) {
        for (int i = 0; i < seconds; i++) {
                Thread.sleep(1000);
        }
        return seconds;
    }
}

Visual proofs (screenshots, logs, images)

image

Additional context

See bug #1098 - it is a similar, but different issue
May be it's fix will be helpful.

Metadata

Metadata

Assignees

Labels

comp-codegenIssue is related to code generatorctg-bugIssue is a bug

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions