Open Bug 1858830 Opened 1 year ago Updated 4 days ago

Intermittent testing/marionette/harness/marionette_harness/tests/unit/test_crash.py | single tracking bug

Categories

(Testing :: Marionette Client and Harness, defect, P5)

defect

Tracking

(Not tracked)

People

(Reporter: intermittent-bug-filer, Unassigned)

References

(Depends on 3 open bugs)

Details

(Keywords: intermittent-failure, intermittent-testcase)

Attachments

(1 obsolete file)

Filed by: ctuns [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=432321022&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Z_QPrM-dQ3CVWoSajj6Xwg/runs/0/artifacts/public/logs/live_backing.log


[task 2023-10-12T23:18:48.939Z] 23:18:48     INFO -  TEST-START | testing/marionette/harness/marionette_harness/tests/unit/test_crash.py TestCrashInSetUp.test_crash_in_setup
[task 2023-10-12T23:20:09.047Z] 23:20:09     INFO -  Traceback (most recent call last):
[task 2023-10-12T23:20:09.047Z] 23:20:09     INFO -    File "Z:\task_169714912795942\build\venv\lib\site-packages\marionette_driver\decorators.py", line 24, in _
[task 2023-10-12T23:20:09.047Z] 23:20:09     INFO -      return func(*args, **kwargs)
[task 2023-10-12T23:20:09.059Z] 23:20:09     INFO -    File "Z:\task_169714912795942\build\venv\lib\site-packages\marionette_driver\marionette.py", line 715, in _send_message
[task 2023-10-12T23:20:09.059Z] 23:20:09     INFO -      msg = self.client.request(name, params)
[task 2023-10-12T23:20:09.060Z] 23:20:09     INFO -    File "Z:\task_169714912795942\build\venv\lib\site-packages\marionette_driver\transport.py", line 382, in request
[task 2023-10-12T23:20:09.060Z] 23:20:09     INFO -      return self.receive()
[task 2023-10-12T23:20:09.060Z] 23:20:09     INFO -    File "Z:\task_169714912795942\build\venv\lib\site-packages\marionette_driver\transport.py", line 218, in receive
[task 2023-10-12T23:20:09.060Z] 23:20:09     INFO -      raise socket.timeout(
[task 2023-10-12T23:20:09.060Z] 23:20:09     INFO -  socket.timeout: Connection timed out after 10s
[task 2023-10-12T23:20:09.060Z] 23:20:09     INFO -  During handling of the above exception, another exception occurred:
[task 2023-10-12T23:20:09.060Z] 23:20:09     INFO -  Traceback (most recent call last):
[task 2023-10-12T23:20:09.061Z] 23:20:09     INFO -    File "Z:\task_169714912795942\build\venv\lib\site-packages\mozprocess\processhandler.py", line 633, in _custom_wait
[task 2023-10-12T23:20:09.061Z] 23:20:09     INFO -      item = self._process_events.get(timeout=timeout)
[task 2023-10-12T23:20:09.061Z] 23:20:09     INFO -    File "c:\mozilla-build\python3\lib\queue.py", line 179, in get
[task 2023-10-12T23:20:09.061Z] 23:20:09     INFO -      raise Empty
[task 2023-10-12T23:20:09.061Z] 23:20:09     INFO -  _queue.Empty
[task 2023-10-12T23:20:09.061Z] 23:20:09     INFO -  IO Completion Port unexpectedly closed
[task 2023-10-12T23:20:09.064Z] 23:20:09    ERROR -  TEST-UNEXPECTED-ERROR | testing/marionette/harness/marionette_harness/tests/unit/test_crash.py TestCrashInSetUp.test_crash_in_setup | AssertionError: "Process crashed" does not match "IO Completion Port failed to signal process shutdown"
[task 2023-10-12T23:20:09.064Z] 23:20:09     INFO -  Traceback (most recent call last):
[task 2023-10-12T23:20:09.064Z] 23:20:09     INFO -    File "Z:\task_169714912795942\build\venv\lib\site-packages\marionette_harness\marionette_test\testcases.py", line 178, in run
[task 2023-10-12T23:20:09.064Z] 23:20:09     INFO -      self.setUp()
[task 2023-10-12T23:20:09.065Z] 23:20:09     INFO -    File "Z:\task_169714912795942\build\tests\marionette\tests\testing\marionette\harness\marionette_harness\tests\unit\test_crash.py", line 183, in setUp
[task 2023-10-12T23:20:09.065Z] 23:20:09     INFO -      self.assertRaisesRegexp(IOError, "Process crashed", self.crash, parent=True)
[task 2023-10-12T23:20:09.065Z] 23:20:09     INFO -  TEST-INFO took 80122ms
[task 2023-10-12T23:20:09.066Z] 23:20:09     INFO -  Traceback (most recent call last):
[task 2023-10-12T23:20:09.066Z] 23:20:09     INFO -    File "Z:\task_169714912795942\build\venv\lib\site-packages\mozrunner\base\runner.py", line 247, in check_for_crashes
[task 2023-10-12T23:20:09.066Z] 23:20:09     INFO -      crash_count = mozcrash.log_crashes(
[task 2023-10-12T23:20:09.066Z] 23:20:09     INFO -    File "Z:\task_169714912795942\build\tests\marionette\tests\testing\marionette\harness\marionette_harness\tests\unit\test_crash.py", line 61, in log_crashes
[task 2023-10-12T23:20:09.066Z] 23:20:09     INFO -      return self.check_for_crashes(dump_directory, *args, **kwargs)
[task 2023-10-12T23:20:09.066Z] 23:20:09     INFO -    File "Z:\task_169714912795942\build\tests\marionette\tests\testing\marionette\harness\marionette_harness\tests\unit\test_crash.py", line 54, in check_for_crashes
[task 2023-10-12T23:20:09.066Z] 23:20:09     INFO -      shutil.rmtree(dump_directory)
[task 2023-10-12T23:20:09.066Z] 23:20:09     INFO -    File "c:\mozilla-build\python3\lib\shutil.py", line 749, in rmtree
[task 2023-10-12T23:20:09.066Z] 23:20:09     INFO -      return _rmtree_unsafe(path, onerror)
[task 2023-10-12T23:20:09.066Z] 23:20:09     INFO -    File "c:\mozilla-build\python3\lib\shutil.py", line 627, in _rmtree_unsafe
[task 2023-10-12T23:20:09.066Z] 23:20:09     INFO -      onerror(os.unlink, fullname, sys.exc_info())
[task 2023-10-12T23:20:09.066Z] 23:20:09     INFO -    File "c:\mozilla-build\python3\lib\shutil.py", line 625, in _rmtree_unsafe
[task 2023-10-12T23:20:09.066Z] 23:20:09     INFO -      os.unlink(fullname)
[task 2023-10-12T23:20:09.066Z] 23:20:09     INFO -  PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\task_169714912795942\\AppData\\Local\\Temp\\tmp_689dy1n.mozrunner\\minidumps\\668739bd-7da0-49c5-978a-67cd034e95bd.dmp'
[task 2023-10-12T23:20:09.070Z] 23:20:09     INFO -  TEST-START | testing/marionette/harness/marionette_harness/tests/unit/test_crash.py TestCrashInTearDown.test_crash_in_teardown
[task 2023-10-12T23:20:09.070Z] 23:20:09     INFO -  Application command: Z:\task_169714912795942\build\application\firefox\firefox.exe -no-remote -marionette --wait-for-browser -profile C:\Users\task_169714912795942\AppData\Local\Temp\tmp_689dy1n.mozrunner
[task 2023-10-12T23:20:09.267Z] 23:20:09     INFO -  DEBUG: Adding blocker AddonManager: shutting down. for phase profile-before-change
[task 2023-10-12T23:20:09.298Z] 23:20:09     INFO -  DEBUG: Adding blocker IOUtils Blocker (profile-before-change) for phase profile-before-change
[task 2023-10-12T23:20:09.300Z] 23:20:09     INFO -  DEBUG: Adding blocker IOUtils Blocker (profile-before-change-telemetry) for phase profile-before-change-telemetry
[task 2023-10-12T23:20:09.300Z] 23:20:09     INFO -  DEBUG: Adding blocker IOUtils Blocker (profile-before-change) for phase IOUtils: waiting for sendTelemetry IO to complete
[task 2023-10-12T23:20:09.300Z] 23:20:09     INFO -  DEBUG: Adding blocker IOUtils Blocker (xpcom-will-shutdown) for phase xpcom-will-shutdown
[task 2023-10-12T23:20:09.300Z] 23:20:09     INFO -  DEBUG: Adding blocker IOUtils Blocker (profile-before-change-telemetry) for phase IOUtils: waiting for xpcomWillShutdown IO to complete
[task 2023-10-12T23:20:09.303Z] 23:20:09     INFO -  DEBUG: Adding blocker XPIProvider shutdown for phase quit-application-granted
[task 2023-10-12T23:20:09.304Z] 23:20:09     INFO -  DEBUG: Adding blocker XPIProvider for phase AddonManager: Waiting for providers to shut down.
[task 2023-10-12T23:20:09.304Z] 23:20:09     INFO -  DEBUG: Adding blocker ServiceWorkerRegistrar: Flushing data for phase profile-before-change
[task 2023-10-12T23:20:09.306Z] 23:20:09     INFO -  DEBUG: Adding blocker CrashMonitor: Writing notifications to file after receiving profile-before-change and awaiting all checkpoints written for phase IOUtils: waiting for profileBeforeChange IO to complete
[task 2023-10-12T23:20:09.317Z] 23:20:09     INFO -  DEBUG: Adding blocker TelemetryController: shutting down for phase IOUtils: waiting for sendTelemetry IO to complete
[task 2023-10-12T23:20:09.361Z] 23:20:09     INFO -  DEBUG: Adding blocker EnvironmentAddonBuilder for phase AddonManager: Waiting to start provider shutdown.
[task 2023-10-12T23:20:09.373Z] 23:20:09     INFO -  DEBUG: Adding blocker RemoteSettingsClient - finish IDB access. for phase profile-before-change
[task 2023-10-12T23:20:09.381Z] 23:20:09     INFO -  DEBUG: Adding blocker TerminatoryTelemetry: Waiting to submit telemetry for phase IOUtils: waiting for sendTelemetry IO to complete
[task 2023-10-12T23:20:09.383Z] 23:20:09     INFO -  1697152809382	Marionette	INFO	Marionette enabled
[task 2023-10-12T23:20:09.384Z] 23:20:09     INFO -  1697152809384	Marionette	TRACE	Received observer notification final-ui-startup
[task 2023-10-12T23:20:09.423Z] 23:20:09     INFO -  DEBUG: Adding blocker UserIdleBlocker for phase quit-application-granted
[task 2023-10-12T23:20:09.439Z] 23:20:09     INFO -  DEBUG: Adding blocker PermissionManager: Flushing data for phase xpcom-will-shutdown
[task 2023-10-12T23:20:09.456Z] 23:20:09     INFO -  1697152809456	Marionette	INFO	Listening on port 2828
[task 2023-10-12T23:20:09.456Z] 23:20:09     INFO -  1697152809456	Marionette	DEBUG	Marionette is listening
[task 2023-10-12T23:20:09.467Z] 23:20:09     INFO -  DEBUG: Adding blocker ClientManagerService: start destroying IPC actors early for phase xpcom-will-shutdown
[task 2023-10-12T23:20:09.476Z] 23:20:09     INFO -  DEBUG: Adding blocker Flush WebExtension StartupCache for phase IOUtils: waiting for profileBeforeChange IO to complete
[task 2023-10-12T23:20:09.563Z] 23:20:09     INFO -  DEBUG: Adding blocker MediaShutdownManager: shutdown for phase profile-before-change
[task 2023-10-12T23:20:09.594Z] 23:20:09     INFO -  1697152809603	Marionette	DEBUG	Accepted connection 0 from 127.0.0.1:55336
[task 2023-10-12T23:20:09.612Z] 23:20:09     INFO -  DEBUG: Adding blocker Remote Settings profile-before-change for phase profile-before-change
[task 2023-10-12T23:20:09.621Z] 23:20:09     INFO -  1697152809621	Marionette	DEBUG	Closed connection 0
[task 2023-10-12T23:20:09.719Z] 23:20:09     INFO -  1697152809725	Marionette	DEBUG	Accepted connection 1 from 127.0.0.1:55339
[task 2023-10-12T23:20:09.750Z] 23:20:09     INFO -  1697152809760	Marionette	DEBUG	Closed connection 1
[task 2023-10-12T23:20:09.766Z] 23:20:09     INFO -  1697152809766	Marionette	DEBUG	Accepted connection 2 from 127.0.0.1:55340
[task 2023-10-12T23:20:09.767Z] 23:20:09     INFO -  console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 399))
[task 2023-10-12T23:20:09.768Z] 23:20:09     INFO -  console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 399))
[task 2023-10-12T23:20:09.797Z] 23:20:09     INFO -  DEBUG: Adding blocker ContentParent: id=1b756400 for phase xpcom-will-shutdown
[task 2023-10-12T23:20:09.809Z] 23:20:09     INFO -  DEBUG: Adding blocker ContentParent: id=1b756400 for phase profile-before-change
[task 2023-10-12T23:20:09.809Z] 23:20:09     INFO -  DEBUG: Adding blocker ContentParent: id=1b756400 for phase quit-application-granted
[task 2023-10-12T23:20:09.820Z] 23:20:09     INFO -  DEBUG: Adding blocker SitePermsAddonProvider for phase AddonManager: Waiting for providers to shut down.
[task 2023-10-12T23:20:09.821Z] 23:20:09     INFO -  DEBUG: Adding blocker GMPProvider for phase AddonManager: Waiting for providers to shut down.
[task 2023-10-12T23:20:09.891Z] 23:20:09     INFO -  DEBUG: Adding blocker ServiceWorkerShutdownBlocker: shutting down Service Workers for phase profile-change-teardown
[task 2023-10-12T23:20:09.910Z] 23:20:09     INFO -  1697152809920	Marionette	DEBUG	2 -> [0,1,"WebDriver:NewSession",{"strictFileInteractability":true}]
[task 2023-10-12T23:20:09.923Z] 23:20:09     INFO -  1697152809923	Marionette	DEBUG	Waiting for initial application window
[task 2023-10-12T23:20:10.000Z] 23:20:10     INFO -  console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 399))
[task 2023-10-12T23:20:10.014Z] 23:20:10     INFO -  DEBUG: Adding blocker CookieBannerDomainPrefService: write content pref before profile-before-change. for phase profile-before-change
[task 2023-10-12T23:20:10.015Z] 23:20:10     INFO -  DEBUG: Adding blocker Sqlite.sys.mjs shutdown blocker for phase profile-before-change
[task 2023-10-12T23:20:10.016Z] 23:20:10     INFO -  DEBUG: Adding blocker content-prefs.sqlite#0: waiting for shutdown for phase Sqlite.sys.mjs: wait until all connections are closed
[task 2023-10-12T23:20:10.016Z] 23:20:10     INFO -  DEBUG: Adding blocker Closing ContentPrefService2 connection. for phase Sqlite.sys.mjs: wait until all clients have completed their task
[task 2023-10-12T23:20:10.031Z] 23:20:10     INFO -  DEBUG: Adding blocker Transaction (0) for phase content-prefs.sqlite#0: waiting for clients
[task 2023-10-12T23:20:10.031Z] 23:20:10     INFO -  DEBUG: Adding blocker Transaction (1) for phase content-prefs.sqlite#0: waiting for clients
[task 2023-10-12T23:20:10.034Z] 23:20:10     INFO -  DEBUG: Completed blocker Transaction (0) for phase content-prefs.sqlite#0: waiting for clients
[task 2023-10-12T23:20:10.038Z] 23:20:10     INFO -  DEBUG: Completed blocker Transaction (1) for phase content-prefs.sqlite#0: waiting for clients
[task 2023-10-12T23:20:10.815Z] 23:20:10     INFO -  DEBUG: Adding blocker ContentParent: id=1ce1f000 for phase xpcom-will-shutdown
[task 2023-10-12T23:20:10.817Z] 23:20:10     INFO -  DEBUG: Adding blocker ContentParent: id=1ce1f000 for phase profile-before-change
[task 2023-10-12T23:20:10.817Z] 23:20:10     INFO -  DEBUG: Adding blocker ContentParent: id=1ce1f000 for phase quit-application-granted
[task 2023-10-12T23:20:10.831Z] 23:20:10     INFO -  DEBUG: Adding blocker ContentParent: id=1ce1f300 for phase xpcom-will-shutdown
[task 2023-10-12T23:20:10.832Z] 23:20:10     INFO -  DEBUG: Adding blocker ContentParent: id=1ce1f300 for phase profile-before-change
<...>
[task 2023-10-12T23:20:14.121Z] 23:20:14     INFO -  console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 399))
[task 2023-10-12T23:20:14.138Z] 23:20:14     INFO -  console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 399))
[task 2023-10-12T23:20:14.142Z] 23:20:14     INFO -  console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 399))
[task 2023-10-12T23:20:14.150Z] 23:20:14     INFO -  console.error: (new Error("Unexpected content-type \"text/plain;charset=US-ASCII\"", "resource://services-settings/Utils.sys.mjs", 399))
[task 2023-10-12T23:20:14.162Z] 23:20:14     INFO -  DEBUG: Adding blocker JSON store: writing data for 'addonStartup' for phase AddonManager: Waiting for providers to shut down.
[task 2023-10-12T23:20:14.199Z] 23:20:14     INFO -  DEBUG: Adding blocker DownloadAutoSaveView: writing data for phase profile-before-change
[task 2023-10-12T23:20:14.245Z] 23:20:14     INFO -  1697152814254	Marionette	TRACE	Received observer notification browser-idle-startup-tasks-finished
[task 2023-10-12T23:20:14.255Z] 23:20:14     INFO -  DEBUG: Adding blocker ScriptPreloader: Saving bytecode cache for phase xpcom-will-shutdown
[task 2023-10-12T23:20:14.259Z] 23:20:14     INFO -  1697152814258	RemoteAgent	TRACE	[3] ProgressListener Start: expectNavigation=false resolveWhenStarted=false unloadTimeout=5000 waitForExplicitStart=false
[task 2023-10-12T23:20:14.259Z] 23:20:14     INFO -  1697152814259	RemoteAgent	TRACE	[3] ProgressListener Setting unload timer (5000ms)
[task 2023-10-12T23:20:14.259Z] 23:20:14     INFO -  1697152814259	RemoteAgent	TRACE	[3] Document already finished loading: about:blank
[task 2023-10-12T23:20:14.259Z] 23:20:14     INFO -  1697152814259	RemoteAgent	TRACE	[3] ProgressListener Stop: has error=false
[task 2023-10-12T23:20:14.268Z] 23:20:14     INFO -  1697152814267	Marionette	DEBUG	1 <- [1,1,null,{"sessionId":"bd09d69c-59a0-44de-b0e5-48de6b3a3b2d","capabilities":{"browserName":"firefox","browserVersion":"120.0a1","platformName":"windows","acceptInsecureCerts":false,"pageLoadStrategy":"normal","setWindowRect":true,"timeouts":{"implicit":0,"pageLoad":300000,"script":30000},"strictFileInteractability":true,"unhandledPromptBehavior":"dismiss and notify","moz:accessibilityChecks":false,"moz:buildID":"20231012211841","moz:headless":false,"moz:platformVersion":"10.0","moz:processID":9540,"moz:profile":"C:\\Users\\task_169714912795942\\AppData\\Local\\Temp\\tmp_689dy1n.mozrunner","moz:shutdownTimeout":60000,"moz:webdriverClick":true,"moz:windowless":false,"proxy":{}}}]
[task 2023-10-12T23:20:14.279Z] 23:20:14     INFO -  1697152814288	Marionette	DEBUG	1 -> [0,2,"Marionette:GetContext",{}]
[task 2023-10-12T23:20:14.289Z] 23:20:14     INFO -  1697152814288	Marionette	DEBUG	1 <- [1,2,null,{"value":"content"}]
[task 2023-10-12T23:20:14.290Z] 23:20:14     INFO -  1697152814291	Marionette	DEBUG	1 -> [0,3,"Marionette:SetContext",{"value":"chrome"}]
[task 2023-10-12T23:20:14.292Z] 23:20:14     INFO -  1697152814292	Marionette	DEBUG	1 <- [1,3,null,{"value":null}]
[task 2023-10-12T23:20:14.294Z] 23:20:14     INFO -  1697152814294	Marionette	DEBUG	1 -> [0,4,"WebDriver:TakeScreenshot",{"id":null,"full":true,"hash":false,"scroll":true}]
[task 2023-10-12T23:20:14.302Z] 23:20:14     INFO -  1697152814302	RemoteAgent	TRACE	WebDriverProcessData actor created for PID 9540
[task 2023-10-12T23:20:14.303Z] 23:20:14     INFO -  1697152814303	Marionette	TRACE	[1] MarionetteCommands actor created for window id 2
[task 2023-10-12T23:20:14.370Z] 23:20:14     INFO -  1697152814371	Marionette	DEBUG	1 <- [1,4,null,{"value":"iVBORw0KGgoAAAANSUhEUgAABQAAAAPQCAYAAABpCtbiAAAgAElEQVR4XuzdCbRkZXUv8K+hu+luJgVMUIaAAmLCJAHBhxo1ujS4ovjimKBPUWPExKhxfC+OvLUUY ... ECBAgQIAAAQIECBAgQIAAAQIEooADMIKJEyBAgAABAgQIECBAgAABAgQIEHgScAA+raUrAQIECBAgQIAAAQIECBAgQIAAgSgwlLbFeWZfCDEAAAAASUVORK5CYII="}]
[task 2023-10-12T23:20:14.375Z] 23:20:14     INFO -  1697152814375	Marionette	DEBUG	1 -> [0,5,"Marionette:SetContext",{"value":"content"}]
[task 2023-10-12T23:20:14.375Z] 23:20:14     INFO -  1697152814375	Marionette	DEBUG	1 <- [1,5,null,{"value":null}]
[task 2023-10-12T23:20:14.376Z] 23:20:14     INFO -  1697152814376	Marionette	DEBUG	1 -> [0,6,"Marionette:GetContext",{}]
[task 2023-10-12T23:20:14.376Z] 23:20:14     INFO -  1697152814376	Marionette	DEBUG	1 <- [1,6,null,{"value":"content"}]
[task 2023-10-12T23:20:14.378Z] 23:20:14     INFO -  1697152814378	Marionette	DEBUG	1 -> [0,7,"Marionette:SetContext",{"value":"content"}]
[task 2023-10-12T23:20:14.378Z] 23:20:14     INFO -  1697152814378	Marionette	DEBUG	1 <- [1,7,null,{"value":null}]
[task 2023-10-12T23:20:14.380Z] 23:20:14     INFO -  1697152814380	Marionette	DEBUG	1 -> [0,8,"WebDriver:GetPageSource",{}]
[task 2023-10-12T23:20:14.383Z] 23:20:14     INFO -  1697152814383	RemoteAgent	TRACE	WebDriverProcessData actor created for PID 6836
[task 2023-10-12T23:20:14.384Z] 23:20:14     INFO -  1697152814384	Marionette	TRACE	[3] MarionetteCommands actor created for window id 4294967297
[task 2023-10-12T23:20:14.386Z] 23:20:14     INFO -  1697152814386	Marionette	DEBUG	1 <- [1,8,null,{"value":"<html><head></head><body></body></html>"}]
[task 2023-10-12T23:20:14.387Z] 23:20:14     INFO -  1697152814387	Marionette	DEBUG	1 -> [0,9,"Marionette:SetContext",{"value":"content"}]
[task 2023-10-12T23:20:14.387Z] 23:20:14     INFO -  1697152814387	Marionette	DEBUG	1 <- [1,9,null,{"value":null}]
[task 2023-10-12T23:20:14.389Z] 23:20:14    ERROR -  TEST-UNEXPECTED-ERROR | testing/marionette/harness/marionette_harness/tests/unit/test_crash.py TestCrashInTearDown.test_crash_in_teardown | AssertionError: 2 != 1
[task 2023-10-12T23:20:14.389Z] 23:20:14     INFO -  Traceback (most recent call last):
[task 2023-10-12T23:20:14.390Z] 23:20:14     INFO -    File "Z:\task_169714912795942\build\venv\lib\site-packages\marionette_harness\marionette_test\testcases.py", line 230, in run
[task 2023-10-12T23:20:14.390Z] 23:20:14     INFO -      self.tearDown()
[task 2023-10-12T23:20:14.390Z] 23:20:14     INFO -    File "Z:\task_169714912795942\build\tests\marionette\tests\testing\marionette\harness\marionette_harness\tests\unit\test_crash.py", line 204, in tearDown
[task 2023-10-12T23:20:14.390Z] 23:20:14     INFO -      self.assertEqual(self.marionette.crashed, 1)
[task 2023-10-12T23:20:14.390Z] 23:20:14     INFO -  TEST-INFO took 5322ms
[task 2023-10-12T23:20:14.390Z] 23:20:14     INFO -  1697152814390	Marionette	DEBUG	1 -> [0,10,"WebDriver:DeleteSession",{}]
[task 2023-10-12T23:20:14.391Z] 23:20:14     INFO -  1697152814390	Marionette	TRACE	[1] MarionetteCommands actor destroyed for window id 2
[task 2023-10-12T23:20:14.391Z] 23:20:14     INFO -  1697152814391	Marionette	TRACE	[3] MarionetteCommands actor destroyed for window id 4294967297
[task 2023-10-12T23:20:14.392Z] 23:20:14     INFO -  1697152814392	Marionette	DEBUG	1 <- [1,10,null,{"value":null}]
[task 2023-10-12T23:20:14.393Z] 23:20:14     INFO -  1697152814393	Marionette	DEBUG	Closed connection 1
[task 2023-10-12T23:20:14.982Z] 23:20:14     INFO -  DEBUG: Adding blocker ContentParent: id=20728500 for phase xpcom-will-shutdown
[task 2023-10-12T23:20:14.984Z] 23:20:14     INFO -  DEBUG: Adding blocker ContentParent: id=20728500 for phase profile-before-change
[task 2023-10-12T23:20:14.984Z] 23:20:14     INFO -  DEBUG: Adding blocker ContentParent: id=20728500 for phase quit-application-granted
[task 2023-10-12T23:20:15.343Z] 23:20:15     INFO -  DEBUG: Completed blocker TerminatoryTelemetry: Waiting to submit telemetry for phase IOUtils: waiting for sendTelemetry IO to complete
[task 2023-10-12T23:20:24.492Z] 23:20:24     INFO -  TEST-START | testing/marionette/harness/marionette_harness/tests/unit/test_data_driven.py TestDataDriven.test_marionette_test_case_is_parameterizable
Attachment #9387567 - Attachment is obsolete: true
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: