You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Integration testing
Scheduled releases
Describe the solution you'd like
We can create a integration step where it will run a dryrun on my plex and jellyfin servers with 2 test users to validate that it is outputting what i would expect it to output. We might need to add in a new logging variable so it only spits out things like what it is marking so we can do a comparison with what we would expect without all the other fluff since it will just complicate the validation. We might need to add in a python script for actually testing and checking that the items that should be in the log are there. The ordering might be random due to the marking being threaded/async so we can not do a simple text comparison and would instead have to be for line checks and only be successful if all the lines are in it.
We might also want to do weekly releases so the base image can be updated regularly even if there are no commits to the project to prevent any security issues in the images lingering.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
We can create a integration step where it will run a dryrun on my plex and jellyfin servers with 2 test users to validate that it is outputting what i would expect it to output. We might need to add in a new logging variable so it only spits out things like what it is marking so we can do a comparison with what we would expect without all the other fluff since it will just complicate the validation. We might need to add in a python script for actually testing and checking that the items that should be in the log are there. The ordering might be random due to the marking being threaded/async so we can not do a simple text comparison and would instead have to be for line checks and only be successful if all the lines are in it.
We might also want to do weekly releases so the base image can be updated regularly even if there are no commits to the project to prevent any security issues in the images lingering.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: