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
Description:
The ListTestCase interface throws a 500 exception when a test resource yaml file other than the one created exists in the atest directory.
Repro steps:
git pull repo
go build -o atest main.go
./atest server
access front page and new create test resource.
then click node.
Note: If there are privacy concerns, sanitize the data prior to
caused by the presence of yaml files other than the test resource file in the atest executable directory.
The text was updated successfully, but these errors were encountered:
Description:
The ListTestCase interface throws a 500 exception when a test resource yaml file other than the one created exists in the atest directory.
Repro steps:
caused by the presence of yaml files other than the test resource file in the atest executable directory.
The text was updated successfully, but these errors were encountered: