PR# 17157 Autotest conflicts with the compiler

Problem Report Summary
Submitter: manus_eiffel
Category: EiffelTest
Priority: Medium
Date: 2010/10/22
Class: Bug
Severity: Serious
Number: 17157
Release: 6.6
Confidential: No
Status: Analyzed
Responsible:
Environment: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7
Synopsis: Autotest conflicts with the compiler

Description
I've been playing with Autotest to generate tests but realized that that each time autotest add a new class to the system, the compiler tries to recompile it, because this is the new behavior of the compiler to compile new added classes. But here this is clearly a mistake.
To Reproduce

										
Problem Report Interactions
From:manus_eiffel    Date:2011/11/16    Download   
I'm thinking that it should be done when autotest is done generating all the tests, not each time that a new test is created.

From:arnofiva    Date:2010/10/26    Status: Analyzed    Download   
I don't see what is wrong about this, if AutoTest adds a new test class it should be available to the user like any other class. How else would you suggest should new test classes be added to the system (preferably without forcing the user to run a "find new classes" compilation)?