-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Issue-#171-Exclude-Libraries-Spaces' of https://github.…
…com/damies13/rfswarm into Issue-#171-Exclude-Libraries-Spaces
- Loading branch information
Showing
44 changed files
with
1,769 additions
and
1,406 deletions.
There are no files selected for viewing
Binary file modified
BIN
+1.14 MB
(220%)
Tests/Regression/Manager/Logs/macos-latest_3.11/Manager.GUIBasic-screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.41 MB
(310%)
Tests/Regression/Manager/Logs/macos-latest_3.11/Manager.GUIBasic-screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.4 MB
(300%)
Tests/Regression/Manager/Logs/macos-latest_3.11/Manager.GUIBasic-screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.43 MB
(310%)
Tests/Regression/Manager/Logs/macos-latest_3.11/Manager.GUIBasic-screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.42 MB
(310%)
Tests/Regression/Manager/Logs/macos-latest_3.11/Manager.GUIBasic-screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.42 MB
(310%)
Tests/Regression/Manager/Logs/macos-latest_3.11/Manager.GUIBasic-screenshot-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-704 KB
Tests/Regression/Manager/Logs/macos-latest_3.11/Manager.GUIBasic-screenshot-7.png
Binary file not shown.
445 changes: 355 additions & 90 deletions
445
Tests/Regression/Manager/Logs/macos-latest_3.11/log.html
Large diffs are not rendered by default.
Oops, something went wrong.
577 changes: 319 additions & 258 deletions
577
Tests/Regression/Manager/Logs/macos-latest_3.11/output.xml
Large diffs are not rendered by default.
Oops, something went wrong.
459 changes: 371 additions & 88 deletions
459
Tests/Regression/Manager/Logs/macos-latest_3.11/report.html
Large diffs are not rendered by default.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
Tests/Regression/Manager/Logs/macos-latest_3.11/stderr.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +0,0 @@ | ||
Exception in Tkinter callback | ||
Traceback (most recent call last): | ||
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/tkinter/__init__.py", line 1948, in __call__ | ||
return self.func(*args) | ||
^^^^^^^^^^^^^^^^ | ||
File "/Users/runner/work/rfswarm/rfswarm/rfswarm_manager/rfswarm.py", line 5845, in sr_test_validate | ||
tol = self.scriptgrid.grid_slaves(column=self.plancoltst, row=r)[0] | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ | ||
IndexError: list index out of range | ||
Exception in Tkinter callback | ||
Traceback (most recent call last): | ||
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/tkinter/__init__.py", line 1948, in __call__ | ||
return self.func(*args) | ||
^^^^^^^^^^^^^^^^ | ||
File "/Users/runner/work/rfswarm/rfswarm/rfswarm_manager/rfswarm.py", line 3330, in on_closing | ||
core.on_closing() | ||
^^^^ | ||
NameError: name 'core' is not defined | ||
Traceback (most recent call last): | ||
File "/Users/runner/work/rfswarm/rfswarm/rfswarm_manager/rfswarm.py", line 6992, in <module> | ||
core = RFSwarmCore() | ||
^^^^^^^^^^^^^ | ||
File "/Users/runner/work/rfswarm/rfswarm/rfswarm_manager/rfswarm.py", line 2263, in __init__ | ||
self.BuildCore() | ||
File "/Users/runner/work/rfswarm/rfswarm/rfswarm_manager/rfswarm.py", line 2280, in BuildCore | ||
self.BuildCorePlan() | ||
File "/Users/runner/work/rfswarm/rfswarm/rfswarm_manager/rfswarm.py", line 2523, in BuildCorePlan | ||
base.addScriptRow() | ||
File "/Users/runner/work/rfswarm/rfswarm/rfswarm_manager/rfswarm.py", line 1700, in addScriptRow | ||
base.gui.addScriptRow() | ||
File "/Users/runner/work/rfswarm/rfswarm/rfswarm_manager/rfswarm.py", line 5581, in addScriptRow | ||
self.sg_canvas.config(scrollregion=self.sg_canvas.bbox("all")) | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/tkinter/__init__.py", line 2787, in bbox | ||
self.tk.call((self._w, 'bbox') + args)) or None | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
_tkinter.TclError: invalid command name ".!rfswarmgui.!notebook.!frame.!frame2.!canvas" | ||
Exception in thread Thread-7 (pln_update_graph): | ||
Traceback (most recent call last): | ||
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038, in _bootstrap_inner | ||
self.run() | ||
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975, in run | ||
self._target(*self._args, **self._kwargs) | ||
File "/Users/runner/work/rfswarm/rfswarm/rfswarm_manager/rfswarm.py", line 5488, in pln_update_graph | ||
self.canvas.draw() | ||
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/matplotlib/backends/backend_tkagg.py", line 11, in draw | ||
self.blit() | ||
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/matplotlib/backends/backend_tkagg.py", line 14, in blit | ||
_backend_tk.blit(self._tkphoto, self.renderer.buffer_rgba(), | ||
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/matplotlib/backends/_backend_tk.py", line 116, in blit | ||
photoimage.tk.call(_blit_tcl_name, argsid) | ||
RuntimeError: main thread is not in main loop | ||
Exception ignored in: <function Variable.__del__ at 0x1037013a0> | ||
Traceback (most recent call last): | ||
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/tkinter/__init__.py", line 410, in __del__ | ||
if self._tk.getboolean(self._tk.call("info", "exists", self._name)): | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
RuntimeError: main thread is not in main loop | ||
Exception ignored in: <module 'threading' from '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py'> | ||
Traceback (most recent call last): | ||
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1583, in _shutdown | ||
lock.acquire() | ||
TypeError: RFSwarmGUI.on_closing() takes from 1 to 2 positional arguments but 3 were given | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
Robot Framework Swarm: Manager | ||
Version 1.1.5 | ||
Configuration File: /Users/runner/work/rfswarm/rfswarm/rfswarm_manager/RFSwarmManager.ini | ||
Binary file modified
BIN
-15 Bytes
(100%)
Tests/Regression/Manager/Logs/ubuntu-latest_3.10/Manager.GUIBasic-screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-70 Bytes
(100%)
Tests/Regression/Manager/Logs/ubuntu-latest_3.10/Manager.GUIBasic-screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+121 Bytes
(100%)
Tests/Regression/Manager/Logs/ubuntu-latest_3.10/Manager.GUIBasic-screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+357 Bytes
(100%)
Tests/Regression/Manager/Logs/ubuntu-latest_3.10/Manager.GUIBasic-screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+30 Bytes
(100%)
Tests/Regression/Manager/Logs/ubuntu-latest_3.10/Manager.GUIBasic-screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
387 changes: 170 additions & 217 deletions
387
Tests/Regression/Manager/Logs/ubuntu-latest_3.10/output.xml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+71 Bytes
(100%)
Tests/Regression/Manager/Logs/ubuntu-latest_3.7/Manager.GUIBasic-screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+112 Bytes
(100%)
Tests/Regression/Manager/Logs/ubuntu-latest_3.7/Manager.GUIBasic-screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-19 Bytes
(100%)
Tests/Regression/Manager/Logs/ubuntu-latest_3.7/Manager.GUIBasic-screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+184 Bytes
(100%)
Tests/Regression/Manager/Logs/ubuntu-latest_3.7/Manager.GUIBasic-screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-13 Bytes
(100%)
Tests/Regression/Manager/Logs/ubuntu-latest_3.7/Manager.GUIBasic-screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.