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

Cannot run tests #174

Open
salsolatragus opened this issue Dec 26, 2019 · 0 comments
Open

Cannot run tests #174

salsolatragus opened this issue Dec 26, 2019 · 0 comments

Comments

@salsolatragus
Copy link

I intended to create a PR for DateTime/Duration support, but I fail to get a dev setup where I can run the current tests. Running the tests in ORM gives me:

00:01 +0 -1: loading test/association/one_to_one/simple_test.dart [E]
  Failed to load "test/association/one_to_one/simple_test.dart":
  Unable to spawn isolate: ../postgres/lib/jaguar_query_postgres.dart:12:1: Error: 'A' is exported from both 'package:jaguar_query_postgres/src/types/types.dart' and 'package:jaguar_query/src/core/expression/expression.dart'.
  export 'package:jaguar_query/jaguar_query.dart';
  ^
00:02 +0 -2: loading test/basic/ignore_test.dart [E]
  Failed to load "test/basic/ignore_test.dart":
  Unable to spawn isolate: ../postgres/lib/jaguar_query_postgres.dart:12:1: Error: 'A' is exported from both 'package:jaguar_query_postgres/src/types/types.dart' and 'package:jaguar_query/src/core/expression/expression.dart'.
  export 'package:jaguar_query/jaguar_query.dart';
  ^
00:02 +0 -3: loading test/association/one_to_many/simple_test.dart [E]
  Failed to load "test/association/one_to_many/simple_test.dart":
  Unable to spawn isolate: ../postgres/lib/jaguar_query_postgres.dart:12:1: Error: 'A' is exported from both 'package:jaguar_query_postgres/src/types/types.dart' and 'package:jaguar_query/src/core/expression/expression.dart'.
  export 'package:jaguar_query/jaguar_query.dart';
  ^
00:03 +0 -4: loading test/basic/simple_test.dart [E]
  Failed to load "test/basic/simple_test.dart":
  Unable to spawn isolate: ../postgres/lib/jaguar_query_postgres.dart:12:1: Error: 'A' is exported from both 'package:jaguar_query_postgres/src/types/types.dart' and 'package:jaguar_query/src/core/expression/expression.dart'.
  export 'package:jaguar_query/jaguar_query.dart';
  ^
00:03 +0 -4: Some tests failed.

Am I missing something or is it broken? Some guidance on setting up a dev environment would be nice 😇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant