We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cda47 commit b7901f3Copy full SHA for b7901f3
1 file changed
scripts/e2e-test.sh
@@ -399,8 +399,8 @@ EOF
399
-u root -p root --ns airbyte --db airbyte 2>/dev/null || echo "[[]]")
400
401
if echo "$data_check" | grep -q "\[\[\]\]" || [ -z "$data_check" ]; then
402
- log_warning "No data found in SurrealDB, but sync job completed successfully"
403
- log_info "This might be expected if the test dataset is empty or the table name is different"
+ log_error "No data found in SurrealDB, but sync job completed successfully"
+ exit 1
404
else
405
log_success "Data successfully synced to SurrealDB!"
406
echo "Sample data:"
0 commit comments