-
Notifications
You must be signed in to change notification settings - Fork 16
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
Merge changes from main
to native_cql_changes
#615
Merge changes from main
to native_cql_changes
#615
Conversation
src/main/java/io/stargate/sgv2/jsonapi/exception/mappers/ThrowableToErrorMapper.java
Outdated
Show resolved
Hide resolved
src/test/java/io/stargate/sgv2/jsonapi/api/v1/DropNamespaceIntegrationTest.java
Outdated
Show resolved
Hide resolved
src/main/java/io/stargate/sgv2/jsonapi/exception/mappers/ThrowableToErrorMapper.java
Show resolved
Hide resolved
I am seeing MeteredCommandProcessorTest 3 unit tests failing. But it seems that they also fail in native_cql_changes branch. Integration Tests all passed. |
I see 4th failure which may be due to merge:
|
Could you please pull again. I think I fixed this yesterday |
src/main/java/io/stargate/sgv2/jsonapi/exception/mappers/ThrowableToErrorMapper.java
Show resolved
Hide resolved
Ah. Yes, I see that one, thank you! |
main
to native_cql_changes
-- 1 comflictmain
to native_cql_changes
@maheshrajamani @kathirsvn Any concerns? Not sure why checks are not running (I guess CI does not pick up this PR somehow), but there are 3 unit test failures:
|
|
Looks like one possible filter that removes new bucketed entries is:
Thanks! |
main
to native_cql_changes
main
to native_cql_changes
main
to native_cql_changes
main
to native_cql_changes
Ok, so:
since CI was not yet enabled for |
What this PR does:
Merges changes from
main
tonative_cql_changes
branchWhich issue(s) this PR fixes:
N/A
Checklist