Menu

#79 Test cases are broken

0.13
closed-wont-fix
nobody
5
2021-04-03
2009-10-28
No

The current test is issued from Makefile.am as
src/aide -B "database_out=file://$(top_srcdir)/doc/aide.db" -c doc/aide.conf -i
which expands to
src/aide -B "database_out=file://./doc/aide.db" -c doc/aide.conf -i
and which doesn't seem to be vaild:
Invalid file-URL, cannot use hostname other than localhost or build8st: file:/doc/aide.db
Unsupported output URL-type:file://./doc/aide.db

Manually trying to fix it gives more errors as the tested features are hardcoded and don't resemble the options compiled in during configure (here on Solaris):
build8st% src/aide -B "database_out=file://localhost/doc/aide.db" -c doc/aide.conf -i
119:Error in expression:selinux
Configuration error

Discussion

  • Hannes von Haugwitz

    • status: open --> closed-wont-fix
     
  • Hannes von Haugwitz

    Meanwhile the corresponding test case has been removed from the repository.

     

Log in to post a comment.

MongoDB Logo MongoDB