-
Notifications
You must be signed in to change notification settings - Fork 123
shellrecorder: fail if writing outside of /tests #1887
Comments
As discussed, only |
This update addresses issue ElektraInitiative#1887.
This update addresses issue ElektraInitiative#1887.
This update addresses issue ElektraInitiative#1887.
This update addresses issue ElektraInitiative#1887.
This update addresses issue ElektraInitiative#1887.
This update addresses issue ElektraInitiative#1887.
This update addresses issue ElektraInitiative#1887.
This update addresses issue ElektraInitiative#1887.
This update addresses issue ElektraInitiative#1887.
This update addresses issue ElektraInitiative#1887.
This update addresses issue ElektraInitiative#1887.
This update addresses issue ElektraInitiative#1887.
While this update will **not** catch every occurrence of test code that saves data outside of `/tests`, it should handle most cases without adding to much overhead. This commit addresses issue ElektraInitiative#1887.
This update addresses issue ElektraInitiative#1887.
While this update will **not** catch every occurrence of test code that saves data outside of `/tests`, it should handle most cases without adding to much overhead. This commit addresses issue ElektraInitiative#1887.
This update addresses issue ElektraInitiative#1887.
While this update will **not** catch every occurrence of test code that saves data outside of `/tests`, it should handle most cases without adding to much overhead. This commit addresses issue ElektraInitiative#1887.
The next step would be to let the shell recorder fail if data outside of /tests is accessed. |
I mark this issue stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping the issue by writing a message here or create a new issue with the remainder of this issue. |
I closed this issue now because it has been inactive for more than one year. If I closed it by mistake, please do not hesitate to reopen it or create a new issue with the remainder of this issue. |
I mark this issue stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping the issue by writing a message here or create a new issue with the remainder of this issue. |
I mark this stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping by writing a message here or create a new issue with the remainder of this issue. |
I closed this now because it has been inactive for more than one year. If I closed it by mistake, please do not hesitate to reopen it or create a new issue with the remainder of this issue. |
Although TESTING.md clearly defines that only
/tests/<testname>
is allowed for writing, quite some tutorials, plugins, tests do differently. Following Elektra paths seem to be used:/tests
see some shell recorder tests fail #1816The text was updated successfully, but these errors were encountered: