benchmarking icon indicating copy to clipboard operation
benchmarking copied to clipboard

Date format generated by acmeair-driver can't be parsed by javascrpit Date()

Open axel7born opened this issue 9 years ago • 2 comments
trafficstars

Hi, I run the acmeair benchmark on ppc with cassandra. I got an error from the cassandra driver, because fromDateWeb is undefined. The reason is that the date string generated by __generateDate can't be parsed by javascript Date(). The format for this date string is generated here.

For my time zone it results in a string like this: Wed Nov 16 00:00:00 CET 2016

In case of mongodb, I don't get an error. However, the query doesn't find any fligts. After fixing this issue, the through-put is slightly decreased and the footprint after load is higher.

I created a pull request for the acme-driver repository.

axel7born avatar Nov 16 '16 10:11 axel7born

If/when the change lands in the main repo we'll look at upgrading.

mhdawson avatar Nov 16 '16 14:11 mhdawson

Sent email to Moss Uchida asking if the referenced PR is going to land.

mhdawson avatar Jun 19 '17 19:06 mhdawson