67ca3c7ab477f7898e400d87482306b8410e7d5e,tests/unittests/core/evc/conftest.py,,exp_w_child_conflict,#Any#Any#Any#,35

Before Change


@pytest.fixture
def exp_w_child_conflict(pdatabase, parent_config, child_config):
    Generate an experiment name conflict
    pdatabase.write("experiments", parent_config)
    pdatabase.write("experiments", child_config)
    return conflicts.ExperimentNameConflict(child_config, child_config)


@pytest.fixture

After Change


@pytest.fixture
def exp_w_child_conflict(storage, parent_config, child_config):
    Generate an experiment name conflict
    storage.create_experiment(parent_config)
    storage.create_experiment(child_config)
    return conflicts.ExperimentNameConflict(child_config, child_config)


@pytest.fixture
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 4

Instances


Project Name: Epistimio/orion
Commit Name: 67ca3c7ab477f7898e400d87482306b8410e7d5e
Time: 2021-03-31
Author: breuleux@gmail.com
File Name: tests/unittests/core/evc/conftest.py
Class Name:
Method Name: exp_w_child_conflict


Project Name: Epistimio/orion
Commit Name: 67ca3c7ab477f7898e400d87482306b8410e7d5e
Time: 2021-03-31
Author: breuleux@gmail.com
File Name: tests/unittests/core/evc/conftest.py
Class Name:
Method Name: exp_w_child_as_parent_conflict


Project Name: Epistimio/orion
Commit Name: 10e0126410911a99c7b232a16571823744435663
Time: 2021-03-31
Author: breuleux@gmail.com
File Name: tests/unittests/core/test_branch_config.py
Class Name: TestResolutions
Method Name: test_name_experiment


Project Name: Epistimio/orion
Commit Name: 10e0126410911a99c7b232a16571823744435663
Time: 2021-03-31
Author: breuleux@gmail.com
File Name: tests/unittests/core/test_branch_config.py
Class Name: TestResolutionsWithMarkers
Method Name: test_name_experiment_name_change


Project Name: Epistimio/orion
Commit Name: 10e0126410911a99c7b232a16571823744435663
Time: 2021-03-31
Author: breuleux@gmail.com
File Name: tests/unittests/core/io/conftest.py
Class Name:
Method Name: experiment_name_conflict


Project Name: Epistimio/orion
Commit Name: 67ca3c7ab477f7898e400d87482306b8410e7d5e
Time: 2021-03-31
Author: breuleux@gmail.com
File Name: tests/unittests/core/evc/conftest.py
Class Name:
Method Name: exp_w_child_conflict