The release CR failed in an odd way - digging now:...
# general
l
The release CR failed in an odd way - digging now:
Copy code
==================== FAILURES ====================
                      PrepCommandIntegration.test_prep_command_in_compile 
                     
                     self = <pants_test.core_tasks.test_prep_command_integration.PrepCommandIntegration testMethod=test_prep_command_in_compile>
                     
                         def test_prep_command_in_compile(self):
                           pants_run = self.run_pants([
                             'compile',
                             'testprojects/src/java/org/pantsbuild/testproject/prepcommand::'])
                           self.assert_success(pants_run)
                         
                           self.assert_goal_ran('compile')
                     >     self.assert_goal_did_not_run('test')
                     
                     tests/python/pants_test/core_tasks/test_prep_command_integration.py:39: 
                     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
                     tests/python/pants_test/core_tasks/test_prep_command_integration.py:30: in assert_goal_did_not_run
                         self.assertFalse(os.path.exists(self.SENTINELS[goal]))
                     E   AssertionError: True is not false
                      1 failed, 33 passed, 1 skipped, 1 xfailed in 402.14 seconds 
                     
FAILURE


19:32:53 06:46   [complete]
               FAILURE