Skip to content
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

ci: Trigger actions on pull requests to rc/v* branches #6412

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

niloc132
Copy link
Member

With new rc/v* branches created, we need the actions to run on those branches as well.

Cherry-pick #5630

… (deephaven#5630)

- With new rc/v* branches created, we need the actions to run on those branches as well
@niloc132
Copy link
Member Author

======================================================================
ERROR [0.359s]: test_agg_with_options (test_table.TableTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/project/tests/test_table.py", line 335, in test_agg_with_options
    aggs = [unique(cols=["ua = a", "ub = b"], include_nulls=True, non_unique_sentinel=np.uint32(-1))]
OverflowError: Python integer -1 out of bounds for uint32

I believe we can cherry-pick 38b9241155 (aka #5621, #5630) to fix this.

@devinrsmith devinrsmith merged commit c9fdbc5 into deephaven:rc/v0.34.x Nov 21, 2024
18 of 21 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Nov 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants