experimenter icon indicating copy to clipboard operation
experimenter copied to clipboard

Intermittent test failure: TestExperimentRecipeView.test_get_experiment_recipe_returns_recipe_info_for_launched_experiment_2_Live

Open jaredlockhart opened this issue 3 years ago • 0 comments

Seen locally

=================================== FAILURES ===================================
_ TestExperimentRecipeView.test_get_experiment_recipe_returns_recipe_info_for_launched_experiment_2_Live _
[gw2] linux -- Python 3.9.9 /usr/local/bin/python3

a = (<experimenter.experiments.tests.api.v1.test_views.TestExperimentRecipeView testMethod=test_get_experiment_recipe_returns_recipe_info_for_launched_experiment_2_Live>,)

    @wraps(func)
    def standalone_func(*a):
>       return func(*(a + p.args), **p.kwargs)

/usr/local/lib/python3.9/site-packages/parameterized/parameterized.py:533: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
experimenter/experiments/tests/api/v1/test_views.py:102: in test_get_experiment_recipe_returns_recipe_info_for_launched_experiment
    self.assertEqual(serialized_experiment, json_data)
E   AssertionError: {'act[687 chars]s': [OrderedDict([('preferences', {'browser.th[731 chars]ix_'} != {'act[687 chars]s': [{'preferences': {'browser.third.enabled':[674 chars]ix_'}

┆Issue is synchronized with this Jira Bug

jaredlockhart avatar Jan 03 '22 15:01 jaredlockhart