-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnitTests: Early exit in some tests scripts #306
Comments
bschmalhofer
added a commit
that referenced
this issue
Aug 6, 2020
Get rid of one intermediate container.
bschmalhofer
added a commit
that referenced
this issue
Aug 6, 2020
bschmalhofer
added a commit
that referenced
this issue
Aug 6, 2020
bschmalhofer
added a commit
that referenced
this issue
Aug 6, 2020
…:RPC. See bin/psgi-bin/otobo.psgi
bschmalhofer
added a commit
that referenced
this issue
Aug 6, 2020
bschmalhofer
added a commit
that referenced
this issue
Aug 6, 2020
Also add some diagnostics. Also check for non-existing dirs.
bschmalhofer
added a commit
that referenced
this issue
Aug 6, 2020
Issue #306: don't bail out when a module can't be loaded
Two of the cases have been handled. The othere two cases will be fixed with #213 . Closing |
bschmalhofer
added a commit
that referenced
this issue
Oct 6, 2020
Keep in sync with otobo.psgi source: 'message'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example:
Currently there are four cases:
scripts/test/CPAN/SOAPLite.t Solution: Core => OTOBO::RPC
scripts/test/ObjectManager/Can.t Solution: test script bailed out when there were compile errors
scripts/test/SysConfig/ConfigurationMigratePackage.t No solution yet: See Kernel/System/SysConfig/Migration.pm does not compile #213
scripts/test/SysConfig/ConfigurationMigrateXMLStructure.t No solution yet: See Kernel/System/SysConfig/Migration.pm does not compile #213
The text was updated successfully, but these errors were encountered: