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
curl -s "http://localhost:$PORT/?q=$PATTERN"| sed -e 's/},{/\n/g'| grep tep.tep_die | grep -q '"is_leaf":true'|| failure "tep.tep_die should be a leaf"
curl -s "http://localhost:$PORT/?q=$PATTERN"| sed -e 's/},{/\n/g'| grep tep.tep_live | grep -q '"is_leaf":false'|| failure "tep.tep_live should not be a leaf"