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

The centralized nightlies job failed on Saturday (2024-12-28) #31

Closed
github-actions bot opened this issue Dec 29, 2024 · 1 comment
Closed

The centralized nightlies job failed on Saturday (2024-12-28) #31

github-actions bot opened this issue Dec 29, 2024 · 1 comment
Assignees
Labels
nightly-failure The scheduled nightly builds failed

Comments

@github-actions
Copy link

The centralized nightlies job failed on Saturday (2024-12-28) in run 12531699632

@github-actions github-actions bot added the nightly-failure The scheduled nightly builds failed label Dec 29, 2024
@jdblischak
Copy link
Collaborator

I assumed this failure was related to the fix in #32, but it wasn't. There was a TileDB-Py test failure:

=========================== short test summary info ============================
FAILED tiledb/tests/test_query_condition.py::QueryConditionTest::test_qc_enumeration - AssertionError: assert (False or False)
 +  where False = any(array([], dtype=int32) == 0)
 +    where array([], dtype=int32) = filter_dense(array([-2147483648, -2147483648, -2147483648, -2147483648, -2147483648,\n       -2147483648, -2147483648, -2147483648], dtype=int32), array([-2147483648], dtype=int32))
 +      where filter_dense = <tiledb.tests.test_query_condition.QueryConditionTest object at 0x7fd7b349e290>.filter_dense
 +  and   False = any(array([], dtype=int32) == 2)
 +    where array([], dtype=int32) = filter_dense(array([-2147483648, -2147483648, -2147483648, -2147483648, -2147483648,\n       -2147483648, -2147483648, -2147483648], dtype=int32), array([-2147483648], dtype=int32))
 +      where filter_dense = <tiledb.tests.test_query_condition.QueryConditionTest object at 0x7fd7b349e290>.filter_dense
 +    and   2 = <built-in method index of list object at 0x7fd79cfedd40>('ccc')
 +      where <built-in method index of list object at 0x7fd79cfedd40> = ['a', 'bb', 'ccc'].index
 +        where ['a', 'bb', 'ccc'] = list(array(['a', 'bb', 'ccc'], dtype='<U3'))
 +          where array(['a', 'bb', 'ccc'], dtype='<U3') = values()
 +            where values = Enumeration(name='enmr2', dtype=<U1, dtype_name='str32', cell_val_num=4294967295, ordered=True, values=['a', 'bb', 'ccc']).values
== 1 failed, 975 passed, 6 skipped, 8 xfailed, 1 xpassed in 107.38s (0:01:47) ==

However, the test passed on the very next night even though both TileDB and TileDB-Py were built from the same commits (it was the weekend so no new development had happened), so I think this can be safely closed as a spurious error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nightly-failure The scheduled nightly builds failed
Projects
None yet
Development

No branches or pull requests

1 participant