dcapwell commented on PR #2310: URL: https://github.com/apache/cassandra/pull/2310#issuecomment-1584860065
> It seems `RandomSchemaTest` and `AbstractTypeTest` are flaky: https://app.circleci.com/pipelines/github/adelapena/cassandra/2941/workflows/d3c4d62d-5c29-4445-ad75-ff25d4b40654/jobs/49099/tests Yeah, I have been trying to fix this... The issue I keep facing is that fixing to match CreateTable and CreateType semantics breaks other tests... And our parser doesn't respect these rules, so taking a valid type, then converting to a CQL type literal, then getting back the type... returns an invalid type! I pushed a fix last night for that and this breaks UDT tests and `SSTableHeaderFixTest`... so its kinda been a game of whack-a-mole -_- -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

