-
Notifications
You must be signed in to change notification settings - Fork 22
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
panic: runtime error: slice bounds out of range [:18] with capacity 17 #2
Comments
Hi Jeff. Thank you for reporting. It is definitely a bug, let us discover the issue. We will get back soon |
Were in your config any other transformers listed in that release note? If allowed, please attach all the transformers that were applied to the transformed table, it can be just a list of transformers without parameters and column names. |
I use the following transformers on that table:
* RandomString
* RandomEmail
* SetNull (x2)
From: Vadim Voitenko ***@***.***>
Date: Monday, January 29, 2024 at 4:09 PM
To: GreenmaskIO/greenmask ***@***.***>
Cc: Jefferey Sutherland ***@***.***>, Mention ***@***.***>
Subject: Re: [GreenmaskIO/greenmask] panic: runtime error: slice bounds out of range [:18] with capacity 17 (Issue #2)
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
@jeffsutherland-bluesky<https://github.com/jeffsutherland-bluesky>
Were in your config any other transformers listed in that release note?
https://github.com/GreenmaskIO/greenmask/releases/tag/v0.1.1
If allowed, please attach all the transformers that were applied to the transformed table, it can be just a list of transformers without parameters and column names.
—
Reply to this email directly, view it on GitHub<#2 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BAW5WWF5SKMGGW62AN3IY5LYRAT3FAVCNFSM6AAAAABCQHU27SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJVG4ZTIOJRHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
…________________________________
This email has been scanned for spam and viruses by Proofpoint Essentials. Click here<https://us2.proofpointessentials.com/app/report_spam.php?mod_id=11&mod_option=logitem&report=1&type=easyspam&k=k1&payload=53616c7465645f5fad2d7110a96c48474bbcea93c4536b0b42c34eb7793cef8efaf40e813afe2da0750c1dcb770c78ee751e05c38f81af070cd155f94ec15776bc235a248386c760795fb6ca69754da7b892a5729b8543aece67e59ffe35252cd4ab6f1530abdec5b756d4784df6f79578e04f2c9e962e7fc767c2d67e5fbd2a2336e27e82d923eef7a5e02f709788b4ae5694dfd0b23b2144c34685a3d56ba1> to report this email as spam.
|
Jeff, we found an issue and fixed it. The new release going to be published in a few hours. Thank you for your report. |
@jeffsutherland-bluesky the bug is resolved now. Please update your Greenmask util to the latest or pull the latest Docker image |
I am getting the following error when I use the RandomString transfomer:
My configuration looks like this:
When I comment out that section, the script runs fine. When I include it back, the script fails.
I am using Postgres 12.10-alpine running in Docker on macOS 14.2.1
Can you help me resolve this?
Thank you.
The text was updated successfully, but these errors were encountered: