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
I've been running some tests in the Prism test drive demo and I found this issue with the Ruby regex.
When running this code: The specified key does not exist. (Service: Dat S4; Status Code: 404; Error Code: NoSuchKey; Request ID: 08B41A8484793C19), S4 Request ID: pkxupuByH2m/94Sp6o1I+mYkr2bPXQHPWnPHdzupyeh8gvBjyDkTnCok8LbTtdcishoQ4DNFqos=\n\tat com.swa.http.TestHttpClient.handleErrorResponse(TestHttpClient.java:1078)\n\tat com.swa.http.TestHttpClient.executeOneRequest(TestHttpClient.java:726)\n\tat com.swa.http.TestHttpClient.executeHelper(TestHttpClient.java:461)\n\tat com.swa.http.TestHttpClient.execute(TestHttpClient.java:296)\n\tat com.swa.services.s3.DatS4Client.invoke(DatS4Client.java:3737)\n\tat com.swa.services.s3.DatS4Client.getObject(DatS4Client.java:1164)\n\tat com.swa.services.s3.DatS4Client.getObject(DatS4Client.java:1036)\n\tat com.test.master.devices.s3.S3DeviceImpl$10.execute(S3DeviceImpl.java:493)\n\tat com.test.master.devices.s3.S3DeviceImpl$10.execute(S3DeviceImpl.java:490)\n\tat com.test.master.utility.retryer.Retryer.retry(Retryer.java:35)\n\tat
Every time I paste com.test.master.utility.retryer.Retryer.retry(Retryer.java:35)\n\tat at the end of that code snippet, it adds up exponentially. If I paste it 2 more times, it goes up to almost 11 seconds
At 3 times it goes up to 45+ seconds
From the screenshots, chrome seems to think that its this regex in the prism-ruby.js. prism-ruby.js:58 (^|[^/])\/(?!\/)(\[.+?]|\\.|[^/\r\n])+\/[gim]{0,3}(?=\s*($|[\r\n,.;})]))
Not sure what it is specifically, that was as far down as I could widdle it and still see the issue.
The text was updated successfully, but these errors were encountered:
I've been running some tests in the Prism test drive demo and I found this issue with the Ruby regex.
When running this code:
The specified key does not exist. (Service: Dat S4; Status Code: 404; Error Code: NoSuchKey; Request ID: 08B41A8484793C19), S4 Request ID: pkxupuByH2m/94Sp6o1I+mYkr2bPXQHPWnPHdzupyeh8gvBjyDkTnCok8LbTtdcishoQ4DNFqos=\n\tat com.swa.http.TestHttpClient.handleErrorResponse(TestHttpClient.java:1078)\n\tat com.swa.http.TestHttpClient.executeOneRequest(TestHttpClient.java:726)\n\tat com.swa.http.TestHttpClient.executeHelper(TestHttpClient.java:461)\n\tat com.swa.http.TestHttpClient.execute(TestHttpClient.java:296)\n\tat com.swa.services.s3.DatS4Client.invoke(DatS4Client.java:3737)\n\tat com.swa.services.s3.DatS4Client.getObject(DatS4Client.java:1164)\n\tat com.swa.services.s3.DatS4Client.getObject(DatS4Client.java:1036)\n\tat com.test.master.devices.s3.S3DeviceImpl$10.execute(S3DeviceImpl.java:493)\n\tat com.test.master.devices.s3.S3DeviceImpl$10.execute(S3DeviceImpl.java:490)\n\tat com.test.master.utility.retryer.Retryer.retry(Retryer.java:35)\n\tat
Every time I paste
com.test.master.utility.retryer.Retryer.retry(Retryer.java:35)\n\tat
at the end of that code snippet, it adds up exponentially. If I paste it 2 more times, it goes up to almost 11 secondsAt 3 times it goes up to 45+ seconds
From the screenshots, chrome seems to think that its this regex in the prism-ruby.js.
prism-ruby.js:58
(^|[^/])\/(?!\/)(\[.+?]|\\.|[^/\r\n])+\/[gim]{0,3}(?=\s*($|[\r\n,.;})]))
Not sure what it is specifically, that was as far down as I could widdle it and still see the issue.
The text was updated successfully, but these errors were encountered: