Manuel Rigger

Results 95 comments of Manuel Rigger

Yes, we could support more data types in principle. Getting exactly the same results is a bit tricky for floating-point numbers, though.

That's interesting! Not really sure how to fix this. From the warning, this seems to be an issue with JCommander? > Please consider reporting this to the maintainers of com.beust.jcommander.Parameterized...

Perhaps you can also comment on the JCommander issue (or I can if you prefer), so that this might get fixed in the future?

Previously reported an issue at https://github.com/citusdata/citus/issues/6670, which might have fixed this. cc @malwaregarry

> Perhaps we can add the error to ExpectedError I think this would just mask the issue. I think it would be better to try addressing it. CC'ing @onurctirtir and...

@InverseIntegral has developed a tool similar to SQLancer that can find bugs in Neo4J and similar systems, but it is not yet publicly available. According to the paper [Unicorn: Detect...

In this specific case, the log seems to be printed on stdout: ```sql DROP DATABASE IF EXISTS databend2; CREATE DATABASE databend2; USE databend2; CREATE TABLE t0(c0INT SMALLINT NOT NULL); CREATE...

Not really sure how we could reproduce this. Perhaps you could open a PR that prints the relevant `-cur.log` file after the issue has been discovered (without intending to merge...

This is not expected. The reason for this is that SQLancer hasn't been upgraded to the latest MySQL version. If you want to install the currently supported MySQL version (8.0.20),...

No concrete plans yet, but it would be great to support StoneDB in SQLancer. Would you be interested in adding such support, or would you like others to work on...