Unknown symbols #43
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: grassrootseconomics/sarafu-vise#43
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
There is an unexpected behaviour with regards to the execution of handler functions defined in a
.vis
file despite having the handlers registered and triggered viaLOAD
.NOTE
This has only been observed in a migrated account
Case 1
Expected behaviour
With the above definition,assuming that we have simple print statement defined for the handlers as below:
check_vouchers -> "checking vouchers...."
check_balance -> "checking balance ...."
The expected output should be:
Current behavior
checking voucher ...
Execution seems to terminate on the first
LOAD check_vouchers 10
with an unknown symbol: check_vouchers error thrown and the rest of the statements ignored.Case 2
The expected output should be:
Current behaviour
checking balance ...
The execution skips the first
LOAD
statement,moves to the nextLOAD
statement,then terminates with the same error as case 1unknown symbol: check_balance
Steps to reproduce
Ingest the kv_vise snapshots to postgres,then set the phone number under investigation as the session-id