Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add instructions to run tests
  • Loading branch information
mpeddada1 committed Feb 10, 2022
commit 6c00af405db9ec6c8cf74453396b1faebbf236fe
12 changes: 10 additions & 2 deletions samples/native-image-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This sample runs through some basic operations of creating/deleting entities, ru

1. The application will run through some basic Datastore operations and log some output statements.

```
```
Successfully added entity.
Reading entity: 1cf34cc1-2b8a-4945-9fc4-058f03dcd08e
Successfully deleted entity: 1cf34cc1-2b8a-4945-9fc4-058f03dcd08e
Expand All @@ -54,4 +54,12 @@ This sample runs through some basic operations of creating/deleting entities, ru
namespace=nativeimage-test-namespace
properties={description=StringValue{valueType=STRING, excludeFromIndexes=false, meaning=0, value=hello world}}
Ran transaction callable.
```
```

### Sample Integration test with Native Image Support

In order to run the sample integration test, call the following command:

```
mvn test -Pnative
```